summaryrefslogtreecommitdiff
path: root/zless.in
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2010-11-08 08:06:15 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2010-11-08 08:10:58 -0800
commit50ee35c903cdecf6c643d107015125f517620102 (patch)
treebd2dcde7ecda6fbf58071322fb104b801f98bf31 /zless.in
parent58ae2c0c2c5fa06561d422528c77ee59a34711d4 (diff)
downloadgzip-50ee35c903cdecf6c643d107015125f517620102.tar.gz
maint: fix copyright dates that were munged by a maintenance script
* gunzip.in, gzexe.in, zcat.in, zcmp.in, zdiff.in, zforce.in: * zgrep.in, zless.in, zmore.in, znew.in: A script went awry when updating copyright dates in gzip's shell scripts. It should update comments to look like "# Copyright (C) 2007, 2010 Free Software Foundation, Inc." (with a set of years) and version messages to look like "Copyright (C) 2010 Free Software Foundation, Inc." (with just the most-recent year). Instead, it sometimes ignored one, sometimes the other, and typically put ranges into version messages. Fix all this stuff by hand, using dates that I divined from the change logs (so they're a bit more accurate than script-generated dates). We need to fix the script before it runs in 2011.
Diffstat (limited to 'zless.in')
-rw-r--r--zless.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/zless.in b/zless.in
index dbdcfbe..b25e408 100644
--- a/zless.in
+++ b/zless.in
@@ -23,7 +23,7 @@ esac
PATH=$bindir:$PATH; export PATH
version="zless (gzip) @VERSION@
-Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
+Copyright (C) 2007 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.