From c44e34b3a56209fe7870b154981dbf2f3d0842c2 Mon Sep 17 00:00:00 2001 From: JP Aumasson Date: Tue, 11 Oct 2016 22:00:39 +0200 Subject: copyright notice --- ref/blake2xb-ref.c | 18 ++++++++++++++++++ ref/blake2xs-ref.c | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/ref/blake2xb-ref.c b/ref/blake2xb-ref.c index 56d7cb8..6c69750 100644 --- a/ref/blake2xb-ref.c +++ b/ref/blake2xb-ref.c @@ -1,3 +1,21 @@ +/* + BLAKE2 reference source code package - reference C implementations + + Copyright 2016, JP Aumasson . + Copyright 2016, Samuel Neves . + + You may use this under the terms of the CC0, the OpenSSL Licence, or + the Apache Public License 2.0, at your option. The terms of these + licenses can be found at: + + - CC0 1.0 Universal : http://creativecommons.org/publicdomain/zero/1.0 + - OpenSSL license : https://www.openssl.org/source/license.html + - Apache 2.0 : http://www.apache.org/licenses/LICENSE-2.0 + + More information about the BLAKE2 hash function can be found at + https://blake2.net. +*/ + #include #include #include diff --git a/ref/blake2xs-ref.c b/ref/blake2xs-ref.c index cb299d7..58cc684 100644 --- a/ref/blake2xs-ref.c +++ b/ref/blake2xs-ref.c @@ -1,3 +1,21 @@ +/* + BLAKE2 reference source code package - reference C implementations + + Copyright 2016, JP Aumasson . + Copyright 2016, Samuel Neves . + + You may use this under the terms of the CC0, the OpenSSL Licence, or + the Apache Public License 2.0, at your option. The terms of these + licenses can be found at: + + - CC0 1.0 Universal : http://creativecommons.org/publicdomain/zero/1.0 + - OpenSSL license : https://www.openssl.org/source/license.html + - Apache 2.0 : http://www.apache.org/licenses/LICENSE-2.0 + + More information about the BLAKE2 hash function can be found at + https://blake2.net. +*/ + #include #include #include -- cgit v1.2.3