From d1def7fd0891d7932c52f0d96a7b1a79f2c324e3 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 18 Jan 2002 21:50:39 +0000 Subject: [PATCH] * 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. --- ChangeLog | 6 ++++++ aclocal.in | 13 ++++++++----- automake.in | 10 +++++----- 3 files changed, 19 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index c1b5d55f..0cf0f620 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2002-01-18 Tom Tromey + * 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 diff --git a/aclocal.in b/aclocal.in index 34bc04e2..b0ca328c 100644 --- a/aclocal.in +++ b/aclocal.in @@ -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 . +# Written by Tom Tromey . 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 \n"; + print "Written by Tom Tromey \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, diff --git a/automake.in b/automake.in index 7d7c456a..665724bc 100755 --- a/automake.in +++ b/automake.in @@ -25,7 +25,7 @@ eval 'exec @PERL@ -S $0 ${1+"$@"}' # 02111-1307, USA. # Originally written by David Mackenzie . -# Perl reimplementation by Tom Tromey . +# Perl reimplementation by Tom Tromey . 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 <. +Written by Tom Tromey . -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 -- 2.43.5