diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2016-12-31 11:41:31 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2016-12-31 23:37:10 -0800 |
commit | 2fa463bacfff79181df1a5270fb67cc679a53e71 (patch) | |
tree | 6b1f6de2f9b9941e5e105be4558f04c3de4f775b /examples | |
parent | 14e3194e1ebbfc2825e51caf8312e4e3b45c9c81 (diff) | |
download | zlib-2fa463bacfff79181df1a5270fb67cc679a53e71.tar.gz zlib-2fa463bacfff79181df1a5270fb67cc679a53e71.tar.bz2 zlib-2fa463bacfff79181df1a5270fb67cc679a53e71.zip |
zlib 1.2.9v1.2.9
Diffstat (limited to 'examples')
-rw-r--r-- | examples/gzlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gzlog.c b/examples/gzlog.c index f33a862..b8c2927 100644 --- a/examples/gzlog.c +++ b/examples/gzlog.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * gzlog.c | 2 | * gzlog.c |
3 | * Copyright (C) 2004, 2008, 2012 Mark Adler, all rights reserved | 3 | * Copyright (C) 2004, 2008, 2012, 2016 Mark Adler, all rights reserved |
4 | * For conditions of distribution and use, see copyright notice in gzlog.h | 4 | * For conditions of distribution and use, see copyright notice in gzlog.h |
5 | * version 2.2, 14 Aug 2012 | 5 | * version 2.2, 14 Aug 2012 |
6 | */ | 6 | */ |