summaryrefslogtreecommitdiffstats
path: root/Modules/_blake2/impl/blake2b-load-sse2.h
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_blake2/impl/blake2b-load-sse2.h')
-rw-r--r--Modules/_blake2/impl/blake2b-load-sse2.h20
1 files changed, 9 insertions, 11 deletions
diff --git a/Modules/_blake2/impl/blake2b-load-sse2.h b/Modules/_blake2/impl/blake2b-load-sse2.h
index 0004a98..1ba153c 100644
--- a/Modules/_blake2/impl/blake2b-load-sse2.h
+++ b/Modules/_blake2/impl/blake2b-load-sse2.h
@@ -1,16 +1,14 @@
/*
BLAKE2 reference source code package - optimized C implementations
-
- 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.
+
+ 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/>.
*/
#pragma once
#ifndef __BLAKE2B_LOAD_SSE2_H__