From d8845c04dd8c938b9f1c5bbee15ab32c9fe4b648 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 13 Mar 2016 09:12:34 +0100 Subject: [PATCH] Update blake2b licensing --- src/libsodium/crypto_generichash/blake2/ref/blake2.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/libsodium/crypto_generichash/blake2/ref/blake2.h b/src/libsodium/crypto_generichash/blake2/ref/blake2.h index 852f7ab8..175a2cac 100644 --- a/src/libsodium/crypto_generichash/blake2/ref/blake2.h +++ b/src/libsodium/crypto_generichash/blake2/ref/blake2.h @@ -7,9 +7,12 @@ and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. - You should have received a copy of the CC0 Public Domain Dedication along with - this software. If not, see . -*/ + All code is triple-licensed under the + [CC0](http://creativecommons.org/publicdomain/zero/1.0), the + [OpenSSL Licence](https://www.openssl.org/source/license.html), or + the [Apache Public License 2.0](http://www.apache.org/licenses/LICENSE-2.0), + at your choosing. + */ #ifndef blake2_H #define blake2_H