aboutsummaryrefslogtreecommitdiff
path: root/zlib/zutil.c
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2017-01-22 18:07:04 +0000
committerMatthias Klose <doko@gcc.gnu.org>2017-01-22 18:07:04 +0000
commit0f314c78c2f6802622820248641e4f4bdf97e816 (patch)
tree86290f2ef953332b0d98f0f6333147a96109537d /zlib/zutil.c
parent8d86f717985224c6b65e7730275f7a7fa58dbc31 (diff)
downloadgcc-0f314c78c2f6802622820248641e4f4bdf97e816.zip
gcc-0f314c78c2f6802622820248641e4f4bdf97e816.tar.gz
gcc-0f314c78c2f6802622820248641e4f4bdf97e816.tar.bz2
2017-01-22 Matthias Klose <doko@ubuntu.com>
* Import zlib 1.2.11. * configure: Regenerate. Changes in 1.2.11 (15 Jan 2017) - Fix deflate stored bug when pulling last block from window - Permit immediate deflateParams changes before any deflate input From-SVN: r244762
Diffstat (limited to 'zlib/zutil.c')
-rw-r--r--zlib/zutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/zutil.c b/zlib/zutil.c
index 166d877..08787c6 100644
--- a/zlib/zutil.c
+++ b/zlib/zutil.c
@@ -1,5 +1,5 @@
/* zutil.c -- target dependent utility functions for the compression library
- * Copyright (C) 1995-2005, 2010, 2011, 2012, 2016 Jean-loup Gailly
+ * Copyright (C) 1995-2017 Jean-loup Gailly
* For conditions of distribution and use, see copyright notice in zlib.h
*/