summaryrefslogtreecommitdiff
path: root/crc32.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:35:10 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:35:10 -0700
commit9712272c78b9d9c93746d9c8e156a3728c65ca72 (patch)
tree61cc13495f0688608e4f368ab5b8385f6ca0f858 /crc32.c
parent73014202489f913dbffc91d22089ea8a8920c054 (diff)
downloadzlib-9712272c78b9d9c93746d9c8e156a3728c65ca72.tar.gz
zlib 1.2.5v1.2.5
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 6b81fb4..91be372 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 Mark Adler
+ * Copyright (C) 1995-2006, 2010 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