aboutsummaryrefslogtreecommitdiffstats
path: root/modules/comp_zlib/zlib.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-04-10 02:47:51 +0000
committerlloyd <[email protected]>2008-04-10 02:47:51 +0000
commitbc87db3d01968883c9b97f72d236c925db16fe24 (patch)
tree41560bfe338ca1047396971a9c80448f0f01e1e9 /modules/comp_zlib/zlib.cpp
parent29885981670e06413738458c11f632c5b87bb031 (diff)
Change the copyrights in all files in the Botan tree to directly reflect
the actual copyright holders. For rationale, see my post to botan-devel on April 9, subject 'Changing license to directly reflect contributors' (http://www.randombit.net/pipermail/botan-devel/2008-April/000527.html)
Diffstat (limited to 'modules/comp_zlib/zlib.cpp')
-rw-r--r--modules/comp_zlib/zlib.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/comp_zlib/zlib.cpp b/modules/comp_zlib/zlib.cpp
index 59f8e88c4..3f4eb3b37 100644
--- a/modules/comp_zlib/zlib.cpp
+++ b/modules/comp_zlib/zlib.cpp
@@ -1,6 +1,8 @@
/*************************************************
* Zlib Compressor Source File *
-* (C) 1999-2007 The Botan Project *
+* (C) 2001 Peter J Jones *
+* 2001-2007 Jack Lloyd *
+* 2006 Matt Johnston *
*************************************************/
#include <botan/zlib.h>