]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* automake.in, aclocal.in: Bump copyright years.
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 1 Jan 2004 17:34:18 +0000 (17:34 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 1 Jan 2004 17:34:18 +0000 (17:34 +0000)
14 files changed:
ChangeLog
Makefile.in
aclocal.in
aclocal.m4
automake.in
doc/Makefile.in
doc/stamp-vti
doc/version.texi
lib/Automake/Makefile.in
lib/Automake/tests/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
m4/Makefile.in
tests/Makefile.in

index 36ecd06b08d6d5cf04a3a91df50b3d4363dabe26..741aef8c580d00a2cde0761a8e84cd83d5895318 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-01  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * automake.in, aclocal.in: Bump copyright years.
+
 2003-12-31  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * automake.in (generate_makefile): Update misleading comment.
index c084eb0214920b00b6461de62aad09bd47da4c17..1160b4ade1005735c11016cc020ab35d60ac2999 100644 (file)
@@ -1,8 +1,8 @@
 # Makefile.in generated by automake 1.8a from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-# Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
index dd170c466205448e1533cefebe9c3066155b767d..8f328bd1407fd997ce2f990fa7a39dcd3b5ff5be 100644 (file)
@@ -7,7 +7,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
 
 # aclocal - create aclocal.m4 by scanning configure.ac
 
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
 #           Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -390,7 +390,7 @@ sub write_aclocal ($@)
   # name in the header.
   $output = "# generated automatically by aclocal $VERSION -*- Autoconf -*-
 
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
 # Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -490,11 +490,11 @@ sub parse_arguments (@)
        }
       elsif ($arglist[0] eq '--version')
        {
-         print "aclocal (GNU $PACKAGE) $VERSION\n\n";
-         print "Copyright (C) 2003 Free Software Foundation, Inc.\n";
+         print "aclocal (GNU $PACKAGE) $VERSION\n";
+         print "Written by Tom Tromey <tromey\@redhat.com>\n\n";
+         print "Copyright (C) 2004 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\@redhat.com>\n";
+         print "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";
          exit 0;
        }
       elsif ($arglist[0] eq '--help')
index 61fc5fa056615c32fcf225b970a5f35e2955b8a5..8d9c152b7b63c3a9dc122290a8a8f09f625caffc 100644 (file)
@@ -1,6 +1,6 @@
 # generated automatically by aclocal 1.8a -*- Autoconf -*-
 
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
 # Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
index ab7ffde134ea38eea5d3b00dda1ef84878334ec9..581688cff7e130126c0205568419fbf7d67c3b59 100755 (executable)
@@ -6,8 +6,8 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
     if 0;
 
 # automake - create Makefile.in from Makefile.am
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-# Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004  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
@@ -235,8 +235,8 @@ my %standard_prefix =
 
 # Copyright on generated Makefile.ins.
 my $gen_copyright = "\
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-# Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -7070,7 +7070,7 @@ sub version ()
 automake (GNU $PACKAGE) $VERSION
 Written by Tom Tromey <tromey\@redhat.com>.
 
-Copyright 2003 Free Software Foundation, Inc.
+Copyright 2004 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 4e2db733ed63d914265063134c6c998480b2ff7b..c8daa4dc8b61261372772c9fed28948e5a31ab11 100644 (file)
@@ -1,8 +1,8 @@
 # Makefile.in generated by automake 1.8a from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-# Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
index ba1802b28fdbb27fecd19196fc97f7ab6f7d6285..e89285aead6d889e3c0bdbf15a5d5cca42a510bc 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 26 December 2003
-@set UPDATED-MONTH December 2003
+@set UPDATED 1 January 2004
+@set UPDATED-MONTH January 2004
 @set EDITION 1.8a
 @set VERSION 1.8a
index ba1802b28fdbb27fecd19196fc97f7ab6f7d6285..e89285aead6d889e3c0bdbf15a5d5cca42a510bc 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 26 December 2003
-@set UPDATED-MONTH December 2003
+@set UPDATED 1 January 2004
+@set UPDATED-MONTH January 2004
 @set EDITION 1.8a
 @set VERSION 1.8a
index 1660cc94a063d5cfd58223c5ef9b040abe6eb4d4..70551020d047204e1ab55e8ce8ec5eb739b72d79 100644 (file)
@@ -1,8 +1,8 @@
 # Makefile.in generated by automake 1.8a from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-# Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
index cb6ea328d95dcdf81452dc876d6f571bf7bddf75..8ee4f084fc8b1586734cf521dac795217c28473c 100644 (file)
@@ -1,8 +1,8 @@
 # Makefile.in generated by automake 1.8a from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-# Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
index 98382353846e162b02516d096a394f9e4dd02a8e..aa6d1d3ea182e8ef108fb0c571617778448b55db 100644 (file)
@@ -1,8 +1,8 @@
 # Makefile.in generated by automake 1.8a from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-# Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
index 064b360add0a021d684c876ac80304b49c77bd2a..e3399231e5a4e991a2f546a88553cdbf2390fcfc 100644 (file)
@@ -1,8 +1,8 @@
 # Makefile.in generated by automake 1.8a from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-# Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
index 0baf43f289e9984a8d084984c1acdf6bcc7172d7..0d52f8ad1bd7c53571c4f0a0e7c74ff07229108c 100644 (file)
@@ -1,8 +1,8 @@
 # Makefile.in generated by automake 1.8a from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-# Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
index 5d774ad44704fe44b91facaf7cfb9d54512c8576..c7d833bd8dc35ba22ff8f0c90bcb802d745c0ec3 100644 (file)
@@ -1,8 +1,8 @@
 # Makefile.in generated by automake 1.8a from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-# Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.