summaryrefslogtreecommitdiff
path: root/Modules/_blake2/impl/blake2s-load-sse2.h
diff options
context:
space:
mode:
authorDavid Carlier <dcarlier@afilias.info>2019-05-23 04:32:44 +0000
committerInada Naoki <songofacandy@gmail.com>2019-05-23 13:32:44 +0900
commit51aa35e9e17eef60d04add9619fe2a7eb938358c (patch)
tree87251bf2800e940f6872fa45d84342bb1dc455ec /Modules/_blake2/impl/blake2s-load-sse2.h
parent20e1e2582e5e69e43af88ff58699c8883d146acb (diff)
downloadcpython-git-51aa35e9e17eef60d04add9619fe2a7eb938358c.tar.gz
bpo-33164: update blake2 implementation (GH-6286)
Diffstat (limited to 'Modules/_blake2/impl/blake2s-load-sse2.h')
-rw-r--r--Modules/_blake2/impl/blake2s-load-sse2.h20
1 files changed, 9 insertions, 11 deletions
diff --git a/Modules/_blake2/impl/blake2s-load-sse2.h b/Modules/_blake2/impl/blake2s-load-sse2.h
index eadefa7a52..b24483cf93 100644
--- a/Modules/_blake2/impl/blake2s-load-sse2.h
+++ b/Modules/_blake2/impl/blake2s-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 __BLAKE2S_LOAD_SSE2_H__