diff options
author | 2014-07-11 08:44:42 +0000 | |
---|---|---|
committer | 2014-07-11 08:44:42 +0000 | |
commit | 985d7a779dd8f338655cb79513ca1599b018d1c0 (patch) | |
tree | 22570d517614d2af6e6923f410567cae554e81d8 /lib/libssl/src | |
parent | Be less verbose with task debug messages and kill some trailing (diff) | |
download | wireguard-openbsd-985d7a779dd8f338655cb79513ca1599b018d1c0.tar.xz wireguard-openbsd-985d7a779dd8f338655cb79513ca1599b018d1c0.zip |
Add a small note about LibReSSL at the start of this.
ok jsing@
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/LICENSE | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libssl/src/LICENSE b/lib/libssl/src/LICENSE index e47d101f102..698c9b0c1a2 100644 --- a/lib/libssl/src/LICENSE +++ b/lib/libssl/src/LICENSE @@ -1,4 +1,11 @@ + LibReSSL files are retained under the copyright of the authors. New + additions are ISC licensed as per OpenBSD's normal licensing policy, + or are placed in the public domain. + + The OpenSSL code is distributed under the terms of the original OpenSSL + license which follows: + LICENSE ISSUES ============== |