summaryrefslogtreecommitdiff
path: root/crc32.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2016-12-31 11:41:31 -0800
committerHans Kristian Rosbach <hk-git@circlestorm.org>2017-02-09 11:39:40 +0100
commit2a51c84f6c40538b2641af3a211771c329f61a47 (patch)
tree7f08c9d712bda15e24c4573361ca11bcb4270dcf /crc32.c
parent73ba5ea69e0ef6f389aa3edd81d8f1038324d198 (diff)
zlib 1.2.9
Diffstat (limited to 'crc32.c')
-rw-r--r--crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crc32.c b/crc32.c
index 4cc5057..d469601 100644
--- a/crc32.c
+++ b/crc32.c
@@ -1,5 +1,5 @@
/* crc32.c -- compute the CRC-32 of a data stream
- * Copyright (C) 1995-2006, 2010, 2011, 2012 Mark Adler
+ * Copyright (C) 1995-2006, 2010, 2011, 2012, 2016 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*
* Thanks to Rodney Brown <rbrown64@csc.com.au> for his contribution of faster