automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch: FYI: copyright date


From: Tom Tromey
Subject: Patch: FYI: copyright date
Date: 01 Feb 2002 14:00:18 -0700

I'm checking this in.

According to the standards we need only print the most recent
copyright year in --version's output.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>

        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.

Index: aclocal.in
===================================================================
RCS file: /cvs/automake/automake/aclocal.in,v
retrieving revision 1.65
diff -u -r1.65 aclocal.in
--- aclocal.in 2002/01/18 21:50:40 1.65
+++ aclocal.in 2002/02/01 20:40:08
@@ -191,8 +191,7 @@
        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 <address@hidden>\n";
Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1275
diff -u -r1.1275 automake.in
--- automake.in 2002/01/24 08:17:33 1.1275
+++ automake.in 2002/02/01 20:40:15
@@ -8438,8 +8438,7 @@
 automake (GNU $PACKAGE) $VERSION
 Written by Tom Tromey <address@hidden>.
 
-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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]