]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Update copyright years.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Jan 2004 22:21:16 +0000 (22:21 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Jan 2004 22:21:16 +0000 (22:21 +0000)
ChangeLog
lib/autoconf/autotest.m4
lib/autoconf/general.m4
lib/autoconf/status.m4

index 9dd26c941e18377b3e4c92a44a6abf197cadda49..3f05f8ca0e2efa42c734e778005ed157332c08b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-01-28  Paul Eggert  <eggert@twinsun.com>
+
+       * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
+       copyright years.
+       * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
+       2003 (except 1997) to the list of copyright years.  This undoes
+       the 2003-05-22 change, which removed the older years from the list.
+       * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
+
 2004-01-27  Gary V. Vaugan  <gary@gnu.org>
            Albert Chin-A-Young <china@thewrittenword.com>
 
@@ -22,7 +31,7 @@
        * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
        bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
        * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
-       
+
        * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
        bin/autoconf.in, config/Makefile.in, config/config.guess,
        config/config.sub, config/install-sh, config/mdate-sh,
index 55ca2ee4aa1b661417b0584deafb9ce8a273a063..b2a4fb5233f52313a38a84fba4aa3e22f806990d 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Interface with Autotest.
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002,
-# 2003 Free Software Foundation, Inc.
+# 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
index 9d29060170ccecd782208a449c3d7b1964e563b1..37c3eb50fa7cbe92638b9d50851c01c21e33af60 100644 (file)
@@ -354,7 +354,8 @@ m4_ifset([AC_PACKAGE_BUGREPORT],
 # user copyrights, and after the setup of the --version handling.
 m4_define([_AC_INIT_COPYRIGHT],
 [AC_COPYRIGHT(
-[Copyright (C) 2004 Free Software Foundation, Inc.
+[Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002,
+2003, 2004 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
index 63aca4c641b6c592e669e06ba6d2e9bf8d9bdc05..9723e0913979726fd8f6e66ea44cefa8aa437a4e 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Parameterizing and creating config.status.
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2003 Free Software Foundation, Inc.
+# 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