autoconf
[Top][All Lists]
Advanced

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

autoconf patches to add proper copyright notices


From: Paul Eggert
Subject: autoconf patches to add proper copyright notices
Date: Fri, 10 Aug 2001 18:26:37 -0700 (PDT)

Here's a proposed patch to add copyright notices to GNU autoconf.
This patch is relative to autoconf-2.52b.

The biggest pain of generating this patch was coming up with the
dates, i.e. which years to put into the copyright notices.  I did this
by inspecting the CVS history.


2001-08-10  Paul Eggert  <address@hidden>

        * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
        ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
        README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
        m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
        m4/sanity.m4, tests/README, tests/aclocal.m4,
        tests/atspecific.m4, tests/base.at, tests/compile.at,
        tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
        tests/semantics.at, tests/suite.at, tests/tools.at,
        tests/torture.at: Add copyright notice.

        * tests/mktests.sh: Update year in copyright notice.


diff -rpu autoconf-2.52b/AUTHORS autoconf-2.52b-copyright/AUTHORS
--- autoconf-2.52b/AUTHORS      Sat May 19 08:07:12 2001
+++ autoconf-2.52b-copyright/AUTHORS    Fri Aug 10 11:39:42 2001
@@ -9,3 +9,24 @@ Today, there are no less than five maint
 Eggert, Jim Meyering, Alexandre Oliva, and Tom Tromey, especially
 helped by Lars J. Aas, Mo DeJong, Steven G. Johnson, Matthew
 D. Langston, Pavel Roskin, and many others listed in the THANKS file.
+
+-----
+
+Copyright 1996, 2000, 2001 Free Software Foundation, Inc.
+
+This file is part of GNU autoconf.
+
+GNU autoconf is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU autoconf is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with autoconf; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.
diff -rpu autoconf-2.52b/BUGS autoconf-2.52b-copyright/BUGS
--- autoconf-2.52b/BUGS Wed Jul 25 01:13:39 2001
+++ autoconf-2.52b-copyright/BUGS       Fri Aug 10 18:21:59 2001
@@ -3,6 +3,26 @@
 This file lists the bugs you must be aware of.  Be sure to check this
 file before using Autoconf, and especially CVS versions of Autoconf.
 
+       Copyright 2000, 2001 Free Software Foundation, Inc.
+
+       This file is part of GNU autoconf.
+
+       GNU autoconf is free software; you can redistribute it and/or modify
+       it under the terms of the GNU General Public License as published by
+       the Free Software Foundation; either version 2, or (at your option)
+       any later version.
+
+       GNU autoconf is distributed in the hope that it will be useful,
+       but WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+       GNU General Public License for more details.
+
+       You should have received a copy of the GNU General Public License
+       along with autoconf; see the file COPYING.  If not, write to
+       the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+       Boston, MA 02111-1307, USA.
+
+
 Autoconf must not be used in production if there are ``Serious'' bugs,
 and use with caution an Autoconf with ``Important bugs''.
 
diff -rpu autoconf-2.52b/ChangeLog autoconf-2.52b-copyright/ChangeLog
--- autoconf-2.52b/ChangeLog    Wed Aug  1 09:29:52 2001
+++ autoconf-2.52b-copyright/ChangeLog  Fri Aug 10 11:39:58 2001
@@ -962,3 +962,24 @@
 2001-05-21  Akim Demaille  <address@hidden>
 
        * configure.in: Bump to 2.50a.
+
+-----
+
+Copyright 2001 Free Software Foundation, Inc.
+
+This file is part of GNU autoconf.
+
+GNU autoconf is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU autoconf is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with autoconf; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.
diff -rpu autoconf-2.52b/ChangeLog.0 autoconf-2.52b-copyright/ChangeLog.0
--- autoconf-2.52b/ChangeLog.0  Mon Oct 23 12:05:36 2000
+++ autoconf-2.52b-copyright/ChangeLog.0        Fri Aug 10 11:40:03 2001
@@ -341,3 +341,24 @@ Fri Apr 24 10:08:21 1992  David J. MacKe
        * acgeneral.m4 (AC_OUTPUT): Don't substitute DEFS if AC_HEADER_FILE.
        (AC_LIBTHING{PRESENT,MISSING}): Run conftest in subshell.
        From Ian Lance Taylor.
+
+-----
+
+Copyright 1992 Free Software Foundation, Inc.
+
+This file is part of GNU autoconf.
+
+GNU autoconf is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU autoconf is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with autoconf; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.
diff -rpu autoconf-2.52b/ChangeLog.1 autoconf-2.52b-copyright/ChangeLog.1
--- autoconf-2.52b/ChangeLog.1  Fri May 26 09:59:09 2000
+++ autoconf-2.52b-copyright/ChangeLog.1        Fri Aug 10 11:40:07 2001
@@ -1918,3 +1918,24 @@ Sun Jul 26 16:25:19 1992  David J. MacKe
 Mon Jul 20 01:08:01 1992  David J. MacKenzie  (address@hidden)
 
        * Version 1.0.
+
+-----
+
+Copyright 1992, 1993, 1994 Free Software Foundation, Inc.
+
+This file is part of GNU autoconf.
+
+GNU autoconf is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU autoconf is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with autoconf; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.
diff -rpu autoconf-2.52b/ChangeLog.2 autoconf-2.52b-copyright/ChangeLog.2
--- autoconf-2.52b/ChangeLog.2  Sat Jul 14 10:04:01 2001
+++ autoconf-2.52b-copyright/ChangeLog.2        Fri Aug 10 11:40:12 2001
@@ -12846,3 +12846,25 @@ Thu Apr 28 12:01:01 1994  David J. MacKe
 
        * Makefile.in, configure.in: Add autoscan and its data files.
        Check for perl.
+
+-----
+
+Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software
+Foundation, Inc.
+
+This file is part of GNU autoconf.
+
+GNU autoconf is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU autoconf is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with autoconf; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.
diff -rpu autoconf-2.52b/GNUmakefile autoconf-2.52b-copyright/GNUmakefile
--- autoconf-2.52b/GNUmakefile  Wed Jun  6 10:59:13 2001
+++ autoconf-2.52b-copyright/GNUmakefile        Fri Aug 10 18:16:13 2001
@@ -4,6 +4,22 @@
 # It is necessary if you want to build targets usually of interest
 # only to the maintainer.
 
+# Copyright 2001 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
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+
 # Systems where /bin/sh is not the default shell need this.  The $(shell)
 # command below won't work with e.g. stock DOS/Windows shells.
 SHELL = /bin/sh
diff -rpu autoconf-2.52b/Makefile.maint autoconf-2.52b-copyright/Makefile.maint
--- autoconf-2.52b/Makefile.maint       Wed Jul 18 01:15:39 2001
+++ autoconf-2.52b-copyright/Makefile.maint     Fri Aug 10 18:16:25 2001
@@ -2,6 +2,23 @@
 # This Makefile fragment is shared between fileutils, sh-utils, textutils,
 # and Autoconf.
 
+## Copyright 2001 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
+## the Free Software Foundation; either version 2, or (at your option)
+## any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+## 02111-1307, USA.
+
 prev_version_file ?= .prev-version
 
 THIS_VERSION_REGEXP = $(subst .,\.,$(VERSION))
diff -rpu autoconf-2.52b/NEWS autoconf-2.52b-copyright/NEWS
--- autoconf-2.52b/NEWS Wed Aug  1 09:33:11 2001
+++ autoconf-2.52b-copyright/NEWS       Fri Aug 10 11:46:56 2001
@@ -665,3 +665,25 @@ Added AC_STRCOLL macro.
 Made AC_GETLOADAVG check for more things.
 AC_OUTPUT argument is now optional.
 Various bug fixes.
+
+-----
+
+Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 Free
+Software Foundation, Inc.
+
+This file is part of GNU autoconf.
+
+GNU autoconf is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU autoconf is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with autoconf; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.
diff -rpu autoconf-2.52b/README autoconf-2.52b-copyright/README
--- autoconf-2.52b/README       Wed Aug  1 06:53:34 2001
+++ autoconf-2.52b-copyright/README     Fri Aug 10 11:48:01 2001
@@ -32,3 +32,25 @@ http://sources.redhat.com/cgi-bin/gnatsw
 address@hidden, and submit patches to address@hidden
 Always include the Autoconf version number, which you can get by
 running `autoconf --version'.
+
+-----
+
+Copyright 1992, 1993, 1994, 1998, 2000, 2001 Free Software Foundation,
+Inc.
+
+This file is part of GNU autoconf.
+
+GNU autoconf is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU autoconf is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with autoconf; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.
diff -rpu autoconf-2.52b/README-alpha autoconf-2.52b-copyright/README-alpha
--- autoconf-2.52b/README-alpha Tue Nov 14 02:58:20 2000
+++ autoconf-2.52b-copyright/README-alpha       Fri Aug 10 11:48:43 2001
@@ -15,3 +15,24 @@ not ready for full scale use.  Because i
 you distribute this package, we will be buried under bug reports from
 panicked users.  We don't have time to spend on this, and nor do the
 users.
+
+-----
+
+Copyright 2000 Free Software Foundation, Inc.
+
+This file is part of GNU autoconf.
+
+GNU autoconf is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU autoconf is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with autoconf; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.
diff -rpu autoconf-2.52b/TODO autoconf-2.52b-copyright/TODO
--- autoconf-2.52b/TODO Tue Jul 31 05:10:47 2001
+++ autoconf-2.52b-copyright/TODO       Fri Aug 10 11:51:18 2001
@@ -668,3 +668,23 @@ configure.in, not just those given by an
 This may not be a problem in practice.
 
 ------------------------------------------------------------------------------
+
+Copyright 1994, 1995, 1996, 1999, 2000, 2001 Free Software
+Foundation, Inc.
+
+This file is part of GNU autoconf.
+
+GNU autoconf is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU autoconf is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with autoconf; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.
diff -rpu autoconf-2.52b/configure.ac autoconf-2.52b-copyright/configure.ac
--- autoconf-2.52b/configure.ac Wed Aug  1 09:34:36 2001
+++ autoconf-2.52b-copyright/configure.ac       Fri Aug 10 18:17:49 2001
@@ -1,5 +1,24 @@
 #                                                       -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
+
+# Copyright 1992, 1993, 1994, 1995, 1999, 2000, 2001 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
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 AC_PREREQ(2.50)
 AC_INIT(GNU Autoconf, 2.52b, address@hidden)
 AC_CONFIG_SRCDIR(ChangeLog)
diff -rpu autoconf-2.52b/lib/autoconf/Makefile.am 
autoconf-2.52b-copyright/lib/autoconf/Makefile.am
--- autoconf-2.52b/lib/autoconf/Makefile.am     Wed Aug  1 06:53:34 2001
+++ autoconf-2.52b-copyright/lib/autoconf/Makefile.am   Fri Aug 10 18:18:13 2001
@@ -1,5 +1,22 @@
 ## Process this file with automake to create Makefile.in
 
+## Copyright 2001 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
+## the Free Software Foundation; either version 2, or (at your option)
+## any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+## 02111-1307, USA.
+
 distautoconflibdir = $(pkgdatadir)/autoconf
 distautoconflib_DATA = autoconf.m4 \
                        general.m4 oldnames.m4 specific.m4 \
diff -rpu autoconf-2.52b/m4/atconfig.m4 autoconf-2.52b-copyright/m4/atconfig.m4
--- autoconf-2.52b/m4/atconfig.m4       Tue Jan 16 02:19:56 2001
+++ autoconf-2.52b-copyright/m4/atconfig.m4     Fri Aug 10 12:05:05 2001
@@ -2,7 +2,24 @@
 ## Prepare for testing.  ##
 ## ----------------------##
 
-#serial 3
+#serial 4
+
+# Copyright 2000, 2001 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
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
 
 # AT_CONFIG([AUTOTEST-PATH = .])
 # ------------------------------
diff -rpu autoconf-2.52b/m4/init.m4 autoconf-2.52b-copyright/m4/init.m4
--- autoconf-2.52b/m4/init.m4   Tue Nov 14 01:27:54 2000
+++ autoconf-2.52b-copyright/m4/init.m4 Fri Aug 10 12:04:58 2001
@@ -2,7 +2,24 @@
 # some checks are only needed if your package does certain things.
 # But this isn't really a big deal.
 
-# serial 1
+# serial 2
+
+# Copyright 2000 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
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
 
 dnl Usage:
 dnl AM_INIT_AUTOMAKE(package,version, [no-define])
diff -rpu autoconf-2.52b/m4/m4.m4 autoconf-2.52b-copyright/m4/m4.m4
--- autoconf-2.52b/m4/m4.m4     Mon Oct 23 12:05:39 2000
+++ autoconf-2.52b-copyright/m4/m4.m4   Fri Aug 10 12:05:46 2001
@@ -1,3 +1,20 @@
+# Copyright 2000 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
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 # AC_PROG_GNU_M4
 # --------------
 # Check for GNU m4, at least 1.3 (supports frozen files).
diff -rpu autoconf-2.52b/m4/missing.m4 autoconf-2.52b-copyright/m4/missing.m4
--- autoconf-2.52b/m4/missing.m4        Wed Jun 13 09:23:53 2001
+++ autoconf-2.52b-copyright/m4/missing.m4      Fri Aug 10 12:06:18 2001
@@ -2,7 +2,24 @@
 ## Fake the existence of programs that GNU maintainers use.  ##
 ## --------------------------------------------------------- ##
 
-# serial 2
+# serial 3
+
+# Copyright 2000, 2001 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
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
 
 # AM_MISSING_PROG(NAME, PROGRAM)
 # ------------------------------
diff -rpu autoconf-2.52b/m4/sanity.m4 autoconf-2.52b-copyright/m4/sanity.m4
--- autoconf-2.52b/m4/sanity.m4 Tue Jan 30 02:41:53 2001
+++ autoconf-2.52b-copyright/m4/sanity.m4       Fri Aug 10 12:06:45 2001
@@ -2,6 +2,23 @@
 # Check to make sure that the build environment is sane.
 #
 
+# Copyright 2000, 2001 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
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 AC_DEFUN(AM_SANITY_CHECK,
 [AC_MSG_CHECKING([whether build environment is sane])
 # Just in case
diff -rpu autoconf-2.52b/tests/README autoconf-2.52b-copyright/tests/README
--- autoconf-2.52b/tests/README Thu Nov  2 06:33:35 2000
+++ autoconf-2.52b-copyright/tests/README       Fri Aug 10 12:08:00 2001
@@ -55,3 +55,24 @@ results in the test suite not being able
 Of course, since macro names are forbidden in `configure', if you
 really want to mention the macro name, you'll have to do without
 including `A?_' in the output.
+
+-----
+
+Copyright 2000 Free Software Foundation, Inc.
+
+This file is part of GNU autoconf.
+
+GNU autoconf is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU autoconf is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with autoconf; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.
diff -rpu autoconf-2.52b/tests/aclocal.m4 
autoconf-2.52b-copyright/tests/aclocal.m4
--- autoconf-2.52b/tests/aclocal.m4     Tue Jul 17 10:01:38 2001
+++ autoconf-2.52b-copyright/tests/aclocal.m4   Fri Aug 10 12:09:24 2001
@@ -1,6 +1,23 @@
 # actest.m4                                              -*- autoconf -*-
 # Additional Autoconf macros to ease testing.
 
+# Copyright 2000, 2001 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
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 # AC_STATE_SAVE(FILE)
 # ------------------
 # Save the environment, except for those variables we are allowed to touch.
diff -rpu autoconf-2.52b/tests/atspecific.m4 
autoconf-2.52b-copyright/tests/atspecific.m4
--- autoconf-2.52b/tests/atspecific.m4  Wed Aug  1 06:15:32 2001
+++ autoconf-2.52b-copyright/tests/atspecific.m4        Fri Aug 10 12:10:12 2001
@@ -1,6 +1,8 @@
 changequote()changequote([, ])include(autotest/general.m4)# -*- Autoconf -*-
 # M4 macros used in building Autoconf test suites.
 
+# Copyright 2000, 2001 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
 # the Free Software Foundation; either version 2, or (at your option)
diff -rpu autoconf-2.52b/tests/base.at autoconf-2.52b-copyright/tests/base.at
--- autoconf-2.52b/tests/base.at        Thu May 31 00:03:58 2001
+++ autoconf-2.52b-copyright/tests/base.at      Fri Aug 10 12:11:33 2001
@@ -2,6 +2,23 @@
 
 AT_BANNER([Autoconf base layer.])
 
+# Copyright 2000, 2001 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
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 
 ## ------------------------------- ##
 ## AC_REQUIRE: topological sort..  ##
diff -rpu autoconf-2.52b/tests/compile.at 
autoconf-2.52b-copyright/tests/compile.at
--- autoconf-2.52b/tests/compile.at     Sat May 19 08:26:39 2001
+++ autoconf-2.52b-copyright/tests/compile.at   Fri Aug 10 12:12:06 2001
@@ -2,6 +2,24 @@
 
 AT_BANNER([Low level compiling/preprocessing macros.])
 
+# Copyright 2000, 2001 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
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
+
 # Since the macros which compile are required by most tests, check
 # them first.  But remember that looking for a compiler is even more
 # primitive, so check those first.
diff -rpu autoconf-2.52b/tests/foreign.at 
autoconf-2.52b-copyright/tests/foreign.at
--- autoconf-2.52b/tests/foreign.at     Mon Jun 25 05:01:47 2001
+++ autoconf-2.52b-copyright/tests/foreign.at   Fri Aug 10 12:12:40 2001
@@ -2,6 +2,24 @@
 
 AT_BANNER([Compatibility with other tools.])
 
+# Copyright 2000, 2001 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
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
+
 ## -------------------- ##
 ## Autoconf & Libtool.  ##
 ## -------------------- ##
diff -rpu autoconf-2.52b/tests/m4sh.at autoconf-2.52b-copyright/tests/m4sh.at
--- autoconf-2.52b/tests/m4sh.at        Tue May 22 09:20:38 2001
+++ autoconf-2.52b-copyright/tests/m4sh.at      Fri Aug 10 12:13:00 2001
@@ -2,6 +2,23 @@
 
 AT_BANNER([M4sh.])
 
+# Copyright 2000, 2001 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
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 
 ## ----------------------------- ##
 ## AS_DIRNAME & AS_DIRNAME_SED.  ##
diff -rpu autoconf-2.52b/tests/m4sugar.at 
autoconf-2.52b-copyright/tests/m4sugar.at
--- autoconf-2.52b/tests/m4sugar.at     Wed Aug  1 06:15:32 2001
+++ autoconf-2.52b-copyright/tests/m4sugar.at   Fri Aug 10 12:13:19 2001
@@ -2,6 +2,23 @@
 
 AT_BANNER([M4sugar.])
 
+# Copyright 2000, 2001 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
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 
 # Order of the tests:
 # - m4_warn
diff -rpu autoconf-2.52b/tests/mktests.sh 
autoconf-2.52b-copyright/tests/mktests.sh
--- autoconf-2.52b/tests/mktests.sh     Wed Aug  1 06:15:32 2001
+++ autoconf-2.52b-copyright/tests/mktests.sh   Fri Aug 10 12:14:11 2001
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 # Build some of the Autoconf test files.
-# Copyright 2000 Free Software Foundation, Inc.
+# Copyright 2000, 2001 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
diff -rpu autoconf-2.52b/tests/semantics.at 
autoconf-2.52b-copyright/tests/semantics.at
--- autoconf-2.52b/tests/semantics.at   Tue Jul 17 02:58:26 2001
+++ autoconf-2.52b-copyright/tests/semantics.at Fri Aug 10 12:14:19 2001
@@ -2,7 +2,22 @@
 
 AT_BANNER([Semantics.])
 
-
+# Copyright 2000, 2001 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
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
 
 
 ## -------------------------------- ##
diff -rpu autoconf-2.52b/tests/suite.at autoconf-2.52b-copyright/tests/suite.at
--- autoconf-2.52b/tests/suite.at       Wed Aug  1 06:49:57 2001
+++ autoconf-2.52b-copyright/tests/suite.at     Fri Aug 10 12:19:55 2001
@@ -1,5 +1,21 @@
 # Validation suite for Autoconf                           -*- Autoconf -*-
-# Copyright 2000 Free Software Foundation, Inc.
+
+# Copyright 2000, 2001 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
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
 
 # Still many parts of `autoconf' are not exercised by the test suite.  A few
 # FIXME's, below, are used to list tests that we would need.  Do you feel
diff -rpu autoconf-2.52b/tests/tools.at autoconf-2.52b-copyright/tests/tools.at
--- autoconf-2.52b/tests/tools.at       Wed Aug  1 07:36:55 2001
+++ autoconf-2.52b-copyright/tests/tools.at     Fri Aug 10 12:20:26 2001
@@ -2,6 +2,24 @@
 
 AT_BANNER([Executables (autoheader, autoupdate...).])
 
+# Copyright 2000, 2001 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
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
+
 ## ----------------------------- ##
 ## Syntax of the shell scripts.  ##
 ## ----------------------------- ##
diff -rpu autoconf-2.52b/tests/torture.at 
autoconf-2.52b-copyright/tests/torture.at
--- autoconf-2.52b/tests/torture.at     Sat Jun 23 10:18:41 2001
+++ autoconf-2.52b-copyright/tests/torture.at   Fri Aug 10 12:21:05 2001
@@ -9,6 +9,23 @@ AT_BANNER([[Testing config.status.
 ## report the failure to address@hidden                      ##
 ## ---------------------------------------------------------------- ##]])
 
+# Copyright 2000, 2001 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
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 
 ## ------------ ##
 ## AC_ARG_VAR.  ##



reply via email to

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