]> sourceware.org Git - automake.git/commitdiff
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 312c844700d6852102625b4af5fbc1f899374d96..adbf9234a8fe282889e299c3be129d0fe4352fc9 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 b0ca328cc145e9bcb4485fca15bce39d0f01ebec..326b6afe2efadf6e4d918b1af2c61666051feb65 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 e2110484cc0d4497eb35c17a447f91fe12de4899..4cfc1f8bbaea145e1dfa9d4de97fb7cb0fd27ca4 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
This page took 0.037201 seconds and 5 git commands to generate.