From f1635e7babace4429f84bf56af4c6da106818160 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 1 Feb 2002 20:40:48 +0000 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ aclocal.in | 3 +-- automake.in | 3 +-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 312c8447..adbf9234 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-02-01 Tom Tromey + + 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 * automake.texi (API versioning): New Node. diff --git a/aclocal.in b/aclocal.in index b0ca328c..326b6afe 100644 --- a/aclocal.in +++ b/aclocal.in @@ -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 \n"; diff --git a/automake.in b/automake.in index e2110484..4cfc1f8b 100755 --- a/automake.in +++ b/automake.in @@ -8438,8 +8438,7 @@ sub version () automake (GNU $PACKAGE) $VERSION Written by Tom Tromey . -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 -- 2.43.5