diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-05-22 05:12:18 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-05-22 05:12:18 +0000 |
commit | aa0f5b38aec14428b4b80e06f90ff781f8bca5f1 (patch) | |
tree | 95f3d0c8cb0d59d88900dbbd72110d7ab6e15b2a /LICENSE | |
parent | 7c383bc22113b23718be89fe18eeb251942d7356 (diff) | |
download | vyos-strongswan-aa0f5b38aec14428b4b80e06f90ff781f8bca5f1.tar.gz vyos-strongswan-aa0f5b38aec14428b4b80e06f90ff781f8bca5f1.zip |
Import initial strongswan 2.7.0 version into SVN.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..1dc0f01f0 --- /dev/null +++ b/LICENSE @@ -0,0 +1,33 @@ +Except for the DES library, MD2 and MD5 code, the PKCS#11 headers, and +linux/net/ipsec/radij.c this software is under the GNU Public License, +see the file COPYING. + +See the file CREDITS for details on origins of more of the code. + +The DES library is under a BSD style license, see + linux/crypto/ciphers/des/COPYRIGHT. +Note that this software has a advertising clause in it. + +The MD2 implementation is from RSA Data Security Inc., so this package must +include the following phrase: "RSA Data Security, Inc. MD2 Message Digest +Algorithm" It is not under the GPL; see details in programs/pluto/md2.c. + +The MD5 implementation is from RSA Data Security Inc., so this package must +include the following phrase: "derived from the RSA Data Security, Inc. +MD5 Message-Digest Algorithm". It is not under the GPL; see details in +linux/net/ipsec/ipsec_md5c.c. + +The PKCS#11 header files in programs/pluto/rsaref/ are from RSA Security Inc., +so they must include the following phrase: "RSA Security Inc. PKCS#11 +Cryptographic Token Interface (Cryptoki)". The headers are not under the GPL; +see details in programs/pluto/rsaref/pkcs11.h. + +The linux/net/ipsec/radij.c code is derived from BSD 4.4lite code +from sys/net/radix.c. + +In addition to the terms set out under the GPL, permission is granted to +link the software against the libdes, md5c.c, and radij.c libraries just +mentioned. + + + |