Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/BLAKE2/BLAKE2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/b2sum
diff options
context:
space:
mode:
authorBill Cox <waywardgeek@google.com>2016-02-29 07:42:23 +0300
committerBill Cox <waywardgeek@google.com>2016-02-29 07:42:23 +0300
commit58eab9690e7c8dba0886c69de79d5343c338ec6a (patch)
treec3b6ed77fff1f163a47352c139c834b8fd0084d3 /b2sum
parent90cf5d00c312235c2297d0d582eed0efc01e5c31 (diff)
Changed copyright of Samuel's code to 3-license version suggested by Zooko
Diffstat (limited to 'b2sum')
-rw-r--r--b2sum/b2sum.c20
1 files changed, 11 insertions, 9 deletions
diff --git a/b2sum/b2sum.c b/b2sum/b2sum.c
index af01a81..c9fb3e5 100644
--- a/b2sum/b2sum.c
+++ b/b2sum/b2sum.c
@@ -1,14 +1,16 @@
/*
BLAKE2 reference source code package - b2sum tool
-
- Written in 2012 by Samuel Neves <sneves@dei.uc.pt>
-
- To the extent possible under law, the author(s) have dedicated all copyright
- 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 <http://creativecommons.org/publicdomain/zero/1.0/>.
+
+ Copyright 2012, Samuel Neves <sneves@dei.uc.pt>. 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 <stdio.h>