diff options
author | 2014-07-11 09:48:48 +0000 | |
---|---|---|
committer | 2014-07-11 09:48:48 +0000 | |
commit | 5c2ab37e3db5121fb5da1057d819a0c5d03dbf60 (patch) | |
tree | 10906149bce6d6d9dc6e063bf4aa4c8b70ab9d52 | |
parent | Fix typo (diff) | |
download | wireguard-openbsd-5c2ab37e3db5121fb5da1057d819a0c5d03dbf60.tar.xz wireguard-openbsd-5c2ab37e3db5121fb5da1057d819a0c5d03dbf60.zip |
Remove the commentary about the majority of this code being under
'BSD-style Open Source licenses'.
It is a bit improper of OpenSSL to classify themselves into the BSD
community without a clear justification for the extra clauses / terms...
-rw-r--r-- | lib/libssl/LICENSE | 5 | ||||
-rw-r--r-- | lib/libssl/src/LICENSE | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/lib/libssl/LICENSE b/lib/libssl/LICENSE index fa970f97c90..892e14a4500 100644 --- a/lib/libssl/LICENSE +++ b/lib/libssl/LICENSE @@ -11,9 +11,8 @@ The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the OpenSSL License and the original SSLeay license apply to the toolkit. - See below for the actual license texts. Actually both licenses are BSD-style - Open Source licenses. In case of any license issues related to OpenSSL - please contact openssl-core@openssl.org. + See below for the actual license texts. In case of any license issues + related to OpenSSL please contact openssl-core@openssl.org. OpenSSL License --------------- diff --git a/lib/libssl/src/LICENSE b/lib/libssl/src/LICENSE index fa970f97c90..892e14a4500 100644 --- a/lib/libssl/src/LICENSE +++ b/lib/libssl/src/LICENSE @@ -11,9 +11,8 @@ The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the OpenSSL License and the original SSLeay license apply to the toolkit. - See below for the actual license texts. Actually both licenses are BSD-style - Open Source licenses. In case of any license issues related to OpenSSL - please contact openssl-core@openssl.org. + See below for the actual license texts. In case of any license issues + related to OpenSSL please contact openssl-core@openssl.org. OpenSSL License --------------- |