From 8c20630c2d693ef3ebd4209d111d05e18337521e Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 21 Feb 2017 02:54:09 -0500 Subject: [PATCH] Remove extra preamble for copyright. Similar text may be added in the future --- blake2.cpp | 5 ++--- blake2.h | 5 ++--- chacha.cpp | 1 - chacha.h | 1 - drbg.h | 1 - hkdf.h | 2 +- mersenne.h | 1 - poly1305.cpp | 1 - poly1305.h | 1 - rdrand.cpp | 1 - rdrand.h | 1 - siphash.h | 1 - trap.h | 1 - 13 files changed, 5 insertions(+), 17 deletions(-) diff --git a/blake2.cpp b/blake2.cpp index ea5056ec..0bdaeab7 100644 --- a/blake2.cpp +++ b/blake2.cpp @@ -1,7 +1,6 @@ // blake2.cpp - written and placed in the public domain by Jeffrey Walton and Zooko -// Wilcox-O'Hearn. Copyright assigned to the Crypto++ project. -// Based on Aumasson, Neves, Wilcox-O'Hearn and Winnerlein's reference BLAKE2 -// implementation at http://github.com/BLAKE2/BLAKE2. +// Wilcox-O'Hearn. Based on Aumasson, Neves, Wilcox-O'Hearn and Winnerlein's +// reference BLAKE2 implementation at http://github.com/BLAKE2/BLAKE2. #include "pch.h" #include "config.h" diff --git a/blake2.h b/blake2.h index 2508029a..76692e31 100644 --- a/blake2.h +++ b/blake2.h @@ -1,7 +1,6 @@ // blake2.h - written and placed in the public domain by Jeffrey Walton and Zooko -// Wilcox-O'Hearn. Copyright assigned to the Crypto++ project. -// Based on Aumasson, Neves, Wilcox-O'Hearn and Winnerlein's reference BLAKE2 -// implementation at http://github.com/BLAKE2/BLAKE2. +// Wilcox-O'Hearn. Based on Aumasson, Neves, Wilcox-O'Hearn and Winnerlein's +// reference BLAKE2 implementation at http://github.com/BLAKE2/BLAKE2. //! \file blake2.h //! \brief Classes for BLAKE2b and BLAKE2s message digests and keyed message digests diff --git a/chacha.cpp b/chacha.cpp index def596b4..28e3d4c6 100644 --- a/chacha.cpp +++ b/chacha.cpp @@ -1,5 +1,4 @@ // chacha.cpp - written and placed in the public domain by Jeffrey Walton. -// Copyright assigned to the Crypto++ project. // Based on Wei Dai's Salsa20 and Bernstein's reference ChaCha // family implementation at http://cr.yp.to/chacha.html. diff --git a/chacha.h b/chacha.h index 9beabad2..b07031b7 100644 --- a/chacha.h +++ b/chacha.h @@ -1,5 +1,4 @@ // chacha.h - written and placed in the public domain by Jeffrey Walton. -// Copyright assigned to the Crypto++ project. // Based on Wei Dai's Salsa20 and Bernstein's reference ChaCha // family implementation at http://cr.yp.to/chacha.html. diff --git a/drbg.h b/drbg.h index 8798b3b2..f7767818 100644 --- a/drbg.h +++ b/drbg.h @@ -1,5 +1,4 @@ // drbg.h - written and placed in public domain by Jeffrey Walton. -// Copyright assigned to Crypto++ project. //! \file drbg.h //! \brief Classes for NIST DRBGs from SP 800-90A diff --git a/hkdf.h b/hkdf.h index a7903f60..68382d79 100644 --- a/hkdf.h +++ b/hkdf.h @@ -1,4 +1,4 @@ -// hkdf.h - written and placed in public domain by Jeffrey Walton. Copyright assigned to Crypto++ project. +// hkdf.h - written and placed in public domain by Jeffrey Walton. //! \file hkdf.h //! \brief Classes for HKDF from RFC 5869 diff --git a/mersenne.h b/mersenne.h index 5bb78f80..af7b0f66 100644 --- a/mersenne.h +++ b/mersenne.h @@ -1,5 +1,4 @@ // mersenne.h - written and placed in public domain by Jeffrey Walton. -// Copyright assigned to Crypto++ project. //! \file mersenne.h //! \brief Class file for Mersenne Twister diff --git a/poly1305.cpp b/poly1305.cpp index 0473dc5f..d74896f9 100644 --- a/poly1305.cpp +++ b/poly1305.cpp @@ -1,6 +1,5 @@ // poly1305.cpp - written and placed in the public domain by Jeffrey Walton and Jean-Pierre Munch // Based on Andy Polyakov's Base-2^26 scalar multiplication implementation for OpenSSL. -// Copyright assigned to the Crypto++ project #include "pch.h" #include "cryptlib.h" diff --git a/poly1305.h b/poly1305.h index aecec7d0..7e5d9f6b 100644 --- a/poly1305.h +++ b/poly1305.h @@ -1,6 +1,5 @@ // poly1305.h - written and placed in the public domain by Jeffrey Walton and Jean-Pierre Munch // Based on Andy Polyakov's Base-2^26 scalar multiplication implementation for OpenSSL. -// Copyright assigned to the Crypto++ project //! \file poly1305.h //! \brief Classes for Poly1305 message authentication code diff --git a/rdrand.cpp b/rdrand.cpp index 0eb4300d..7947b3e1 100644 --- a/rdrand.cpp +++ b/rdrand.cpp @@ -1,5 +1,4 @@ // rdrand.cpp - written and placed in public domain by Jeffrey Walton and Uri Blumenthal. -// Copyright assigned to Crypto++ project. #include "pch.h" #include "config.h" diff --git a/rdrand.h b/rdrand.h index 45c20f71..8b56239c 100644 --- a/rdrand.h +++ b/rdrand.h @@ -1,5 +1,4 @@ // rdrand.h - written and placed in public domain by Jeffrey Walton and Uri Blumenthal. -// Copyright assigned to Crypto++ project. //! \file rdrand.h //! \brief Classes for RDRAND and RDSEED diff --git a/siphash.h b/siphash.h index 8194d4b8..e41b6303 100644 --- a/siphash.h +++ b/siphash.h @@ -1,5 +1,4 @@ // siphash.h - written and placed in public domain by Jeffrey Walton. -// Copyright assigned to Crypto++ project. //! \file siphash.h //! \brief Classes for SipHash message authentication code diff --git a/trap.h b/trap.h index 91a89a72..46e6598b 100644 --- a/trap.h +++ b/trap.h @@ -1,5 +1,4 @@ // trap.h - written and placed in public domain by Jeffrey Walton. -// Copyright assigned to Crypto++ project //! \file trap.h //! \brief Debugging and diagnostic assertions