automake-patches
[Top][All Lists]
Advanced

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

Patch: FYI: automake copyright date


From: Tom Tromey
Subject: Patch: FYI: automake copyright date
Date: 18 Jan 2002 15:06:21 -0700

I'm checking this in.
This updates copyright dates and my email address.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>
        * 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.

Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1266
diff -u -r1.1266 automake.in
--- automake.in 2002/01/16 19:05:43 1.1266
+++ automake.in 2002/01/18 21:49:59
@@ -25,7 +25,7 @@
 # 02111-1307, USA.
 
 # Originally written by David Mackenzie <address@hidden>.
-# Perl reimplementation by Tom Tromey <address@hidden>.
+# Perl reimplementation by Tom Tromey <address@hidden>.
 
 package Language;
 
@@ -217,7 +217,7 @@
 
 # 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 @@
 {
   print <<EOF;
 automake (GNU $PACKAGE) $VERSION
-Written by Tom Tromey <address@hidden>.
+Written by Tom Tromey <address@hidden>.
 
-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
Index: aclocal.in
===================================================================
RCS file: /cvs/automake/automake/aclocal.in,v
retrieving revision 1.64
diff -u -r1.64 aclocal.in
--- aclocal.in 2002/01/16 19:05:42 1.64
+++ aclocal.in 2002/01/18 21:49:59
@@ -6,8 +6,10 @@
     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
 # the Free Software Foundation; either version 2, or (at your option)
@@ -23,7 +25,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# Written by Tom Tromey <address@hidden>.
+# Written by Tom Tromey <address@hidden>.
 
 BEGIN
 {
@@ -189,10 +191,11 @@
        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 <address@hidden>\n";
+           print "Written by Tom Tromey <address@hidden>\n";
            exit 0;
        }
        elsif ($arglist[0] eq '--help')
@@ -458,7 +461,7 @@
     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,



reply via email to

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