From: Jim Meyering Date: Sun, 1 Jan 2017 11:23:03 +0000 (-0800) Subject: maint: update gnulib and copyright dates for 2017 X-Git-Tag: v1.9~38 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=9110d11ac01350aa968fe02f209d51ca7f0b4d50;p=debian%2Fgzip maint: update gnulib and copyright dates for 2017 * gnulib: Update to latest. * all files: Run "make update-copyright". --- diff --git a/ChangeLog-2007 b/ChangeLog-2007 index 0b4a51a..cdc3c70 100644 --- a/ChangeLog-2007 +++ b/ChangeLog-2007 @@ -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 diff --git a/Makefile.am b/Makefile.am index 738c63c..6e5bb0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 8d0e100..262fcc2 100644 --- 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 58f4959..a116df7 100644 --- 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 diff --git a/README-hacking b/README-hacking index cce32ea..3650ff2 100644 --- a/README-hacking +++ b/README-hacking @@ -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 a5b188a..268777f 100644 --- a/TODO +++ b/TODO @@ -71,7 +71,7 @@ Send comments to . ======================================================================== -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 374b49b..374d671 100644 --- 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 diff --git a/bootstrap b/bootstrap index 294c0bc..715c7ad 100755 --- 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 diff --git a/bootstrap.conf b/bootstrap.conf index cabd650..16a84ce 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -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 fd287f2..a325e01 100644 --- 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 diff --git a/configure.ac b/configure.ac index 08ad445..dc0751d 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/deflate.c b/deflate.c index 6e235f3..9a99ea9 100644 --- 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 diff --git a/doc/Makefile.am b/doc/Makefile.am index 76e1767..38cbf5e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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 diff --git a/doc/gzip.texi b/doc/gzip.texi index 478c4e4..19061cf 100644 --- a/doc/gzip.texi +++ b/doc/gzip.texi @@ -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 e63f5eb..a3fd683 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit e63f5eb55570a1ea3e51ce47df33689785e085c1 +Subproject commit a3fd683de3decbb58ab5fb5d32ad2e62f74fbf12 diff --git a/gunzip.in b/gunzip.in index 1346b35..395d1a6 100644 --- 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 diff --git a/gzexe.in b/gzexe.in index 282e385..371289c 100644 --- 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 8abba50..67148fc 100644 --- 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 17f5709..707a190 100644 --- 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 f298b47..2c5d748 100644 --- 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. diff --git a/inflate.c b/inflate.c index ff2be7e..e39f41b 100644 --- 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 diff --git a/lib/Makefile.am b/lib/Makefile.am index 9de622d..0df0701 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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 diff --git a/lib/match.c b/lib/match.c index cbafab2..5bdf967 100644 --- a/lib/match.c +++ b/lib/match.c @@ -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 db97398..db1f60f 100644 --- 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 diff --git a/m4/shell.m4 b/m4/shell.m4 index a4b554d..ff5cf1a 100644 --- a/m4/shell.m4 +++ b/m4/shell.m4 @@ -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) diff --git a/revision.h b/revision.h index 15f41be..b56edcf 100644 --- a/revision.h +++ b/revision.h @@ -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. diff --git a/tailor.h b/tailor.h index cc375fd..8510599 100644 --- 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 diff --git a/tests/Makefile.am b/tests/Makefile.am index 1c24886..20ea221 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 diff --git a/tests/gzip-env b/tests/gzip-env index 873d716..90b3a83 100755 --- a/tests/gzip-env +++ b/tests/gzip-env @@ -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 diff --git a/tests/helin-segv b/tests/helin-segv index 0182db3..ed9835a 100755 --- a/tests/helin-segv +++ b/tests/helin-segv @@ -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 diff --git a/tests/help-version b/tests/help-version index 5af9a05..734a24a 100755 --- a/tests/help-version +++ b/tests/help-version @@ -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 diff --git a/tests/hufts b/tests/hufts index 1793b89..d626123 100755 --- a/tests/hufts +++ b/tests/hufts @@ -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 diff --git a/tests/init.sh b/tests/init.sh index 97e4e4b..7637f3d 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -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 diff --git a/tests/keep b/tests/keep index 105d43e..dec8afa 100755 --- a/tests/keep +++ b/tests/keep @@ -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 diff --git a/tests/list b/tests/list index 7576dc3..8b61877 100755 --- a/tests/list +++ b/tests/list @@ -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 diff --git a/tests/memcpy-abuse b/tests/memcpy-abuse index 970b885..c06172a 100755 --- a/tests/memcpy-abuse +++ b/tests/memcpy-abuse @@ -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 diff --git a/tests/mixed b/tests/mixed index 50e2537..05064c5 100755 --- a/tests/mixed +++ b/tests/mixed @@ -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 diff --git a/tests/null-suffix-clobber b/tests/null-suffix-clobber index 903864c..c0f62e0 100755 --- a/tests/null-suffix-clobber +++ b/tests/null-suffix-clobber @@ -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 diff --git a/tests/stdin b/tests/stdin index 190687f..897fcdd 100755 --- a/tests/stdin +++ b/tests/stdin @@ -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 diff --git a/tests/timestamp b/tests/timestamp index 765e33d..5434dfe 100755 --- a/tests/timestamp +++ b/tests/timestamp @@ -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 diff --git a/tests/trailing-nul b/tests/trailing-nul index b21f76f..ef19326 100755 --- a/tests/trailing-nul +++ b/tests/trailing-nul @@ -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 diff --git a/tests/unpack-invalid b/tests/unpack-invalid index acea97e..0e66440 100755 --- a/tests/unpack-invalid +++ b/tests/unpack-invalid @@ -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 diff --git a/tests/z-suffix b/tests/z-suffix index 4709320..5b5a860 100755 --- a/tests/z-suffix +++ b/tests/z-suffix @@ -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 diff --git a/tests/zdiff b/tests/zdiff index eee47b3..7ed2f34 100755 --- a/tests/zdiff +++ b/tests/zdiff @@ -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 diff --git a/tests/zgrep-context b/tests/zgrep-context index 089d256..d767ca3 100755 --- a/tests/zgrep-context +++ b/tests/zgrep-context @@ -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 diff --git a/tests/zgrep-f b/tests/zgrep-f index 1ce8cc2..346a805 100755 --- a/tests/zgrep-f +++ b/tests/zgrep-f @@ -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 diff --git a/tests/zgrep-signal b/tests/zgrep-signal index 13783ef..c45495e 100755 --- a/tests/zgrep-signal +++ b/tests/zgrep-signal @@ -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 diff --git a/tests/znew-k b/tests/znew-k index 98e7fa1..0b820f1 100755 --- a/tests/znew-k +++ b/tests/znew-k @@ -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 025d5ba..f40f8f4 100644 --- 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 diff --git a/unpack.c b/unpack.c index 477e4ac..c1a3684 100644 --- 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 38759f0..9ef43db 100644 --- 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 4790be0..8e0f35f 100644 --- 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 54befb4..7f9c99c 100644 --- 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 eeee247..20fb031 100644 --- 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 diff --git a/zdiff.in b/zdiff.in index 12de3a1..d57e44d 100644 --- 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 diff --git a/zforce.in b/zforce.in index 82ad330..9a07bbf 100644 --- 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 diff --git a/zgrep.in b/zgrep.in index 7ce45ae..78ffbc1 100644 --- 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 -# 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 a3b4559..af51f98 100644 --- 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 93a443e..73727a2 100644 --- 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 diff --git a/zless.in b/zless.in index e634af6..25d6b8b 100644 --- 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 diff --git a/zmore.in b/zmore.in index 0193a1b..5b1c370 100644 --- 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 12f89fc..0f73a0a 100644 --- 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