summaryrefslogtreecommitdiff
path: root/zinflate.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-01-27 07:05:45 -0500
committerJeffrey Walton <noloader@gmail.com>2017-01-27 07:05:45 -0500
commit81b1a180633c9aa5cd050b783dbff2a8d48abe71 (patch)
tree70272db65bc9a57484024efcf7611021440b5601 /zinflate.cpp
parentaaf43e3f1dc172244aabbd86b4adf1195d295ab4 (diff)
downloadcryptopp-git-81b1a180633c9aa5cd050b783dbff2a8d48abe71.tar.gz
Change file preamble to include "originally written by Wei Dai"
We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of
Diffstat (limited to 'zinflate.cpp')
-rw-r--r--zinflate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zinflate.cpp b/zinflate.cpp
index da473f35..c40a5883 100644
--- a/zinflate.cpp
+++ b/zinflate.cpp
@@ -1,4 +1,4 @@
-// zinflate.cpp - written and placed in the public domain by Wei Dai
+// zinflate.cpp - originally written and placed in the public domain by Wei Dai
// This is a complete reimplementation of the DEFLATE decompression algorithm.
// It should not be affected by any security vulnerabilities in the zlib