aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2012-03-10 22:24:08 -0800
committerMark Adler <madler@alumni.caltech.edu>2012-03-10 22:24:08 -0800
commit5d5befa4c3f150d3a287c46abe4c0b175bb33b2a (patch)
tree8a560b45da5750e43a8089e35ea087eaa571dd09
parente076ca8e6254b7f52fca7b8cf3f3e3eb86dd9132 (diff)
downloadzlib-5d5befa4c3f150d3a287c46abe4c0b175bb33b2a.tar.gz
zlib-5d5befa4c3f150d3a287c46abe4c0b175bb33b2a.tar.bz2
zlib-5d5befa4c3f150d3a287c46abe4c0b175bb33b2a.zip
Update copyright years in gzlib.c.
-rw-r--r--gzlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gzlib.c b/gzlib.c
index 91c71cd..c35a6de 100644
--- a/gzlib.c
+++ b/gzlib.c
@@ -1,5 +1,5 @@
1/* gzlib.c -- zlib functions common to reading and writing gzip files 1/* gzlib.c -- zlib functions common to reading and writing gzip files
2 * Copyright (C) 2004, 2010, 2011 Mark Adler 2 * Copyright (C) 2004, 2010, 2011, 2012 Mark Adler
3 * For conditions of distribution and use, see copyright notice in zlib.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
4 */ 4 */
5 5