From 1fabda990f0ddf248f7e666495cf559705cacb11 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 6 Jan 2006 00:10:37 +0000 Subject: [PATCH] * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: * lib/autoconf/general.m4, lib/autoconf/status.m4: * lib/autotest/general.m4: Update copyright year to 2006. --- ChangeLog | 6 ++++++ bin/autoconf.as | 2 +- bin/autoheader.in | 4 ++-- bin/autom4te.in | 4 ++-- bin/autoreconf.in | 4 ++-- bin/autoscan.in | 4 ++-- bin/autoupdate.in | 4 ++-- bin/ifnames.in | 6 +++--- lib/autoconf/general.m4 | 2 +- lib/autoconf/status.m4 | 2 +- lib/autotest/general.m4 | 2 +- 11 files changed, 23 insertions(+), 17 deletions(-) diff --git a/ChangeLog b/ChangeLog index a054dcca..ba82ffa8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2006-01-05 Paul Eggert + * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in + * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: + * lib/autoconf/general.m4, lib/autoconf/status.m4: + * lib/autotest/general.m4: + Update copyright year to 2006. + * Makefile.maint (sc_root_tests): Use recommend style s/a/b/ for sed substitutions. * doc/autoconf.texi (Installation Directory Variables): Use s|a|b| diff --git a/bin/autoconf.as b/bin/autoconf.as index b9e90a8e..e84ccbc2 100644 --- a/bin/autoconf.as +++ b/bin/autoconf.as @@ -62,7 +62,7 @@ version=["\ autoconf (@PACKAGE_NAME@) @VERSION@ Written by David J. MacKenzie and Akim Demaille. -Copyright (C) 2005 Free Software Foundation, Inc. +Copyright (C) 2006 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."] diff --git a/bin/autoheader.in b/bin/autoheader.in index b897678e..1e0d5d27 100644 --- a/bin/autoheader.in +++ b/bin/autoheader.in @@ -8,7 +8,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac' # autoheader -- create `config.h.in' from `configure.ac' # Copyright (C) 1992, 1993, 1994, 1996, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006 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 @@ -89,7 +89,7 @@ Report bugs to . $version = "autoheader (@PACKAGE_NAME@) @VERSION@ Written by Roland McGrath and Akim Demaille. -Copyright (C) 2005 Free Software Foundation, Inc. +Copyright (C) 2006 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. "; diff --git a/bin/autom4te.in b/bin/autom4te.in index 1c607ce0..c133cddc 100644 --- a/bin/autom4te.in +++ b/bin/autom4te.in @@ -6,7 +6,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac' if 0; # autom4te - Wrapper around M4 libraries. -# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003, 2005, 2006 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 @@ -213,7 +213,7 @@ $version = <<"EOF"; autom4te (@PACKAGE_NAME@) @VERSION@ Written by Akim Demaille. -Copyright (C) 2005 Free Software Foundation, Inc. +Copyright (C) 2006 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 diff --git a/bin/autoreconf.in b/bin/autoreconf.in index 280ae093..ab83d52b 100644 --- a/bin/autoreconf.in +++ b/bin/autoreconf.in @@ -6,7 +6,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac' if 0; # autoreconf - install the GNU Build System in a directory tree -# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004 +# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify @@ -98,7 +98,7 @@ Report bugs to . $version = "autoreconf (@PACKAGE_NAME@) @VERSION@ Written by David J. MacKenzie and Akim Demaille. -Copyright (C) 2005 Free Software Foundation, Inc. +Copyright (C) 2006 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. "; diff --git a/bin/autoscan.in b/bin/autoscan.in index 99bde6d7..bb57d7ff 100644 --- a/bin/autoscan.in +++ b/bin/autoscan.in @@ -3,7 +3,7 @@ # @configure_input@ # autoscan - Create configure.scan (a preliminary configure.ac) for a package. -# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004 +# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify @@ -125,7 +125,7 @@ Report bugs to .\n"; $version = "autoscan (@PACKAGE_NAME@) @VERSION@ Written by David J. MacKenzie and Akim Demaille. -Copyright (C) 2005 Free Software Foundation, Inc. +Copyright (C) 2006 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.\n"; diff --git a/bin/autoupdate.in b/bin/autoupdate.in index 73b1a791..378d4556 100644 --- a/bin/autoupdate.in +++ b/bin/autoupdate.in @@ -3,7 +3,7 @@ # @configure_input@ # autoupdate - modernize an Autoconf file. -# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004 +# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify @@ -86,7 +86,7 @@ Report bugs to . $version = "autoupdate (@PACKAGE_NAME@) @VERSION@ Written by David J. MacKenzie and Akim Demaille. -Copyright (C) 2005 Free Software Foundation, Inc. +Copyright (C) 2006 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. "; diff --git a/bin/ifnames.in b/bin/ifnames.in index b19b4a2d..be31889e 100644 --- a/bin/ifnames.in +++ b/bin/ifnames.in @@ -7,8 +7,8 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac' # ifnames - print the identifiers used in C preprocessor conditionals -# Copyright (C) 1994, 1995, 1999, 2000, 2001, 2002, 2003 Free Software -# Foundation, Inc. +# Copyright (C) 1994, 1995, 1999, 2000, 2001, 2002, 2003, 2005, 2006 +# 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 @@ -68,7 +68,7 @@ Report bugs to . $version = "ifnames (@PACKAGE_NAME@) @VERSION@ Written by David J. MacKenzie and Paul Eggert. -Copyright (C) 2005 Free Software Foundation, Inc. +Copyright (C) 2006 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. "; diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 4423e05a..a63d71cc 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -334,7 +334,7 @@ m4_ifset([AC_PACKAGE_BUGREPORT], m4_define([_AC_INIT_COPYRIGHT], [AC_COPYRIGHT( [Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005 Free Software Foundation, Inc. +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it.], [VERSION_FSF])dnl diff --git a/lib/autoconf/status.m4 b/lib/autoconf/status.m4 index 054b8ca7..17755f26 100644 --- a/lib/autoconf/status.m4 +++ b/lib/autoconf/status.m4 @@ -1168,7 +1168,7 @@ m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING, with options \\"`echo "$ac_configure_args" | sed 's/[[\\""\`\$]]/\\\\&/g'`\\" -Copyright (C) 2005 Free Software Foundation, Inc. +Copyright (C) 2006 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4 index ec105bac..f40cbf8a 100644 --- a/lib/autotest/general.m4 +++ b/lib/autotest/general.m4 @@ -159,7 +159,7 @@ m4_define([AT_ordinal], 0) m4_define([AT_banner_ordinal], 0) AS_INIT AT_COPYRIGHT( -[Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software +[Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This test suite is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it.])