maint: update copyright year ranges to include 2015; update gnulib
authorJim Meyering <meyering@fb.com>
Fri, 2 Jan 2015 05:42:13 +0000 (21:42 -0800)
committerJim Meyering <meyering@fb.com>
Fri, 2 Jan 2015 05:43:33 +0000 (21:43 -0800)
59 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/helin-segv
tests/help-version
tests/hufts
tests/init.sh
tests/keep
tests/memcpy-abuse
tests/mixed
tests/null-suffix-clobber
tests/stdin
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 8b9d6c18bcbf2f37adbeb2ec999255affe2f8e2f..fed66c55d7f5157e1f2591a8d4d1041275346684 100644 (file)
@@ -1776,7 +1776,7 @@ Sat Oct 31 12:46:00 1992  Jean-loup Gailly  (jloup@chorus.fr)
 
        -----
 
-       Copyright (C) 1997-2002, 2006-2014 Free Software Foundation, Inc.
+       Copyright (C) 1997-2002, 2006-2015 Free Software Foundation, Inc.
        Copyright (C) 1992, 1993 Jean-loup Gailly
 
        Copying and distribution of this file, with or without
index b0fffcd7e2a7d69467b987abd29d72c4a70111a8..d8aa38e27b1f6994ff6e23d94e648c5fe91c21a6 100644 (file)
@@ -1,6 +1,6 @@
 # Make gzip (GNU zip).
 
-# Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2014 Free Software Foundation,
+# Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2015 Free Software Foundation,
 # Inc.
 
 # This program is free software; you can redistribute it and/or modify
diff --git a/NEWS b/NEWS
index 4358f4d10dd1961bf792bf9cea211f672cdf83cf..4203f5626b7a2f68f073df784609984427340500 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -438,7 +438,7 @@ Major changes form 0.5 to 0.6:
 
 ========================================================================
 
-Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2014 Free Software Foundation,
+Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2015 Free Software Foundation,
 Inc.
 Copyright (C) 1992, 1993 Jean-loup Gailly
 
diff --git a/README b/README
index d7f0c180fbda92766400031ef4878823b7ac4cd5..8db3356660b770f2e0ef84f95d380658351c9811 100644 (file)
--- a/README
+++ b/README
@@ -129,7 +129,7 @@ note that the range specifies every single year in that closed interval.
 
 ========================================================================
 
-Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2014 Free Software Foundation,
+Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2015 Free Software Foundation,
 Inc.
 Copyright (C) 1992, 1993 Jean-loup Gailly
 
index 452ebfac6e70394b8d242b0694d06a1601b063dd..f55253d7269c6b51dfff3d0fe05f94b71c55d5a1 100644 (file)
@@ -45,7 +45,7 @@ Enjoy!
 
 -----
 
-Copyright (C) 2002-2006, 2009-2014 Free Software Foundation, Inc.
+Copyright (C) 2002-2006, 2009-2015 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 a23b1fb31123b3b80e02deb738ff1e3771a71159..3a9c1719819aa07abf9693eb949eea3d40bdd3c3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -73,7 +73,7 @@ Send comments to <bug-gzip@gnu.org>.
 
 ========================================================================
 
-Copyright (C) 1999, 2001, 2006, 2009-2014 Free Software Foundation, Inc.
+Copyright (C) 1999, 2001, 2006, 2009-2015 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 98dbf24988575825e5359237b27ae72acb2fcbcf..03ea3e998c5cda97cc0c5e7d019c77c7b22b97da 100644 (file)
--- a/bits.c
+++ b/bits.c
@@ -1,6 +1,6 @@
 /* bits.c -- output variable-length bit strings
 
-   Copyright (C) 1999, 2009-2014 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2009-2015 Free Software Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
    This program is free software; you can redistribute it and/or modify
index 4f0493ad9a185a14f238b8a76778d89218a396c7..9dc6e29d0448b8770f32e99a8ee3342998f0fbae 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -4,7 +4,7 @@ scriptversion=2013-12-05.23; # UTC
 
 # Bootstrap this package from checked-out sources.
 
-# Copyright (C) 2003-2014 Free Software Foundation, Inc.
+# Copyright (C) 2003-2015 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 306b77380d559328aef9ae76f57b04fba57ac48f..deb548f8cfeedd49aa9dcce25c1ba214456a64c8 100644 (file)
@@ -1,6 +1,6 @@
 # Bootstrap configuration.
 
-# Copyright (C) 2006-2007, 2009-2014 Free Software Foundation, Inc.
+# Copyright (C) 2006-2007, 2009-2015 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 4321e64336be0a739201be36f8d371b7804ade8e..f39c6fe31ad702acfd33be26f98105ea510e7ed4 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
 # Customize maint.mk                           -*- makefile -*-
-# Copyright (C) 2003-2014 Free Software Foundation, Inc.
+# Copyright (C) 2003-2015 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 203e371c57570e840c9da662813ac802494139f8..1a9cce6e045c0b56c778c5215b934474ba61b093 100644 (file)
@@ -1,6 +1,6 @@
 # Configure template for gzip.
 
-# Copyright (C) 1999-2002, 2006-2007, 2009-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2002, 2006-2007, 2009-2015 Free Software Foundation, Inc.
 
 # Copyright (C) 1992-1993 Jean-loup Gailly
 
index 2a0316b9dc0a4151e937b60dacf2e111c69b40d7..ecf02c3bf5643af35c943fb4684c521515662c5c 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-2014 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2006, 2009-2015 Free Software Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
    This program is free software; you can redistribute it and/or modify
index 0c092399c5e9059fc34cdbc6b707a21f84c9b1d6..6dff33382e478496ef99824d7bf58e3d23d35f27 100644 (file)
@@ -1,6 +1,6 @@
 # Make gzip documentation.                             -*-Makefile-*-
 
-# Copyright (C) 2006, 2009-2014 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009-2015 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 20709afa8ee760984503de1c3ab30b4f2a986be3..2f4f1aba6e9882438caed1047123e502b969d046 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--2014
+Copyright @copyright{} 1998-1999, 2001-2002, 2006-2007, 2009-2015
 Free Software Foundation, Inc.
 
 Copyright @copyright{} 1992, 1993 Jean-loup Gailly
diff --git a/gnulib b/gnulib
index 08c22d94af9eaac33f7eaa48fdfcffcf2831ec1a..aecd38787af5ca0000e184912194e8c83123eb7f 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 08c22d94af9eaac33f7eaa48fdfcffcf2831ec1a
+Subproject commit aecd38787af5ca0000e184912194e8c83123eb7f
index 3e9eada2db86ad4221a8cb7da7a365b4d772751c..c0b8ecfce83a18f1e79c1b94d1e2c5f2d9da2479 100644 (file)
--- a/gunzip.in
+++ b/gunzip.in
@@ -24,7 +24,7 @@ esac
 PATH=$bindir:$PATH
 
 version="gunzip (gzip) @VERSION@
-Copyright (C) 2007, 2011-2014 Free Software Foundation, Inc.
+Copyright (C) 2007, 2011-2015 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
index 05df25f0aa8accadd1d40533bdd848d608cfeeb6..5eed790988bc9c0419ee73086db62014a4f346ab 100644 (file)
--- a/gzexe.in
+++ b/gzexe.in
@@ -36,7 +36,7 @@ nl='
 IFS=" $tab$nl"
 
 version='gzexe (gzip) @VERSION@
-Copyright (C) 2007, 2011-2014 Free Software Foundation, Inc.
+Copyright (C) 2007, 2011-2015 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
diff --git a/gzip.1 b/gzip.1
index 71e097cefc04feb33d3dc44c59bf7f8058e1cf73..d81c45ae9fc0b4f948d885e0be3146b40b16a6a8 100644 (file)
--- a/gzip.1
+++ b/gzip.1
@@ -483,7 +483,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 Free Software Foundation, Inc.
+Copyright \(co 1998-1999, 2001-2002, 2012, 2015 Free Software Foundation, Inc.
 .br
 Copyright \(co 1992, 1993 Jean-loup Gailly
 .PP
diff --git a/gzip.c b/gzip.c
index 1d46cba3ac3558593e4a756ee58d709c6a16fbf5..d77fc4182851d3dd2aa794c477806f2ee76897b5 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-2014 Free Software
+   Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2015 Free Software
    Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
diff --git a/gzip.h b/gzip.h
index 1e2b3bff7d23728e6a918c90c6303d69a0bfe5ac..cb0ef662ccf169d6aa94cc1b186b3decd13370ae 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-2014 Free Software
+   Copyright (C) 1997-1999, 2001, 2006-2007, 2009-2015 Free Software
    Foundation, Inc.
 
    Copyright (C) 1992-1993 Jean-loup Gailly.
index 88de0f2d380f9bbf9edacb59b6ce97402f168103..14bdfc0ba3b679bf647b584c39b9d3d5ad2495ea 100644 (file)
--- a/inflate.c
+++ b/inflate.c
@@ -1,6 +1,6 @@
 /* Inflate deflated data
 
-   Copyright (C) 1997-1999, 2002, 2006, 2009-2014 Free Software Foundation,
+   Copyright (C) 1997-1999, 2002, 2006, 2009-2015 Free Software Foundation,
    Inc.
 
    This program is free software; you can redistribute it and/or modify
index fe53c3f2d782f469ff2a944ee3658f27dd64e50c..3cdb4a1505db528da9f222fa3413feb92339b6ef 100644 (file)
@@ -1,6 +1,6 @@
 # Make gzip/lib                                -*-Makefile-*-
 
-# Copyright (C) 2006, 2009-2014 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009-2015 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 4f9494d359e27245ddc5ac4d425d4b7cf54264c3..345bc5acc1e2bccb92aa4baa87fd138575b29f75 100644 (file)
@@ -1,6 +1,6 @@
 /* match.s -- optional optimized asm version of longest match in deflate.c
 
-   Copyright (C) 2002, 2006, 2009-2014 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2006, 2009-2015 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 7f7813419632e4a4ec2d82ab2eea9b92d0041d5a..3fc64077ce908090987b176ce55c54512048b81c 100644 (file)
--- a/lzw.h
+++ b/lzw.h
@@ -1,5 +1,6 @@
 /* lzw.h -- define the lzw functions.
 
+   Copyright (C) 1994-2015 Free Software Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly.
 
    This program is free software; you can redistribute it and/or modify
index 9a8074e885e3b0fdb8bb00c0cf59d405eac417ba..206fde54d7935a24746b241e6fb56c121f3d6e62 100644 (file)
@@ -1,6 +1,6 @@
 # Check for a working shell.
 
-# Copyright (C) 2000-2001, 2007, 2009-2014 Free Software Foundation, Inc.
+# Copyright (C) 2000-2001, 2007, 2009-2015 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 95057b3422a709f4c0c148f07a09e6921a8bb0e9..44d1201639722fe2f94f61c38450023ab26a909b 100644 (file)
@@ -1,6 +1,6 @@
 /* revision.h -- define the version number
 
-   Copyright (C) 1998-1999, 2001-2002, 2006, 2009-2014 Free Software
+   Copyright (C) 1998-1999, 2001-2002, 2006, 2009-2015 Free Software
    Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly.
 
index 1d17bc6e29eb107b94796efa95e2009bb90e7909..cabe27f1a6b0de5d46ae723ef2b7a550374bba66 100644 (file)
--- a/tailor.h
+++ b/tailor.h
@@ -1,6 +1,6 @@
 /* tailor.h -- target dependent definitions
 
-   Copyright (C) 1997-1999, 2002, 2006, 2009-2014 Free Software Foundation,
+   Copyright (C) 1997-1999, 2002, 2006, 2009-2015 Free Software Foundation,
    Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
index 25851842862ee04dd726c1aa512ec4a64fff05a9..8dd6436caf0c962141b249ef078f58ad29ca8b6a 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to create Makefile.in
-# Copyright 2010-2014 Free Software Foundation, Inc.
+# Copyright 2010-2015 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 496e28e46611b17c14cd2748c4656669810f292f..c71210f3fc15362978f5c86881d837bfa5c3c5f2 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Before gzip-1.4, gzip -d would segfault on some inputs.
 
-# Copyright (C) 2010-2014 Free Software Foundation, Inc.
+# Copyright (C) 2010-2015 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 655df006f20fd087ee8d84b0528c43098448aee1..b03891ba13868290a0d44314b323d9f095aa071e 100755 (executable)
@@ -2,7 +2,7 @@
 # Make sure all these programs work properly
 # when invoked with --help or --version.
 
-# Copyright (C) 2000-2014 Free Software Foundation, Inc.
+# Copyright (C) 2000-2015 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 ae3bf6e7e9c826aac0c4b122ef4eddc0eff6b1b0..8173b6d9d1184a29f0f1fd4dd062eee48151ed41 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Exercise a bug whereby an invalid input could make gzip -d misbehave.
 
-# Copyright (C) 2009-2014 Free Software Foundation, Inc.
+# Copyright (C) 2009-2015 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 b5c2e3f1882edbb80dca5a1b191d715704a6dc89..a886daa3e1e99bd7a37dee7d43299f34e48c17ff 100644 (file)
@@ -1,6 +1,6 @@
 # source this file; set up for tests
 
-# Copyright (C) 2009-2014 Free Software Foundation, Inc.
+# Copyright (C) 2009-2015 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 e2ac5fa254b2eaf6f1967c5c15b3c37a5623df08..3ab5ec0ad859a17ed4a7c10c9f0688397f44883e 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Exercise the --keep option.
 
-# Copyright (C) 2013-2014 Free Software Foundation, Inc.
+# Copyright (C) 2013-2015 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 05e1f06caf0516ccd876df0da210c3956860591e..1ae3e621553937a76a1edfc464f04970217d60e5 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-2014 Free Software Foundation, Inc.
+# Copyright (C) 2010-2015 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 ab88268b4ccf97e76cc1edaacf250447b9152d9e..d4d5bc185dafc0b04aaebd1f86164e0505be602f 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-2014 Free Software Foundation, Inc.
+# Copyright (C) 2010-2015 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 445a02ae4681e1ff66840e67ec887dba75cf048e..b627e556b02d47b96c028d06eddb332157f090c0 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-2014 Free Software Foundation, Inc.
+# Copyright (C) 2010-2015 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 121940d386f997a059759ed35f1e268d8eb788ad..0697d7ed1b6671f22e4e8c364a124eea60e74a97 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Ensure that gzip interprets "-" as stdin.
 
-# Copyright (C) 2009-2014 Free Software Foundation, Inc.
+# Copyright (C) 2009-2015 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 0474cd863742ecc00e76b61ea92347c06ceb429d..cabe8897e27cb7adf242bd30d0fa755e5ce59a52 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-2014 Free Software Foundation, Inc.
+# Copyright (C) 2009-2015 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 2569cdb764323f5be4ff5fad97a53e46e67ade3d..b6053ea04aadcf6239deb8280ea2f27334c0c45c 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-2014 Free Software Foundation, Inc.
+# Copyright (C) 2012-2015 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 de3a5fd9a95fee6aad88bf5c592f65357c01f5d7..f7ca93d4e8710f0f8e11eac9109b05d275c9bc0b 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Check that -Sz works.
 
-# Copyright 2014 Free Software Foundation, Inc.
+# Copyright 2014-2015 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 b12747f49f9bbebab8b4c54b15eda7b52cd74aab..91efd82a89b35bf8accaf1ae5317790da4761267 100755 (executable)
@@ -2,7 +2,7 @@
 # Exercise zdiff with two compressed inputs.
 # Before gzip-1.4, this would fail.
 
-# Copyright (C) 2009-2014 Free Software Foundation, Inc.
+# Copyright (C) 2009-2015 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 2129cf19cd917be8213f67e8efe9503d512a9dd6..88e8fb3096de503902690da90b53d75427e97c9e 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Ensure that zgrep -15 works.  Before gzip-1.5, it would fail.
 
-# Copyright (C) 2012-2014 Free Software Foundation, Inc.
+# Copyright (C) 2012-2015 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 ad2005af104b58d0d82ff9f5f20b360aa9819ca5..ed719ddaf182dc08ff1bc10e743c1e07a55d72cf 100755 (executable)
@@ -2,7 +2,7 @@
 # Ensure that zgrep -f - works like grep -f -
 # Before gzip-1.4, it would fail.
 
-# Copyright (C) 2009-2014 Free Software Foundation, Inc.
+# Copyright (C) 2009-2015 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 4ca43352d247e56d16d8dce734ec0ad293632493..35f2be235774962f768a3aa8463f0c178134849f 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-2014 Free Software Foundation, Inc.
+# Copyright (C) 2010-2015 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 71b34ec2948e5a90c03a7f261cbaefda9c65e828..f9d7be2c2151a37f22d96626e4f9e56cef093c38 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Check that znew -K works without compress(1).
 
-# Copyright (C) 2010-2014 Free Software Foundation, Inc.
+# Copyright (C) 2010-2015 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 e3e514676eee8a98086cb433671d4264e43c5809..af72c0801b218ff16ea084b0fff6b30f7181a519 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-2014 Free Software Foundation, Inc.
+   Copyright (C) 1997-1999, 2009-2015 Free Software Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
    This program is free software; you can redistribute it and/or modify
index 7be97d98f0e204f4afd36a40f209599a242feab7..2f532e9d9ab4823d2252e5988c9f334875c243bf 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-2014 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1999, 2006, 2009-2015 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 e0db35643a75b2c04b360b599ff44fda9da9cf51..ec3adf1f27346f498443d84df3c8ca1fa76eb78f 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-2014 Free Software Foundation, Inc.
+   Copyright (C) 1997-1999, 2009-2015 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 d9a70bad049095bd3f7c46ededc44d0e7f1e1c93..881c6eedcc9888f40e4fcf337c7ecae2d8ea2567 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-2014 Free Software
+   Copyright (C) 1997-1999, 2001-2002, 2006, 2009-2015 Free Software
    Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
diff --git a/zcat.in b/zcat.in
index 442812f924a4a2975249eeb6d6881d803aa20147..8d5e848b9fa4ff07549cab673736769f090a670d 100644 (file)
--- a/zcat.in
+++ b/zcat.in
@@ -24,7 +24,7 @@ esac
 PATH=$bindir:$PATH
 
 version="zcat (gzip) @VERSION@
-Copyright (C) 2007, 2011-2014 Free Software Foundation, Inc.
+Copyright (C) 2007, 2011-2015 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
diff --git a/zcmp.in b/zcmp.in
index ed547d3cc4b86c997e19caa0a17a5d8e4ffb84ed..34637f2bdcc2b63ed14b4c33e625962d0aa68ad9 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-2014 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2010-2015 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 703b152f25e510c8baa6068eb1b6edddc41b1f24..c5a6280240f184eecc9d6140b002673f94ce76bf 100644 (file)
--- a/zdiff.in
+++ b/zdiff.in
@@ -31,7 +31,7 @@ case $1 in
 esac
 
 version="z$prog (gzip) @VERSION@
-Copyright (C) 2009, 2011-2014 Free Software Foundation, Inc.
+Copyright (C) 2009, 2011-2015 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
index 3e2b1b54f6fd8df9fc668f86ff883546d44c74cd..c42a0b0dbc01c0d1db7a4c357daae46745a6ddb0 100644 (file)
--- a/zforce.in
+++ b/zforce.in
@@ -30,7 +30,7 @@ esac
 PATH=$bindir:$PATH; export PATH
 
 version="zforce (gzip) @VERSION@
-Copyright (C) 2010-2014 Free Software Foundation, Inc.
+Copyright (C) 2010-2015 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
index 5c5102a328f26cd13b6de1f138e9bec767792ea5..0ee006248a6969ea562d6f3e5c0a2e8d3339cbfd 100644 (file)
--- a/zgrep.in
+++ b/zgrep.in
@@ -31,7 +31,7 @@ PATH=$bindir:$PATH
 grep='${GREP-'\''@GREP@'\''}'
 
 version='zgrep (gzip) @VERSION@
-Copyright (C) 2010-2014 Free Software Foundation, Inc.
+Copyright (C) 2010-2015 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
diff --git a/zip.c b/zip.c
index ebd0ae6aaeb40e3f4cda54b68a5885bbfb5c9fa6..63a7a2fb284d533b29f2853c92f9242b9d109312 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-2014 Free Software Foundation, Inc.
+   Copyright (C) 1997-1999, 2006-2007, 2009-2015 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 6bf667af007ebd21a6e78788323979bf4e86bb41..c75bc0b3bc4c0c9da9d93ee3df7e5bd25c87c147 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 Free Software Foundation, Inc.
+Copyright \(co 2006-2007, 2015 Free Software Foundation, Inc.
 .br
 Copyright \(co 1992, 1993 Jean-loup Gailly
 .PP
index 8d6068784cce68c23e5b97d7e2a3545a61d1e5bd..1d7274a0b567f22cfe0b169d18f124ec064afa85 100644 (file)
--- a/zless.in
+++ b/zless.in
@@ -23,7 +23,7 @@ esac
 PATH=$bindir:$PATH; export PATH
 
 version="zless (gzip) @VERSION@
-Copyright (C) 2007, 2011-2014 Free Software Foundation, Inc.
+Copyright (C) 2007, 2011-2015 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
index 12b3bdc1fd4e1088271df23cca7de995dd290003..300f0ed019531f34902605bc8ce3a92a6b3ef751 100644 (file)
--- a/zmore.in
+++ b/zmore.in
@@ -24,7 +24,7 @@ esac
 PATH=$bindir:$PATH; export PATH
 
 version="zmore (gzip) @VERSION@
-Copyright (C) 2010-2014 Free Software Foundation, Inc.
+Copyright (C) 2010-2015 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
diff --git a/znew.in b/znew.in
index fb9c8e11563dcc62af75b335fcb95cbd411136f5..a62897901eda0a012ee967e18d94338a0e446f7b 100644 (file)
--- a/znew.in
+++ b/znew.in
@@ -24,7 +24,7 @@ esac
 PATH=$bindir:$PATH; export PATH
 
 version="znew (gzip) @VERSION@
-Copyright (C) 2010-2014 Free Software Foundation, Inc.
+Copyright (C) 2010-2015 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.