Skip to content

Commit

Permalink
Remove extra preamble for copyright.
Browse files Browse the repository at this point in the history
Similar text may be added in the future
  • Loading branch information
noloader committed Feb 21, 2017
1 parent 73836e5 commit 8c20630
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 17 deletions.
5 changes: 2 additions & 3 deletions blake2.cpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
5 changes: 2 additions & 3 deletions blake2.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion chacha.cpp
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
1 change: 0 additions & 1 deletion chacha.h
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
1 change: 0 additions & 1 deletion drbg.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion hkdf.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion mersenne.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion poly1305.cpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 0 additions & 1 deletion poly1305.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion rdrand.cpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 0 additions & 1 deletion rdrand.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion siphash.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion trap.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8c20630

Please sign in to comment.