summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog-20073
-rw-r--r--Makefile.am2
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--README-alpha2
-rw-r--r--README-hacking3
-rw-r--r--TODO2
-rw-r--r--bits.c2
-rw-r--r--bootstrap.conf1
-rw-r--r--configure.ac3
-rw-r--r--deflate.c2
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/gzip.texi4
-rw-r--r--gunzip.in2
-rw-r--r--gzexe.in2
-rw-r--r--gzip.c3
-rw-r--r--gzip.h4
-rw-r--r--inflate.c3
-rw-r--r--lib/Makefile.am2
-rw-r--r--lib/match.c2
-rw-r--r--m4/shell.m42
-rw-r--r--revision.h3
-rw-r--r--tailor.h2
-rw-r--r--trees.c2
-rw-r--r--unpack.c2
-rw-r--r--unzip.c2
-rw-r--r--util.c4
-rw-r--r--zcat.in2
-rw-r--r--zcmp.in2
-rw-r--r--zdiff.in2
-rw-r--r--zforce.in2
-rw-r--r--zgrep.in2
-rw-r--r--zip.c2
-rw-r--r--zless.in2
-rw-r--r--zmore.in2
-rw-r--r--znew.in2
36 files changed, 41 insertions, 42 deletions
diff --git a/ChangeLog-2007 b/ChangeLog-2007
index 06c4a14..990714d 100644
--- a/ChangeLog-2007
+++ b/ChangeLog-2007
@@ -1776,8 +1776,7 @@ Sat Oct 31 12:46:00 1992 Jean-loup Gailly (jloup@chorus.fr)
-----
- Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2006, 2007 Free
- Software Foundation, Inc.
+ Copyright (C) 1997-2002, 2006-2007, 2009 Free Software Foundation, Inc.
Copyright (C) 1992, 1993 Jean-loup Gailly
diff --git a/Makefile.am b/Makefile.am
index 864342b..a73becf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
# Make gzip (GNU zip).
-# Copyright (C) 1999, 2001, 2002, 2006, 2007 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2001-2002, 2006-2007, 2009 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/NEWS b/NEWS
index 428c214..947a153 100644
--- a/NEWS
+++ b/NEWS
@@ -350,7 +350,7 @@ Major changes form 0.5 to 0.6:
========================================================================
-Copyright (C) 1999, 2001, 2002, 2006, 2007 Free Software Foundation, Inc.
+Copyright (C) 1999, 2001-2002, 2006-2007, 2009 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/README b/README
index ee5eab7..bfddd81 100644
--- a/README
+++ b/README
@@ -132,7 +132,7 @@ See http://www.cdrom.com/pub/infozip/ for more about zip and unzip.
========================================================================
-Copyright (C) 1999, 2001, 2002, 2006, 2007 Free Software Foundation, Inc.
+Copyright (C) 1999, 2001-2002, 2006-2007, 2009 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/README-alpha b/README-alpha
index 7083a46..e27fc2b 100644
--- a/README-alpha
+++ b/README-alpha
@@ -9,7 +9,7 @@ to regenerate the intermediate files.
========================================================================
-Copyright (C) 2001, 2002, 2006 Free Software Foundation, Inc.
+Copyright (C) 2001-2002, 2006, 2009 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
diff --git a/README-hacking b/README-hacking
index 2106818..9a76b3b 100644
--- a/README-hacking
+++ b/README-hacking
@@ -45,8 +45,7 @@ Enjoy!
-----
-Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
-Inc.
+Copyright (C) 2002-2006, 2009 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 ff899a5..bc8c086 100644
--- a/TODO
+++ b/TODO
@@ -72,7 +72,7 @@ Send comments to <bug-gzip@gnu.org>.
========================================================================
-Copyright (C) 1999, 2001, 2006 Free Software Foundation, Inc.
+Copyright (C) 1999, 2001, 2006, 2009 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 0e98edf..e82adbc 100644
--- a/bits.c
+++ b/bits.c
@@ -1,6 +1,6 @@
/* bits.c -- output variable-length bit strings
- Copyright (C) 1999 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2009 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.conf b/bootstrap.conf
index 3ab328a..30e2af0 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -34,6 +34,7 @@ gnulib_modules='
stat-time
sys_stat
time
+ update-copyright
utimens
xalloc
yesno
diff --git a/configure.ac b/configure.ac
index 07a9e1e..9b127d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,6 @@
# Configure template for gzip.
-# Copyright (C) 1999, 2000, 2001, 2002, 2006, 2007 Free Software
-# Foundation, Inc.
+# Copyright (C) 1999-2002, 2006-2007, 2009 Free Software Foundation, Inc.
# Copyright (C) 1992-1993 Jean-loup Gailly
diff --git a/deflate.c b/deflate.c
index 0bdc0ff..3ba514d 100644
--- a/deflate.c
+++ b/deflate.c
@@ -1,6 +1,6 @@
/* deflate.c -- compress data using the deflation algorithm
- Copyright (C) 1999, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2006, 2009 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 d366161..7384206 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,6 @@
# Make gzip documentation. -*-Makefile-*-
-# Copyright (C) 2006 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009 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 97373d8..f6f97d8 100644
--- a/doc/gzip.texi
+++ b/doc/gzip.texi
@@ -11,8 +11,8 @@ This manual is for Gzip
(version @value{VERSION}, @value{UPDATED}),
and documents commands for compressing and decompressing data.
-Copyright @copyright{} 1998, 1999, 2001, 2002, 2006, 2007 Free
-Software Foundation, Inc.
+Copyright @copyright{} 1998-1999, 2001-2002, 2006-2007, 2009 Free Software
+Foundation, Inc.
Copyright @copyright{} 1992, 1993 Jean-loup Gailly
diff --git a/gunzip.in b/gunzip.in
index 3cabdad..c1b700a 100644
--- a/gunzip.in
+++ b/gunzip.in
@@ -24,7 +24,7 @@ esac
PATH=$bindir:$PATH
version="gunzip (gzip) @VERSION@
-Copyright (C) 2007 Free Software Foundation, Inc.
+Copyright (C) 2007, 2009 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/gzexe.in b/gzexe.in
index b4373f5..15c9e41 100644
--- a/gzexe.in
+++ b/gzexe.in
@@ -36,7 +36,7 @@ nl='
IFS=" $tab$nl"
version='gzexe (gzip) @VERSION@
-Copyright (C) 2007 Free Software Foundation, Inc.
+Copyright (C) 2007, 2009 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 ebf87df..fc2e7dc 100644
--- a/gzip.c
+++ b/gzip.c
@@ -1,6 +1,7 @@
/* gzip (GNU zip) -- compress files with zip algorithm and 'compress' interface
- Copyright (C) 1999, 2001, 2002, 2006, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001-2002, 2006-2007, 2009 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/gzip.h b/gzip.h
index 6354842..c4f890f 100644
--- a/gzip.h
+++ b/gzip.h
@@ -1,7 +1,7 @@
/* gzip.h -- common declarations for all gzip modules
- Copyright (C) 1997, 1998, 1999, 2001, 2006, 2007 Free Software
- Foundation, Inc.
+ Copyright (C) 1997-1999, 2001, 2006-2007, 2009 Free Software Foundation,
+ Inc.
Copyright (C) 1992-1993 Jean-loup Gailly.
diff --git a/inflate.c b/inflate.c
index c60fcbf..b72c187 100644
--- a/inflate.c
+++ b/inflate.c
@@ -1,7 +1,6 @@
/* Inflate deflated data
- Copyright (C) 1997, 1998, 1999, 2002, 2006 Free Software
- Foundation, Inc.
+ Copyright (C) 1997-1999, 2002, 2006, 2009 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/Makefile.am b/lib/Makefile.am
index 00f4eac..22e4c80 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,6 +1,6 @@
# Make gzip/lib -*-Makefile-*-
-# Copyright (C) 2006 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009 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 48bf5da..7f344ed 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 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2006, 2009 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 410e499..39a7d83 100644
--- a/m4/shell.m4
+++ b/m4/shell.m4
@@ -1,6 +1,6 @@
# Check for a working shell.
-# Copyright (C) 2000, 2001, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2000-2001, 2007, 2009 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 58706be..e68a9e1 100644
--- a/revision.h
+++ b/revision.h
@@ -1,6 +1,7 @@
/* revision.h -- define the version number
- Copyright (C) 1998, 1999, 2001, 2002, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1998-1999, 2001-2002, 2006, 2009 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/tailor.h b/tailor.h
index 3aa6fec..3cb16ee 100644
--- a/tailor.h
+++ b/tailor.h
@@ -1,6 +1,6 @@
/* tailor.h -- target dependent definitions
- Copyright (C) 1997, 1998, 1999, 2002, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1997-1999, 2002, 2006, 2009 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/trees.c b/trees.c
index a7cdb5c..928c165 100644
--- a/trees.c
+++ b/trees.c
@@ -1,6 +1,6 @@
/* trees.c -- output deflated data using Huffman coding
- Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1997-1999, 2009 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 02369a3..d560ded 100644
--- a/unpack.c
+++ b/unpack.c
@@ -1,6 +1,6 @@
/* unpack.c -- decompress files in pack format.
- Copyright (C) 1997, 1999, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1999, 2006, 2009 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 885d23d..ceadbbc 100644
--- a/unzip.c
+++ b/unzip.c
@@ -1,6 +1,6 @@
/* unzip.c -- decompress files in gzip or pkzip format.
- Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1997-1999, 2009 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 1f6f0cd..40b36fc 100644
--- a/util.c
+++ b/util.c
@@ -1,7 +1,7 @@
/* util.c -- utility functions for gzip support
- Copyright (C) 1997, 1998, 1999, 2001, 2002, 2006 Free Software
- Foundation, Inc.
+ Copyright (C) 1997-1999, 2001-2002, 2006, 2009 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/zcat.in b/zcat.in
index 69cc831..48b6cda 100644
--- a/zcat.in
+++ b/zcat.in
@@ -24,7 +24,7 @@ esac
PATH=$bindir:$PATH
version="zcat (gzip) @VERSION@
-Copyright (C) 2007 Free Software Foundation, Inc.
+Copyright (C) 2007, 2009 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 9c38802..79f57f3 100644
--- a/zcmp.in
+++ b/zcmp.in
@@ -24,7 +24,7 @@ esac
PATH=$bindir:$PATH
version="zcmp (gzip) @VERSION@
-Copyright (C) 2007 Free Software Foundation, Inc.
+Copyright (C) 2007, 2009 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/zdiff.in b/zdiff.in
index 60f1da1..9818854 100644
--- a/zdiff.in
+++ b/zdiff.in
@@ -31,7 +31,7 @@ case $1 in
esac
version="z$prog (gzip) @VERSION@
-Copyright (C) 2007 Free Software Foundation, Inc.
+Copyright (C) 2007, 2009 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/zforce.in b/zforce.in
index aa642a9..a1ace17 100644
--- a/zforce.in
+++ b/zforce.in
@@ -30,7 +30,7 @@ esac
PATH=$bindir:$PATH; export PATH
version="zforce (gzip) @VERSION@
-Copyright (C) 2007 Free Software Foundation, Inc.
+Copyright (C) 2007, 2009 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/zgrep.in b/zgrep.in
index 9869dee..590aea2 100644
--- a/zgrep.in
+++ b/zgrep.in
@@ -29,7 +29,7 @@ PATH=$bindir:$PATH
grep='${GREP-grep}'
version='zgrep (gzip) @VERSION@
-Copyright (C) 2007 Free Software Foundation, Inc.
+Copyright (C) 2007, 2009 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 e417663..9dd167b 100644
--- a/zip.c
+++ b/zip.c
@@ -1,6 +1,6 @@
/* zip.c -- compress files to the gzip or pkzip format
- Copyright (C) 1997, 1998, 1999, 2006, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1997-1999, 2006-2007, 2009 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.in b/zless.in
index b25e408..777f5e0 100644
--- a/zless.in
+++ b/zless.in
@@ -23,7 +23,7 @@ esac
PATH=$bindir:$PATH; export PATH
version="zless (gzip) @VERSION@
-Copyright (C) 2007 Free Software Foundation, Inc.
+Copyright (C) 2007, 2009 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/zmore.in b/zmore.in
index b5fbe66..ab356da 100644
--- a/zmore.in
+++ b/zmore.in
@@ -24,7 +24,7 @@ esac
PATH=$bindir:$PATH; export PATH
version="zmore (gzip) @VERSION@
-Copyright (C) 2007 Free Software Foundation, Inc.
+Copyright (C) 2007, 2009 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 f604bdd..e023fe1 100644
--- a/znew.in
+++ b/znew.in
@@ -24,7 +24,7 @@ esac
PATH=$bindir:$PATH; export PATH
version="znew (gzip) @VERSION@
-Copyright (C) 2007 Free Software Foundation, Inc.
+Copyright (C) 2007, 2009 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.