maint: update gnulib and copyright dates for 2018
authorJim Meyering <meyering@fb.com>
Thu, 4 Jan 2018 00:39:01 +0000 (16:39 -0800)
committerJim Meyering <meyering@fb.com>
Thu, 4 Jan 2018 00:44:26 +0000 (16:44 -0800)
* gnulib: Update to latest.
* bootstrap: Update from gnulib.
* all files: Run "make update-copyright".

64 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/unpack-valid
tests/upper-suffix
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 19705b5ef13dda03c5b42fdca3e9420e40f1b142..00704a5e70682b57e75f0a83b2e196efe5acf847 100644 (file)
@@ -1776,7 +1776,7 @@ Sat Oct 31 12:46:00 1992  Jean-loup Gailly  (jloup@chorus.fr)
 
        -----
 
-       Copyright (C) 1997-2002, 2006-2017 Free Software Foundation, Inc.
+       Copyright (C) 1997-2002, 2006-2018 Free Software Foundation, Inc.
        Copyright (C) 1992, 1993 Jean-loup Gailly
 
        Copying and distribution of this file, with or without
index f3428088342e91247c75d70b68bcf9e561023750..d4ecc3f18a018e3c57a179a55e3483a566c917dd 100644 (file)
@@ -1,6 +1,6 @@
 # Make gzip (GNU zip).
 
-# Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2017 Free Software Foundation,
+# Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2018 Free Software Foundation,
 # Inc.
 
 # This program is free software; you can redistribute it and/or modify
diff --git a/NEWS b/NEWS
index 68af1dc12a7328085445922e1b27deb0c5756be1..9ab05813955535144302dadfc18d39d581812eea 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -517,7 +517,7 @@ Major changes form 0.5 to 0.6:
 
 ========================================================================
 
-Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2017 Free Software Foundation,
+Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2018 Free Software Foundation,
 Inc.
 Copyright (C) 1992, 1993 Jean-loup Gailly
 
diff --git a/README b/README
index 21504c206ffe3f14f571e8df20ac155d31b54faa..34e61fc4670f516bd2001c5c7699d786204f255a 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-2017 Free Software Foundation,
+Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2018 Free Software Foundation,
 Inc.
 Copyright (C) 1992, 1993 Jean-loup Gailly
 
index 4f2279faecd6794f0ae21dad5a21e5a8ed25bce9..4da41dad18e2c473889ee1a78bdea12100efa6a1 100644 (file)
@@ -45,7 +45,7 @@ Enjoy!
 
 -----
 
-Copyright (C) 2002-2006, 2009-2017 Free Software Foundation, Inc.
+Copyright (C) 2002-2006, 2009-2018 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 604ea4993e2e9658afaba268dc2b2cdc980eb7da..4ea88d83e768045783af7e19e29910cddfd61b4a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -69,7 +69,7 @@ Send comments to <bug-gzip@gnu.org>.
 
 ========================================================================
 
-Copyright (C) 1999, 2001, 2006, 2009-2017 Free Software Foundation, Inc.
+Copyright (C) 1999, 2001, 2006, 2009-2018 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 374d671eb1416d0101d609157956c98d578c731f..ab7d2efae987b4742ecc34fdbfd902bc1558e018 100644 (file)
--- a/bits.c
+++ b/bits.c
@@ -1,6 +1,6 @@
 /* bits.c -- output variable-length bit strings
 
-   Copyright (C) 1999, 2009-2017 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2009-2018 Free Software Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
    This program is free software; you can redistribute it and/or modify
index 85b85c530f97cc80ed62265a514c8470e9b5537e..25920e991c7aca5095947f6abe3fe426f01abb6b 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -4,7 +4,7 @@ scriptversion=2017-09-19.08; # UTC
 
 # Bootstrap this package from checked-out sources.
 
-# Copyright (C) 2003-2017 Free Software Foundation, Inc.
+# Copyright (C) 2003-2018 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
@@ -792,7 +792,7 @@ symlink_to_dir()
       # aren't confused into doing unnecessary builds.  Conversely, if the
       # existing symlink's timestamp is older than the source, make it afresh,
       # so that broken tools aren't confused into skipping needed builds.  See
-      # <https://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00326.html>.
+      # <https://lists.gnu.org/r/bug-gnulib/2011-05/msg00326.html>.
       test -h "$dst" &&
       src_ls=$(ls -diL "$src" 2>/dev/null) && set $src_ls && src_i=$1 &&
       dst_ls=$(ls -diL "$dst" 2>/dev/null) && set $dst_ls && dst_i=$1 &&
index e44837faeba848f443fe2d416f185154f31860a2..8c4b0758326be04d65e3d15f0e254b537b877705 100644 (file)
@@ -1,6 +1,6 @@
 # Bootstrap configuration.
 
-# Copyright (C) 2006-2007, 2009-2017 Free Software Foundation, Inc.
+# Copyright (C) 2006-2007, 2009-2018 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 46bedf02db2133080d75679ff10d2a29284f781e..d889c46f90147655cebb7385926102292cc3af10 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
 # Customize maint.mk                           -*- makefile -*-
-# Copyright (C) 2003-2017 Free Software Foundation, Inc.
+# Copyright (C) 2003-2018 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 76a82fe906f21d558079c42ebaf9e8ee42e0459e..1f05a7e27e27c5e26f4f23a1d65aebfe314ef605 100644 (file)
@@ -1,6 +1,6 @@
 # Configure template for gzip.
 
-# Copyright (C) 1999-2002, 2006-2007, 2009-2017 Free Software Foundation, Inc.
+# Copyright (C) 1999-2002, 2006-2007, 2009-2018 Free Software Foundation, Inc.
 
 # Copyright (C) 1992-1993 Jean-loup Gailly
 
index 9a99ea9daa3c08b2293ada18c4c9bed4a2c580b7..951d7af4e895b2285d1617c05a4940c6b7b336b6 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-2017 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2006, 2009-2018 Free Software Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
    This program is free software; you can redistribute it and/or modify
index 38cbf5e60e63d005b43d4a7eeee89e3c6e67b3a8..0d8ff378eedf28ab4babd1b9c12b494ba2ee151f 100644 (file)
@@ -1,6 +1,6 @@
 # Make gzip documentation.                             -*-Makefile-*-
 
-# Copyright (C) 2006, 2009-2017 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009-2018 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 ca1e62378a1cbcf5d5e6cdd535176fda1ca5c373..195bab80512da89255d7fe40daa4b1907342f835 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-2017 Free Software
+Copyright @copyright{} 1998-1999, 2001-2002, 2006-2007, 2009-2018 Free Software
 Foundation, Inc.
 
 Copyright @copyright{} 1992, 1993 Jean-loup Gailly
diff --git a/gnulib b/gnulib
index ec26e3bba00b6b9083401867a36a9aee2e055f63..7e7c5c7952b7de1e33c8eba891cc425d5d8d7803 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit ec26e3bba00b6b9083401867a36a9aee2e055f63
+Subproject commit 7e7c5c7952b7de1e33c8eba891cc425d5d8d7803
index 0602724f48e8b7a7414cedf725b313e8f6ae9437..f1d03489e7560b6ffa855e05494b572ad491805e 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-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2010-2018 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 65b2de24bcf350bfb268542c9f0646c66299eed7..62f896064c6bf42e461dc60038a118d12c907e36 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-2017 Free Software
+# Copyright (C) 1998, 2002, 2004, 2006-2007, 2010-2018 Free Software
 # Foundation, Inc.
 # Copyright (C) 1993 Jean-loup Gailly
 
diff --git a/gzip.1 b/gzip.1
index acde58aa9d86a784b4394ca77ab1b455a27c9ce4..6594b7553f1984dcd0c4d5fd5d887398726e892e 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-2017 Free Software Foundation,
+Copyright \(co 1998-1999, 2001-2002, 2012, 2015-2018 Free Software Foundation,
 Inc.
 .br
 Copyright \(co 1992, 1993 Jean-loup Gailly
diff --git a/gzip.c b/gzip.c
index 59ab553e448a157a267dcf2cd9eaf84d9f2ac903..7652f66cfda0a3a84ef1fde8b11a3367f34411db 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-2017 Free Software
+   Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2018 Free Software
    Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
diff --git a/gzip.h b/gzip.h
index 23a1cb85e8c5620843a75806a6b27355eec34881..249933797a82614ce56ec87e0a147b6bb73c68be 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-2017 Free Software
+   Copyright (C) 1997-1999, 2001, 2006-2007, 2009-2018 Free Software
    Foundation, Inc.
 
    Copyright (C) 1992-1993 Jean-loup Gailly.
index e39f41b32eeda8a395e7dcc17c021099e5f1e345..d372685ae995102255010a612a3b156c7aa0b752 100644 (file)
--- a/inflate.c
+++ b/inflate.c
@@ -1,6 +1,6 @@
 /* Inflate deflated data
 
-   Copyright (C) 1997-1999, 2002, 2006, 2009-2017 Free Software Foundation,
+   Copyright (C) 1997-1999, 2002, 2006, 2009-2018 Free Software Foundation,
    Inc.
 
    This program is free software; you can redistribute it and/or modify
index 0df0701a2752444669a3bedfca57d99a04737c7b..cd828f0632f6cd827a612ea4d17fcfd802c0de3f 100644 (file)
@@ -1,6 +1,6 @@
 # Make gzip/lib                                -*-Makefile-*-
 
-# Copyright (C) 2006, 2009-2017 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009-2018 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 5bdf967709b2f83dab88ad8c1413c2bae3479ad3..7b0d92cce19b783d0fa92d015622b1f2b3b997dc 100644 (file)
@@ -1,6 +1,6 @@
 /* match.s -- optional optimized asm version of longest match in deflate.c
 
-   Copyright (C) 2002, 2006, 2009-2017 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2006, 2009-2018 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 db1f60fe80ba8a66f6c71db5228a80e7f0e7e898..ffc451dda7780411912f03e575c2b266d45e655e 100644 (file)
--- a/lzw.h
+++ b/lzw.h
@@ -1,6 +1,6 @@
 /* lzw.h -- define the lzw functions.
 
-   Copyright (C) 1994-2017 Free Software Foundation, Inc.
+   Copyright (C) 1994-2018 Free Software Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly.
 
    This program is free software; you can redistribute it and/or modify
index ff5cf1aae2efea6c94fd9362042be5a81230fbac..f9ca24edca84ce777d5ef0c90516d5baf2ddd579 100644 (file)
@@ -1,6 +1,6 @@
 # Check for a working shell.
 
-# Copyright (C) 2000-2001, 2007, 2009-2017 Free Software Foundation, Inc.
+# Copyright (C) 2000-2001, 2007, 2009-2018 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 b56edcf0516a6a134aba1614a02c94616e9db659..90b08c5bdc47d636b62da026366748a3d1a311bf 100644 (file)
@@ -1,6 +1,6 @@
 /* revision.h -- define the version number
 
-   Copyright (C) 1998-1999, 2001-2002, 2006, 2009-2017 Free Software
+   Copyright (C) 1998-1999, 2001-2002, 2006, 2009-2018 Free Software
    Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly.
 
index 2a1ddf961f744c632ac4ebc176ebf0bbd5d6f0b2..ea3a9576c07c02f2c700cbfaa79260e74270da8a 100644 (file)
--- a/tailor.h
+++ b/tailor.h
@@ -1,6 +1,6 @@
 /* tailor.h -- target dependent definitions
 
-   Copyright (C) 1997-1999, 2002, 2006, 2009-2017 Free Software Foundation,
+   Copyright (C) 1997-1999, 2002, 2006, 2009-2018 Free Software Foundation,
    Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
index ed5dfdf35ac9aec0d4e08568b3127009b5a2658d..ebdce5b981bac79f2945c92fb13ac5abedc9cd4d 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to create Makefile.in
-# Copyright 2010-2017 Free Software Foundation, Inc.
+# Copyright 2010-2018 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 eeacebf0ab0a70123d8abc9659a1eb7dd13a8e5f..c8e27ed4737be6d4ae027fdfd49957dd208b2535 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Test the obsolescent GZIP environment variable.
 
-# Copyright 2015-2017 Free Software Foundation, Inc.
+# Copyright 2015-2018 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 2bb86dbf61d331bd97fba4c626fff6d8cb5e6588..302d02aecd775468e1778913272d1ac59e228d10 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Before gzip-1.4, gzip -d would segfault on some inputs.
 
-# Copyright (C) 2010-2017 Free Software Foundation, Inc.
+# Copyright (C) 2010-2018 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 8bcfe5d078cf9c71c0c3f0fa175037069c4bdc6a..4d9d37c56f1b78aaacdc9dc5162921e1463924f3 100755 (executable)
@@ -2,7 +2,7 @@
 # Make sure all these programs work properly
 # when invoked with --help or --version.
 
-# Copyright (C) 2000-2017 Free Software Foundation, Inc.
+# Copyright (C) 2000-2018 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 6f851b65803cabc66231dfb6f008ecbd2771eea4..1076c833cbe0c7bfc8ed6d23dc61a6c39b5ee867 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Exercise a bug whereby an invalid input could make gzip -d misbehave.
 
-# Copyright (C) 2009-2017 Free Software Foundation, Inc.
+# Copyright (C) 2009-2018 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 24fb51219a1c65ad1ef85256e01da3dc3f072ef4..3a0e63c549bd2552fba345abc6e943391d16387f 100644 (file)
@@ -1,6 +1,6 @@
 # source this file; set up for tests
 
-# Copyright (C) 2009-2017 Free Software Foundation, Inc.
+# Copyright (C) 2009-2018 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 322c60a1ecce812b93a75850948a9b7c284f7fd5..da8177679245bccfbb4c6fe0ea79b699390a78fe 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Exercise the --keep option.
 
-# Copyright (C) 2013-2017 Free Software Foundation, Inc.
+# Copyright (C) 2013-2018 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 b6e05ef72e580941ea12018a836b40be621a64df..89869236de5e074e084afd474540ef024cf03871 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Exercise the --list option.
 
-# Copyright 2016-2017 Free Software Foundation, Inc.
+# Copyright 2016-2018 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 8abf892174a639f9dfd225b30d0dfa9b576c649b..d2225bcc435798f94f3938e7cec6224de9b6d00e 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-2017 Free Software Foundation, Inc.
+# Copyright (C) 2010-2018 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 0ad93d6201b175e2ae9e920de50d69245665837c..013d235856f7371a05258934fff4cb8705522e13 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-2017 Free Software Foundation, Inc.
+# Copyright (C) 2010-2018 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 e5d108a84876c9ef9cce3923aead1df7804a0729..c3be45ffad6797d0c1e20bd88dc515f21cdb697c 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-2017 Free Software Foundation, Inc.
+# Copyright (C) 2010-2018 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 09d08c9a326075c140c5f604bf77a469f87fd9cb..4e7ce160a71dc975adf153cce532affc217cbe9e 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Ensure that gzip interprets "-" as stdin.
 
-# Copyright (C) 2009-2017 Free Software Foundation, Inc.
+# Copyright (C) 2009-2018 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 8ef69019e85a47672aea64cb8497bd38e12b5087..c88d31fa5742add1d7fc30a49c170054f731e9fe 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Exercise timestamps.
 
-# Copyright 2016-2017 Free Software Foundation, Inc.
+# Copyright 2016-2018 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 8c8b3d02e64769b76a8406c0ef0356083ec7c894..1c2998e365872cbbe1ce845cf7f296811084f92b 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-2017 Free Software Foundation, Inc.
+# Copyright (C) 2009-2018 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 396c7e6b6c019df86d2ce47d46f99e5dfe71a6f6..4cc2082bcc9ed5aa71b99594c8fbf26ac658f877 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-2017 Free Software Foundation, Inc.
+# Copyright (C) 2012-2018 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 8fdb203d111ba5695076510f2c2bf4712f810071..20a7845e303b00152adb0b46207f37fd728e8072 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Test end-of-block check in unpack code
 
-# Copyright 2017 Free Software Foundation, Inc.
+# Copyright 2017-2018 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 b48270ea9f85c08249ea0845c65d4418361b27c6..28e4374ccca1970955ad82c7060f3005212cf0f0 100755 (executable)
@@ -2,7 +2,7 @@
 # Ensure an upper-case user-specified suffix works as expected.
 # This test would have failed in gzip-1.18
 
-# Copyright 2017 Free Software Foundation, Inc.
+# Copyright 2017-2018 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 28b0258835878ec26c17c9373c6555affb2e7fe9..d62f9f4bf757fb7339be52deb34f89024b786c37 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Check that -Sz works.
 
-# Copyright 2014-2017 Free Software Foundation, Inc.
+# Copyright 2014-2018 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 8f2518a191bd6ae8e4a5a42f4107a0ad604cce1a..baa827fb0a1e9c993d98b61d504dd950f5155244 100755 (executable)
@@ -2,7 +2,7 @@
 # Exercise zdiff with two compressed inputs.
 # Before gzip-1.4, this would fail.
 
-# Copyright (C) 2009-2017 Free Software Foundation, Inc.
+# Copyright (C) 2009-2018 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 d00f9fa0e6a3fbae383269be1242d5a422569126..b056fa9bbfe4fc36c63edc9b722281b6679248e1 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Ensure that zgrep -15 works.  Before gzip-1.5, it would fail.
 
-# Copyright (C) 2012-2017 Free Software Foundation, Inc.
+# Copyright (C) 2012-2018 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 40da9ffab7e9112d5d5f2adb687252d8ff7f5855..d9841f86b063dd3d18e5043c879d3b70be23eab2 100755 (executable)
@@ -2,7 +2,7 @@
 # Ensure that zgrep -f - works like grep -f -
 # Before gzip-1.4, it would fail.
 
-# Copyright (C) 2009-2017 Free Software Foundation, Inc.
+# Copyright (C) 2009-2018 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 f0a4d6fc2cdf7ce305fb41b2c521bbfa7038fe6d..7bafe82821cd29e7fb3ffd42a12baba75d510f34 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-2017 Free Software Foundation, Inc.
+# Copyright (C) 2010-2018 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 675c6a03456c8ded3f5bfd5871d7c5a60c685dda..6a2f96936c59c4fe9f0d4d3b4e70f63de6439b5e 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Check that znew -K works without compress(1).
 
-# Copyright (C) 2010-2017 Free Software Foundation, Inc.
+# Copyright (C) 2010-2018 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 f40f8f41a8ae3f6e1a867ff99867fce33c58c9e5..ad72ccd71913d2e51c36c4b9de5b3f87ae1c10d1 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-2017 Free Software Foundation, Inc.
+   Copyright (C) 1997-1999, 2009-2018 Free Software Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
    This program is free software; you can redistribute it and/or modify
index 04ab70535e32f22eee9d2183b0148c917f723d1c..56cc98c5ad5c36d004a98fc9fdbbaf373bb4003f 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-2017 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1999, 2006, 2009-2018 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 867cdcc474d6acc46d8cb9fe412d14dfa156ec43..6ec5bd674725f4b8fbcadd879bd4126071dba558 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-2017 Free Software Foundation, Inc.
+   Copyright (C) 1997-1999, 2009-2018 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 8e0f35f24284e261a1719ba6a4dfcc40324a6ae7..bb5e9f3a49cefaa3004e4e72c6d4a618b2173f87 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-2017 Free Software
+   Copyright (C) 1997-1999, 2001-2002, 2006, 2009-2018 Free Software
    Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
diff --git a/zcat.in b/zcat.in
index 9cf4c2d7c7e7d09c19b0b225f6f16f3beb136ebc..77c55cfd2de8e29bc15a37182db2819f2dfdd5a3 100644 (file)
--- a/zcat.in
+++ b/zcat.in
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Uncompress files to standard output.
 
-# Copyright (C) 2007, 2010-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2010-2018 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 b0a4ca245ef9af026a426e66327f42e7c476ddce..50e2488549bfac00787929ae0d626d3bf3887ac4 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-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2010-2018 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 0d1e74967c4177b50e4bd795e7b12e6928d568d3..bf644ddbef46548b2552ac170f5259141aa8bb50 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-2017 Free Software Foundation, Inc.
+# Copyright (C) 1998, 2002, 2006-2007, 2009-2018 Free Software Foundation, Inc.
 # Copyright (C) 1993 Jean-loup Gailly
 
 # This program is free software; you can redistribute it and/or modify
index 672ffceeed99e7c8cf9df2249dc4c9c6c49cf7ae..f122655936b3430b333d7d447fa233c8ed0587ed 100644 (file)
--- a/zforce.in
+++ b/zforce.in
@@ -6,7 +6,7 @@
 # 12345678901234 is renamed to 12345678901.gz
 
 
-# Copyright (C) 2002, 2007, 2010-2017 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2007, 2010-2018 Free Software Foundation, Inc.
 # Copyright (C) 1993 Jean-loup Gailly
 
 # This program is free software; you can redistribute it and/or modify
index 0660634dd4ad9c13c69de3bba8355321e4a1f505..3e08452c9db5d41289849560b5c36fc7ae2b251c 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-2017 Free Software Foundation,
+# Copyright (C) 1998, 2001-2002, 2006-2007, 2009-2018 Free Software Foundation,
 # Inc.
 
 # Copyright (C) 1993 Jean-loup Gailly
diff --git a/zip.c b/zip.c
index eb5661ff85e0806fbd8b087ebd07290938c37c0e..337932ca0968f99f560b590c3ffeb99c499dd03c 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-2017 Free Software Foundation, Inc.
+   Copyright (C) 1997-1999, 2006-2007, 2009-2018 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 73727a29b72b09916f8b6f72038e97ff4f531e62..7ff29e826ef199acb886366fea81c59d48222186 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-2017 Free Software Foundation, Inc.
+Copyright \(co 2006-2007, 2015-2018 Free Software Foundation, Inc.
 .br
 Copyright \(co 1992, 1993 Jean-loup Gailly
 .PP
index e4da708f778740f388029e04ac24e4d5eaaa0ed2..fd1d4c6a75bda912099030284b3d4e923de84590 100644 (file)
--- a/zless.in
+++ b/zless.in
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 1998, 2002, 2006-2007, 2010-2017 Free Software Foundation, Inc.
+# Copyright (C) 1998, 2002, 2006-2007, 2010-2018 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 b9f0b7dc77b0519b5e71987816f87e88ce8f829b..c29f5b2afb055c06fa38e180b7675939a0a1bb10 100644 (file)
--- a/zmore.in
+++ b/zmore.in
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2001-2002, 2007, 2010-2017 Free Software Foundation, Inc.
+# Copyright (C) 2001-2002, 2007, 2010-2018 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 48475e9d0dd8580fac76f4f4c18efe354fd4be42..91fd2bf37a6489988a940f7ac0b92f38ec972861 100644 (file)
--- a/znew.in
+++ b/znew.in
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 1998, 2002, 2004, 2007, 2010-2017 Free Software Foundation,
+# Copyright (C) 1998, 2002, 2004, 2007, 2010-2018 Free Software Foundation,
 # Inc.
 # Copyright (C) 1993 Jean-loup Gailly