diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-30 22:26:04 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-30 22:26:04 -0700 |
commit | a4f7c653748f5b5116e841c11af7adae7a140b88 (patch) | |
tree | 16219d16677b49022db8bc521a6346ed501f6e45 /gzread.c | |
parent | 8768ba98af1cf44e9a24fa7dbdf013de4afecf62 (diff) | |
download | zlib-a4f7c653748f5b5116e841c11af7adae7a140b88.tar.gz zlib-a4f7c653748f5b5116e841c11af7adae7a140b88.tar.bz2 zlib-a4f7c653748f5b5116e841c11af7adae7a140b88.zip |
Update copyright dates on gz* source files.
Diffstat (limited to 'gzread.c')
-rw-r--r-- | gzread.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* gzread.c -- zlib functions for reading gzip files | 1 | /* gzread.c -- zlib functions for reading gzip files |
2 | * Copyright (C) 2004, 2005, 2010 Mark Adler | 2 | * Copyright (C) 2004, 2005, 2010, 2011 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 | ||