diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2012-03-10 22:24:08 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2012-03-10 22:24:08 -0800 |
commit | 5d5befa4c3f150d3a287c46abe4c0b175bb33b2a (patch) | |
tree | 8a560b45da5750e43a8089e35ea087eaa571dd09 | |
parent | e076ca8e6254b7f52fca7b8cf3f3e3eb86dd9132 (diff) | |
download | zlib-5d5befa4c3f150d3a287c46abe4c0b175bb33b2a.tar.gz zlib-5d5befa4c3f150d3a287c46abe4c0b175bb33b2a.tar.bz2 zlib-5d5befa4c3f150d3a287c46abe4c0b175bb33b2a.zip |
Update copyright years in gzlib.c.
-rw-r--r-- | gzlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||