maint: update all copyright year number ranges
authorJim Meyering <meyering@redhat.com>
Sun, 1 Jan 2012 08:38:31 +0000 (09:38 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 1 Jan 2012 08:53:58 +0000 (09:53 +0100)
Run "make update-copyright".

51 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
gunzip.in
gzexe.in
gzip.c
gzip.h
inflate.c
lib/Makefile.am
lib/match.c
m4/shell.m4
revision.h
tailor.h
tests/Makefile.am
tests/helin-segv
tests/help-version
tests/hufts
tests/init.sh
tests/memcpy-abuse
tests/mixed
tests/null-suffix-clobber
tests/stdin
tests/trailing-nul
tests/zdiff
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.in
zmore.in
znew.in

index 016a2aa67423a83695e2cacb30c6d2cf45116346..c0a2b3b553ee9ae30a535a4f41a30d7240634933 100644 (file)
@@ -1776,7 +1776,7 @@ Sat Oct 31 12:46:00 1992  Jean-loup Gailly  (jloup@chorus.fr)
 
        -----
 
-       Copyright (C) 1997-2002, 2006-2011 Free Software Foundation, Inc.
+       Copyright (C) 1997-2002, 2006-2012 Free Software Foundation, Inc.
        Copyright (C) 1992, 1993 Jean-loup Gailly
 
        Copying and distribution of this file, with or without
index ae0009f4eb1d846100206e62bf3644560f549d60..86a02975027df24d2d4ae3ba5699e9a95a46f010 100644 (file)
@@ -1,6 +1,6 @@
 # Make gzip (GNU zip).
 
-# Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2011 Free Software Foundation,
+# Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2012 Free Software Foundation,
 # Inc.
 
 # This program is free software; you can redistribute it and/or modify
diff --git a/NEWS b/NEWS
index 1f2c7910b1fe55863997c45339a3bf45706f23b0..64fb6fab653e1e2193438073f6c12d8f049fe24a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -402,7 +402,7 @@ Major changes form 0.5 to 0.6:
 
 ========================================================================
 
-Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2011 Free Software Foundation,
+Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2012 Free Software Foundation,
 Inc.
 Copyright (C) 1992, 1993 Jean-loup Gailly
 
diff --git a/README b/README
index 8b45e2527a0de96ae29a561382bd749ce860fd4c..772145c3d29419fea5cb13dfaf97bb948066145e 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-2011 Free Software Foundation,
+Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2012 Free Software Foundation,
 Inc.
 Copyright (C) 1992, 1993 Jean-loup Gailly
 
index 074b3aba59d5087376ae857633b472fbd71e7685..ffa4a5fabc54bde6c9f285495e3f250b363035c0 100644 (file)
@@ -45,7 +45,7 @@ Enjoy!
 
 -----
 
-Copyright (C) 2002-2006, 2009-2011 Free Software Foundation, Inc.
+Copyright (C) 2002-2006, 2009-2012 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 009eba960ad60912c7b1b1e7118ffd6982a07cf4..78ebe99dd96e90d95d8d73bedee010aeb1fa4328 100644 (file)
--- a/TODO
+++ b/TODO
@@ -73,7 +73,7 @@ Send comments to <bug-gzip@gnu.org>.
 
 ========================================================================
 
-Copyright (C) 1999, 2001, 2006, 2009-2011 Free Software Foundation, Inc.
+Copyright (C) 1999, 2001, 2006, 2009-2012 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 04553f47dec9de029a79a7b76be6272bb5ebbb6f..3501b5296fdc40d0d67ca66a03e02d222de5a5df 100644 (file)
--- a/bits.c
+++ b/bits.c
@@ -1,6 +1,6 @@
 /* bits.c -- output variable-length bit strings
 
-   Copyright (C) 1999, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2009-2012 Free Software Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
    This program is free software; you can redistribute it and/or modify
index b286beb53fb16d9bd35cc5dda50cdc76b6366083..5c4eec3ee8145c581161d606cbd619ac3d901111 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -4,7 +4,7 @@ scriptversion=2011-06-22.06; # UTC
 
 # Bootstrap this package from checked-out sources.
 
-# Copyright (C) 2003-2011 Free Software Foundation, Inc.
+# Copyright (C) 2003-2012 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 d1937333737de7c24b1e1e467257470e3c2c9011..9f3e16fbc97e51392968326dcbb96df014f38c43 100644 (file)
@@ -1,6 +1,6 @@
 # Bootstrap configuration.
 
-# Copyright (C) 2006-2007, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2006-2007, 2009-2012 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 0209d6365f532b56021bffdf12e94734046c8ed2..46c99de2f3e09aab710d345d8119adcb7479913e 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
 # Customize maint.mk                           -*- makefile -*-
-# Copyright (C) 2003-2011 Free Software Foundation, Inc.
+# Copyright (C) 2003-2012 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 6e3e19b9c47342084a69e7cae99908aedcf13fe0..4705ce4b386a68bfc2d730fc3ab0c77791a39905 100644 (file)
@@ -1,6 +1,6 @@
 # Configure template for gzip.
 
-# Copyright (C) 1999-2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 1999-2002, 2006-2007, 2009-2012 Free Software Foundation, Inc.
 
 # Copyright (C) 1992-1993 Jean-loup Gailly
 
index 6a75e738a25e123e3475a0721b599eec0e17278d..6c195522c963305c137af6bd768e178d334cd057 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-2011 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2006, 2009-2012 Free Software Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
    This program is free software; you can redistribute it and/or modify
index 1b031c559ea9163cc3eb7817d5b64cafc498179b..777320f4c754213ecde492ca52ca76efc270f2fa 100644 (file)
@@ -1,6 +1,6 @@
 # Make gzip documentation.                             -*-Makefile-*-
 
-# Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009-2012 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 f2db469c5979f3291ff9a1eede2784e755a016c0..8220960326b622a4f76a232a1ea61654f96459a0 100644 (file)
@@ -11,7 +11,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-2011 Free Software
+Copyright @copyright{} 1998-1999, 2001-2002, 2006-2007, 2009-2012 Free Software
 Foundation, Inc.
 
 Copyright @copyright{} 1992, 1993 Jean-loup Gailly
index 971e5ae5a373ce27df38214d8c227bc056b79301..2668d80246e005f2aeda5b5e59a7d8f3a0d8e770 100644 (file)
--- a/gunzip.in
+++ b/gunzip.in
@@ -24,7 +24,7 @@ esac
 PATH=$bindir:$PATH
 
 version="gunzip (gzip) @VERSION@
-Copyright (C) 2007, 2011 Free Software Foundation, Inc.
+Copyright (C) 2007, 2011-2012 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 cd6d845652c17dfaa5178bbc560deb74424c49e8..de5ffb25f2b45772e51e0c00f61cb5d244999426 100644 (file)
--- a/gzexe.in
+++ b/gzexe.in
@@ -36,7 +36,7 @@ nl='
 IFS=" $tab$nl"
 
 version='gzexe (gzip) @VERSION@
-Copyright (C) 2007, 2011 Free Software Foundation, Inc.
+Copyright (C) 2007, 2011-2012 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.c b/gzip.c
index b454e6d28d6b26afca01e4c1086aacc797b482e9..c5ef4fd4a682f600ad2a5ebbf021bb7cb91d696f 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-2011 Free Software
+   Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2012 Free Software
    Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
diff --git a/gzip.h b/gzip.h
index 49a9dbdc9563b6368c3831d30977953356d4f3e1..e6fac710c1216c113a167ada1fc2695bb6354b11 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-2011 Free Software
+   Copyright (C) 1997-1999, 2001, 2006-2007, 2009-2012 Free Software
    Foundation, Inc.
 
    Copyright (C) 1992-1993 Jean-loup Gailly.
index 2ca5a5e8219eb4ec3e891a64de169dd71e9226cd..d5a8dfff5c54596ffcc58795ff25b8ec995844eb 100644 (file)
--- a/inflate.c
+++ b/inflate.c
@@ -1,6 +1,6 @@
 /* Inflate deflated data
 
-   Copyright (C) 1997-1999, 2002, 2006, 2009-2011 Free Software Foundation,
+   Copyright (C) 1997-1999, 2002, 2006, 2009-2012 Free Software Foundation,
    Inc.
 
    This program is free software; you can redistribute it and/or modify
index dafab2b4a15d5c308b0f3e30f723d36fa2db84ab..fb1116613191989b104136c178dc57bf2b7e4df6 100644 (file)
@@ -1,6 +1,6 @@
 # Make gzip/lib                                -*-Makefile-*-
 
-# Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009-2012 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 9c3e74b5f305f28ecf7bbcd4f6805c370f644b8e..ac32ed0f6e34fa5eb21bc020a94c0f370cd47f24 100644 (file)
@@ -1,6 +1,6 @@
 /* match.s -- optional optimized asm version of longest match in deflate.c
 
-   Copyright (C) 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2006, 2009-2012 Free Software Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
    This program is free software; you can redistribute it and/or modify
index 0d7b7e4b471845600c804a9a685f7bacf9887fb3..a1cf55b9f7c00c20149497433ae883f4a52d15d7 100644 (file)
@@ -1,6 +1,6 @@
 # Check for a working shell.
 
-# Copyright (C) 2000-2001, 2007, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2000-2001, 2007, 2009-2012 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 47aed6d3450a852ac2aa8493b12c851b0d2c0e63..6ce7955966c11d27629f0dc13866e9789ad35bd2 100644 (file)
@@ -1,6 +1,6 @@
 /* revision.h -- define the version number
 
-   Copyright (C) 1998-1999, 2001-2002, 2006, 2009-2011 Free Software
+   Copyright (C) 1998-1999, 2001-2002, 2006, 2009-2012 Free Software
    Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly.
 
index 125f0c129b0957cc7cdef5bca47c9ca0e49b47c0..4d6391562c4670a8a754b1b2a63d93c78cfdc5cf 100644 (file)
--- a/tailor.h
+++ b/tailor.h
@@ -1,6 +1,6 @@
 /* tailor.h -- target dependent definitions
 
-   Copyright (C) 1997-1999, 2002, 2006, 2009-2011 Free Software Foundation,
+   Copyright (C) 1997-1999, 2002, 2006, 2009-2012 Free Software Foundation,
    Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
index cb7f94a508d37cfa00cb7f3cc87db2437a130e90..9e4b2414fed4d3f33f45ea0dbb92243a4f9bed85 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to create Makefile.in
-# Copyright 2010-2011 Free Software Foundation, Inc.
+# Copyright 2010-2012 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 22c79db1dc51edc3926f5881707cf88b2983b9c8..20dfed1761d97e6c36bff6d746eb206eb8e7c1f6 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Before gzip-1.4, gzip -d would segfault on some inputs.
 
-# Copyright (C) 2010-2011 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012 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 feb65a5d3fa2266ae52b5dd55581f5d7a6d7dd3a..3c7229b7ee3506c66b9cf61bf7a2460b2e5e92f7 100755 (executable)
@@ -2,7 +2,7 @@
 # Make sure all these programs work properly
 # when invoked with --help or --version.
 
-# Copyright (C) 2000-2011 Free Software Foundation, Inc.
+# Copyright (C) 2000-2012 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 22ce105351732caafd30419d50917d655df9aeba..08fb565b9ae4ebbd969442e8235b4572cc87a10d 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Exercise a bug whereby an invalid input could make gzip -d misbehave.
 
-# Copyright (C) 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012 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 0da6c1e328a9e705add03847b592458eee62c4b0..544bf67e6d400ec549445fea655a32e1a4fef11e 100644 (file)
@@ -1,6 +1,6 @@
 # source this file; set up for tests
 
-# Copyright (C) 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012 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 6cbac66da1e2fa0c42e2c549f7ab3d93f11762e4..c585d1d8dc60ca7724dcdef843c93504fc4ef112 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-2011 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012 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 982378da3be9800d22c1a3608217dc1f1aecbef9..fbba860bc179edf9260441eaec6a673e973f81e1 100644 (file)
@@ -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-2011 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012 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 0fff50c0b0504de4560b91a66e4e93a272447558..9be8a622956428504bb7ac273441126da61c8d45 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-2011 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012 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 ed2a2642ebcbc4c2795d946df08de0da50ed9c05..ecaf1a75d19fe47ddddb37852e5b398261589e87 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Ensure that gzip interprets "-" as stdin.
 
-# Copyright (C) 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012 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 988968db745f68c70ff7b023e7bdaa32e1e19c8e..536ffebb81907d3f037130e18f7273f9894e4b10 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-2011 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012 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 25f82c5d21d46073576a610fbe2a5e26d88e9e18..0816bdd20fe1103335fa0dffca19444b0493654f 100755 (executable)
@@ -2,7 +2,7 @@
 # Exercise zdiff with two compressed inputs.
 # Before gzip-1.4, this would fail.
 
-# Copyright (C) 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012 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 34d290ca59af6802ce600a34ca08f3106243092e..c494706e2a8d9b1f3f083e20f0aa5b0023336024 100644 (file)
@@ -2,7 +2,7 @@
 # Ensure that zgrep -f - works like grep -f -
 # Before gzip-1.4, it would fail.
 
-# Copyright (C) 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012 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 32608755cc2382786b5fa4d7f7b97264cecacbca..8b4e8d09d6b04e4f9fdbb7239cab83167401d419 100644 (file)
@@ -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-2011 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012 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 e642d4756e99d525b3f0742e4ddf49bf9075eb85..0e60e947a92b9eafdf226040d7452988c9ca2133 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Check that znew -K works without compress(1).
 
-# Copyright (C) 2010-2011 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012 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 bdc19861984071ccdfe01527d2589307ab7eb094..a1a7737729161e80fc9adc27131b8688f15b1222 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-2011 Free Software Foundation, Inc.
+   Copyright (C) 1997-1999, 2009-2012 Free Software Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
    This program is free software; you can redistribute it and/or modify
index 947d7a59d8dfdce1f74bb6dd746c5dbd916cd266..e450c0e79b26de2af0b435457ac33bfa02f14270 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-2011 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1999, 2006, 2009-2012 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 1c1d782c31b0f426713c0db700f91098e6b796d0..400209616ababd60cefef3d09dc779f7f5a30351 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-2011 Free Software Foundation, Inc.
+   Copyright (C) 1997-1999, 2009-2012 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 723b448e143d8ff1fc9f82bd8ee1ece361eaccdd..46bc89d687edaa8e30f503184811e60459d98866 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-2011 Free Software
+   Copyright (C) 1997-1999, 2001-2002, 2006, 2009-2012 Free Software
    Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
diff --git a/zcat.in b/zcat.in
index 590e3310fec14aa95014e8dde609698243e7cddb..977f2d1f35d1025f063b5b3b43f1817e583cff20 100644 (file)
--- a/zcat.in
+++ b/zcat.in
@@ -24,7 +24,7 @@ esac
 PATH=$bindir:$PATH
 
 version="zcat (gzip) @VERSION@
-Copyright (C) 2007, 2011 Free Software Foundation, Inc.
+Copyright (C) 2007, 2011-2012 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 a3c42ee41542f8b19f0746ec6ebb16a9f8a7a997..eab0ea4b1f1ebaf3677e843d654d4c09f51050e7 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-2011 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2010-2012 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 72ae643be7d8e00d0bfc9fab14af7506212da703..5ac8890c4f93508dfeace43a1cb10772ef963d5c 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 Free Software Foundation, Inc.
+Copyright (C) 2009, 2011-2012 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 a3275a9091621b3a40de5a6e4e978ac0e98872fe..927be5639f7c8e0c32e1d8be259757eefa006604 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-2011 Free Software Foundation, Inc.
+Copyright (C) 2010-2012 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 7346a2c25800211bbb1deec27387cf25a83d6485..d09bfa7128cfa8d01c705caaf48c8fd3c223e085 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-2011 Free Software Foundation, Inc.
+Copyright (C) 2010-2012 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 28f737228b2f58ee13aa372be2ab7bd27ace4aff..90b614c70e60cacbd9d39756a316e35bc00fa773 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-2011 Free Software Foundation, Inc.
+   Copyright (C) 1997-1999, 2006-2007, 2009-2012 Free Software Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly
 
    This program is free software; you can redistribute it and/or modify
index 93546de843c1dbc7f4416ce501c312693dd3e0c9..3f06da60ce764c3d2dc12c350a2b66f7fd00e3f2 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 Free Software Foundation, Inc.
+Copyright (C) 2007, 2011-2012 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 92144fe7566a3ea373d2d9539f234f5ad3edb540..593f52c1ac394384dc45adca837b1d1e536fb4a3 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-2011 Free Software Foundation, Inc.
+Copyright (C) 2010-2012 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 a912e857cd49ec329c42db045efc9fd3cc7b96aa..bd8f34f61cc9450b5613765dc5869bad5de21c56 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-2011 Free Software Foundation, Inc.
+Copyright (C) 2010-2012 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.