maint: update gnulib and copyright dates for 2017
authorJim Meyering <meyering@fb.com>
Sun, 1 Jan 2017 11:23:03 +0000 (03:23 -0800)
committerJim Meyering <meyering@fb.com>
Sun, 1 Jan 2017 11:40:15 +0000 (03:40 -0800)
* gnulib: Update to latest.
* all files: Run "make update-copyright".

62 files changed:
ChangeLog-2007
Makefile.am
NEWS
README
README-hacking
TODO
bits.c
bootstrap
bootstrap.conf
cfg.mk
configure.ac
deflate.c
doc/Makefile.am
doc/gzip.texi
gnulib
gunzip.in
gzexe.in
gzip.1
gzip.c
gzip.h
inflate.c
lib/Makefile.am
lib/match.c
lzw.h
m4/shell.m4
revision.h
tailor.h
tests/Makefile.am
tests/gzip-env
tests/helin-segv
tests/help-version
tests/hufts
tests/init.sh
tests/keep
tests/list
tests/memcpy-abuse
tests/mixed
tests/null-suffix-clobber
tests/stdin
tests/timestamp
tests/trailing-nul
tests/unpack-invalid
tests/z-suffix
tests/zdiff
tests/zgrep-context
tests/zgrep-f
tests/zgrep-signal
tests/znew-k
trees.c
unpack.c
unzip.c
util.c
zcat.in
zcmp.in
zdiff.in
zforce.in
zgrep.in
zip.c
zless.1
zless.in
zmore.in
znew.in

index 0b4a51ac716ce5a5e82ffdb004d20e6af2d4163d..cdc3c7091ae0d67f2bb0b2ebb9cd81ae5e208ef0 100644 (file)
@@ -1776,7 +1776,7 @@ Sat Oct 31 12:46:00 1992  Jean-loup Gailly  (jloup@chorus.fr)
 
        -----
 
-       Copyright (C) 1997-2002, 2006-2016 Free Software Foundation, Inc.
+       Copyright (C) 1997-2002, 2006-2017 Free Software Foundation, Inc.
        Copyright (C) 1992, 1993 Jean-loup Gailly
 
        Copying and distribution of this file, with or without
index 738c63ca17115150ba2a7d09d3a33d80840622e3..6e5bb0fb3f0d8466a414b20bfb8e124cc2c81ce3 100644 (file)
@@ -1,6 +1,6 @@
 # Make gzip (GNU zip).
 
-# Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2016 Free Software Foundation,
+# Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2017 Free Software Foundation,
 # Inc.
 
 # This program is free software; you can redistribute it and/or modify
diff --git a/NEWS b/NEWS
index 8d0e10013893551926704e65760e7b199ba54ed5..262fcc28427a0fc14f8b476af5d504103dc5b9b0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -499,7 +499,7 @@ Major changes form 0.5 to 0.6:
 
 ========================================================================
 
-Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2016 Free Software Foundation,
+Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2017 Free Software Foundation,
 Inc.
 Copyright (C) 1992, 1993 Jean-loup Gailly
 
diff --git a/README b/README
index 58f4959c320a9d96474de241b85f6722e1c3db7b..a116df7b6b4c3a0e7b389218ef58e4c2305bb985 100644 (file)
--- a/README
+++ b/README
@@ -115,7 +115,7 @@ note that the range specifies every single year in that closed interval.
 
 ========================================================================
 
-Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2016 Free Software Foundation,
+Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2017 Free Software Foundation,
 Inc.
 Copyright (C) 1992, 1993 Jean-loup Gailly
 
index cce32ea332978ffcb29b9ed7df6de81a02895396..3650ff25fc02df10370fd3d0dc1641ede876bf3c 100644 (file)
@@ -45,7 +45,7 @@ Enjoy!
 
 -----
 
-Copyright (C) 2002-2006, 2009-2016 Free Software Foundation, Inc.
+Copyright (C) 2002-2006, 2009-2017 Free Software Foundation, Inc.
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/TODO b/TODO
index a5b188a87cd5df677b8c398aab42045cbe062b6e..268777f801d94444f11a73022d7462fbb7d87dd8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -71,7 +71,7 @@ Send comments to <bug-gzip@gnu.org>.
 
 ========================================================================
 
-Copyright (C) 1999, 2001, 2006, 2009-2016 Free Software Foundation, Inc.
+Copyright (C) 1999, 2001, 2006, 2009-2017 Free Software Foundation, Inc.
 Copyright (C) 1992, 1993 Jean-loup Gailly
 
 Permission is granted to copy, distribute and/or modify this document
diff --git a/bits.c b/bits.c
index 374b49b032d1af8a5f5c865531878130f33daca7..374d671eb1416d0101d609157956c98d578c731f 100644 (file)
--- a/bits.c
+++ b/bits.c
@@ -1,6 +1,6 @@
 /* bits.c -- output variable-length bit strings
 
-   Copyright (C) 1999, 2009-2016 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2009-2017 Free Software Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
    This program is free software; you can redistribute it and/or modify
index 294c0bce447935103ab493ca7c3ee2d30a48d44a..715c7ade36376cec981e6f9e5a81066d27b2a12f 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -4,7 +4,7 @@ scriptversion=2014-12-08.12; # UTC
 
 # Bootstrap this package from checked-out sources.
 
-# Copyright (C) 2003-2016 Free Software Foundation, Inc.
+# Copyright (C) 2003-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index cabd65015b290313c86edbff17eb3bacd702f353..16a84cefe5c5824dfa9cab060b3fbe9d354bb03b 100644 (file)
@@ -1,6 +1,6 @@
 # Bootstrap configuration.
 
-# Copyright (C) 2006-2007, 2009-2016 Free Software Foundation, Inc.
+# Copyright (C) 2006-2007, 2009-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/cfg.mk b/cfg.mk
index fd287f2a9e1a17f1268e9e26f2918dac5980aae1..a325e01ccd0d34e19d0b228d512664bf1399d5fb 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
 # Customize maint.mk                           -*- makefile -*-
-# Copyright (C) 2003-2016 Free Software Foundation, Inc.
+# Copyright (C) 2003-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 08ad445023e9c79472bcd756efc17a02fe59a65e..dc0751deaf849734a864dbe7d43565234099a7fa 100644 (file)
@@ -1,6 +1,6 @@
 # Configure template for gzip.
 
-# Copyright (C) 1999-2002, 2006-2007, 2009-2016 Free Software Foundation, Inc.
+# Copyright (C) 1999-2002, 2006-2007, 2009-2017 Free Software Foundation, Inc.
 
 # Copyright (C) 1992-1993 Jean-loup Gailly
 
index 6e235f3d182b01360e3eceb1b83823a0b53ef492..9a99ea9daa3c08b2293ada18c4c9bed4a2c580b7 100644 (file)
--- a/deflate.c
+++ b/deflate.c
@@ -1,6 +1,6 @@
 /* deflate.c -- compress data using the deflation algorithm
 
-   Copyright (C) 1999, 2006, 2009-2016 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2006, 2009-2017 Free Software Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
    This program is free software; you can redistribute it and/or modify
index 76e1767aa0bd8dd9cfbf5d117ecb3af6113ad173..38cbf5e60e63d005b43d4a7eeee89e3c6e67b3a8 100644 (file)
@@ -1,6 +1,6 @@
 # Make gzip documentation.                             -*-Makefile-*-
 
-# Copyright (C) 2006, 2009-2016 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009-2017 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 478c4e40ab5ee23caed95605cef025a6ea7906cf..19061cf3dd3b85412094133e8a30a82649a3dad3 100644 (file)
@@ -12,7 +12,7 @@ This manual is for GNU Gzip
 (version @value{VERSION}, @value{UPDATED}),
 and documents commands for compressing and decompressing data.
 
-Copyright @copyright{} 1998-1999, 2001-2002, 2006-2007, 2009-2016 Free Software
+Copyright @copyright{} 1998-1999, 2001-2002, 2006-2007, 2009-2017 Free Software
 Foundation, Inc.
 
 Copyright @copyright{} 1992, 1993 Jean-loup Gailly
diff --git a/gnulib b/gnulib
index e63f5eb55570a1ea3e51ce47df33689785e085c1..a3fd683de3decbb58ab5fb5d32ad2e62f74fbf12 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit e63f5eb55570a1ea3e51ce47df33689785e085c1
+Subproject commit a3fd683de3decbb58ab5fb5d32ad2e62f74fbf12
index 1346b35d91634a99dcf976df15b2b55e2094a998..395d1a6a5a50cb57ccd5afc45e457667be716dd7 100644 (file)
--- a/gunzip.in
+++ b/gunzip.in
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Uncompress files.  This is the inverse of gzip.
 
-# Copyright (C) 2007, 2010-2016 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2010-2017 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 282e3854afa3e542c7d5b4aa9e40fabb692fcb51..371289c2c1557a918a571b10074b59bfb9c6feee 100644 (file)
--- a/gzexe.in
+++ b/gzexe.in
@@ -13,7 +13,7 @@
 # On Ultrix, /bin/sh is too buggy, change the first line to: #!/bin/sh5
 
 
-# Copyright (C) 1998, 2002, 2004, 2006-2007, 2010-2016 Free Software
+# Copyright (C) 1998, 2002, 2004, 2006-2007, 2010-2017 Free Software
 # Foundation, Inc.
 # Copyright (C) 1993 Jean-loup Gailly
 
diff --git a/gzip.1 b/gzip.1
index 8abba501cf81ef2b9b5e08cad1f19c9bd060974f..67148fc10aad9122c7dc7b245c64ee2a07e4a27b 100644 (file)
--- a/gzip.1
+++ b/gzip.1
@@ -499,7 +499,7 @@ the default compression level (-6). On some highly redundant files,
 compresses better than
 .IR gzip .
 .SH "COPYRIGHT NOTICE"
-Copyright \(co 1998-1999, 2001-2002, 2012, 2015-2016 Free Software Foundation,
+Copyright \(co 1998-1999, 2001-2002, 2012, 2015-2017 Free Software Foundation,
 Inc.
 .br
 Copyright \(co 1992, 1993 Jean-loup Gailly
diff --git a/gzip.c b/gzip.c
index 17f57097a6485cd255aedf346fa9aaa870f683a7..707a190943995df1a93703fa968308c9c9384438 100644 (file)
--- a/gzip.c
+++ b/gzip.c
@@ -1,6 +1,6 @@
 /* gzip (GNU zip) -- compress files with zip algorithm and 'compress' interface
 
-   Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2016 Free Software
+   Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2017 Free Software
    Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
diff --git a/gzip.h b/gzip.h
index f298b47345a3c22c64385107607475071079bed6..2c5d7484bd791c065bc3e29f33e4bcefeea5e2a0 100644 (file)
--- a/gzip.h
+++ b/gzip.h
@@ -1,6 +1,6 @@
 /* gzip.h -- common declarations for all gzip modules
 
-   Copyright (C) 1997-1999, 2001, 2006-2007, 2009-2016 Free Software
+   Copyright (C) 1997-1999, 2001, 2006-2007, 2009-2017 Free Software
    Foundation, Inc.
 
    Copyright (C) 1992-1993 Jean-loup Gailly.
index ff2be7e0fecd2dd0884b5fafd4839381e1ac0471..e39f41b32eeda8a395e7dcc17c021099e5f1e345 100644 (file)
--- a/inflate.c
+++ b/inflate.c
@@ -1,6 +1,6 @@
 /* Inflate deflated data
 
-   Copyright (C) 1997-1999, 2002, 2006, 2009-2016 Free Software Foundation,
+   Copyright (C) 1997-1999, 2002, 2006, 2009-2017 Free Software Foundation,
    Inc.
 
    This program is free software; you can redistribute it and/or modify
index 9de622d94b00e2c8c061f602056e06224ed0b40d..0df0701a2752444669a3bedfca57d99a04737c7b 100644 (file)
@@ -1,6 +1,6 @@
 # Make gzip/lib                                -*-Makefile-*-
 
-# Copyright (C) 2006, 2009-2016 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009-2017 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index cbafab23e018c2c543f6e19a75a708301ece59d4..5bdf967709b2f83dab88ad8c1413c2bae3479ad3 100644 (file)
@@ -1,6 +1,6 @@
 /* match.s -- optional optimized asm version of longest match in deflate.c
 
-   Copyright (C) 2002, 2006, 2009-2016 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2006, 2009-2017 Free Software Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
    This program is free software; you can redistribute it and/or modify
diff --git a/lzw.h b/lzw.h
index db9739855e5bbfa7a1d67445d9cdcdd0071a5bbd..db1f60fe80ba8a66f6c71db5228a80e7f0e7e898 100644 (file)
--- a/lzw.h
+++ b/lzw.h
@@ -1,6 +1,6 @@
 /* lzw.h -- define the lzw functions.
 
-   Copyright (C) 1994-2016 Free Software Foundation, Inc.
+   Copyright (C) 1994-2017 Free Software Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly.
 
    This program is free software; you can redistribute it and/or modify
index a4b554dc2dec470274f4c3414b98185571392faf..ff5cf1aae2efea6c94fd9362042be5a81230fbac 100644 (file)
@@ -1,6 +1,6 @@
 # Check for a working shell.
 
-# Copyright (C) 2000-2001, 2007, 2009-2016 Free Software Foundation, Inc.
+# Copyright (C) 2000-2001, 2007, 2009-2017 Free Software Foundation, Inc.
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 3, or (at your option)
index 15f41bedf83eadb6bcf288a23167a9e14afef9c7..b56edcf0516a6a134aba1614a02c94616e9db659 100644 (file)
@@ -1,6 +1,6 @@
 /* revision.h -- define the version number
 
-   Copyright (C) 1998-1999, 2001-2002, 2006, 2009-2016 Free Software
+   Copyright (C) 1998-1999, 2001-2002, 2006, 2009-2017 Free Software
    Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly.
 
index cc375fd4d0eb99df21265d3da7454bfa38ecac6c..8510599e92c6b23fac5af809976a3b2a9a4abff3 100644 (file)
--- a/tailor.h
+++ b/tailor.h
@@ -1,6 +1,6 @@
 /* tailor.h -- target dependent definitions
 
-   Copyright (C) 1997-1999, 2002, 2006, 2009-2016 Free Software Foundation,
+   Copyright (C) 1997-1999, 2002, 2006, 2009-2017 Free Software Foundation,
    Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
index 1c248864aaf3eed79e9c264e9c93e24fecc57762..20ea2219b85d6c49fa7a96fa1284e093743bb1c0 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to create Makefile.in
-# Copyright 2010-2016 Free Software Foundation, Inc.
+# Copyright 2010-2017 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 873d716dca5015764dd1b2e3941049330b787fd4..90b3a83571c817189caab23f4dd90d0b23451b75 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Test the obsolescent GZIP environment variable.
 
-# Copyright 2015-2016 Free Software Foundation, Inc.
+# Copyright 2015-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 0182db33d1f0fecc0e28e5642d16b0ce2c2a22fc..ed9835a0aa7575e5cf6cab3106f6754eb40a3150 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Before gzip-1.4, gzip -d would segfault on some inputs.
 
-# Copyright (C) 2010-2016 Free Software Foundation, Inc.
+# Copyright (C) 2010-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 5af9a0509eba1b8fbab3121129a35ee3c6f2e136..734a24adf05d916c4f2fb1d752c676cb18ad1bde 100755 (executable)
@@ -2,7 +2,7 @@
 # Make sure all these programs work properly
 # when invoked with --help or --version.
 
-# Copyright (C) 2000-2016 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 1793b89a73bdbc9ff3990c525639787685b16f2c..d626123094559794e11f86bdce557516c880d44c 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Exercise a bug whereby an invalid input could make gzip -d misbehave.
 
-# Copyright (C) 2009-2016 Free Software Foundation, Inc.
+# Copyright (C) 2009-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 97e4e4ba5e691ab04b376497cdddeabcf2cfa461..7637f3dbdb4f7c7c265dfee62fdbbd43c8ff1f69 100644 (file)
@@ -1,6 +1,6 @@
 # source this file; set up for tests
 
-# Copyright (C) 2009-2016 Free Software Foundation, Inc.
+# Copyright (C) 2009-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 105d43e643d015655f7a779d43b942a189a80b45..dec8afa1bcd36bdcbb29a0749020104d7cbfb01e 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Exercise the --keep option.
 
-# Copyright (C) 2013-2016 Free Software Foundation, Inc.
+# Copyright (C) 2013-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 7576dc3a8cc1ba7536e971fd023c1788c68dce51..8b6187760213bc23b74a32959ebbd82512849730 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Exercise the --list option.
 
-# Copyright 2016 Free Software Foundation, Inc.
+# Copyright 2016-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 970b885235d20f7b8dc6c3fa0faf4990c648a243..c06172ae423cf80cfbb7407f1dd640bf306c29cc 100755 (executable)
@@ -2,7 +2,7 @@
 # Before gzip-1.4, this the use of memcpy in inflate_codes could
 # mistakenly operate on overlapping regions.  Exercise that code.
 
-# Copyright (C) 2010-2016 Free Software Foundation, Inc.
+# Copyright (C) 2010-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 50e2537a2c9f6784fc5ca189ff0e2097e77fbd48..05064c51f5858897c2f46c7c47467f20ef76b569 100755 (executable)
@@ -2,7 +2,7 @@
 # Ensure that gzip -cdf handles mixed compressed/not-compressed data
 # Before gzip-1.5, it would produce invalid output.
 
-# Copyright (C) 2010-2016 Free Software Foundation, Inc.
+# Copyright (C) 2010-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 903864ce641586da7de40d0b07e87a08cd1b65fb..c0f62e07e963bf376bb2c4ac5eddb6a85fc26ce9 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Before gzip-1.5, gzip -d -S '' k.gz would delete F.gz and not create "F"
 
-# Copyright (C) 2010-2016 Free Software Foundation, Inc.
+# Copyright (C) 2010-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 190687f9696c7741d2e30e687c042a999e72b56e..897fcdd5fb798d4e726b29d49aa25666af6b402b 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Ensure that gzip interprets "-" as stdin.
 
-# Copyright (C) 2009-2016 Free Software Foundation, Inc.
+# Copyright (C) 2009-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 765e33d5617ec245370a00919a4b692518bd9290..5434dfe91b29d1d6bfe21e586e7419ab10a18bdf 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Exercise timestamps.
 
-# Copyright 2016 Free Software Foundation, Inc.
+# Copyright 2016-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index b21f76fdcf067052f4baaeb3eb4a538f87e83bdb..ef19326ba6e668da2a9eaca66999670692a048c0 100755 (executable)
@@ -2,7 +2,7 @@
 # gzip accepts trailing NUL bytes; don't fail if there is exactly one.
 # Before gzip-1.4, this would fail.
 
-# Copyright (C) 2009-2016 Free Software Foundation, Inc.
+# Copyright (C) 2009-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index acea97e83b75d4df9f133f9d1140c27157f4a2a5..0e664402a9b9d8c1dd4af80cd38725bf9119965a 100755 (executable)
@@ -2,7 +2,7 @@
 # gzip should report invalid 'unpack' input when uncompressing.
 # With gzip-1.5, it would output invalid data instead.
 
-# Copyright (C) 2012-2016 Free Software Foundation, Inc.
+# Copyright (C) 2012-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 470932060c006a9804d2714815109878ce78e6bc..5b5a860b72f5593d454423fceaa162d3a48aa50e 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Check that -Sz works.
 
-# Copyright 2014-2016 Free Software Foundation, Inc.
+# Copyright 2014-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index eee47b371f380da0396fe1221eebd59e51084a7f..7ed2f346692ffe3d47bf7886c97a1caf29a88a6c 100755 (executable)
@@ -2,7 +2,7 @@
 # Exercise zdiff with two compressed inputs.
 # Before gzip-1.4, this would fail.
 
-# Copyright (C) 2009-2016 Free Software Foundation, Inc.
+# Copyright (C) 2009-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 089d2563971dd6f06bd0eb0a41176bfd0ccae71b..d767ca307476255b815e796c2772ab1189ac5614 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Ensure that zgrep -15 works.  Before gzip-1.5, it would fail.
 
-# Copyright (C) 2012-2016 Free Software Foundation, Inc.
+# Copyright (C) 2012-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 1ce8cc293f260659396d71b39a25c492979fe96f..346a8050e7a35d937cf1e9b5637b456055175955 100755 (executable)
@@ -2,7 +2,7 @@
 # Ensure that zgrep -f - works like grep -f -
 # Before gzip-1.4, it would fail.
 
-# Copyright (C) 2009-2016 Free Software Foundation, Inc.
+# Copyright (C) 2009-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 13783ef1001cecacbfb087b12cce643867e2e71c..c45495eb3227ca6239bc6577b62ee2aeb8990459 100755 (executable)
@@ -2,7 +2,7 @@
 # Check that zgrep is terminated gracefully by signal when
 # its grep/sed pipeline is terminated by a signal.
 
-# Copyright (C) 2010-2016 Free Software Foundation, Inc.
+# Copyright (C) 2010-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 98e7fa1f8e3553284fb2510e42d1bb5c8bafb9ae..0b820f1a743cab614d53a5c6ba95dea9b79e868b 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Check that znew -K works without compress(1).
 
-# Copyright (C) 2010-2016 Free Software Foundation, Inc.
+# Copyright (C) 2010-2017 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/trees.c b/trees.c
index 025d5ba2623c9ab82a6f6dea312195023416f13d..f40f8f41a8ae3f6e1a867ff99867fce33c58c9e5 100644 (file)
--- a/trees.c
+++ b/trees.c
@@ -1,6 +1,6 @@
 /* trees.c -- output deflated data using Huffman coding
 
-   Copyright (C) 1997-1999, 2009-2016 Free Software Foundation, Inc.
+   Copyright (C) 1997-1999, 2009-2017 Free Software Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
    This program is free software; you can redistribute it and/or modify
index 477e4ac86a1448d3f08ff4c23d0dc30b55689e75..c1a3684192aa2a2f68fb0309a9bf195fcbbe3f24 100644 (file)
--- a/unpack.c
+++ b/unpack.c
@@ -1,6 +1,6 @@
 /* unpack.c -- decompress files in pack format.
 
-   Copyright (C) 1997, 1999, 2006, 2009-2016 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1999, 2006, 2009-2017 Free Software Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
    This program is free software; you can redistribute it and/or modify
diff --git a/unzip.c b/unzip.c
index 38759f04000f40f1828ba81737e3afe4815a4385..9ef43db63731962b0678215af83ef640894a7ff1 100644 (file)
--- a/unzip.c
+++ b/unzip.c
@@ -1,6 +1,6 @@
 /* unzip.c -- decompress files in gzip or pkzip format.
 
-   Copyright (C) 1997-1999, 2009-2016 Free Software Foundation, Inc.
+   Copyright (C) 1997-1999, 2009-2017 Free Software Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
    This program is free software; you can redistribute it and/or modify
diff --git a/util.c b/util.c
index 4790be0f0b1d5b0ef63d0f83e21da50285f19de8..8e0f35f24284e261a1719ba6a4dfcc40324a6ae7 100644 (file)
--- a/util.c
+++ b/util.c
@@ -1,6 +1,6 @@
 /* util.c -- utility functions for gzip support
 
-   Copyright (C) 1997-1999, 2001-2002, 2006, 2009-2016 Free Software
+   Copyright (C) 1997-1999, 2001-2002, 2006, 2009-2017 Free Software
    Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
diff --git a/zcat.in b/zcat.in
index 54befb4bbc0fa687a6ab8d10ea88f4801cebe5ac..7f9c99cb07f2dc5fd36cf7b09bbb5e6be327ea27 100644 (file)
--- a/zcat.in
+++ b/zcat.in
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Uncompress files to standard output.
 
-# Copyright (C) 2007, 2010-2016 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2010-2017 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/zcmp.in b/zcmp.in
index eeee24783350081ce947ad987cf4fed6ddf54df2..20fb031481c84874586a391b33ec62af220a0631 100644 (file)
--- a/zcmp.in
+++ b/zcmp.in
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Compare the uncompressed contents of compressed files, byte by byte.
 
-# Copyright (C) 2007, 2010-2016 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2010-2017 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 12de3a1e9a9f86cd4c83f15e09e04eeef23dcede..d57e44dffd0b40b490693389dc5e0d49f4dc9b3d 100644 (file)
--- a/zdiff.in
+++ b/zdiff.in
@@ -1,7 +1,7 @@
 #!/bin/sh
 # sh is buggy on RS/6000 AIX 3.2. Replace above line with #!/bin/ksh
 
-# Copyright (C) 1998, 2002, 2006-2007, 2009-2016 Free Software Foundation, Inc.
+# Copyright (C) 1998, 2002, 2006-2007, 2009-2017 Free Software Foundation, Inc.
 # Copyright (C) 1993 Jean-loup Gailly
 
 # This program is free software; you can redistribute it and/or modify
index 82ad330e3afb2d684b7cab682aa2eaa476dd4ac6..9a07bbf274603e52448e65af833a068e494e83df 100644 (file)
--- a/zforce.in
+++ b/zforce.in
@@ -6,7 +6,7 @@
 # 12345678901234 is renamed to 12345678901.gz
 
 
-# Copyright (C) 2002, 2007, 2010-2016 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2007, 2010-2017 Free Software Foundation, Inc.
 # Copyright (C) 1993 Jean-loup Gailly
 
 # This program is free software; you can redistribute it and/or modify
index 7ce45ae8b3900afb12e6147c7039e04e297c3a18..78ffbc13fb35dfdb6b88ca1f0ba1a2a5a2bf6f63 100644 (file)
--- a/zgrep.in
+++ b/zgrep.in
@@ -3,7 +3,7 @@
 # zgrep -- a wrapper around a grep program that decompresses files as needed
 # Adapted from a version sent by Charles Levert <charles@comm.polymtl.ca>
 
-# Copyright (C) 1998, 2001-2002, 2006-2007, 2009-2016 Free Software Foundation,
+# Copyright (C) 1998, 2001-2002, 2006-2007, 2009-2017 Free Software Foundation,
 # Inc.
 
 # Copyright (C) 1993 Jean-loup Gailly
diff --git a/zip.c b/zip.c
index a3b4559fdd5febe1d0825f9f26e28b8cdbc2ab7e..af51f98e1366aaf94afdb77452c95089154aa3c1 100644 (file)
--- a/zip.c
+++ b/zip.c
@@ -1,6 +1,6 @@
 /* zip.c -- compress files to the gzip or pkzip format
 
-   Copyright (C) 1997-1999, 2006-2007, 2009-2016 Free Software Foundation, Inc.
+   Copyright (C) 1997-1999, 2006-2007, 2009-2017 Free Software Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
    This program is free software; you can redistribute it and/or modify
diff --git a/zless.1 b/zless.1
index 93a443ebbfa2b192c1e21c320fb7aa468aa1574f..73727a29b72b09916f8b6f72038e97ff4f531e62 100644 (file)
--- a/zless.1
+++ b/zless.1
@@ -28,7 +28,7 @@ To read compressed data from a pipe, you can use
 instead of
 .RB ".\|.\|." "|zless" .
 .SH "COPYRIGHT NOTICE"
-Copyright \(co 2006-2007, 2015-2016 Free Software Foundation, Inc.
+Copyright \(co 2006-2007, 2015-2017 Free Software Foundation, Inc.
 .br
 Copyright \(co 1992, 1993 Jean-loup Gailly
 .PP
index e634af660365ccdc77af21c185f9b4ce8a647310..25d6b8be72ae62d905d692c169f00f0cf7ee863b 100644 (file)
--- a/zless.in
+++ b/zless.in
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 1998, 2002, 2006-2007, 2010-2016 Free Software Foundation, Inc.
+# Copyright (C) 1998, 2002, 2006-2007, 2010-2017 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 0193a1bb26e1cc849f36cd9ef42ed4e84d6d2f4a..5b1c3705096442692ac0c72d15b20b54e7b92254 100644 (file)
--- a/zmore.in
+++ b/zmore.in
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2001-2002, 2007, 2010-2016 Free Software Foundation, Inc.
+# Copyright (C) 2001-2002, 2007, 2010-2017 Free Software Foundation, Inc.
 # Copyright (C) 1992, 1993 Jean-loup Gailly
 
 # This program is free software; you can redistribute it and/or modify
diff --git a/znew.in b/znew.in
index 12f89fc5ac7f3980d4c7621fca7932949ae73aca..0f73a0ae731fd846af523f6637a4101af6b186f5 100644 (file)
--- a/znew.in
+++ b/znew.in
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 1998, 2002, 2004, 2007, 2010-2016 Free Software Foundation,
+# Copyright (C) 1998, 2002, 2004, 2007, 2010-2017 Free Software Foundation,
 # Inc.
 # Copyright (C) 1993 Jean-loup Gailly