autoconf-patches
[Top][All Lists]
Advanced

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

Re: one more copyright-date fix


From: Paul Eggert
Subject: Re: one more copyright-date fix
Date: 28 Jan 2004 14:23:58 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Albert Chin <address@hidden> writes:

> Why are you removing the 2003 copyright date?

Because Akim removed all the old dates the last time he messed with this.

But on reflection, you're right, that notice should have all the years
that contributed to the work.  I installed the following change
(which also fixes some other years I missed.  What a pain this is!).

2004-01-28  Paul Eggert  <address@hidden>

        * 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.

Index: lib/autoconf/autotest.m4
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/autotest.m4,v
retrieving revision 1.14
diff -p -u -r1.14 autotest.m4
--- lib/autoconf/autotest.m4    22 May 2003 15:17:05 -0000      1.14
+++ lib/autoconf/autotest.m4    28 Jan 2004 22:18:48 -0000
@@ -66,7 +66,7 @@ AC_DEFUN([AC_CONFIG_TESTDIR],
 [cat >$1/atconfig <<ATEOF
 @%:@ Configurable variable values for building test suites.
 @%:@ Generated by $[0].
address@hidden:@ Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
address@hidden:@ Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, 
Inc.
 
 # The test suite will define top_srcdir=$at_top_srcdir/../.. etc.
 at_testdir='$1'
Index: lib/autoconf/general.m4
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/general.m4,v
retrieving revision 1.829
diff -p -u -r1.829 general.m4
--- lib/autoconf/general.m4     27 Jan 2004 19:52:55 -0000      1.829
+++ lib/autoconf/general.m4     28 Jan 2004 22:18:51 -0000
@@ -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: lib/autoconf/status.m4
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/status.m4,v
retrieving revision 1.42
diff -p -u -r1.42 status.m4
--- lib/autoconf/status.m4      25 Nov 2003 13:50:46 -0000      1.42
+++ lib/autoconf/status.m4      28 Jan 2004 22:19:06 -0000
@@ -1399,7 +1399,7 @@ m4_ifset([AC_PACKAGE_VERSION], [ AC_PACK
 configured by $[0], generated by m4_PACKAGE_STRING,
   with options \\"`echo "$ac_configure_args" | sed 's/[[\\""\`\$]]/\\\\&/g'`\\"
 
-Copyright (C) 2003 Free Software Foundation, Inc.
+Copyright (C) 2004 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it."
 srcdir=$srcdir




reply via email to

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