From 81b1a180633c9aa5cd050b783dbff2a8d48abe71 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 27 Jan 2017 07:05:45 -0500 Subject: 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 --- zinflate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zinflate.cpp') 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 -- cgit v1.2.1