Change per GNU coding standards:
authorTom Tromey <tromey@redhat.com>
Fri, 1 Feb 2002 20:40:48 +0000 (20:40 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 1 Feb 2002 20:40:48 +0000 (20:40 +0000)
* aclocal.in (parse_arguments): Only mention most recent year in
copyright output.
* automake.in (version): Only mention most recent year.

ChangeLog
aclocal.in
automake.in

index 312c844..adbf923 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-02-01  Tom Tromey  <tromey@redhat.com>
+
+       Change per GNU coding standards:
+       * aclocal.in (parse_arguments): Only mention most recent year in
+       copyright output.
+       * automake.in (version): Only mention most recent year.
+
 2002-01-30  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * automake.texi (API versioning): New Node.
index b0ca328..326b6af 100644 (file)
@@ -191,8 +191,7 @@ sub parse_arguments
        elsif ($arglist[0] eq '--version')
        {
            print "aclocal (GNU $PACKAGE) $VERSION\n\n";
-           print "Copyright 1996, 1997, 1998, 1999, 2000,\n";
-           print "          2001, 2002 Free Software Foundation, Inc.\n";
+           print "Copyright 2002 Free Software Foundation, Inc.\n";
            print "This is free software; see the source for copying conditions.  There is NO\n";
            print "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n";
            print "Written by Tom Tromey <tromey\@redhat.com>\n";
index e211048..4cfc1f8 100755 (executable)
@@ -8438,8 +8438,7 @@ sub version ()
 automake (GNU $PACKAGE) $VERSION
 Written by Tom Tromey <tromey\@redhat.com>.
 
-Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-          2001, 2002 Free Software Foundation, Inc.
+Copyright 2002 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 EOF