]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* aclocal.in (parse_arguments, write_aclocal): Bump copyright year.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 1 Jan 2005 12:28:44 +0000 (12:28 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 1 Jan 2005 12:28:44 +0000 (12:28 +0000)
* automake.in ($gen_copyright, version): Likewise.

ChangeLog
NEWS
aclocal.in
automake.in

index 0dd4f6c180eca7098700da7076d428c14670c28f..b260f8e3f5649aec5ad306eb0f4e340b8f9d7ccf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-01  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * aclocal.in (parse_arguments, write_aclocal): Bump copyright year.
+       * automake.in ($gen_copyright, version): Likewise.
+
 2004-12-31  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * tests/man2.test, tests/transform.test: Specify --mandir, in order
 
 -----
 
-Copyright (C) 2003, 2004  Free Software Foundation, Inc.
+Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Automake.
 
diff --git a/NEWS b/NEWS
index efa9443f266a789d06479684692264d82ff77286..0d2d877702e32acd6d043eadd911db2da8898ad7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1102,8 +1102,8 @@ New in 0.20:
 
 -----
 
-Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-Free Software Foundation, Inc.
+Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Automake.
 
index 5314ffe73715b9e08cf8b3c0529bca22c2114cc4..d23e8a9f2abb09da21083817af39d3e0cf03a023 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, 2004
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 #           Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -529,8 +529,8 @@ sub write_aclocal ($@)
   # name in the header.
   $output = "# generated automatically by aclocal $VERSION -*- Autoconf -*-
 
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
-# Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+# 2005  Free Software Foundation, Inc.
 # This file 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.
@@ -611,7 +611,7 @@ aclocal (GNU $PACKAGE) $VERSION
 Written by Tom Tromey <tromey\@redhat.com>
        and Alexandre Duret-Lutz <adl\@gnu.org>.
 
-Copyright (C) 2004 Free Software Foundation, Inc.
+Copyright (C) 2005 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 800c013c6bc69ca9dffe51fea4a1aa736da10f8e..3992b2c5538f732728c99a01e77821ff22118bb7 100755 (executable)
@@ -7,7 +7,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
 
 # automake - create Makefile.in from Makefile.am
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004  Free Software Foundation, Inc.
+# 2003, 2004, 2005  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
@@ -245,7 +245,7 @@ my %standard_prefix =
 # Copyright on generated Makefile.ins.
 my $gen_copyright = "\
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004  Free Software Foundation, Inc.
+# 2003, 2004, 2005  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.
@@ -7442,7 +7442,7 @@ automake (GNU $PACKAGE) $VERSION
 Written by Tom Tromey <tromey\@redhat.com>
        and Alexandre Duret-Lutz <adl\@gnu.org>.
 
-Copyright 2004 Free Software Foundation, Inc.
+Copyright 2005 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