bug-coreutils
[Top][All Lists]
Advanced

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

.m4 copyright-notice patch merged from gnulib


From: Paul Eggert
Subject: .m4 copyright-notice patch merged from gnulib
Date: Sun, 23 Jan 2005 01:10:49 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

I installed this patch in coreutils/m4 to change the copyright notices
on many .m4 files to follow RMS's recent suggestion.

2005-01-23  Paul Eggert  <address@hidden>

        Sync from gnulib.
        * acl.m4, afs.m4, alloca.m4, assert.m4, atexit.m4,
        backupfile.m4, bison.m4, c-strtod.m4, calloc.m4,
        canon-host.m4, canonicalize.m4, clock_time.m4, cloexec.m4,
        closeout.m4, d-ino.m4, d-type.m4, dirfd.m4, dirname.m4,
        dos.m4, dup2.m4, error.m4, euidaccess.m4, exclude.m4,
        exitfail.m4, extensions.m4, fcntl-safer.m4, file-type.m4,
        fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4, free.m4,
        fstypename.m4, fsusage.m4, ftruncate.m4, getcwd-path-max.m4,
        getcwd.m4, getdate.m4, getgroups.m4, gethostname.m4,
        getline.m4, getndelim2.m4, getopt.m4, getpagesize.m4,
        getpass.m4, gettime.m4, gettimeofday.m4, getugroups.m4,
        getusershell.m4, group-member.m4, hard-locale.m4, hash.m4,
        host-os.m4, human.m4, idcache.m4, inttostr.m4, jm-winsz1.m4,
        jm-winsz2.m4, link-follow.m4, long-options.m4, ls-mntd-fs.m4,
        lstat.m4, makepath.m4, md5.m4, memchr.m4, memcmp.m4,
        memcoll.m4, memcpy.m4, memmove.m4, memrchr.m4, memset.m4,
        mkdir-slash.m4, mkstemp.m4, mktime.m4, modechange.m4,
        mountlist.m4, nanosleep.m4, obstack.m4, path-concat.m4,
        pathmax.m4, perl.m4, physmem.m4, posixtm.m4, posixver.m4,
        putenv.m4, quote.m4, quotearg.m4, readdir.m4, readtokens.m4,
        readutmp.m4, regex.m4, rename.m4, restrict.m4, rmdir-errno.m4,
        rmdir.m4, rpmatch.m4, same.m4, savedir.m4, settime.m4,
        sha1.m4, sig2str.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
        stdio-safer.m4, strdup.m4, strftime.m4, strndup.m4,
        strnlen.m4, strtod.m4, strtoimax.m4, strtol.m4, strtoll.m4,
        strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4,
        timespec.m4, tm_gmtoff.m4, tzset.m4, uint32_t.m4,
        uintptr_t.m4, unistd-safer.m4, unlink-busy.m4, unlocked-io.m4,
        uptime.m4, userspec.m4, utimbuf.m4, utime.m4, utimecmp.m4,
        utimens.m4, utimes-null.m4, xalloc.m4, xgetcwd.m4,
        xreadlink.m4, xstrtod.m4, xstrtoimax.m4, xstrtol.m4,
        xstrtoumax.m4, yesno.m4:
        Use an all-permissive copyright notice, recommended by RMS.

Index: acl.m4
===================================================================
RCS file: /fetish/cu/m4/acl.m4,v
retrieving revision 1.3
diff -p -u -r1.3 acl.m4
--- acl.m4      4 Aug 2004 22:30:38 -0000       1.3
+++ acl.m4      23 Jan 2005 09:06:45 -0000
@@ -1,20 +1,9 @@
 # acl.m4 - check for access control list (ACL) primitives
 
-# Copyright (C) 2002 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.
+# Copyright (C) 2002, 2004 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.
 
 # Written by Paul Eggert.
 
Index: afs.m4
===================================================================
RCS file: /fetish/cu/m4/afs.m4,v
retrieving revision 1.7
diff -p -u -r1.7 afs.m4
--- afs.m4      25 Jun 2004 21:10:55 -0000      1.7
+++ afs.m4      23 Jan 2005 09:06:45 -0000
@@ -1,4 +1,9 @@
-#serial 7
+#serial 8
+
+# Copyright (C) 1999, 2000, 2001, 2004 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.
 
 AC_DEFUN([gl_AFS],
   [
Index: alloca.m4
===================================================================
RCS file: /fetish/cu/m4/alloca.m4,v
retrieving revision 1.3
diff -p -u -r1.3 alloca.m4
--- alloca.m4   5 Aug 2004 23:01:06 -0000       1.3
+++ alloca.m4   23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# alloca.m4 serial 4
+# alloca.m4 serial 5
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_ALLOCA],
 [
Index: assert.m4
===================================================================
RCS file: /fetish/cu/m4/assert.m4,v
retrieving revision 1.4
diff -p -u -r1.4 assert.m4
--- assert.m4   13 Apr 2004 15:28:45 -0000      1.4
+++ assert.m4   23 Jan 2005 09:06:45 -0000
@@ -1,4 +1,10 @@
-#serial 4
+#serial 5
+
+# Copyright (C) 1998, 1999, 2001, 2004 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.
+
 dnl based on code from Eleftherios Gkioulekas
 
 AC_DEFUN([gl_ASSERT],
Index: atexit.m4
===================================================================
RCS file: /fetish/cu/m4/atexit.m4,v
retrieving revision 1.1
diff -p -u -r1.1 atexit.m4
--- atexit.m4   17 Aug 2003 17:58:01 -0000      1.1
+++ atexit.m4   23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# atexit.m4 serial 1
+# atexit.m4 serial 2
 dnl Copyright (C) 2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_ATEXIT],
 [
Index: backupfile.m4
===================================================================
RCS file: /fetish/cu/m4/backupfile.m4,v
retrieving revision 1.5
diff -p -u -r1.5 backupfile.m4
--- backupfile.m4       5 Aug 2004 23:01:06 -0000       1.5
+++ backupfile.m4       23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# backupfile.m4 serial 5
+# backupfile.m4 serial 6
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_BACKUPFILE],
 [
Index: bison.m4
===================================================================
RCS file: /fetish/cu/m4/bison.m4,v
retrieving revision 1.3
diff -p -u -r1.3 bison.m4
--- bison.m4    13 Apr 2004 15:28:45 -0000      1.3
+++ bison.m4    23 Jan 2005 09:06:45 -0000
@@ -1,4 +1,9 @@
-#serial 3
+#serial 4
+
+# Copyright (C) 2002 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.
 
 AC_DEFUN([gl_BISON],
 [
Index: c-strtod.m4
===================================================================
RCS file: /fetish/cu/m4/c-strtod.m4,v
retrieving revision 1.4
diff -p -u -r1.4 c-strtod.m4
--- c-strtod.m4 20 Dec 2004 07:56:51 -0000      1.4
+++ c-strtod.m4 23 Jan 2005 09:06:45 -0000
@@ -1,20 +1,9 @@
-# c-strtod.m4 serial 4
+# c-strtod.m4 serial 5
 
 # Copyright (C) 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
-# 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.
+# 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.
 
 # Written by Paul Eggert.
 
Index: calloc.m4
===================================================================
RCS file: /fetish/cu/m4/calloc.m4,v
retrieving revision 1.4
diff -p -u -r1.4 calloc.m4
--- calloc.m4   17 Nov 2004 23:09:12 -0000      1.4
+++ calloc.m4   23 Jan 2005 09:06:45 -0000
@@ -1,20 +1,9 @@
-# calloc.m4 serial 3
+# calloc.m4 serial 4
 
 # Copyright (C) 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
-# 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.
+# 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.
 
 # Written by Jim Meyering.
 
Index: canon-host.m4
===================================================================
RCS file: /fetish/cu/m4/canon-host.m4,v
retrieving revision 1.3
diff -p -u -r1.3 canon-host.m4
--- canon-host.m4       16 Nov 2004 20:39:19 -0000      1.3
+++ canon-host.m4       23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# canon-host.m4 serial 4
+# canon-host.m4 serial 5
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_CANON_HOST],
 [
Index: canonicalize.m4
===================================================================
RCS file: /fetish/cu/m4/canonicalize.m4,v
retrieving revision 1.4
diff -p -u -r1.4 canonicalize.m4
--- canonicalize.m4     7 Aug 2004 07:16:56 -0000       1.4
+++ canonicalize.m4     23 Jan 2005 09:06:45 -0000
@@ -1,20 +1,9 @@
-#serial 3
+#serial 4
 
 # Copyright (C) 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
-# 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.
+# 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.
 
 # Written by Jim Meyering.
 
Index: clock_time.m4
===================================================================
RCS file: /fetish/cu/m4/clock_time.m4,v
retrieving revision 1.4
diff -p -u -r1.4 clock_time.m4
--- clock_time.m4       17 Mar 2004 10:12:39 -0000      1.4
+++ clock_time.m4       23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# clock_time.m4 serial 4
+# clock_time.m4 serial 5
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 # Check for clock_gettime and clock_settime, and sets LIB_CLOCK_GETTIME.
 AC_DEFUN([gl_CLOCK_TIME],
Index: cloexec.m4
===================================================================
RCS file: /fetish/cu/m4/cloexec.m4,v
retrieving revision 1.1
diff -p -u -r1.1 cloexec.m4
--- cloexec.m4  4 Apr 2004 06:53:53 -0000       1.1
+++ cloexec.m4  23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# cloexec.m4 serial 1
+# cloexec.m4 serial 2
 dnl Copyright (C) 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_CLOEXEC],
 [
Index: closeout.m4
===================================================================
RCS file: /fetish/cu/m4/closeout.m4,v
retrieving revision 1.2
diff -p -u -r1.2 closeout.m4
--- closeout.m4 13 Sep 2003 10:31:57 -0000      1.2
+++ closeout.m4 23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# closeout.m4 serial 2
+# closeout.m4 serial 3
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_CLOSEOUT],
 [
Index: d-ino.m4
===================================================================
RCS file: /fetish/cu/m4/d-ino.m4,v
retrieving revision 1.7
diff -p -u -r1.7 d-ino.m4
--- d-ino.m4    13 Apr 2004 15:28:45 -0000      1.7
+++ d-ino.m4    23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,17 @@
-#serial 6
+#serial 7
 
 dnl From Jim Meyering.
 dnl
 dnl Check whether struct dirent has a member named d_ino.
 dnl
 
+# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004 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.
+
 AC_DEFUN([gl_CHECK_TYPE_STRUCT_DIRENT_D_INO],
   [AC_REQUIRE([AC_HEADER_DIRENT])dnl
    AC_CACHE_CHECK([for d_ino member in directory struct],
Index: d-type.m4
===================================================================
RCS file: /fetish/cu/m4/d-type.m4,v
retrieving revision 1.8
diff -p -u -r1.8 d-type.m4
--- d-type.m4   13 Apr 2004 15:28:45 -0000      1.8
+++ d-type.m4   23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,17 @@
-#serial 7
+#serial 8
 
 dnl From Jim Meyering.
 dnl
 dnl Check whether struct dirent has a member named d_type.
 dnl
 
+# Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004 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.
+
 AC_DEFUN([gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE],
   [AC_REQUIRE([AC_HEADER_DIRENT])dnl
    AC_CACHE_CHECK([for d_type member in directory struct],
Index: dirfd.m4
===================================================================
RCS file: /fetish/cu/m4/dirfd.m4,v
retrieving revision 1.16
diff -p -u -r1.16 dirfd.m4
--- dirfd.m4    5 Aug 2004 23:01:06 -0000       1.16
+++ dirfd.m4    23 Jan 2005 09:06:45 -0000
@@ -1,6 +1,12 @@
-#serial 8
+#serial 9
 
 dnl Find out how to get the file descriptor associated with an open DIR*.
+
+# Copyright (C) 2001, 2002, 2003, 2004 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.
+
 dnl From Jim Meyering
 
 AC_DEFUN([gl_FUNC_DIRFD],
Index: dirname.m4
===================================================================
RCS file: /fetish/cu/m4/dirname.m4,v
retrieving revision 1.5
diff -p -u -r1.5 dirname.m4
--- dirname.m4  13 Apr 2004 15:28:45 -0000      1.5
+++ dirname.m4  23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# dirname.m4 serial 3
+# dirname.m4 serial 4
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_DIRNAME],
 [
Index: dos.m4
===================================================================
RCS file: /fetish/cu/m4/dos.m4,v
retrieving revision 1.12
diff -p -u -r1.12 dos.m4
--- dos.m4      5 Aug 2004 23:01:06 -0000       1.12
+++ dos.m4      23 Jan 2005 09:06:45 -0000
@@ -1,24 +1,12 @@
-#serial 8
+#serial 9
 
 # Define some macros required for proper operation of code in lib/*.c
 # on MSDOS/Windows systems.
 
 # Copyright (C) 2000, 2001, 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
-# 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.
+# 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.
 
 # From Jim Meyering.
 
Index: dup2.m4
===================================================================
RCS file: /fetish/cu/m4/dup2.m4,v
retrieving revision 1.1
diff -p -u -r1.1 dup2.m4
--- dup2.m4     17 Aug 2003 17:58:01 -0000      1.1
+++ dup2.m4     23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# dup2.m4 serial 1
+# dup2.m4 serial 2
 dnl Copyright (C) 2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_DUP2],
 [
@@ -18,4 +16,3 @@ AC_DEFUN([gl_FUNC_DUP2],
 AC_DEFUN([gl_PREREQ_DUP2], [
   AC_CHECK_HEADERS_ONCE(fcntl.h unistd.h)
 ])
-
Index: error.m4
===================================================================
RCS file: /fetish/cu/m4/error.m4,v
retrieving revision 1.14
diff -p -u -r1.14 error.m4
--- error.m4    13 Apr 2004 15:28:45 -0000      1.14
+++ error.m4    23 Jan 2005 09:06:45 -0000
@@ -1,4 +1,11 @@
-#serial 10
+#serial 11
+
+# Copyright (C) 1996, 1997, 1998, 2001, 2002, 2003, 2004 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.
 
 AC_DEFUN([gl_ERROR],
 [
Index: euidaccess.m4
===================================================================
RCS file: /fetish/cu/m4/euidaccess.m4,v
retrieving revision 1.3
diff -p -u -r1.3 euidaccess.m4
--- euidaccess.m4       28 Jul 2004 05:00:10 -0000      1.3
+++ euidaccess.m4       23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# euidaccess.m4 serial 4
+# euidaccess.m4 serial 5
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_NONREENTRANT_EUIDACCESS],
 [
@@ -48,4 +46,3 @@ AC_DEFUN([gl_PREREQ_EUIDACCESS], [
     AC_CHECK_FUNCS(eaccess)
   LIBS=$gl_saved_libs
 ])
-
Index: exclude.m4
===================================================================
RCS file: /fetish/cu/m4/exclude.m4,v
retrieving revision 1.2
diff -p -u -r1.2 exclude.m4
--- exclude.m4  12 Sep 2003 20:01:08 -0000      1.2
+++ exclude.m4  23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# exclude.m4 serial 3
+# exclude.m4 serial 4
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_EXCLUDE],
 [
Index: exitfail.m4
===================================================================
RCS file: /fetish/cu/m4/exitfail.m4,v
retrieving revision 1.3
diff -p -u -r1.3 exitfail.m4
--- exitfail.m4 5 Nov 2003 21:56:05 -0000       1.3
+++ exitfail.m4 23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# exitfail.m4 serial 3
+# exitfail.m4 serial 4
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_EXITFAIL],
 [
Index: extensions.m4
===================================================================
RCS file: /fetish/cu/m4/extensions.m4,v
retrieving revision 1.3
diff -p -u -r1.3 extensions.m4
--- extensions.m4       18 Sep 2003 16:41:11 -0000      1.3
+++ extensions.m4       23 Jan 2005 09:06:45 -0000
@@ -1,12 +1,9 @@
 # Enable extensions on systems that normally disable them.
 
 # Copyright (C) 2003 Free Software Foundation, Inc.
-
-# This file is free software, distributed under the terms of the GNU
-# General Public License.  As a special exception to the GNU General
-# Public License, this file may be distributed as part of a program
-# that contains a configuration script generated by Autoconf, under
-# the same distribution terms as the rest of that program.
+# 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.
 
 # gl_USE_SYSTEM_EXTENSIONS
 # ------------------------
Index: fcntl-safer.m4
===================================================================
RCS file: /fetish/cu/m4/fcntl-safer.m4,v
retrieving revision 1.2
diff -p -u -r1.2 fcntl-safer.m4
--- fcntl-safer.m4      4 Aug 2004 22:30:38 -0000       1.2
+++ fcntl-safer.m4      23 Jan 2005 09:06:45 -0000
@@ -1,20 +1,9 @@
-# fcntl-safer.m4 serial 2
+# fcntl-safer.m4 serial 3
 
 # Copyright (C) 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
-# 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.
+# 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.
 
 # Written by Paul Eggert.
 
Index: file-type.m4
===================================================================
RCS file: /fetish/cu/m4/file-type.m4,v
retrieving revision 1.1
diff -p -u -r1.1 file-type.m4
--- file-type.m4        17 Aug 2003 17:58:01 -0000      1.1
+++ file-type.m4        23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# file-type.m4 serial 1
+# file-type.m4 serial 2
 dnl Copyright (C) 2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FILE_TYPE],
 [
Index: fileblocks.m4
===================================================================
RCS file: /fetish/cu/m4/fileblocks.m4,v
retrieving revision 1.1
diff -p -u -r1.1 fileblocks.m4
--- fileblocks.m4       17 Aug 2003 17:58:01 -0000      1.1
+++ fileblocks.m4       23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# fileblocks.m4 serial 1
+# fileblocks.m4 serial 2
 dnl Copyright (C) 2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FILEBLOCKS],
 [
Index: filemode.m4
===================================================================
RCS file: /fetish/cu/m4/filemode.m4,v
retrieving revision 1.1
diff -p -u -r1.1 filemode.m4
--- filemode.m4 17 Aug 2003 17:58:01 -0000      1.1
+++ filemode.m4 23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# filemode.m4 serial 1
+# filemode.m4 serial 2
 dnl Copyright (C) 2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FILEMODE],
 [
Index: fnmatch.m4
===================================================================
RCS file: /fetish/cu/m4/fnmatch.m4,v
retrieving revision 1.18
diff -p -u -r1.18 fnmatch.m4
--- fnmatch.m4  11 Aug 2004 17:53:16 -0000      1.18
+++ fnmatch.m4  23 Jan 2005 09:06:45 -0000
@@ -4,21 +4,9 @@
 # This file should be simplified after Autoconf 2.57 is required.
 
 # Copyright (C) 2000, 2001, 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
-# 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.
+# 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.
 
 # _AC_FUNC_FNMATCH_IF(STANDARD = GNU | POSIX, CACHE_VAR, IF-TRUE, IF-FALSE)
 # -------------------------------------------------------------------------
Index: fpending.m4
===================================================================
RCS file: /fetish/cu/m4/fpending.m4,v
retrieving revision 1.12
diff -p -u -r1.12 fpending.m4
--- fpending.m4 14 Nov 2004 08:49:46 -0000      1.12
+++ fpending.m4 23 Jan 2005 09:06:45 -0000
@@ -1,4 +1,9 @@
-#serial 4
+#serial 5
+
+# Copyright (C) 2000, 2001, 2004 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.
 
 dnl From Jim Meyering
 dnl Using code from emacs, based on suggestions from Paul Eggert
Index: free.m4
===================================================================
RCS file: /fetish/cu/m4/free.m4,v
retrieving revision 1.2
diff -p -u -r1.2 free.m4
--- free.m4     21 May 2004 06:40:31 -0000      1.2
+++ free.m4     23 Jan 2005 09:06:45 -0000
@@ -1,12 +1,9 @@
 # Check whether free (NULL) is supposed to work.
 
 # Copyright (C) 2003, 2004 Free Software Foundation, Inc.
-
-# This file is free software, distributed under the terms of the GNU
-# General Public License.  As a special exception to the GNU General
-# Public License, this file may be distributed as part of a program
-# that contains a configuration script generated by Autoconf, under
-# the same distribution terms as the rest of that program.
+# 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.
 
 # Written by Paul Eggert.
 
Index: fstypename.m4
===================================================================
RCS file: /fetish/cu/m4/fstypename.m4,v
retrieving revision 1.6
diff -p -u -r1.6 fstypename.m4
--- fstypename.m4       13 Apr 2004 15:28:45 -0000      1.6
+++ fstypename.m4       23 Jan 2005 09:06:45 -0000
@@ -1,4 +1,4 @@
-#serial 4
+#serial 5
 
 dnl From Jim Meyering.
 dnl
@@ -6,6 +6,11 @@ dnl See if struct statfs has the f_fstyp
 dnl If so, define HAVE_F_FSTYPENAME_IN_STATFS.
 dnl
 
+# Copyright (C) 1998, 1999, 2001, 2004 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.
+
 AC_DEFUN([gl_FSTYPENAME],
   [
     AC_CACHE_CHECK([for f_fstypename in struct statfs],
Index: fsusage.m4
===================================================================
RCS file: /fetish/cu/m4/fsusage.m4,v
retrieving revision 1.19
diff -p -u -r1.19 fsusage.m4
--- fsusage.m4  4 Aug 2004 22:27:00 -0000       1.19
+++ fsusage.m4  23 Jan 2005 09:06:45 -0000
@@ -1,22 +1,12 @@
-# fsusage.m4 serial 13
+# fsusage.m4 serial 14
 # Obtaining file system usage information.
 
 # Copyright (C) 1997, 1998, 2000, 2001, 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
-# 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.
+#
+# 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.
 
 # Written by Jim Meyering.
 
Index: ftruncate.m4
===================================================================
RCS file: /fetish/cu/m4/ftruncate.m4,v
retrieving revision 1.7
diff -p -u -r1.7 ftruncate.m4
--- ftruncate.m4        13 Apr 2004 15:28:45 -0000      1.7
+++ ftruncate.m4        23 Jan 2005 09:06:45 -0000
@@ -1,7 +1,12 @@
-#serial 6
+#serial 7
 
 # See if we need to emulate a missing ftruncate function using fcntl or chsize.
 
+# Copyright (C) 2000, 2001, 2003, 2004 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.
+
 AC_DEFUN([gl_FUNC_FTRUNCATE],
 [
   AC_REPLACE_FUNCS(ftruncate)
Index: getcwd-path-max.m4
===================================================================
RCS file: /fetish/cu/m4/getcwd-path-max.m4,v
retrieving revision 1.14
diff -p -u -r1.14 getcwd-path-max.m4
--- getcwd-path-max.m4  1 Dec 2004 07:12:46 -0000       1.14
+++ getcwd-path-max.m4  23 Jan 2005 09:06:45 -0000
@@ -1,4 +1,4 @@
-#serial 6
+#serial 7
 # Check for several getcwd bugs with long paths.
 # If so, arrange to compile the wrapper function.
 
@@ -7,20 +7,9 @@
 # been fixed between 2.4.21-pre3 and 2.4.21-pre4.  */
 
 # Copyright (C) 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
-# 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.
+# 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.
 
 # From Jim Meyering
 
Index: getcwd.m4
===================================================================
RCS file: /fetish/cu/m4/getcwd.m4,v
retrieving revision 1.5
diff -p -u -r1.5 getcwd.m4
--- getcwd.m4   25 Nov 2004 19:28:28 -0000      1.5
+++ getcwd.m4   23 Jan 2005 09:06:45 -0000
@@ -1,20 +1,9 @@
 # getcwd.m4 - check for working getcwd that is compatible with glibc
 
 # Copyright (C) 2001, 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
-# 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.
+# 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.
 
 # Written by Paul Eggert.
 
Index: getdate.m4
===================================================================
RCS file: /fetish/cu/m4/getdate.m4,v
retrieving revision 1.5
diff -p -u -r1.5 getdate.m4
--- getdate.m4  24 Dec 2004 06:03:45 -0000      1.5
+++ getdate.m4  23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# getdate.m4 serial 5
+# getdate.m4 serial 6
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_GETDATE],
 [
Index: getgroups.m4
===================================================================
RCS file: /fetish/cu/m4/getgroups.m4,v
retrieving revision 1.15
diff -p -u -r1.15 getgroups.m4
--- getgroups.m4        13 Apr 2004 15:28:45 -0000      1.15
+++ getgroups.m4        23 Jan 2005 09:06:45 -0000
@@ -1,8 +1,15 @@
-#serial 9
+#serial 10
 
 dnl From Jim Meyering.
 dnl A wrapper around AC_FUNC_GETGROUPS.
 
+# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004 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.
+
 AC_DEFUN([gl_FUNC_GETGROUPS],
 [
   AC_REQUIRE([AC_FUNC_GETGROUPS])
Index: gethostname.m4
===================================================================
RCS file: /fetish/cu/m4/gethostname.m4,v
retrieving revision 1.1
diff -p -u -r1.1 gethostname.m4
--- gethostname.m4      17 Aug 2003 17:58:01 -0000      1.1
+++ gethostname.m4      23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# gethostname.m4 serial 1
+# gethostname.m4 serial 2
 dnl Copyright (C) 2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_GETHOSTNAME],
 [
@@ -18,4 +16,3 @@ AC_DEFUN([gl_FUNC_GETHOSTNAME],
 AC_DEFUN([gl_PREREQ_GETHOSTNAME], [
   AC_CHECK_FUNCS(uname)
 ])
-
Index: getline.m4
===================================================================
RCS file: /fetish/cu/m4/getline.m4,v
retrieving revision 1.12
diff -p -u -r1.12 getline.m4
--- getline.m4  4 Apr 2004 06:53:20 -0000       1.12
+++ getline.m4  23 Jan 2005 09:06:45 -0000
@@ -1,13 +1,11 @@
-# getline.m4 serial 10
+# getline.m4 serial 11
 
 dnl Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software
 dnl Foundation, Inc.
-
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_PREREQ(2.52)
 
Index: getndelim2.m4
===================================================================
RCS file: /fetish/cu/m4/getndelim2.m4,v
retrieving revision 1.4
diff -p -u -r1.4 getndelim2.m4
--- getndelim2.m4       4 Apr 2004 06:53:20 -0000       1.4
+++ getndelim2.m4       23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# getndelim2.m4 serial 3
+# getndelim2.m4 serial 4
 dnl Copyright (C) 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_GETNDELIM2],
 [
Index: getopt.m4
===================================================================
RCS file: /fetish/cu/m4/getopt.m4,v
retrieving revision 1.6
diff -p -u -r1.6 getopt.m4
--- getopt.m4   23 Nov 2004 21:03:45 -0000      1.6
+++ getopt.m4   23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# getopt.m4 serial 6
+# getopt.m4 serial 7
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 # The getopt module assume you want GNU getopt, with getopt_long etc,
 # rather than vanilla POSIX getopt.  This means your your code should
Index: getpagesize.m4
===================================================================
RCS file: /fetish/cu/m4/getpagesize.m4,v
retrieving revision 1.2
diff -p -u -r1.2 getpagesize.m4
--- getpagesize.m4      29 Oct 2004 23:43:35 -0000      1.2
+++ getpagesize.m4      23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# getpagesize.m4 serial 2
+# getpagesize.m4 serial 3
 dnl Copyright (C) 2002, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_GETPAGESIZE],
 [
Index: getpass.m4
===================================================================
RCS file: /fetish/cu/m4/getpass.m4,v
retrieving revision 1.4
diff -p -u -r1.4 getpass.m4
--- getpass.m4  3 Nov 2004 07:44:15 -0000       1.4
+++ getpass.m4  23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# getpass.m4 serial 4
+# getpass.m4 serial 5
 dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 # Provide a getpass() function if the system doesn't have it.
 AC_DEFUN([gl_FUNC_GETPASS],
Index: gettime.m4
===================================================================
RCS file: /fetish/cu/m4/gettime.m4,v
retrieving revision 1.1
diff -p -u -r1.1 gettime.m4
--- gettime.m4  5 Aug 2004 23:09:29 -0000       1.1
+++ gettime.m4  23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# gettime.m4 serial 2
+# gettime.m4 serial 3
 dnl Copyright (C) 2002, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_GETTIME],
 [
Index: gettimeofday.m4
===================================================================
RCS file: /fetish/cu/m4/gettimeofday.m4,v
retrieving revision 1.8
diff -p -u -r1.8 gettimeofday.m4
--- gettimeofday.m4     13 Sep 2003 10:32:07 -0000      1.8
+++ gettimeofday.m4     23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,15 @@
-#serial 5
+#serial 6
+
+# Copyright (C) 2001, 2002, 2003 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.
 
 dnl From Jim Meyering.
 dnl
 dnl See if gettimeofday clobbers the static buffer that localtime uses
-dnl for it's return value.  The gettimeofday function from Mac OS X 10.0.4,
-dnl i.e. Darwin 1.3.7 has this problem.
+dnl for its return value.  The gettimeofday function from Mac OS X 10.0.4
+dnl (i.e., Darwin 1.3.7) has this problem.
 dnl
 dnl If it does, then arrange to use gettimeofday and localtime only via
 dnl the wrapper functions that work around the problem.
Index: getugroups.m4
===================================================================
RCS file: /fetish/cu/m4/getugroups.m4,v
retrieving revision 1.1
diff -p -u -r1.1 getugroups.m4
--- getugroups.m4       13 Sep 2003 09:45:04 -0000      1.1
+++ getugroups.m4       23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# getugroups.m4 serial 2
+# getugroups.m4 serial 3
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_GETUGROUPS],
 [
Index: getusershell.m4
===================================================================
RCS file: /fetish/cu/m4/getusershell.m4,v
retrieving revision 1.2
diff -p -u -r1.2 getusershell.m4
--- getusershell.m4     13 Sep 2003 06:31:59 -0000      1.2
+++ getusershell.m4     23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# getusershell.m4 serial 2
+# getusershell.m4 serial 3
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_GETUSERSHELL],
 [
Index: group-member.m4
===================================================================
RCS file: /fetish/cu/m4/group-member.m4,v
retrieving revision 1.7
diff -p -u -r1.7 group-member.m4
--- group-member.m4     13 Apr 2004 15:28:45 -0000      1.7
+++ group-member.m4     23 Jan 2005 09:06:45 -0000
@@ -1,4 +1,9 @@
-#serial 6
+#serial 7
+
+# Copyright (C) 1999, 2000, 2001, 2003, 2004 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.
 
 dnl Written by Jim Meyering
 
Index: hard-locale.m4
===================================================================
RCS file: /fetish/cu/m4/hard-locale.m4,v
retrieving revision 1.3
diff -p -u -r1.3 hard-locale.m4
--- hard-locale.m4      2 Dec 2004 06:53:00 -0000       1.3
+++ hard-locale.m4      23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# hard-locale.m4 serial 4
+# hard-locale.m4 serial 5
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 dnl No prerequisites of lib/hard-locale.c.
 AC_DEFUN([gl_HARD_LOCALE], [:])
Index: hash.m4
===================================================================
RCS file: /fetish/cu/m4/hash.m4,v
retrieving revision 1.2
diff -p -u -r1.2 hash.m4
--- hash.m4     13 Sep 2003 06:30:49 -0000      1.2
+++ hash.m4     23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# hash.m4 serial 3
+# hash.m4 serial 4
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_HASH],
 [
Index: host-os.m4
===================================================================
RCS file: /fetish/cu/m4/host-os.m4,v
retrieving revision 1.6
diff -p -u -r1.6 host-os.m4
--- host-os.m4  5 Aug 2004 23:01:06 -0000       1.6
+++ host-os.m4  23 Jan 2005 09:06:45 -0000
@@ -1,20 +1,9 @@
-#serial 4
+#serial 5
 
 # Copyright (C) 2001, 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
-# 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.  */
+# 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.
 
 # Written by Paul Eggert.
 
Index: human.m4
===================================================================
RCS file: /fetish/cu/m4/human.m4,v
retrieving revision 1.4
diff -p -u -r1.4 human.m4
--- human.m4    2 Dec 2004 06:53:29 -0000       1.4
+++ human.m4    23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# human.m4 serial 6
+# human.m4 serial 7
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_HUMAN],
 [
Index: idcache.m4
===================================================================
RCS file: /fetish/cu/m4/idcache.m4,v
retrieving revision 1.1
diff -p -u -r1.1 idcache.m4
--- idcache.m4  13 Sep 2003 09:43:52 -0000      1.1
+++ idcache.m4  23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# idcache.m4 serial 2
+# idcache.m4 serial 3
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_IDCACHE],
 [
Index: inttostr.m4
===================================================================
RCS file: /fetish/cu/m4/inttostr.m4,v
retrieving revision 1.2
diff -p -u -r1.2 inttostr.m4
--- inttostr.m4 13 Apr 2004 15:28:45 -0000      1.2
+++ inttostr.m4 23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# inttostr.m4 serial 2
+# inttostr.m4 serial 3
 dnl Copyright (C) 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_INTTOSTR],
 [
Index: jm-winsz1.m4
===================================================================
RCS file: /fetish/cu/m4/jm-winsz1.m4,v
retrieving revision 1.8
diff -p -u -r1.8 jm-winsz1.m4
--- jm-winsz1.m4        13 Apr 2004 15:28:45 -0000      1.8
+++ jm-winsz1.m4        23 Jan 2005 09:06:45 -0000
@@ -1,4 +1,10 @@
-#serial 7
+#serial 8
+
+# Copyright (C) 1996, 1999, 2001, 2002, 2004 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.
+
 dnl From Jim Meyering and Paul Eggert.
 AC_DEFUN([gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H],
 [AC_REQUIRE([AC_SYS_POSIX_TERMIOS])
Index: jm-winsz2.m4
===================================================================
RCS file: /fetish/cu/m4/jm-winsz2.m4,v
retrieving revision 1.4
diff -p -u -r1.4 jm-winsz2.m4
--- jm-winsz2.m4        13 Apr 2004 15:28:45 -0000      1.4
+++ jm-winsz2.m4        23 Jan 2005 09:06:45 -0000
@@ -1,4 +1,9 @@
-#serial 5
+#serial 6
+
+# Copyright (C) 1996, 1999, 2001, 2004 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.
 
 AC_DEFUN([gl_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL],
 [AC_REQUIRE([gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H])
Index: link-follow.m4
===================================================================
RCS file: /fetish/cu/m4/link-follow.m4,v
retrieving revision 1.9
diff -p -u -r1.9 link-follow.m4
--- link-follow.m4      13 Apr 2004 15:28:45 -0000      1.9
+++ link-follow.m4      23 Jan 2005 09:06:45 -0000
@@ -1,7 +1,12 @@
-#serial 4
+#serial 5
 dnl Run a program to determine whether whether link(2) follows symlinks.
 dnl Set LINK_FOLLOWS_SYMLINKS accordingly.
 
+# Copyright (C) 1999, 2000, 2001, 2004 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.
+
 AC_DEFUN([gl_AC_FUNC_LINK_FOLLOWS_SYMLINK],
 [dnl
   AC_CACHE_CHECK(
Index: long-options.m4
===================================================================
RCS file: /fetish/cu/m4/long-options.m4,v
retrieving revision 1.1
diff -p -u -r1.1 long-options.m4
--- long-options.m4     12 Sep 2003 21:16:17 -0000      1.1
+++ long-options.m4     23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# long-options.m4 serial 2
+# long-options.m4 serial 3
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_LONG_OPTIONS],
 [
Index: ls-mntd-fs.m4
===================================================================
RCS file: /fetish/cu/m4/ls-mntd-fs.m4,v
retrieving revision 1.31
diff -p -u -r1.31 ls-mntd-fs.m4
--- ls-mntd-fs.m4       7 Dec 2004 18:44:07 -0000       1.31
+++ ls-mntd-fs.m4       23 Jan 2005 09:06:45 -0000
@@ -1,22 +1,12 @@
-#serial 19
+#serial 20
 # How to list mounted file systems.
 
 # Copyright (C) 1998, 1999, 2000, 2001, 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
-# 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.
+#
+# 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.
 
 dnl From Jim Meyering.
 dnl
Index: lstat.m4
===================================================================
RCS file: /fetish/cu/m4/lstat.m4,v
retrieving revision 1.17
diff -p -u -r1.17 lstat.m4
--- lstat.m4    13 Apr 2004 15:28:45 -0000      1.17
+++ lstat.m4    23 Jan 2005 09:06:45 -0000
@@ -1,4 +1,11 @@
-#serial 11
+#serial 12
+
+# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004 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.
 
 dnl From Jim Meyering.
 dnl Determine whether lstat has the bug that it succeeds when given the
Index: makepath.m4
===================================================================
RCS file: /fetish/cu/m4/makepath.m4,v
retrieving revision 1.2
diff -p -u -r1.2 makepath.m4
--- makepath.m4 13 Apr 2004 15:28:45 -0000      1.2
+++ makepath.m4 23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# makepath.m4 serial 3
+# makepath.m4 serial 4
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_MAKEPATH],
 [
Index: md5.m4
===================================================================
RCS file: /fetish/cu/m4/md5.m4,v
retrieving revision 1.3
diff -p -u -r1.3 md5.m4
--- md5.m4      2 Aug 2004 05:23:39 -0000       1.3
+++ md5.m4      23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# md5.m4 serial 5
+# md5.m4 serial 6
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_MD5],
 [
Index: memchr.m4
===================================================================
RCS file: /fetish/cu/m4/memchr.m4,v
retrieving revision 1.3
diff -p -u -r1.3 memchr.m4
--- memchr.m4   13 Apr 2004 15:28:45 -0000      1.3
+++ memchr.m4   23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# memchr.m4 serial 3
+# memchr.m4 serial 4
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_MEMCHR],
 [
Index: memcmp.m4
===================================================================
RCS file: /fetish/cu/m4/memcmp.m4,v
retrieving revision 1.13
diff -p -u -r1.13 memcmp.m4
--- memcmp.m4   13 Apr 2004 15:28:45 -0000      1.13
+++ memcmp.m4   23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# memcmp.m4 serial 10
+# memcmp.m4 serial 11
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_MEMCMP],
 [
Index: memcoll.m4
===================================================================
RCS file: /fetish/cu/m4/memcoll.m4,v
retrieving revision 1.2
diff -p -u -r1.2 memcoll.m4
--- memcoll.m4  12 Sep 2003 20:43:03 -0000      1.2
+++ memcoll.m4  23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# memcoll.m4 serial 3
+# memcoll.m4 serial 4
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_MEMCOLL],
 [
Index: memcpy.m4
===================================================================
RCS file: /fetish/cu/m4/memcpy.m4,v
retrieving revision 1.1
diff -p -u -r1.1 memcpy.m4
--- memcpy.m4   17 Aug 2003 17:58:01 -0000      1.1
+++ memcpy.m4   23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# memcpy.m4 serial 1
+# memcpy.m4 serial 2
 dnl Copyright (C) 2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_MEMCPY],
 [
Index: memmove.m4
===================================================================
RCS file: /fetish/cu/m4/memmove.m4,v
retrieving revision 1.1
diff -p -u -r1.1 memmove.m4
--- memmove.m4  17 Aug 2003 17:58:01 -0000      1.1
+++ memmove.m4  23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# memmove.m4 serial 1
+# memmove.m4 serial 2
 dnl Copyright (C) 2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_MEMMOVE],
 [
Index: memrchr.m4
===================================================================
RCS file: /fetish/cu/m4/memrchr.m4,v
retrieving revision 1.2
diff -p -u -r1.2 memrchr.m4
--- memrchr.m4  12 Sep 2003 20:42:38 -0000      1.2
+++ memrchr.m4  23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# memrchr.m4 serial 2
+# memrchr.m4 serial 3
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_MEMRCHR],
 [
Index: memset.m4
===================================================================
RCS file: /fetish/cu/m4/memset.m4,v
retrieving revision 1.1
diff -p -u -r1.1 memset.m4
--- memset.m4   17 Aug 2003 17:58:01 -0000      1.1
+++ memset.m4   23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# memset.m4 serial 1
+# memset.m4 serial 2
 dnl Copyright (C) 2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_MEMSET],
 [
Index: mkdir-slash.m4
===================================================================
RCS file: /fetish/cu/m4/mkdir-slash.m4,v
retrieving revision 1.5
diff -p -u -r1.5 mkdir-slash.m4
--- mkdir-slash.m4      20 Apr 2004 09:19:09 -0000      1.5
+++ mkdir-slash.m4      23 Jan 2005 09:06:45 -0000
@@ -1,4 +1,9 @@
-#serial 3
+#serial 4
+
+# Copyright (C) 2001, 2003, 2004 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.
 
 # On some systems, mkdir ("foo/", 0700) fails because of the trailing slash.
 # On such systems, arrange to use a wrapper function that removes any
Index: mkstemp.m4
===================================================================
RCS file: /fetish/cu/m4/mkstemp.m4,v
retrieving revision 1.16
diff -p -u -r1.16 mkstemp.m4
--- mkstemp.m4  3 Jan 2005 18:01:22 -0000       1.16
+++ mkstemp.m4  23 Jan 2005 09:06:45 -0000
@@ -1,4 +1,9 @@
-#serial 8
+#serial 9
+
+# Copyright (C) 2001, 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.
 
 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
 # silly limit that it can create no more than 26 files from a given template.
Index: mktime.m4
===================================================================
RCS file: /fetish/cu/m4/mktime.m4,v
retrieving revision 1.20
diff -p -u -r1.20 mktime.m4
--- mktime.m4   12 Sep 2003 20:41:57 -0000      1.20
+++ mktime.m4   23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# mktime.m4 serial 4
+# mktime.m4 serial 5
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 dnl From Jim Meyering.
 
Index: modechange.m4
===================================================================
RCS file: /fetish/cu/m4/modechange.m4,v
retrieving revision 1.2
diff -p -u -r1.2 modechange.m4
--- modechange.m4       12 Sep 2003 20:41:32 -0000      1.2
+++ modechange.m4       23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# modechange.m4 serial 2
+# modechange.m4 serial 3
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_MODECHANGE],
 [
Index: mountlist.m4
===================================================================
RCS file: /fetish/cu/m4/mountlist.m4,v
retrieving revision 1.5
diff -p -u -r1.5 mountlist.m4
--- mountlist.m4        30 Jun 2004 22:45:32 -0000      1.5
+++ mountlist.m4        23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# mountlist.m4 serial 4
+# mountlist.m4 serial 5
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_MOUNTLIST],
 [
Index: nanosleep.m4
===================================================================
RCS file: /fetish/cu/m4/nanosleep.m4,v
retrieving revision 1.17
diff -p -u -r1.17 nanosleep.m4
--- nanosleep.m4        13 Apr 2004 15:28:45 -0000      1.17
+++ nanosleep.m4        23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,15 @@
-#serial 10
+#serial 11
 
 dnl From Jim Meyering.
 dnl Check for the nanosleep function.
 dnl If not found, use the supplied replacement.
 dnl
 
+# Copyright (C) 1999, 2000, 2001, 2003, 2004 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.
+
 AC_DEFUN([gl_FUNC_NANOSLEEP],
 [
  nanosleep_save_libs=$LIBS
Index: obstack.m4
===================================================================
RCS file: /fetish/cu/m4/obstack.m4,v
retrieving revision 1.5
diff -p -u -r1.5 obstack.m4
--- obstack.m4  11 Aug 2004 22:24:57 -0000      1.5
+++ obstack.m4  23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# obstack.m4 serial 3
+# obstack.m4 serial 4
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_OBSTACK],
 [
Index: path-concat.m4
===================================================================
RCS file: /fetish/cu/m4/path-concat.m4,v
retrieving revision 1.4
diff -p -u -r1.4 path-concat.m4
--- path-concat.m4      4 Jul 2004 17:44:17 -0000       1.4
+++ path-concat.m4      23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# path-concat.m4 serial 4
+# path-concat.m4 serial 5
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_PATH_CONCAT],
 [
Index: pathmax.m4
===================================================================
RCS file: /fetish/cu/m4/pathmax.m4,v
retrieving revision 1.1
diff -p -u -r1.1 pathmax.m4
--- pathmax.m4  17 Aug 2003 17:58:01 -0000      1.1
+++ pathmax.m4  23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# pathmax.m4 serial 2
+# pathmax.m4 serial 3
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_PATHMAX],
 [
Index: perl.m4
===================================================================
RCS file: /fetish/cu/m4/perl.m4,v
retrieving revision 1.7
diff -p -u -r1.7 perl.m4
--- perl.m4     13 Apr 2004 15:28:45 -0000      1.7
+++ perl.m4     23 Jan 2005 09:06:45 -0000
@@ -1,9 +1,16 @@
-#serial 6
+#serial 7
 
 dnl From Jim Meyering.
 dnl Find a new-enough version of Perl.
 dnl
 
+# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004 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.
+
 AC_DEFUN([gl_PERL],
 [
   dnl FIXME: don't hard-code 5.003
Index: physmem.m4
===================================================================
RCS file: /fetish/cu/m4/physmem.m4,v
retrieving revision 1.1
diff -p -u -r1.1 physmem.m4
--- physmem.m4  17 Aug 2003 17:58:01 -0000      1.1
+++ physmem.m4  23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# physmem.m4 serial 2
+# physmem.m4 serial 3
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 # Check for the external symbol, _system_configuration,
 # a struct with member `physmem'.
Index: posixtm.m4
===================================================================
RCS file: /fetish/cu/m4/posixtm.m4,v
retrieving revision 1.2
diff -p -u -r1.2 posixtm.m4
--- posixtm.m4  12 Sep 2003 20:15:09 -0000      1.2
+++ posixtm.m4  23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# posixtm.m4 serial 2
+# posixtm.m4 serial 3
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_POSIXTM],
 [
Index: posixver.m4
===================================================================
RCS file: /fetish/cu/m4/posixver.m4,v
retrieving revision 1.5
diff -p -u -r1.5 posixver.m4
--- posixver.m4 15 Jan 2004 06:36:00 -0000      1.5
+++ posixver.m4 23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# posixver.m4 serial 4
+# posixver.m4 serial 5
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_POSIXVER],
 [
Index: putenv.m4
===================================================================
RCS file: /fetish/cu/m4/putenv.m4,v
retrieving revision 1.13
diff -p -u -r1.13 putenv.m4
--- putenv.m4   13 Apr 2004 15:28:46 -0000      1.13
+++ putenv.m4   23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# putenv.m4 serial 8
+# putenv.m4 serial 9
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 dnl From Jim Meyering.
 dnl
Index: quote.m4
===================================================================
RCS file: /fetish/cu/m4/quote.m4,v
retrieving revision 1.1
diff -p -u -r1.1 quote.m4
--- quote.m4    17 Aug 2003 17:58:01 -0000      1.1
+++ quote.m4    23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# quote.m4 serial 2
+# quote.m4 serial 3
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_QUOTE],
 [
Index: quotearg.m4
===================================================================
RCS file: /fetish/cu/m4/quotearg.m4,v
retrieving revision 1.2
diff -p -u -r1.2 quotearg.m4
--- quotearg.m4 13 Apr 2004 15:28:46 -0000      1.2
+++ quotearg.m4 23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# quotearg.m4 serial 2
+# quotearg.m4 serial 3
 dnl Copyright (C) 2002, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_QUOTEARG],
 [
Index: readdir.m4
===================================================================
RCS file: /fetish/cu/m4/readdir.m4,v
retrieving revision 1.14
diff -p -u -r1.14 readdir.m4
--- readdir.m4  13 Sep 2003 10:33:14 -0000      1.14
+++ readdir.m4  23 Jan 2005 09:06:45 -0000
@@ -1,4 +1,11 @@
-#serial 7
+#serial 8
+
+# Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003 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.
 
 dnl SunOS's readdir is broken in such a way that rm.c has to add extra code
 dnl to test whether a NULL return value really means there are no more files
Index: readtokens.m4
===================================================================
RCS file: /fetish/cu/m4/readtokens.m4,v
retrieving revision 1.1
diff -p -u -r1.1 readtokens.m4
--- readtokens.m4       12 Sep 2003 20:13:45 -0000      1.1
+++ readtokens.m4       23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# readtokens.m4 serial 2
+# readtokens.m4 serial 3
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_READTOKENS],
 [
Index: readutmp.m4
===================================================================
RCS file: /fetish/cu/m4/readutmp.m4,v
retrieving revision 1.4
diff -p -u -r1.4 readutmp.m4
--- readutmp.m4 30 Nov 2004 21:48:23 -0000      1.4
+++ readutmp.m4 23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# readutmp.m4 serial 5
+# readutmp.m4 serial 6
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_READUTMP],
 [
Index: regex.m4
===================================================================
RCS file: /fetish/cu/m4/regex.m4,v
retrieving revision 1.36
diff -p -u -r1.36 regex.m4
--- regex.m4    13 Apr 2004 15:28:46 -0000      1.36
+++ regex.m4    23 Jan 2005 09:06:45 -0000
@@ -1,4 +1,11 @@
-#serial 21
+#serial 22
+
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004 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.
 
 dnl Initially derived from code in GNU grep.
 dnl Mostly written by Jim Meyering.
Index: rename.m4
===================================================================
RCS file: /fetish/cu/m4/rename.m4,v
retrieving revision 1.8
diff -p -u -r1.8 rename.m4
--- rename.m4   12 Sep 2003 20:09:18 -0000      1.8
+++ rename.m4   23 Jan 2005 09:06:45 -0000
@@ -1,4 +1,9 @@
-#serial 6
+#serial 7
+
+# Copyright (C) 2001, 2003 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.
 
 dnl From Volker Borchert.
 dnl Determine whether rename works for source paths with a trailing slash.
Index: restrict.m4
===================================================================
RCS file: /fetish/cu/m4/restrict.m4,v
retrieving revision 1.5
diff -p -u -r1.5 restrict.m4
--- restrict.m4 3 Dec 2004 07:10:19 -0000       1.5
+++ restrict.m4 23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-#serial 1002
+#serial 1003
 dnl Copyright (C) 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 # This macro can be removed once we can rely on Autoconf 2.57a or later,
 # since we can then use its AC_C_RESTRICT.
Index: rmdir-errno.m4
===================================================================
RCS file: /fetish/cu/m4/rmdir-errno.m4,v
retrieving revision 1.3
diff -p -u -r1.3 rmdir-errno.m4
--- rmdir-errno.m4      12 Aug 2001 13:26:00 -0000      1.3
+++ rmdir-errno.m4      23 Jan 2005 09:06:45 -0000
@@ -1,4 +1,9 @@
-#serial 3
+#serial 4
+
+# Copyright (C) 2000, 2001, 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.
 
 # When rmdir fails because the specified directory is not empty, it sets
 # errno to some value, usually ENOTEMPTY.  However, on some AIX systems,
Index: rmdir.m4
===================================================================
RCS file: /fetish/cu/m4/rmdir.m4,v
retrieving revision 1.1
diff -p -u -r1.1 rmdir.m4
--- rmdir.m4    17 Aug 2003 17:58:01 -0000      1.1
+++ rmdir.m4    23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# rmdir.m4 serial 1
+# rmdir.m4 serial 2
 dnl Copyright (C) 2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_RMDIR],
 [
@@ -19,4 +17,3 @@ AC_DEFUN([gl_PREREQ_RMDIR], [
   AC_REQUIRE([AC_HEADER_STAT])
   :
 ])
-
Index: rpmatch.m4
===================================================================
RCS file: /fetish/cu/m4/rpmatch.m4,v
retrieving revision 1.2
diff -p -u -r1.2 rpmatch.m4
--- rpmatch.m4  12 Sep 2003 20:09:01 -0000      1.2
+++ rpmatch.m4  23 Jan 2005 09:06:45 -0000
@@ -1,10 +1,8 @@
-# rpmatch.m4 serial 4
+# rpmatch.m4 serial 5
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_RPMATCH],
 [
Index: same.m4
===================================================================
RCS file: /fetish/cu/m4/same.m4,v
retrieving revision 1.2
diff -p -u -r1.2 same.m4
--- same.m4     19 Aug 2003 10:01:52 -0000      1.2
+++ same.m4     23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# same.m4 serial 2
+# same.m4 serial 3
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_SAME],
 [
Index: savedir.m4
===================================================================
RCS file: /fetish/cu/m4/savedir.m4,v
retrieving revision 1.2
diff -p -u -r1.2 savedir.m4
--- savedir.m4  12 Sep 2003 20:07:47 -0000      1.2
+++ savedir.m4  23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# savedir.m4 serial 2
+# savedir.m4 serial 3
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_SAVEDIR],
 [
Index: settime.m4
===================================================================
RCS file: /fetish/cu/m4/settime.m4,v
retrieving revision 1.2
diff -p -u -r1.2 settime.m4
--- settime.m4  5 Aug 2004 23:01:07 -0000       1.2
+++ settime.m4  23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# settime.m4 serial 2
+# settime.m4 serial 3
 dnl Copyright (C) 2002, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_SETTIME],
 [
Index: sha1.m4
===================================================================
RCS file: /fetish/cu/m4/sha1.m4,v
retrieving revision 1.1
diff -p -u -r1.1 sha1.m4
--- sha1.m4     9 Aug 2004 18:16:24 -0000       1.1
+++ sha1.m4     23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# sha1.m4 serial 4
+# sha1.m4 serial 5
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_SHA1],
 [
Index: sig2str.m4
===================================================================
RCS file: /fetish/cu/m4/sig2str.m4,v
retrieving revision 1.1
diff -p -u -r1.1 sig2str.m4
--- sig2str.m4  17 Aug 2003 17:58:01 -0000      1.1
+++ sig2str.m4  23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# sig2str.m4 serial 1
+# sig2str.m4 serial 2
 dnl Copyright (C) 2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_SIG2STR],
 [
@@ -18,4 +16,3 @@ AC_DEFUN([gl_FUNC_SIG2STR],
 AC_DEFUN([gl_PREREQ_SIG2STR], [
   :
 ])
-
Index: st_dm_mode.m4
===================================================================
RCS file: /fetish/cu/m4/st_dm_mode.m4,v
retrieving revision 1.4
diff -p -u -r1.4 st_dm_mode.m4
--- st_dm_mode.m4       17 Sep 2001 21:44:03 -0000      1.4
+++ st_dm_mode.m4       23 Jan 2005 09:06:46 -0000
@@ -1,4 +1,9 @@
-#serial 3
+#serial 4
+
+# Copyright (C) 1998, 1999, 2001 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.
 
 # Define HAVE_ST_DM_MODE if struct stat has an st_dm_mode member.
 
Index: st_mtim.m4
===================================================================
RCS file: /fetish/cu/m4/st_mtim.m4,v
retrieving revision 1.6
diff -p -u -r1.6 st_mtim.m4
--- st_mtim.m4  7 Aug 2003 07:38:25 -0000       1.6
+++ st_mtim.m4  23 Jan 2005 09:06:46 -0000
@@ -1,4 +1,9 @@
-#serial 6
+#serial 7
+
+# Copyright (C) 1998, 1999, 2001, 2003 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.
 
 dnl From Paul Eggert.
 
Index: stat.m4
===================================================================
RCS file: /fetish/cu/m4/stat.m4,v
retrieving revision 1.16
diff -p -u -r1.16 stat.m4
--- stat.m4     13 Apr 2004 15:28:46 -0000      1.16
+++ stat.m4     23 Jan 2005 09:06:46 -0000
@@ -1,4 +1,11 @@
-#serial 10
+#serial 11
+
+# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004 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.
 
 dnl From Jim Meyering.
 dnl Determine whether stat has the bug that it succeeds when given the
Index: stdio-safer.m4
===================================================================
RCS file: /fetish/cu/m4/stdio-safer.m4,v
retrieving revision 1.1
diff -p -u -r1.1 stdio-safer.m4
--- stdio-safer.m4      17 Aug 2003 17:58:01 -0000      1.1
+++ stdio-safer.m4      23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# stdio-safer.m4 serial 1
+# stdio-safer.m4 serial 2
 dnl Copyright (C) 2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_STDIO_SAFER],
 [
Index: strdup.m4
===================================================================
RCS file: /fetish/cu/m4/strdup.m4,v
retrieving revision 1.4
diff -p -u -r1.4 strdup.m4
--- strdup.m4   7 Aug 2004 07:16:56 -0000       1.4
+++ strdup.m4   23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# strdup.m4 serial 4
+# strdup.m4 serial 5
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_STRDUP],
 [
Index: strftime.m4
===================================================================
RCS file: /fetish/cu/m4/strftime.m4,v
retrieving revision 1.29
diff -p -u -r1.29 strftime.m4
--- strftime.m4 9 Nov 2004 20:54:43 -0000       1.29
+++ strftime.m4 23 Jan 2005 09:06:46 -0000
@@ -1,21 +1,11 @@
-#serial 23
+#serial 24
 
 # Copyright (C) 1996, 1997, 1999, 2000, 2001, 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
-# 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.
+#
+# 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.
 
 # Written by Jim Meyering and Paul Eggert.
 
Index: strndup.m4
===================================================================
RCS file: /fetish/cu/m4/strndup.m4,v
retrieving revision 1.2
diff -p -u -r1.2 strndup.m4
--- strndup.m4  5 Nov 2003 21:47:00 -0000       1.2
+++ strndup.m4  23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# strndup.m4 serial 2
+# strndup.m4 serial 3
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_STRNDUP],
 [
@@ -21,4 +19,3 @@ AC_DEFUN([gl_FUNC_STRNDUP],
 AC_DEFUN([gl_PREREQ_STRNDUP], [
   AC_CHECK_DECLS(strnlen)
 ])
-
Index: strnlen.m4
===================================================================
RCS file: /fetish/cu/m4/strnlen.m4,v
retrieving revision 1.4
diff -p -u -r1.4 strnlen.m4
--- strnlen.m4  13 Sep 2003 10:39:48 -0000      1.4
+++ strnlen.m4  23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# strnlen.m4 serial 3
+# strnlen.m4 serial 4
 dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_STRNLEN],
 [
Index: strtod.m4
===================================================================
RCS file: /fetish/cu/m4/strtod.m4,v
retrieving revision 1.4
diff -p -u -r1.4 strtod.m4
--- strtod.m4   13 Sep 2003 10:49:17 -0000      1.4
+++ strtod.m4   23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# strtod.m4 serial 3
+# strtod.m4 serial 4
 dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_STRTOD],
 [
Index: strtoimax.m4
===================================================================
RCS file: /fetish/cu/m4/strtoimax.m4,v
retrieving revision 1.4
diff -p -u -r1.4 strtoimax.m4
--- strtoimax.m4        5 Aug 2004 23:01:07 -0000       1.4
+++ strtoimax.m4        23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# strtoimax.m4 serial 4
+# strtoimax.m4 serial 5
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_STRTOIMAX],
 [
Index: strtol.m4
===================================================================
RCS file: /fetish/cu/m4/strtol.m4,v
retrieving revision 1.2
diff -p -u -r1.2 strtol.m4
--- strtol.m4   13 Sep 2003 10:49:33 -0000      1.2
+++ strtol.m4   23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# strtol.m4 serial 2
+# strtol.m4 serial 3
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_STRTOL],
 [
Index: strtoll.m4
===================================================================
RCS file: /fetish/cu/m4/strtoll.m4,v
retrieving revision 1.2
diff -p -u -r1.2 strtoll.m4
--- strtoll.m4  13 Apr 2004 15:28:46 -0000      1.2
+++ strtoll.m4  23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# strtoll.m4 serial 2
+# strtoll.m4 serial 3
 dnl Copyright (C) 2002, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_STRTOLL],
 [
Index: strtoul.m4
===================================================================
RCS file: /fetish/cu/m4/strtoul.m4,v
retrieving revision 1.1
diff -p -u -r1.1 strtoul.m4
--- strtoul.m4  17 Aug 2003 17:58:01 -0000      1.1
+++ strtoul.m4  23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# strtoul.m4 serial 1
+# strtoul.m4 serial 2
 dnl Copyright (C) 2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_STRTOUL],
 [
Index: strtoull.m4
===================================================================
RCS file: /fetish/cu/m4/strtoull.m4,v
retrieving revision 1.2
diff -p -u -r1.2 strtoull.m4
--- strtoull.m4 13 Apr 2004 15:28:46 -0000      1.2
+++ strtoull.m4 23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# strtoull.m4 serial 2
+# strtoull.m4 serial 3
 dnl Copyright (C) 2002, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_STRTOULL],
 [
Index: strtoumax.m4
===================================================================
RCS file: /fetish/cu/m4/strtoumax.m4,v
retrieving revision 1.4
diff -p -u -r1.4 strtoumax.m4
--- strtoumax.m4        5 Aug 2004 23:01:07 -0000       1.4
+++ strtoumax.m4        23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# strtoumax.m4 serial 4
+# strtoumax.m4 serial 5
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_STRTOUMAX],
 [
Index: strverscmp.m4
===================================================================
RCS file: /fetish/cu/m4/strverscmp.m4,v
retrieving revision 1.1
diff -p -u -r1.1 strverscmp.m4
--- strverscmp.m4       17 Aug 2003 17:58:01 -0000      1.1
+++ strverscmp.m4       23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# strverscmp.m4 serial 1
+# strverscmp.m4 serial 2
 dnl Copyright (C) 2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_STRVERSCMP],
 [
@@ -21,4 +19,3 @@ AC_DEFUN([gl_FUNC_STRVERSCMP],
 AC_DEFUN([gl_PREREQ_STRVERSCMP], [
   :
 ])
-
Index: timespec.m4
===================================================================
RCS file: /fetish/cu/m4/timespec.m4,v
retrieving revision 1.8
diff -p -u -r1.8 timespec.m4
--- timespec.m4 13 Apr 2004 15:28:46 -0000      1.8
+++ timespec.m4 23 Jan 2005 09:06:46 -0000
@@ -1,4 +1,9 @@
-#serial 8
+#serial 9
+
+# Copyright (C) 2000, 2001, 2003, 2004 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.
 
 dnl From Jim Meyering
 
Index: tm_gmtoff.m4
===================================================================
RCS file: /fetish/cu/m4/tm_gmtoff.m4,v
retrieving revision 1.1
diff -p -u -r1.1 tm_gmtoff.m4
--- tm_gmtoff.m4        7 Jun 2003 16:28:23 -0000       1.1
+++ tm_gmtoff.m4        23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# tm_gmtoff.m4 serial 1
+# tm_gmtoff.m4 serial 2
 dnl Copyright (C) 2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_TM_GMTOFF],
 [
Index: tzset.m4
===================================================================
RCS file: /fetish/cu/m4/tzset.m4,v
retrieving revision 1.4
diff -p -u -r1.4 tzset.m4
--- tzset.m4    17 Aug 2003 17:57:38 -0000      1.4
+++ tzset.m4    23 Jan 2005 09:06:46 -0000
@@ -1,4 +1,10 @@
-#serial 1
+#serial 2
+
+# Copyright (C) 2003 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.
+
 # See if we have a working tzset function.
 # If so, arrange to compile the wrapper function.
 # For at least Solaris 2.5.1 and 2.6, this is necessary
Index: uint32_t.m4
===================================================================
RCS file: /fetish/cu/m4/uint32_t.m4,v
retrieving revision 1.3
diff -p -u -r1.3 uint32_t.m4
--- uint32_t.m4 3 Nov 2004 23:24:07 -0000       1.3
+++ uint32_t.m4 23 Jan 2005 09:06:46 -0000
@@ -1,20 +1,9 @@
-# uint32_t.m4 serial 3
+# uint32_t.m4 serial 4
 
 # Copyright (C) 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
-# 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.
+# 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.
 
 # Written by Paul Eggert.
 
Index: uintptr_t.m4
===================================================================
RCS file: /fetish/cu/m4/uintptr_t.m4,v
retrieving revision 1.2
diff -p -u -r1.2 uintptr_t.m4
--- uintptr_t.m4        4 Aug 2004 22:30:38 -0000       1.2
+++ uintptr_t.m4        23 Jan 2005 09:06:46 -0000
@@ -1,20 +1,9 @@
-# uintptr_t.m4 serial 2
+# uintptr_t.m4 serial 3
 
 # Copyright (C) 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
-# 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.
+# 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.
 
 # Written by Paul Eggert.
 
Index: unistd-safer.m4
===================================================================
RCS file: /fetish/cu/m4/unistd-safer.m4,v
retrieving revision 1.1
diff -p -u -r1.1 unistd-safer.m4
--- unistd-safer.m4     17 Aug 2003 17:58:01 -0000      1.1
+++ unistd-safer.m4     23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# unistd-safer.m4 serial 1
+# unistd-safer.m4 serial 2
 dnl Copyright (C) 2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_UNISTD_SAFER],
 [
Index: unlink-busy.m4
===================================================================
RCS file: /fetish/cu/m4/unlink-busy.m4,v
retrieving revision 1.4
diff -p -u -r1.4 unlink-busy.m4
--- unlink-busy.m4      13 Apr 2004 15:28:46 -0000      1.4
+++ unlink-busy.m4      23 Jan 2005 09:06:46 -0000
@@ -1,9 +1,14 @@
-#serial 7
+#serial 8
 
 dnl From J. David Anglin.
 
 dnl HPUX and other systems can't unlink shared text that is being executed.
 
+# Copyright (C) 2000, 2001, 2004 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.
+
 AC_DEFUN([gl_FUNC_UNLINK_BUSY_TEXT],
 [dnl
   AC_CACHE_CHECK([whether a running program can be unlinked],
Index: unlocked-io.m4
===================================================================
RCS file: /fetish/cu/m4/unlocked-io.m4,v
retrieving revision 1.4
diff -p -u -r1.4 unlocked-io.m4
--- unlocked-io.m4      4 Oct 2004 20:18:44 -0000       1.4
+++ unlocked-io.m4      23 Jan 2005 09:06:46 -0000
@@ -1,21 +1,11 @@
-# unlocked-io.m4 serial 10
+# unlocked-io.m4 serial 11
 
 # Copyright (C) 1998, 1999, 2000, 2001, 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
-# 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.
+#
+# 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.
 
 dnl From Jim Meyering.
 dnl
Index: uptime.m4
===================================================================
RCS file: /fetish/cu/m4/uptime.m4,v
retrieving revision 1.6
diff -p -u -r1.6 uptime.m4
--- uptime.m4   13 Apr 2004 15:28:46 -0000      1.6
+++ uptime.m4   23 Jan 2005 09:06:46 -0000
@@ -1,4 +1,9 @@
-#serial 6
+#serial 7
+
+# Copyright (C) 1996, 1999, 2000, 2001, 2004 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.
 
 AC_PREREQ(2.13)
 
Index: userspec.m4
===================================================================
RCS file: /fetish/cu/m4/userspec.m4,v
retrieving revision 1.3
diff -p -u -r1.3 userspec.m4
--- userspec.m4 20 Aug 2004 02:29:42 -0000      1.3
+++ userspec.m4 23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# userspec.m4 serial 4
+# userspec.m4 serial 5
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_USERSPEC],
 [
Index: utimbuf.m4
===================================================================
RCS file: /fetish/cu/m4/utimbuf.m4,v
retrieving revision 1.8
diff -p -u -r1.8 utimbuf.m4
--- utimbuf.m4  13 Apr 2004 15:28:46 -0000      1.8
+++ utimbuf.m4  23 Jan 2005 09:06:46 -0000
@@ -1,4 +1,11 @@
-#serial 6
+#serial 7
+
+# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004 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.
 
 dnl From Jim Meyering
 
Index: utime.m4
===================================================================
RCS file: /fetish/cu/m4/utime.m4,v
retrieving revision 1.5
diff -p -u -r1.5 utime.m4
--- utime.m4    13 Apr 2004 15:28:46 -0000      1.5
+++ utime.m4    23 Jan 2005 09:06:46 -0000
@@ -1,8 +1,13 @@
-#serial 6
+#serial 7
 
 dnl From Jim Meyering
 dnl Replace the utime function on systems that need it.
 
+# Copyright (C) 1998, 2000, 2001, 2003, 2004 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.
+
 dnl FIXME
 
 AC_DEFUN([gl_FUNC_UTIME],
Index: utimecmp.m4
===================================================================
RCS file: /fetish/cu/m4/utimecmp.m4,v
retrieving revision 1.1
diff -p -u -r1.1 utimecmp.m4
--- utimecmp.m4 12 Apr 2004 09:31:20 -0000      1.1
+++ utimecmp.m4 23 Jan 2005 09:06:46 -0000
@@ -1,9 +1,7 @@
 dnl Copyright (C) 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_UTIMECMP],
 [
Index: utimens.m4
===================================================================
RCS file: /fetish/cu/m4/utimens.m4,v
retrieving revision 1.4
diff -p -u -r1.4 utimens.m4
--- utimens.m4  23 Nov 2004 20:43:17 -0000      1.4
+++ utimens.m4  23 Jan 2005 09:06:46 -0000
@@ -1,9 +1,7 @@
 dnl Copyright (C) 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_UTIMENS],
 [
Index: utimes-null.m4
===================================================================
RCS file: /fetish/cu/m4/utimes-null.m4,v
retrieving revision 1.2
diff -p -u -r1.2 utimes-null.m4
--- utimes-null.m4      13 Apr 2004 15:28:46 -0000      1.2
+++ utimes-null.m4      23 Jan 2005 09:06:46 -0000
@@ -1,4 +1,9 @@
-#serial 5
+#serial 6
+
+# Copyright (C) 1998, 1999, 2001, 2003, 2004 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.
 
 dnl Shamelessly cloned from acspecific.m4's AC_FUNC_UTIME_NULL,
 dnl then do case-insensitive s/utime/utimes/.
Index: xalloc.m4
===================================================================
RCS file: /fetish/cu/m4/xalloc.m4,v
retrieving revision 1.9
diff -p -u -r1.9 xalloc.m4
--- xalloc.m4   5 Oct 2004 06:52:09 -0000       1.9
+++ xalloc.m4   23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# xalloc.m4 serial 10
-dnl Copyright (C) 2002-2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+# xalloc.m4 serial 11
+dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_XALLOC],
 [
Index: xgetcwd.m4
===================================================================
RCS file: /fetish/cu/m4/xgetcwd.m4,v
retrieving revision 1.3
diff -p -u -r1.3 xgetcwd.m4
--- xgetcwd.m4  25 Nov 2004 20:02:20 -0000      1.3
+++ xgetcwd.m4  23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# xgetcwd.m4 serial 3
+# xgetcwd.m4 serial 4
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_XGETCWD],
 [
Index: xreadlink.m4
===================================================================
RCS file: /fetish/cu/m4/xreadlink.m4,v
retrieving revision 1.2
diff -p -u -r1.2 xreadlink.m4
--- xreadlink.m4        13 Sep 2003 09:47:52 -0000      1.2
+++ xreadlink.m4        23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# xreadlink.m4 serial 4
+# xreadlink.m4 serial 5
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_XREADLINK],
 [
Index: xstrtod.m4
===================================================================
RCS file: /fetish/cu/m4/xstrtod.m4,v
retrieving revision 1.2
diff -p -u -r1.2 xstrtod.m4
--- xstrtod.m4  13 Sep 2003 10:47:56 -0000      1.2
+++ xstrtod.m4  23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# xstrtod.m4 serial 2
+# xstrtod.m4 serial 3
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 # Prerequisites of lib/xstrtod.c.
 AC_DEFUN([gl_XSTRTOD],
Index: xstrtoimax.m4
===================================================================
RCS file: /fetish/cu/m4/xstrtoimax.m4,v
retrieving revision 1.7
diff -p -u -r1.7 xstrtoimax.m4
--- xstrtoimax.m4       13 Apr 2004 15:28:46 -0000      1.7
+++ xstrtoimax.m4       23 Jan 2005 09:06:46 -0000
@@ -1,6 +1,11 @@
-#serial 4
+#serial 5
 dnl Cloned from xstrtoumax.m4.  Keep these files in sync.
 
+dnl Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
 AC_DEFUN([gl_XSTRTOIMAX],
 [
   dnl Prerequisites of lib/xstrtoimax.c.
Index: xstrtol.m4
===================================================================
RCS file: /fetish/cu/m4/xstrtol.m4,v
retrieving revision 1.3
diff -p -u -r1.3 xstrtol.m4
--- xstrtol.m4  13 Apr 2004 15:28:46 -0000      1.3
+++ xstrtol.m4  23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# xstrtol.m4 serial 4
+# xstrtol.m4 serial 5
 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_XSTRTOL],
 [
Index: xstrtoumax.m4
===================================================================
RCS file: /fetish/cu/m4/xstrtoumax.m4,v
retrieving revision 1.18
diff -p -u -r1.18 xstrtoumax.m4
--- xstrtoumax.m4       13 Apr 2004 15:28:46 -0000      1.18
+++ xstrtoumax.m4       23 Jan 2005 09:06:46 -0000
@@ -1,6 +1,11 @@
-#serial 6
+#serial 7
 dnl Cloned from xstrtoimax.m4.  Keep these files in sync.
 
+dnl Copyright (C) 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
 AC_DEFUN([gl_XSTRTOUMAX],
 [
   dnl Prerequisites of lib/xstrtoumax.c.
Index: yesno.m4
===================================================================
RCS file: /fetish/cu/m4/yesno.m4,v
retrieving revision 1.2
diff -p -u -r1.2 yesno.m4
--- yesno.m4    13 Sep 2003 09:48:14 -0000      1.2
+++ yesno.m4    23 Jan 2005 09:06:46 -0000
@@ -1,10 +1,8 @@
-# yesno.m4 serial 2
+# yesno.m4 serial 3
 dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_YESNO],
 [




reply via email to

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