* aclocal.in (parse_arguments): Added 2002.
authorTom Tromey <tromey@redhat.com>
Fri, 18 Jan 2002 21:50:40 +0000 (21:50 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 18 Jan 2002 21:50:40 +0000 (21:50 +0000)
(write_aclocal): Likewise.
(parse_arguments): Updated my email address.
* automake.in (gen_copyright): Added 2002.
(version): Likewise.  Also, changed my email address.

ChangeLog
aclocal.in
automake.in

index c1b5d55..0cf0f62 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2002-01-18  Tom Tromey  <tromey@redhat.com>
 
+       * aclocal.in (parse_arguments): Added 2002.
+       (write_aclocal): Likewise.
+       (parse_arguments): Updated my email address.
+       * automake.in (gen_copyright): Added 2002.
+       (version): Likewise.  Also, changed my email address.
+
        * configure.in (APIVERSION): Refined definition.
 
 2002-01-18  Tom Tromey  <tromey@redhat.com>
index 34bc04e..b0ca328 100644 (file)
@@ -6,7 +6,9 @@ eval 'exec @PERL@ -S $0 ${1+"$@"}'
     if 0;
 
 # aclocal - create aclocal.m4 by scanning configure.ac
-# Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+
+# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
+#           Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -23,7 +25,7 @@ eval 'exec @PERL@ -S $0 ${1+"$@"}'
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# Written by Tom Tromey <tromey@cygnus.com>.
+# Written by Tom Tromey <tromey@redhat.com>.
 
 BEGIN
 {
@@ -189,10 +191,11 @@ sub parse_arguments
        elsif ($arglist[0] eq '--version')
        {
            print "aclocal (GNU $PACKAGE) $VERSION\n\n";
-           print "Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.\n";
+           print "Copyright 1996, 1997, 1998, 1999, 2000,\n";
+           print "          2001, 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\@cygnus.com>\n";
+           print "Written by Tom Tromey <tromey\@redhat.com>\n";
            exit 0;
        }
        elsif ($arglist[0] eq '--help')
@@ -458,7 +461,7 @@ sub write_aclocal
     print $out
 "# $output_file generated automatically by aclocal $VERSION -*- Autoconf -*-
 
-# Copyright 1996, 1997, 1998, 1999, 2000, 2001
+# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
 # Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
index 7d7c456..665724b 100755 (executable)
@@ -25,7 +25,7 @@ eval 'exec @PERL@ -S $0 ${1+"$@"}'
 # 02111-1307, USA.
 
 # Originally written by David Mackenzie <djm@gnu.ai.mit.edu>.
-# Perl reimplementation by Tom Tromey <tromey@cygnus.com>.
+# Perl reimplementation by Tom Tromey <tromey@redhat.com>.
 
 package Language;
 
@@ -217,7 +217,7 @@ my @common_sometimes =
 
 # Copyright on generated Makefile.ins.
 my $gen_copyright = "\
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 # Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -8396,10 +8396,10 @@ sub version ()
 {
   print <<EOF;
 automake (GNU $PACKAGE) $VERSION
-Written by Tom Tromey <tromey\@cygnus.com>.
+Written by Tom Tromey <tromey\@redhat.com>.
 
-Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
-Free Software Foundation, Inc.
+Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+          2001, 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