bug-gnulib
[Top][All Lists]
Advanced

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

[bug-gnulib] copyright notice fixes for gnulib .m4 files


From: Paul Eggert
Subject: [bug-gnulib] copyright notice fixes for gnulib .m4 files
Date: Sun, 23 Jan 2005 00:22:20 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

I checked in the following changes for most gnulib .m4 files that are
not maintained by Bruno.  There are some .m4 files whose copyright
notices are still not updated; more on that later.

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

        * acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
        backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.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, getaddrinfo.m4,
        getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
        getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
        getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.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, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
        link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
        makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
        memcmp.m4, memcoll.m4, memcpy.m4, memmem.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, poll.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, snprintf.m4,
        sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
        stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
        strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
        strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
        strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
        time_r.m4, timegm.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, vsnprintf.m4, xalloc.m4,
        xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
        xstrtol.m4, xstrtoumax.m4, yesno.m4:
        Use an all-permissive copyright notice, recommended by RMS.

Index: m4/acl.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/acl.m4,v
retrieving revision 1.3
diff -p -u -r1.3 acl.m4
--- m4/acl.m4   7 Aug 2004 00:09:39 -0000       1.3
+++ m4/acl.m4   23 Jan 2005 08:04:19 -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: m4/afs.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/afs.m4,v
retrieving revision 1.7
diff -p -u -r1.7 afs.m4
--- m4/afs.m4   7 Aug 2004 00:09:39 -0000       1.7
+++ m4/afs.m4   23 Jan 2005 08:04:19 -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: m4/alloca.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/alloca.m4,v
retrieving revision 1.6
diff -p -u -r1.6 alloca.m4
--- m4/alloca.m4        17 May 2004 05:41:43 -0000      1.6
+++ m4/alloca.m4        23 Jan 2005 08:04:19 -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: m4/argp.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/argp.m4,v
retrieving revision 1.4
diff -p -u -r1.4 argp.m4
--- m4/argp.m4  23 Nov 2004 02:52:07 -0000      1.4
+++ m4/argp.m4  23 Jan 2005 08:04:19 -0000
@@ -1,10 +1,8 @@
-# argp.m4 serial 3
+# argp.m4 serial 4
 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_ARGP],
 [
Index: m4/assert.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/assert.m4,v
retrieving revision 1.4
diff -p -u -r1.4 assert.m4
--- m4/assert.m4        18 Apr 2004 18:12:50 -0000      1.4
+++ m4/assert.m4        23 Jan 2005 08:04:19 -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: m4/atexit.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/atexit.m4,v
retrieving revision 1.1
diff -p -u -r1.1 atexit.m4
--- m4/atexit.m4        31 Dec 2002 13:42:06 -0000      1.1
+++ m4/atexit.m4        23 Jan 2005 08:04:19 -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: m4/backupfile.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/backupfile.m4,v
retrieving revision 1.6
diff -p -u -r1.6 backupfile.m4
--- m4/backupfile.m4    6 Aug 2004 23:12:57 -0000       1.6
+++ m4/backupfile.m4    23 Jan 2005 08:04:19 -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: m4/base64.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/base64.m4,v
retrieving revision 1.1
diff -p -u -r1.1 base64.m4
--- m4/base64.m4        30 Nov 2004 20:46:52 -0000      1.1
+++ m4/base64.m4        23 Jan 2005 08:04:19 -0000
@@ -1,10 +1,8 @@
-# base64.m4 serial 1
+# base64.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_FUNC_BASE64],
 [
Index: m4/bison.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/bison.m4,v
retrieving revision 1.3
diff -p -u -r1.3 bison.m4
--- m4/bison.m4 18 Apr 2004 18:12:50 -0000      1.3
+++ m4/bison.m4 23 Jan 2005 08:04:19 -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: m4/c-bs-a.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/c-bs-a.m4,v
retrieving revision 1.5
diff -p -u -r1.5 c-bs-a.m4
--- m4/c-bs-a.m4        21 Jun 2002 15:39:26 -0000      1.5
+++ m4/c-bs-a.m4        23 Jan 2005 08:04:19 -0000
@@ -1,12 +1,11 @@
-# c-bs-a.m4 serial 4 (fileutils-4.1.3)
-dnl Copyright (C) 2000-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.
+# c-bs-a.m4 serial 5
 
-dnl From Paul Eggert.
+# Copyright (C) 2000, 2001, 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.
+
+# From Paul Eggert.
 
 AC_DEFUN([AC_C_BACKSLASH_A],
 [
Index: m4/c-stack.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/c-stack.m4,v
retrieving revision 1.4
diff -p -u -r1.4 c-stack.m4
--- m4/c-stack.m4       7 Mar 2004 23:51:10 -0000       1.4
+++ m4/c-stack.m4       23 Jan 2005 08:04:19 -0000
@@ -1,21 +1,9 @@
 # Check prerequisites for compiling lib/c-stack.c.
 
 # Copyright (C) 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 Paul Eggert.
 
Index: m4/c-strtod.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/c-strtod.m4,v
retrieving revision 1.2
diff -p -u -r1.2 c-strtod.m4
--- m4/c-strtod.m4      24 Dec 2004 08:36:41 -0000      1.2
+++ m4/c-strtod.m4      23 Jan 2005 08:04:19 -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: m4/calloc.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/calloc.m4,v
retrieving revision 1.3
diff -p -u -r1.3 calloc.m4
--- m4/calloc.m4        17 Nov 2004 23:07:25 -0000      1.3
+++ m4/calloc.m4        23 Jan 2005 08:04:19 -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: m4/canon-host.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/canon-host.m4,v
retrieving revision 1.5
diff -p -u -r1.5 canon-host.m4
--- m4/canon-host.m4    17 Nov 2004 07:18:27 -0000      1.5
+++ m4/canon-host.m4    23 Jan 2005 08:04:19 -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: m4/canonicalize.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/canonicalize.m4,v
retrieving revision 1.1
diff -p -u -r1.1 canonicalize.m4
--- m4/canonicalize.m4  6 Aug 2004 05:08:46 -0000       1.1
+++ m4/canonicalize.m4  23 Jan 2005 08:04:19 -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: m4/clock_time.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/clock_time.m4,v
retrieving revision 1.4
diff -p -u -r1.4 clock_time.m4
--- m4/clock_time.m4    31 Mar 2004 07:44:44 -0000      1.4
+++ m4/clock_time.m4    23 Jan 2005 08:04:19 -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: m4/cloexec.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/cloexec.m4,v
retrieving revision 1.1
diff -p -u -r1.1 cloexec.m4
--- m4/cloexec.m4       29 Mar 2004 23:57:36 -0000      1.1
+++ m4/cloexec.m4       23 Jan 2005 08:04:19 -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: m4/closeout.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/closeout.m4,v
retrieving revision 1.2
diff -p -u -r1.2 closeout.m4
--- m4/closeout.m4      12 Sep 2003 19:38:19 -0000      1.2
+++ m4/closeout.m4      23 Jan 2005 08:04:19 -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: m4/d-ino.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/d-ino.m4,v
retrieving revision 1.7
diff -p -u -r1.7 d-ino.m4
--- m4/d-ino.m4 18 Apr 2004 18:12:50 -0000      1.7
+++ m4/d-ino.m4 23 Jan 2005 08:04:19 -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: m4/d-type.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/d-type.m4,v
retrieving revision 1.8
diff -p -u -r1.8 d-type.m4
--- m4/d-type.m4        18 Apr 2004 18:12:50 -0000      1.8
+++ m4/d-type.m4        23 Jan 2005 08:04:19 -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: m4/dirfd.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/dirfd.m4,v
retrieving revision 1.16
diff -p -u -r1.16 dirfd.m4
--- m4/dirfd.m4 7 Aug 2004 00:09:39 -0000       1.16
+++ m4/dirfd.m4 23 Jan 2005 08:04:19 -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: m4/dirname.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/dirname.m4,v
retrieving revision 1.6
diff -p -u -r1.6 dirname.m4
--- m4/dirname.m4       1 Jun 2004 20:27:22 -0000       1.6
+++ m4/dirname.m4       23 Jan 2005 08:04:19 -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: m4/dos.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/dos.m4,v
retrieving revision 1.11
diff -p -u -r1.11 dos.m4
--- m4/dos.m4   6 Aug 2004 04:22:55 -0000       1.11
+++ m4/dos.m4   23 Jan 2005 08:04:19 -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: m4/dup2.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/dup2.m4,v
retrieving revision 1.1
diff -p -u -r1.1 dup2.m4
--- m4/dup2.m4  31 Dec 2002 13:42:06 -0000      1.1
+++ m4/dup2.m4  23 Jan 2005 08:04:19 -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: m4/error.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/error.m4,v
retrieving revision 1.15
diff -p -u -r1.15 error.m4
--- m4/error.m4 18 Apr 2004 18:12:50 -0000      1.15
+++ m4/error.m4 23 Jan 2005 08:04:19 -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: m4/euidaccess.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/euidaccess.m4,v
retrieving revision 1.3
diff -p -u -r1.3 euidaccess.m4
--- m4/euidaccess.m4    6 Aug 2004 23:44:59 -0000       1.3
+++ m4/euidaccess.m4    23 Jan 2005 08:04:19 -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: m4/exclude.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/exclude.m4,v
retrieving revision 1.4
diff -p -u -r1.4 exclude.m4
--- m4/exclude.m4       9 Sep 2003 03:15:05 -0000       1.4
+++ m4/exclude.m4       23 Jan 2005 08:04:19 -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: m4/exitfail.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/exitfail.m4,v
retrieving revision 1.3
diff -p -u -r1.3 exitfail.m4
--- m4/exitfail.m4      9 Sep 2003 09:18:52 -0000       1.3
+++ m4/exitfail.m4      23 Jan 2005 08:04:19 -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: m4/extensions.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/extensions.m4,v
retrieving revision 1.3
diff -p -u -r1.3 extensions.m4
--- m4/extensions.m4    17 Sep 2003 22:35:01 -0000      1.3
+++ m4/extensions.m4    23 Jan 2005 08:04:19 -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: m4/fcntl-safer.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/fcntl-safer.m4,v
retrieving revision 1.1
diff -p -u -r1.1 fcntl-safer.m4
--- m4/fcntl-safer.m4   6 Aug 2004 05:21:37 -0000       1.1
+++ m4/fcntl-safer.m4   23 Jan 2005 08:04:19 -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: m4/file-type.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/file-type.m4,v
retrieving revision 1.1
diff -p -u -r1.1 file-type.m4
--- m4/file-type.m4     31 Dec 2002 13:42:06 -0000      1.1
+++ m4/file-type.m4     23 Jan 2005 08:04:19 -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: m4/fileblocks.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/fileblocks.m4,v
retrieving revision 1.1
diff -p -u -r1.1 fileblocks.m4
--- m4/fileblocks.m4    31 Dec 2002 13:42:06 -0000      1.1
+++ m4/fileblocks.m4    23 Jan 2005 08:04:19 -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: m4/filemode.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/filemode.m4,v
retrieving revision 1.1
diff -p -u -r1.1 filemode.m4
--- m4/filemode.m4      31 Dec 2002 13:42:06 -0000      1.1
+++ m4/filemode.m4      23 Jan 2005 08:04:19 -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: m4/fnmatch.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/fnmatch.m4,v
retrieving revision 1.18
diff -p -u -r1.18 fnmatch.m4
--- m4/fnmatch.m4       11 Aug 2004 22:43:53 -0000      1.18
+++ m4/fnmatch.m4       23 Jan 2005 08:04:19 -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: m4/fpending.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/fpending.m4,v
retrieving revision 1.10
diff -p -u -r1.10 fpending.m4
--- m4/fpending.m4      18 Apr 2004 18:12:50 -0000      1.10
+++ m4/fpending.m4      23 Jan 2005 08:04:19 -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: m4/free.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/free.m4,v
retrieving revision 1.2
diff -p -u -r1.2 free.m4
--- m4/free.m4  21 May 2004 06:09:22 -0000      1.2
+++ m4/free.m4  23 Jan 2005 08:04:19 -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: m4/fstypename.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/fstypename.m4,v
retrieving revision 1.6
diff -p -u -r1.6 fstypename.m4
--- m4/fstypename.m4    18 Apr 2004 18:12:50 -0000      1.6
+++ m4/fstypename.m4    23 Jan 2005 08:04:19 -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: m4/fsusage.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/fsusage.m4,v
retrieving revision 1.19
diff -p -u -r1.19 fsusage.m4
--- m4/fsusage.m4       7 Aug 2004 00:09:39 -0000       1.19
+++ m4/fsusage.m4       23 Jan 2005 08:04:19 -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: m4/ftruncate.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/ftruncate.m4,v
retrieving revision 1.7
diff -p -u -r1.7 ftruncate.m4
--- m4/ftruncate.m4     18 Apr 2004 18:12:50 -0000      1.7
+++ m4/ftruncate.m4     23 Jan 2005 08:04:19 -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: m4/getaddrinfo.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getaddrinfo.m4,v
retrieving revision 1.1
diff -p -u -r1.1 getaddrinfo.m4
--- m4/getaddrinfo.m4   10 Nov 2004 14:53:01 -0000      1.1
+++ m4/getaddrinfo.m4   23 Jan 2005 08:04:19 -0000
@@ -1,10 +1,8 @@
-# getaddrinfo.m4 serial 1
+# getaddrinfo.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_GETADDRINFO],
 [
Index: m4/getcwd-path-max.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getcwd-path-max.m4,v
retrieving revision 1.3
diff -p -u -r1.3 getcwd-path-max.m4
--- m4/getcwd-path-max.m4       1 Dec 2004 07:27:18 -0000       1.3
+++ m4/getcwd-path-max.m4       23 Jan 2005 08:04:19 -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: m4/getcwd.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getcwd.m4,v
retrieving revision 1.5
diff -p -u -r1.5 getcwd.m4
--- m4/getcwd.m4        26 Nov 2004 08:35:30 -0000      1.5
+++ m4/getcwd.m4        23 Jan 2005 08:04:19 -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: m4/getdate.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getdate.m4,v
retrieving revision 1.5
diff -p -u -r1.5 getdate.m4
--- m4/getdate.m4       24 Dec 2004 06:06:43 -0000      1.5
+++ m4/getdate.m4       23 Jan 2005 08:04:19 -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: m4/getdomainname.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getdomainname.m4,v
retrieving revision 1.1
diff -p -u -r1.1 getdomainname.m4
--- m4/getdomainname.m4 25 Sep 2003 10:20:46 -0000      1.1
+++ m4/getdomainname.m4 23 Jan 2005 08:04:19 -0000
@@ -1,10 +1,8 @@
-# getdomainname.m4 serial 1
+# getdomainname.m4 serial 2
 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_GETDOMAINNAME],
 [
Index: m4/getgroups.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getgroups.m4,v
retrieving revision 1.14
diff -p -u -r1.14 getgroups.m4
--- m4/getgroups.m4     18 Apr 2004 18:12:50 -0000      1.14
+++ m4/getgroups.m4     23 Jan 2005 08:04:19 -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: m4/gethostname.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/gethostname.m4,v
retrieving revision 1.1
diff -p -u -r1.1 gethostname.m4
--- m4/gethostname.m4   31 Dec 2002 13:42:06 -0000      1.1
+++ m4/gethostname.m4   23 Jan 2005 08:04:19 -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: m4/getline.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getline.m4,v
retrieving revision 1.13
diff -p -u -r1.13 getline.m4
--- m4/getline.m4       23 Oct 2003 18:41:20 -0000      1.13
+++ m4/getline.m4       23 Jan 2005 08:04:19 -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: m4/getndelim2.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getndelim2.m4,v
retrieving revision 1.4
diff -p -u -r1.4 getndelim2.m4
--- m4/getndelim2.m4    23 Oct 2003 18:41:20 -0000      1.4
+++ m4/getndelim2.m4    23 Jan 2005 08:04:19 -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: m4/getnline.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getnline.m4,v
retrieving revision 1.2
diff -p -u -r1.2 getnline.m4
--- m4/getnline.m4      18 Jul 2003 16:58:06 -0000      1.2
+++ m4/getnline.m4      23 Jan 2005 08:04:19 -0000
@@ -1,10 +1,8 @@
-# getnline.m4 serial 2
+# getnline.m4 serial 3
 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_GETNLINE],
 [
Index: m4/getopt.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getopt.m4,v
retrieving revision 1.7
diff -p -u -r1.7 getopt.m4
--- m4/getopt.m4        23 Nov 2004 02:52:44 -0000      1.7
+++ m4/getopt.m4        23 Jan 2005 08:04:19 -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: m4/getpagesize.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getpagesize.m4,v
retrieving revision 1.2
diff -p -u -r1.2 getpagesize.m4
--- m4/getpagesize.m4   22 Oct 2004 22:28:36 -0000      1.2
+++ m4/getpagesize.m4   23 Jan 2005 08:04:19 -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: m4/getpass.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getpass.m4,v
retrieving revision 1.7
diff -p -u -r1.7 getpass.m4
--- m4/getpass.m4       1 Nov 2004 21:46:25 -0000       1.7
+++ m4/getpass.m4       23 Jan 2005 08:04:19 -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: m4/getsubopt.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getsubopt.m4,v
retrieving revision 1.1
diff -p -u -r1.1 getsubopt.m4
--- m4/getsubopt.m4     6 Aug 2004 20:23:41 -0000       1.1
+++ m4/getsubopt.m4     23 Jan 2005 08:04:19 -0000
@@ -1,10 +1,8 @@
-# getsubopt.m4 serial 1
+# getsubopt.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_FUNC_GETSUBOPT],
 [
Index: m4/gettime.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/gettime.m4,v
retrieving revision 1.2
diff -p -u -r1.2 gettime.m4
--- m4/gettime.m4       13 May 2004 21:59:46 -0000      1.2
+++ m4/gettime.m4       23 Jan 2005 08:04:19 -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: m4/gettimeofday.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/gettimeofday.m4,v
retrieving revision 1.8
diff -p -u -r1.8 gettimeofday.m4
--- m4/gettimeofday.m4  12 Sep 2003 19:38:19 -0000      1.8
+++ m4/gettimeofday.m4  23 Jan 2005 08:04:19 -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: m4/getugroups.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getugroups.m4,v
retrieving revision 1.2
diff -p -u -r1.2 getugroups.m4
--- m4/getugroups.m4    9 Sep 2003 18:42:46 -0000       1.2
+++ m4/getugroups.m4    23 Jan 2005 08:04:19 -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: m4/getusershell.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/getusershell.m4,v
retrieving revision 1.3
diff -p -u -r1.3 getusershell.m4
--- m4/getusershell.m4  13 Sep 2003 11:52:51 -0000      1.3
+++ m4/getusershell.m4  23 Jan 2005 08:04:19 -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: m4/group-member.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/group-member.m4,v
retrieving revision 1.7
diff -p -u -r1.7 group-member.m4
--- m4/group-member.m4  18 Apr 2004 18:12:50 -0000      1.7
+++ m4/group-member.m4  23 Jan 2005 08:04:19 -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: m4/hard-locale.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/hard-locale.m4,v
retrieving revision 1.3
diff -p -u -r1.3 hard-locale.m4
--- m4/hard-locale.m4   5 Dec 2004 06:50:16 -0000       1.3
+++ m4/hard-locale.m4   23 Jan 2005 08:04:19 -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: m4/hash.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/hash.m4,v
retrieving revision 1.3
diff -p -u -r1.3 hash.m4
--- m4/hash.m4  9 Sep 2003 19:39:13 -0000       1.3
+++ m4/hash.m4  23 Jan 2005 08:04:19 -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: m4/host-os.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/host-os.m4,v
retrieving revision 1.7
diff -p -u -r1.7 host-os.m4
--- m4/host-os.m4       13 Jul 2004 17:22:58 -0000      1.7
+++ m4/host-os.m4       23 Jan 2005 08:04:19 -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: m4/human.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/human.m4,v
retrieving revision 1.7
diff -p -u -r1.7 human.m4
--- m4/human.m4 5 Dec 2004 06:50:16 -0000       1.7
+++ m4/human.m4 23 Jan 2005 08:04:19 -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: m4/idcache.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/idcache.m4,v
retrieving revision 1.2
diff -p -u -r1.2 idcache.m4
--- m4/idcache.m4       9 Sep 2003 21:47:35 -0000       1.2
+++ m4/idcache.m4       23 Jan 2005 08:04:19 -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: m4/inttostr.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/inttostr.m4,v
retrieving revision 1.2
diff -p -u -r1.2 inttostr.m4
--- m4/inttostr.m4      18 Apr 2004 18:12:50 -0000      1.2
+++ m4/inttostr.m4      23 Jan 2005 08:04:19 -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: m4/isdir.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/isdir.m4,v
retrieving revision 1.1
diff -p -u -r1.1 isdir.m4
--- m4/isdir.m4 31 Dec 2002 13:42:07 -0000      1.1
+++ m4/isdir.m4 23 Jan 2005 08:04:19 -0000
@@ -1,10 +1,8 @@
-# isdir.m4 serial 1
+# isdir.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_ISDIR],
 [
Index: m4/jm-winsz1.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/jm-winsz1.m4,v
retrieving revision 1.7
diff -p -u -r1.7 jm-winsz1.m4
--- m4/jm-winsz1.m4     18 Apr 2004 18:12:50 -0000      1.7
+++ m4/jm-winsz1.m4     23 Jan 2005 08:04:19 -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: m4/jm-winsz2.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/jm-winsz2.m4,v
retrieving revision 1.4
diff -p -u -r1.4 jm-winsz2.m4
--- m4/jm-winsz2.m4     18 Apr 2004 18:12:50 -0000      1.4
+++ m4/jm-winsz2.m4     23 Jan 2005 08:04:19 -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: m4/link-follow.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/link-follow.m4,v
retrieving revision 1.9
diff -p -u -r1.9 link-follow.m4
--- m4/link-follow.m4   18 Apr 2004 18:12:50 -0000      1.9
+++ m4/link-follow.m4   23 Jan 2005 08:04:19 -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: m4/long-options.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/long-options.m4,v
retrieving revision 1.2
diff -p -u -r1.2 long-options.m4
--- m4/long-options.m4  9 Sep 2003 20:06:56 -0000       1.2
+++ m4/long-options.m4  23 Jan 2005 08:04:19 -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: m4/ls-mntd-fs.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/ls-mntd-fs.m4,v
retrieving revision 1.30
diff -p -u -r1.30 ls-mntd-fs.m4
--- m4/ls-mntd-fs.m4    7 Dec 2004 18:41:20 -0000       1.30
+++ m4/ls-mntd-fs.m4    23 Jan 2005 08:04:19 -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: m4/lstat.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/lstat.m4,v
retrieving revision 1.18
diff -p -u -r1.18 lstat.m4
--- m4/lstat.m4 18 Apr 2004 18:12:50 -0000      1.18
+++ m4/lstat.m4 23 Jan 2005 08:04:19 -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: m4/makepath.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/makepath.m4,v
retrieving revision 1.4
diff -p -u -r1.4 makepath.m4
--- m4/makepath.m4      1 Jun 2004 20:27:22 -0000       1.4
+++ m4/makepath.m4      23 Jan 2005 08:04:19 -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: m4/mathl.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/mathl.m4,v
retrieving revision 1.1
diff -p -u -r1.1 mathl.m4
--- m4/mathl.m4 18 Feb 2003 17:05:24 -0000      1.1
+++ m4/mathl.m4 23 Jan 2005 08:04:19 -0000
@@ -1,10 +1,8 @@
-# mathl.m4 serial 1
+# mathl.m4 serial 2
 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 the 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_LONG_DOUBLE_MATH], [
 
Index: m4/md5.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/md5.m4,v
retrieving revision 1.4
diff -p -u -r1.4 md5.m4
--- m4/md5.m4   7 Aug 2004 00:09:39 -0000       1.4
+++ m4/md5.m4   23 Jan 2005 08:04:19 -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: m4/memcasecmp.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/memcasecmp.m4,v
retrieving revision 1.1
diff -p -u -r1.1 memcasecmp.m4
--- m4/memcasecmp.m4    31 Dec 2002 13:42:07 -0000      1.1
+++ m4/memcasecmp.m4    23 Jan 2005 08:04:19 -0000
@@ -1,10 +1,8 @@
-# memcasecmp.m4 serial 1
+# memcasecmp.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_MEMCASECMP],
 [
Index: m4/memchr.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/memchr.m4,v
retrieving revision 1.4
diff -p -u -r1.4 memchr.m4
--- m4/memchr.m4        1 Jun 2004 20:27:22 -0000       1.4
+++ m4/memchr.m4        23 Jan 2005 08:04:19 -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: m4/memcmp.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/memcmp.m4,v
retrieving revision 1.14
diff -p -u -r1.14 memcmp.m4
--- m4/memcmp.m4        1 Jun 2004 20:27:22 -0000       1.14
+++ m4/memcmp.m4        23 Jan 2005 08:04:19 -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: m4/memcoll.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/memcoll.m4,v
retrieving revision 1.3
diff -p -u -r1.3 memcoll.m4
--- m4/memcoll.m4       9 Sep 2003 22:22:47 -0000       1.3
+++ m4/memcoll.m4       23 Jan 2005 08:04:19 -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: m4/memcpy.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/memcpy.m4,v
retrieving revision 1.1
diff -p -u -r1.1 memcpy.m4
--- m4/memcpy.m4        31 Dec 2002 13:42:07 -0000      1.1
+++ m4/memcpy.m4        23 Jan 2005 08:04:19 -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: m4/memmem.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/memmem.m4,v
retrieving revision 1.1
diff -p -u -r1.1 memmem.m4
--- m4/memmem.m4        4 Oct 2004 11:25:57 -0000       1.1
+++ m4/memmem.m4        23 Jan 2005 08:04:19 -0000
@@ -1,10 +1,8 @@
-# memmem.m4 serial 1
+# memmem.m4 serial 2
 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_MEMMEM],
 [
Index: m4/memmove.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/memmove.m4,v
retrieving revision 1.1
diff -p -u -r1.1 memmove.m4
--- m4/memmove.m4       31 Dec 2002 13:42:07 -0000      1.1
+++ m4/memmove.m4       23 Jan 2005 08:04:19 -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: m4/memrchr.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/memrchr.m4,v
retrieving revision 1.2
diff -p -u -r1.2 memrchr.m4
--- m4/memrchr.m4       9 Sep 2003 22:22:47 -0000       1.2
+++ m4/memrchr.m4       23 Jan 2005 08:04:19 -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: m4/memset.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/memset.m4,v
retrieving revision 1.1
diff -p -u -r1.1 memset.m4
--- m4/memset.m4        31 Dec 2002 13:42:07 -0000      1.1
+++ m4/memset.m4        23 Jan 2005 08:04:19 -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: m4/mkdir-slash.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/mkdir-slash.m4,v
retrieving revision 1.5
diff -p -u -r1.5 mkdir-slash.m4
--- m4/mkdir-slash.m4   20 Apr 2004 09:06:09 -0000      1.5
+++ m4/mkdir-slash.m4   23 Jan 2005 08:04:19 -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: m4/mkstemp.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/mkstemp.m4,v
retrieving revision 1.12
diff -p -u -r1.12 mkstemp.m4
--- m4/mkstemp.m4       4 Jan 2005 20:22:52 -0000       1.12
+++ m4/mkstemp.m4       23 Jan 2005 08:04:19 -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: m4/mktime.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/mktime.m4,v
retrieving revision 1.22
diff -p -u -r1.22 mktime.m4
--- m4/mktime.m4        9 Sep 2003 22:41:13 -0000       1.22
+++ m4/mktime.m4        23 Jan 2005 08:04:19 -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: m4/modechange.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/modechange.m4,v
retrieving revision 1.2
diff -p -u -r1.2 modechange.m4
--- m4/modechange.m4    9 Sep 2003 22:45:09 -0000       1.2
+++ m4/modechange.m4    23 Jan 2005 08:04:19 -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: m4/mountlist.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/mountlist.m4,v
retrieving revision 1.5
diff -p -u -r1.5 mountlist.m4
--- m4/mountlist.m4     7 Aug 2004 00:09:39 -0000       1.5
+++ m4/mountlist.m4     23 Jan 2005 08:04:19 -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: m4/nanosleep.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/nanosleep.m4,v
retrieving revision 1.17
diff -p -u -r1.17 nanosleep.m4
--- m4/nanosleep.m4     18 Apr 2004 18:12:50 -0000      1.17
+++ m4/nanosleep.m4     23 Jan 2005 08:04:19 -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: m4/obstack.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/obstack.m4,v
retrieving revision 1.5
diff -p -u -r1.5 obstack.m4
--- m4/obstack.m4       11 Aug 2004 22:40:29 -0000      1.5
+++ m4/obstack.m4       23 Jan 2005 08:04:19 -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: m4/path-concat.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/path-concat.m4,v
retrieving revision 1.5
diff -p -u -r1.5 path-concat.m4
--- m4/path-concat.m4   6 Aug 2004 04:48:04 -0000       1.5
+++ m4/path-concat.m4   23 Jan 2005 08:04:19 -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: m4/pathmax.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/pathmax.m4,v
retrieving revision 1.2
diff -p -u -r1.2 pathmax.m4
--- m4/pathmax.m4       29 May 2003 07:21:59 -0000      1.2
+++ m4/pathmax.m4       23 Jan 2005 08:04:19 -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: m4/perl.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/perl.m4,v
retrieving revision 1.7
diff -p -u -r1.7 perl.m4
--- m4/perl.m4  18 Apr 2004 18:12:50 -0000      1.7
+++ m4/perl.m4  23 Jan 2005 08:04:19 -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: m4/physmem.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/physmem.m4,v
retrieving revision 1.2
diff -p -u -r1.2 physmem.m4
--- m4/physmem.m4       16 Aug 2003 09:25:58 -0000      1.2
+++ m4/physmem.m4       23 Jan 2005 08:04:19 -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: m4/poll.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/poll.m4,v
retrieving revision 1.2
diff -p -u -r1.2 poll.m4
--- m4/poll.m4  7 Jun 2003 16:41:48 -0000       1.2
+++ m4/poll.m4  23 Jan 2005 08:04:19 -0000
@@ -1,10 +1,8 @@
-# poll.m4 serial 2
+# poll.m4 serial 3
 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 the 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_POLL],
 [
Index: m4/posixtm.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/posixtm.m4,v
retrieving revision 1.2
diff -p -u -r1.2 posixtm.m4
--- m4/posixtm.m4       10 Sep 2003 03:47:34 -0000      1.2
+++ m4/posixtm.m4       23 Jan 2005 08:04:19 -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: m4/posixver.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/posixver.m4,v
retrieving revision 1.3
diff -p -u -r1.3 posixver.m4
--- m4/posixver.m4      16 Jan 2004 07:55:43 -0000      1.3
+++ m4/posixver.m4      23 Jan 2005 08:04:19 -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: m4/putenv.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/putenv.m4,v
retrieving revision 1.14
diff -p -u -r1.14 putenv.m4
--- m4/putenv.m4        1 Jun 2004 20:27:23 -0000       1.14
+++ m4/putenv.m4        23 Jan 2005 08:04:19 -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: m4/quote.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/quote.m4,v
retrieving revision 1.2
diff -p -u -r1.2 quote.m4
--- m4/quote.m4 29 May 2003 07:21:59 -0000      1.2
+++ m4/quote.m4 23 Jan 2005 08:04:19 -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: m4/quotearg.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/quotearg.m4,v
retrieving revision 1.3
diff -p -u -r1.3 quotearg.m4
--- m4/quotearg.m4      1 Jun 2004 20:27:23 -0000       1.3
+++ m4/quotearg.m4      23 Jan 2005 08:04:19 -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: m4/readdir.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/readdir.m4,v
retrieving revision 1.12
diff -p -u -r1.12 readdir.m4
--- m4/readdir.m4       12 Sep 2003 19:38:19 -0000      1.12
+++ m4/readdir.m4       23 Jan 2005 08:04:19 -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: m4/readtokens.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/readtokens.m4,v
retrieving revision 1.2
diff -p -u -r1.2 readtokens.m4
--- m4/readtokens.m4    10 Sep 2003 04:25:35 -0000      1.2
+++ m4/readtokens.m4    23 Jan 2005 08:04:19 -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: m4/readutmp.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/readutmp.m4,v
retrieving revision 1.6
diff -p -u -r1.6 readutmp.m4
--- m4/readutmp.m4      1 Dec 2004 07:30:25 -0000       1.6
+++ m4/readutmp.m4      23 Jan 2005 08:04:19 -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: m4/regex.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/regex.m4,v
retrieving revision 1.37
diff -p -u -r1.37 regex.m4
--- m4/regex.m4 18 Apr 2004 18:12:50 -0000      1.37
+++ m4/regex.m4 23 Jan 2005 08:04:19 -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: m4/rename.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/rename.m4,v
retrieving revision 1.9
diff -p -u -r1.9 rename.m4
--- m4/rename.m4        10 Sep 2003 06:43:26 -0000      1.9
+++ m4/rename.m4        23 Jan 2005 08:04:19 -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: m4/restrict.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/restrict.m4,v
retrieving revision 1.2
diff -p -u -r1.2 restrict.m4
--- m4/restrict.m4      30 Nov 2004 20:43:32 -0000      1.2
+++ m4/restrict.m4      23 Jan 2005 08:04:19 -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: m4/rmdir-errno.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/rmdir-errno.m4,v
retrieving revision 1.3
diff -p -u -r1.3 rmdir-errno.m4
--- m4/rmdir-errno.m4   12 Aug 2001 13:26:00 -0000      1.3
+++ m4/rmdir-errno.m4   23 Jan 2005 08:04:19 -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: m4/rmdir.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/rmdir.m4,v
retrieving revision 1.1
diff -p -u -r1.1 rmdir.m4
--- m4/rmdir.m4 31 Dec 2002 13:42:07 -0000      1.1
+++ m4/rmdir.m4 23 Jan 2005 08:04:19 -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: m4/rpmatch.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/rpmatch.m4,v
retrieving revision 1.4
diff -p -u -r1.4 rpmatch.m4
--- m4/rpmatch.m4       10 Sep 2003 06:45:54 -0000      1.4
+++ m4/rpmatch.m4       23 Jan 2005 08:04:19 -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: m4/same.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/same.m4,v
retrieving revision 1.3
diff -p -u -r1.3 same.m4
--- m4/same.m4  16 Jan 2004 07:55:43 -0000      1.3
+++ m4/same.m4  23 Jan 2005 08:04:19 -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: m4/savedir.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/savedir.m4,v
retrieving revision 1.2
diff -p -u -r1.2 savedir.m4
--- m4/savedir.m4       9 Sep 2003 22:27:55 -0000       1.2
+++ m4/savedir.m4       23 Jan 2005 08:04:19 -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: m4/settime.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/settime.m4,v
retrieving revision 1.2
diff -p -u -r1.2 settime.m4
--- m4/settime.m4       13 May 2004 21:59:46 -0000      1.2
+++ m4/settime.m4       23 Jan 2005 08:04:19 -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: m4/sha1.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/sha1.m4,v
retrieving revision 1.1
diff -p -u -r1.1 sha1.m4
--- m4/sha1.m4  9 Aug 2004 17:58:47 -0000       1.1
+++ m4/sha1.m4  23 Jan 2005 08:04:19 -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: m4/sig2str.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/sig2str.m4,v
retrieving revision 1.1
diff -p -u -r1.1 sig2str.m4
--- m4/sig2str.m4       31 Dec 2002 13:42:07 -0000      1.1
+++ m4/sig2str.m4       23 Jan 2005 08:04:19 -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: m4/snprintf.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/snprintf.m4,v
retrieving revision 1.2
diff -p -u -r1.2 snprintf.m4
--- m4/snprintf.m4      1 Oct 2004 10:07:18 -0000       1.2
+++ m4/snprintf.m4      23 Jan 2005 08:04:19 -0000
@@ -1,10 +1,8 @@
-# snprintf.m4 serial 1
+# snprintf.m4 serial 2
 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_SNPRINTF],
 [
Index: m4/sockpfaf.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/sockpfaf.m4,v
retrieving revision 1.1
diff -p -u -r1.1 sockpfaf.m4
--- m4/sockpfaf.m4      9 Nov 2004 12:56:41 -0000       1.1
+++ m4/sockpfaf.m4      23 Jan 2005 08:04:19 -0000
@@ -1,10 +1,8 @@
-# sockpfaf.m4 serial 1
+# sockpfaf.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.
 
 dnl Test for some common socket protocol families (PF_INET, PF_INET6, ...)
 dnl and some common address families (AF_INET, AF_INET6, ...).
Index: m4/st_dm_mode.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/st_dm_mode.m4,v
retrieving revision 1.4
diff -p -u -r1.4 st_dm_mode.m4
--- m4/st_dm_mode.m4    17 Sep 2001 21:44:03 -0000      1.4
+++ m4/st_dm_mode.m4    23 Jan 2005 08:04:19 -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: m4/st_mtim.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/st_mtim.m4,v
retrieving revision 1.6
diff -p -u -r1.6 st_mtim.m4
--- m4/st_mtim.m4       31 Dec 2002 13:43:06 -0000      1.6
+++ m4/st_mtim.m4       23 Jan 2005 08:04:19 -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: m4/stat.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/stat.m4,v
retrieving revision 1.17
diff -p -u -r1.17 stat.m4
--- m4/stat.m4  18 Apr 2004 18:12:50 -0000      1.17
+++ m4/stat.m4  23 Jan 2005 08:04:19 -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: m4/stdint.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/stdint.m4,v
retrieving revision 1.1
diff -p -u -r1.1 stdint.m4
--- m4/stdint.m4        8 Sep 2004 12:43:11 -0000       1.1
+++ m4/stdint.m4        23 Jan 2005 08:04:19 -0000
@@ -1,10 +1,8 @@
-# stdint.m4 serial 2
+# stdint.m4 serial 3
 dnl Copyright (C) 2001-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.
 
 dnl From Bruno Haible.
 dnl Test whether <stdint.h> is supported or must be substituted.
Index: m4/stdio-safer.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/stdio-safer.m4,v
retrieving revision 1.1
diff -p -u -r1.1 stdio-safer.m4
--- m4/stdio-safer.m4   31 Dec 2002 13:42:07 -0000      1.1
+++ m4/stdio-safer.m4   23 Jan 2005 08:04:19 -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: m4/strchrnul.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strchrnul.m4,v
retrieving revision 1.2
diff -p -u -r1.2 strchrnul.m4
--- m4/strchrnul.m4     10 Sep 2003 07:10:44 -0000      1.2
+++ m4/strchrnul.m4     23 Jan 2005 08:04:19 -0000
@@ -1,10 +1,8 @@
-# strchrnul.m4 serial 2
+# strchrnul.m4 serial 3
 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_FUNC_STRCHRNUL],
 [
Index: m4/strdup.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strdup.m4,v
retrieving revision 1.4
diff -p -u -r1.4 strdup.m4
--- m4/strdup.m4        7 Aug 2004 02:58:12 -0000       1.4
+++ m4/strdup.m4        23 Jan 2005 08:04:19 -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: m4/strerror.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strerror.m4,v
retrieving revision 1.2
diff -p -u -r1.2 strerror.m4
--- m4/strerror.m4      30 May 2003 13:12:15 -0000      1.2
+++ m4/strerror.m4      23 Jan 2005 08:04:19 -0000
@@ -1,10 +1,8 @@
-# strerror.m4 serial 1 (gettext-0.12)
+# strerror.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_STRERROR],
 [
Index: m4/strerror_r.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strerror_r.m4,v
retrieving revision 1.13
diff -p -u -r1.13 strerror_r.m4
--- m4/strerror_r.m4    21 Oct 2001 07:49:13 -0000      1.13
+++ m4/strerror_r.m4    23 Jan 2005 08:04:19 -0000
@@ -1,22 +1,12 @@
-#serial 1003
+#serial 1004
+# This file is not needed if you can assume Autoconf 2.54 or later.
 # Experimental replacement for the function in the latest CVS autoconf.
 # Use with the error.c file in ../lib.
 
-# Copyright 2001 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software Foundation,
-# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+# Copyright (C) 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.
 
 undefine([AC_FUNC_STRERROR_R])
 
Index: m4/strftime.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strftime.m4,v
retrieving revision 1.31
diff -p -u -r1.31 strftime.m4
--- m4/strftime.m4      9 Nov 2004 20:53:49 -0000       1.31
+++ m4/strftime.m4      23 Jan 2005 08:04:19 -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: m4/strndup.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strndup.m4,v
retrieving revision 1.2
diff -p -u -r1.2 strndup.m4
--- m4/strndup.m4       11 Sep 2003 08:43:46 -0000      1.2
+++ m4/strndup.m4       23 Jan 2005 08:04:19 -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: m4/strnlen.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strnlen.m4,v
retrieving revision 1.5
diff -p -u -r1.5 strnlen.m4
--- m4/strnlen.m4       11 Sep 2003 08:52:04 -0000      1.5
+++ m4/strnlen.m4       23 Jan 2005 08:04:19 -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: m4/strsep.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strsep.m4,v
retrieving revision 1.2
diff -p -u -r1.2 strsep.m4
--- m4/strsep.m4        5 Oct 2004 17:44:44 -0000       1.2
+++ m4/strsep.m4        23 Jan 2005 08:04:19 -0000
@@ -1,10 +1,8 @@
-# strsep.m4 serial 2
+# strsep.m4 serial 3
 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_STRSEP],
 [
Index: m4/strtod.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strtod.m4,v
retrieving revision 1.5
diff -p -u -r1.5 strtod.m4
--- m4/strtod.m4        12 Sep 2003 18:24:51 -0000      1.5
+++ m4/strtod.m4        23 Jan 2005 08:04:19 -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: m4/strtoimax.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strtoimax.m4,v
retrieving revision 1.5
diff -p -u -r1.5 strtoimax.m4
--- m4/strtoimax.m4     1 Jun 2004 20:27:23 -0000       1.5
+++ m4/strtoimax.m4     23 Jan 2005 08:04:19 -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: m4/strtok_r.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strtok_r.m4,v
retrieving revision 1.1
diff -p -u -r1.1 strtok_r.m4
--- m4/strtok_r.m4      12 Nov 2004 00:00:47 -0000      1.1
+++ m4/strtok_r.m4      23 Jan 2005 08:04:19 -0000
@@ -1,10 +1,8 @@
-# strtok_r.m4 serial 1
+# strtok_r.m4 serial 2
 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_STRTOK_R],
 [
Index: m4/strtol.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strtol.m4,v
retrieving revision 1.2
diff -p -u -r1.2 strtol.m4
--- m4/strtol.m4        12 Sep 2003 18:24:51 -0000      1.2
+++ m4/strtol.m4        23 Jan 2005 08:04:19 -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: m4/strtoll.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strtoll.m4,v
retrieving revision 1.3
diff -p -u -r1.3 strtoll.m4
--- m4/strtoll.m4       1 Jun 2004 20:27:23 -0000       1.3
+++ m4/strtoll.m4       23 Jan 2005 08:04:19 -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: m4/strtoul.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strtoul.m4,v
retrieving revision 1.1
diff -p -u -r1.1 strtoul.m4
--- m4/strtoul.m4       31 Dec 2002 13:42:07 -0000      1.1
+++ m4/strtoul.m4       23 Jan 2005 08:04:19 -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: m4/strtoull.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strtoull.m4,v
retrieving revision 1.3
diff -p -u -r1.3 strtoull.m4
--- m4/strtoull.m4      1 Jun 2004 20:27:23 -0000       1.3
+++ m4/strtoull.m4      23 Jan 2005 08:04:19 -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: m4/strtoumax.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strtoumax.m4,v
retrieving revision 1.5
diff -p -u -r1.5 strtoumax.m4
--- m4/strtoumax.m4     1 Jun 2004 20:27:23 -0000       1.5
+++ m4/strtoumax.m4     23 Jan 2005 08:04:19 -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: m4/strverscmp.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/strverscmp.m4,v
retrieving revision 1.1
diff -p -u -r1.1 strverscmp.m4
--- m4/strverscmp.m4    31 Dec 2002 13:42:07 -0000      1.1
+++ m4/strverscmp.m4    23 Jan 2005 08:04:19 -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: m4/sysexits.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/sysexits.m4,v
retrieving revision 1.1
diff -p -u -r1.1 sysexits.m4
--- m4/sysexits.m4      11 Jun 2003 10:42:09 -0000      1.1
+++ m4/sysexits.m4      23 Jan 2005 08:04:19 -0000
@@ -1,10 +1,8 @@
-# sysexits.m4 serial 1
+# sysexits.m4 serial 2
 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_SYSEXITS],
 [
Index: m4/time_r.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/time_r.m4,v
retrieving revision 1.1
diff -p -u -r1.1 time_r.m4
--- m4/time_r.m4        6 Sep 2003 21:34:07 -0000       1.1
+++ m4/time_r.m4        23 Jan 2005 08:04:19 -0000
@@ -1,12 +1,9 @@
 dnl Reentrant time functions like localtime_r.
 
 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.
 
 dnl Written by Paul Eggert.
 
Index: m4/timegm.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/timegm.m4,v
retrieving revision 1.2
diff -p -u -r1.2 timegm.m4
--- m4/timegm.m4        6 Sep 2003 21:34:07 -0000       1.2
+++ m4/timegm.m4        23 Jan 2005 08:04:19 -0000
@@ -1,10 +1,8 @@
-# timegm.m4 serial 2
+# timegm.m4 serial 3
 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_FUNC_TIMEGM],
 [
Index: m4/timespec.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/timespec.m4,v
retrieving revision 1.8
diff -p -u -r1.8 timespec.m4
--- m4/timespec.m4      18 Apr 2004 18:12:50 -0000      1.8
+++ m4/timespec.m4      23 Jan 2005 08:04:19 -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: m4/tm_gmtoff.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/tm_gmtoff.m4,v
retrieving revision 1.1
diff -p -u -r1.1 tm_gmtoff.m4
--- m4/tm_gmtoff.m4     31 Dec 2002 13:42:07 -0000      1.1
+++ m4/tm_gmtoff.m4     23 Jan 2005 08:04:19 -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: m4/tzset.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/tzset.m4,v
retrieving revision 1.1
diff -p -u -r1.1 tzset.m4
--- m4/tzset.m4 14 Aug 2003 21:59:28 -0000      1.1
+++ m4/tzset.m4 23 Jan 2005 08:04:19 -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: m4/uint32_t.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/uint32_t.m4,v
retrieving revision 1.3
diff -p -u -r1.3 uint32_t.m4
--- m4/uint32_t.m4      3 Nov 2004 23:26:03 -0000       1.3
+++ m4/uint32_t.m4      23 Jan 2005 08:04:19 -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: m4/uintptr_t.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/uintptr_t.m4,v
retrieving revision 1.1
diff -p -u -r1.1 uintptr_t.m4
--- m4/uintptr_t.m4     9 Aug 2004 17:58:47 -0000       1.1
+++ m4/uintptr_t.m4     23 Jan 2005 08:04:19 -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: m4/unistd-safer.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/unistd-safer.m4,v
retrieving revision 1.1
diff -p -u -r1.1 unistd-safer.m4
--- m4/unistd-safer.m4  31 Dec 2002 13:42:07 -0000      1.1
+++ m4/unistd-safer.m4  23 Jan 2005 08:04:19 -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: m4/unlink-busy.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/unlink-busy.m4,v
retrieving revision 1.4
diff -p -u -r1.4 unlink-busy.m4
--- m4/unlink-busy.m4   18 Apr 2004 18:12:50 -0000      1.4
+++ m4/unlink-busy.m4   23 Jan 2005 08:04:19 -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: m4/unlocked-io.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/unlocked-io.m4,v
retrieving revision 1.4
diff -p -u -r1.4 unlocked-io.m4
--- m4/unlocked-io.m4   4 Oct 2004 20:17:39 -0000       1.4
+++ m4/unlocked-io.m4   23 Jan 2005 08:04:19 -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: m4/uptime.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/uptime.m4,v
retrieving revision 1.6
diff -p -u -r1.6 uptime.m4
--- m4/uptime.m4        18 Apr 2004 18:12:50 -0000      1.6
+++ m4/uptime.m4        23 Jan 2005 08:04:19 -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: m4/userspec.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/userspec.m4,v
retrieving revision 1.5
diff -p -u -r1.5 userspec.m4
--- m4/userspec.m4      20 Aug 2004 02:27:00 -0000      1.5
+++ m4/userspec.m4      23 Jan 2005 08:04:19 -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: m4/utimbuf.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/utimbuf.m4,v
retrieving revision 1.8
diff -p -u -r1.8 utimbuf.m4
--- m4/utimbuf.m4       18 Apr 2004 18:12:50 -0000      1.8
+++ m4/utimbuf.m4       23 Jan 2005 08:04:19 -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: m4/utime.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/utime.m4,v
retrieving revision 1.6
diff -p -u -r1.6 utime.m4
--- m4/utime.m4 18 Apr 2004 18:12:50 -0000      1.6
+++ m4/utime.m4 23 Jan 2005 08:04:19 -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: m4/utimecmp.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/utimecmp.m4,v
retrieving revision 1.1
diff -p -u -r1.1 utimecmp.m4
--- m4/utimecmp.m4      6 Aug 2004 22:38:20 -0000       1.1
+++ m4/utimecmp.m4      23 Jan 2005 08:04:19 -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: m4/utimens.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/utimens.m4,v
retrieving revision 1.2
diff -p -u -r1.2 utimens.m4
--- m4/utimens.m4       23 Nov 2004 21:00:28 -0000      1.2
+++ m4/utimens.m4       23 Jan 2005 08:04:19 -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: m4/utimes-null.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/utimes-null.m4,v
retrieving revision 1.2
diff -p -u -r1.2 utimes-null.m4
--- m4/utimes-null.m4   18 Apr 2004 18:12:50 -0000      1.2
+++ m4/utimes-null.m4   23 Jan 2005 08:04:19 -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: m4/vsnprintf.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/vsnprintf.m4,v
retrieving revision 1.1
diff -p -u -r1.1 vsnprintf.m4
--- m4/vsnprintf.m4     11 Oct 2004 13:08:55 -0000      1.1
+++ m4/vsnprintf.m4     23 Jan 2005 08:04:19 -0000
@@ -1,10 +1,8 @@
-# vsnprintf.m4 serial 1
+# vsnprintf.m4 serial 2
 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_VSNPRINTF],
 [
Index: m4/xalloc.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/xalloc.m4,v
retrieving revision 1.12
diff -p -u -r1.12 xalloc.m4
--- m4/xalloc.m4        5 Oct 2004 06:45:52 -0000       1.12
+++ m4/xalloc.m4        23 Jan 2005 08:04:19 -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: m4/xgetcwd.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/xgetcwd.m4,v
retrieving revision 1.3
diff -p -u -r1.3 xgetcwd.m4
--- m4/xgetcwd.m4       26 Nov 2004 08:35:30 -0000      1.3
+++ m4/xgetcwd.m4       23 Jan 2005 08:04:19 -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: m4/xreadlink.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/xreadlink.m4,v
retrieving revision 1.5
diff -p -u -r1.5 xreadlink.m4
--- m4/xreadlink.m4     10 Sep 2003 14:52:49 -0000      1.5
+++ m4/xreadlink.m4     23 Jan 2005 08:04:19 -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: m4/xstrndup.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/xstrndup.m4,v
retrieving revision 1.1
diff -p -u -r1.1 xstrndup.m4
--- m4/xstrndup.m4      17 Aug 2003 16:05:16 -0000      1.1
+++ m4/xstrndup.m4      23 Jan 2005 08:04:19 -0000
@@ -1,10 +1,8 @@
-# xstrndup.m4 serial 1
+# xstrndup.m4 serial 2
 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_XSTRNDUP],
 [
Index: m4/xstrtod.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/xstrtod.m4,v
retrieving revision 1.2
diff -p -u -r1.2 xstrtod.m4
--- m4/xstrtod.m4       12 Sep 2003 18:24:51 -0000      1.2
+++ m4/xstrtod.m4       23 Jan 2005 08:04:19 -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: m4/xstrtoimax.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/xstrtoimax.m4,v
retrieving revision 1.7
diff -p -u -r1.7 xstrtoimax.m4
--- m4/xstrtoimax.m4    18 Apr 2004 18:12:50 -0000      1.7
+++ m4/xstrtoimax.m4    23 Jan 2005 08:04:19 -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: m4/xstrtol.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/xstrtol.m4,v
retrieving revision 1.6
diff -p -u -r1.6 xstrtol.m4
--- m4/xstrtol.m4       1 Jun 2004 20:27:24 -0000       1.6
+++ m4/xstrtol.m4       23 Jan 2005 08:04:19 -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: m4/xstrtoumax.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/xstrtoumax.m4,v
retrieving revision 1.18
diff -p -u -r1.18 xstrtoumax.m4
--- m4/xstrtoumax.m4    18 Apr 2004 18:12:50 -0000      1.18
+++ m4/xstrtoumax.m4    23 Jan 2005 08:04:19 -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: m4/yesno.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/yesno.m4,v
retrieving revision 1.2
diff -p -u -r1.2 yesno.m4
--- m4/yesno.m4 10 Sep 2003 14:52:49 -0000      1.2
+++ m4/yesno.m4 23 Jan 2005 08:04:19 -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]