diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-01-16 17:58:34 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-01-16 17:58:34 +0100 |
commit | 6a3dae5be944d9e226cca7bf0bd80fb0036e8324 (patch) | |
tree | 9236948001617bd34edfe7e8ff61d0ab86cbce20 /thirdparty/zlib/gzlib.c | |
parent | 8c19a6cb85bc4ff00a8b2f7afe602c5724222a23 (diff) | |
download | redot-engine-6a3dae5be944d9e226cca7bf0bd80fb0036e8324.tar.gz |
zlib: Update to upstream version 1.2.11
Diffstat (limited to 'thirdparty/zlib/gzlib.c')
-rw-r--r-- | thirdparty/zlib/gzlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/zlib/gzlib.c b/thirdparty/zlib/gzlib.c index e142ffb3d7..4105e6aff9 100644 --- a/thirdparty/zlib/gzlib.c +++ b/thirdparty/zlib/gzlib.c @@ -1,5 +1,5 @@ /* gzlib.c -- zlib functions common to reading and writing gzip files - * Copyright (C) 2004, 2010, 2011, 2012, 2013, 2016 Mark Adler + * Copyright (C) 2004-2017 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ |