summaryrefslogtreecommitdiffstats
path: root/thirdparty/zlib/gzlib.c
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-01-16 17:58:34 +0100
committerRémi Verschelde <rverschelde@gmail.com>2017-01-16 17:58:34 +0100
commit6a3dae5be944d9e226cca7bf0bd80fb0036e8324 (patch)
tree9236948001617bd34edfe7e8ff61d0ab86cbce20 /thirdparty/zlib/gzlib.c
parent8c19a6cb85bc4ff00a8b2f7afe602c5724222a23 (diff)
downloadredot-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.c2
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
*/