summaryrefslogtreecommitdiff
path: root/chacha.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-02-21 02:54:09 -0500
committerJeffrey Walton <noloader@gmail.com>2017-02-21 02:54:09 -0500
commit8c20630c2d693ef3ebd4209d111d05e18337521e (patch)
tree2159233c3e093a37e0c3b67799234aa56d258897 /chacha.h
parent73836e58a5f5c11cd7bf7db76e9d02013975fc9a (diff)
downloadcryptopp-git-8c20630c2d693ef3ebd4209d111d05e18337521e.tar.gz
Remove extra preamble for copyright.
Similar text may be added in the future
Diffstat (limited to 'chacha.h')
-rw-r--r--chacha.h1
1 files changed, 0 insertions, 1 deletions
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.