shishi-commit
[Top][All Lists]
Advanced

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

CVS shishi/gl/m4


From: shishi-commit
Subject: CVS shishi/gl/m4
Date: Sat, 29 Jan 2005 02:04:46 +0100

Update of /home/cvs/shishi/gl/m4
In directory dopio:/tmp/cvs-serv24720/gl/m4

Modified Files:
        alloca.m4 allocsa.m4 base64.m4 bison.m4 clock_time.m4 
        codeset.m4 eealloc.m4 eoverflow.m4 error.m4 extensions.m4 
        getaddrinfo.m4 getdate.m4 getdomainname.m4 gethostname.m4 
        getline.m4 getndelim2.m4 getopt.m4 getpass.m4 getsubopt.m4 
        gettime.m4 gettimeofday.m4 glibc21.m4 iconv.m4 intmax_t.m4 
        inttypes_h.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 
        longdouble.m4 longlong.m4 mktime.m4 readlink.m4 restrict.m4 
        setenv.m4 signed.m4 size_max.m4 sockpfaf.m4 ssize_t.m4 
        st_mtim.m4 stdbool.m4 stdint_h.m4 strcase.m4 strchrnul.m4 
        strdup.m4 strerror_r.m4 strndup.m4 strnlen.m4 strtok_r.m4 
        time_r.m4 timegm.m4 timespec.m4 tm_gmtoff.m4 uintmax_t.m4 
        ulonglong.m4 vasnprintf.m4 vasprintf.m4 wchar_t.m4 wint_t.m4 
        xalloc.m4 xreadlink.m4 xsize.m4 xstrndup.m4 
Log Message:
Update.

--- /home/cvs/shishi/gl/m4/alloca.m4    2004/07/02 09:19:40     1.3
+++ /home/cvs/shishi/gl/m4/alloca.m4    2005/01/29 01:04:45     1.4
@@ -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],
 [
--- /home/cvs/shishi/gl/m4/allocsa.m4   2004/07/02 09:19:40     1.2
+++ /home/cvs/shishi/gl/m4/allocsa.m4   2005/01/29 01:04:45     1.3
@@ -1,10 +1,8 @@
 # allocsa.m4 serial 3
 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_ALLOCSA],
 [
--- /home/cvs/shishi/gl/m4/base64.m4    2004/12/02 01:37:51     1.1
+++ /home/cvs/shishi/gl/m4/base64.m4    2005/01/29 01:04:46     1.2
@@ -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],
 [
--- /home/cvs/shishi/gl/m4/bison.m4     2004/07/02 09:19:40     1.2
+++ /home/cvs/shishi/gl/m4/bison.m4     2005/01/29 01:04:46     1.3
@@ -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],
 [
--- /home/cvs/shishi/gl/m4/clock_time.m4        2004/04/18 12:10:19     1.1
+++ /home/cvs/shishi/gl/m4/clock_time.m4        2005/01/29 01:04:46     1.2
@@ -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],
--- /home/cvs/shishi/gl/m4/codeset.m4   2003/07/04 21:47:50     1.1
+++ /home/cvs/shishi/gl/m4/codeset.m4   2005/01/29 01:04:46     1.2
@@ -1,10 +1,8 @@
 # codeset.m4 serial AM1 (gettext-0.10.40)
 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.
+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.
 
--- /home/cvs/shishi/gl/m4/eealloc.m4   2004/04/18 12:10:19     1.1
+++ /home/cvs/shishi/gl/m4/eealloc.m4   2005/01/29 01:04:46     1.2
@@ -1,10 +1,8 @@
 # eealloc.m4 serial 1
 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_EEALLOC],
 [
--- /home/cvs/shishi/gl/m4/eoverflow.m4 2004/09/16 23:19:13     1.1
+++ /home/cvs/shishi/gl/m4/eoverflow.m4 2005/01/29 01:04:46     1.2
@@ -1,10 +1,8 @@
 # eoverflow.m4 serial 1
 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 From Bruno Haible.
 
--- /home/cvs/shishi/gl/m4/error.m4     2004/07/02 09:19:40     1.4
+++ /home/cvs/shishi/gl/m4/error.m4     2005/01/29 01:04:46     1.5
@@ -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],
 [
--- /home/cvs/shishi/gl/m4/extensions.m4        2003/09/23 21:29:15     1.3
+++ /home/cvs/shishi/gl/m4/extensions.m4        2005/01/29 01:04:46     1.4
@@ -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
 # ------------------------
--- /home/cvs/shishi/gl/m4/getaddrinfo.m4       2004/11/10 18:10:30     1.2
+++ /home/cvs/shishi/gl/m4/getaddrinfo.m4       2005/01/29 01:04:46     1.3
@@ -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],
 [
--- /home/cvs/shishi/gl/m4/getdate.m4   2004/12/24 11:43:01     1.5
+++ /home/cvs/shishi/gl/m4/getdate.m4   2005/01/29 01:04:46     1.6
@@ -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],
 [
--- /home/cvs/shishi/gl/m4/getdomainname.m4     2003/10/16 10:49:11     1.2
+++ /home/cvs/shishi/gl/m4/getdomainname.m4     2005/01/29 01:04:46     1.3
@@ -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],
 [
--- /home/cvs/shishi/gl/m4/gethostname.m4       2003/07/04 21:47:50     1.1
+++ /home/cvs/shishi/gl/m4/gethostname.m4       2005/01/29 01:04:46     1.2
@@ -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_PREREQ_GETHOSTNAME], [
   AC_CHECK_FUNCS(uname)
 ])
-
--- /home/cvs/shishi/gl/m4/getline.m4   2005/01/02 00:18:38     1.4
+++ /home/cvs/shishi/gl/m4/getline.m4   2005/01/29 01:04:46     1.5
@@ -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)
 
--- /home/cvs/shishi/gl/m4/getndelim2.m4        2003/11/22 07:10:04     1.2
+++ /home/cvs/shishi/gl/m4/getndelim2.m4        2005/01/29 01:04:46     1.3
@@ -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],
 [
--- /home/cvs/shishi/gl/m4/getopt.m4    2004/11/29 01:55:42     1.8
+++ /home/cvs/shishi/gl/m4/getopt.m4    2005/01/29 01:04:46     1.9
@@ -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
--- /home/cvs/shishi/gl/m4/getpass.m4   2004/11/08 14:50:18     1.2
+++ /home/cvs/shishi/gl/m4/getpass.m4   2005/01/29 01:04:46     1.3
@@ -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],
--- /home/cvs/shishi/gl/m4/getsubopt.m4 2004/08/01 22:32:52     1.1
+++ /home/cvs/shishi/gl/m4/getsubopt.m4 2005/01/29 01:04:46     1.2
@@ -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],
 [
--- /home/cvs/shishi/gl/m4/gettime.m4   2004/07/02 09:19:40     1.2
+++ /home/cvs/shishi/gl/m4/gettime.m4   2005/01/29 01:04:46     1.3
@@ -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],
 [
--- /home/cvs/shishi/gl/m4/gettimeofday.m4      2004/04/18 12:10:19     1.1
+++ /home/cvs/shishi/gl/m4/gettimeofday.m4      2005/01/29 01:04:46     1.2
@@ -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.
--- /home/cvs/shishi/gl/m4/glibc21.m4   2004/07/02 09:19:40     1.2
+++ /home/cvs/shishi/gl/m4/glibc21.m4   2005/01/29 01:04:46     1.3
@@ -1,10 +1,8 @@
 # glibc21.m4 serial 3
 dnl Copyright (C) 2000-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.
 
 # Test for the GNU C Library, version 2.1 or newer.
 # From Bruno Haible.
--- /home/cvs/shishi/gl/m4/iconv.m4     2003/07/04 21:47:50     1.1
+++ /home/cvs/shishi/gl/m4/iconv.m4     2005/01/29 01:04:46     1.2
@@ -1,10 +1,8 @@
 # iconv.m4 serial AM4 (gettext-0.11.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.
+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.
 
--- /home/cvs/shishi/gl/m4/intmax_t.m4  2004/07/02 09:19:40     1.3
+++ /home/cvs/shishi/gl/m4/intmax_t.m4  2005/01/29 01:04:46     1.4
@@ -1,10 +1,8 @@
 # intmax_t.m4 serial 4
 dnl Copyright (C) 1997-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 Paul Eggert.
 
--- /home/cvs/shishi/gl/m4/inttypes_h.m4        2004/07/02 09:19:40     1.2
+++ /home/cvs/shishi/gl/m4/inttypes_h.m4        2005/01/29 01:04:46     1.3
@@ -1,10 +1,8 @@
 # inttypes_h.m4 serial 6
 dnl Copyright (C) 1997-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 Paul Eggert.
 
--- /home/cvs/shishi/gl/m4/lib-ld.m4    2004/04/18 12:10:19     1.3
+++ /home/cvs/shishi/gl/m4/lib-ld.m4    2005/01/29 01:04:46     1.4
@@ -1,10 +1,8 @@
 # lib-ld.m4 serial 3 (gettext-0.13)
 dnl Copyright (C) 1996-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 Subroutines of libtool.m4,
 dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision
--- /home/cvs/shishi/gl/m4/lib-link.m4  2003/08/22 17:48:49     1.2
+++ /home/cvs/shishi/gl/m4/lib-link.m4  2005/01/29 01:04:46     1.3
@@ -1,10 +1,8 @@
 # lib-link.m4 serial 4 (gettext-0.12)
 dnl Copyright (C) 2001-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 Bruno Haible.
 
--- /home/cvs/shishi/gl/m4/lib-prefix.m4        2004/04/18 12:10:19     1.3
+++ /home/cvs/shishi/gl/m4/lib-prefix.m4        2005/01/29 01:04:46     1.4
@@ -1,10 +1,8 @@
 # lib-prefix.m4 serial 3 (gettext-0.13)
 dnl Copyright (C) 2001-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 Bruno Haible.
 
--- /home/cvs/shishi/gl/m4/longdouble.m4        2003/07/04 21:47:50     1.1
+++ /home/cvs/shishi/gl/m4/longdouble.m4        2005/01/29 01:04:46     1.2
@@ -1,10 +1,8 @@
 # longdouble.m4 serial 1 (gettext-0.12)
 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 Bruno Haible.
 dnl Test whether the compiler supports the 'long double' type.
--- /home/cvs/shishi/gl/m4/longlong.m4  2004/07/02 09:19:40     1.2
+++ /home/cvs/shishi/gl/m4/longlong.m4  2005/01/29 01:04:46     1.3
@@ -1,10 +1,8 @@
 # longlong.m4 serial 5
 dnl Copyright (C) 1999-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 Paul Eggert.
 
--- /home/cvs/shishi/gl/m4/mktime.m4    2003/09/14 21:10:11     1.3
+++ /home/cvs/shishi/gl/m4/mktime.m4    2005/01/29 01:04:46     1.4
@@ -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.
 
--- /home/cvs/shishi/gl/m4/readlink.m4  2003/11/30 18:59:44     1.1
+++ /home/cvs/shishi/gl/m4/readlink.m4  2005/01/29 01:04:46     1.2
@@ -1,10 +1,8 @@
 # readlink.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_FUNC_READLINK],
 [
--- /home/cvs/shishi/gl/m4/restrict.m4  2004/12/02 01:37:51     1.2
+++ /home/cvs/shishi/gl/m4/restrict.m4  2005/01/29 01:04:46     1.3
@@ -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.
--- /home/cvs/shishi/gl/m4/setenv.m4    2004/11/08 14:50:18     1.3
+++ /home/cvs/shishi/gl/m4/setenv.m4    2005/01/29 01:04:46     1.4
@@ -1,10 +1,8 @@
 # setenv.m4 serial 5
 dnl Copyright (C) 2001-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([gt_FUNC_SETENV],
 [
--- /home/cvs/shishi/gl/m4/signed.m4    2003/07/04 21:47:50     1.1
+++ /home/cvs/shishi/gl/m4/signed.m4    2005/01/29 01:04:46     1.2
@@ -1,10 +1,8 @@
 # signed.m4 serial 1 (gettext-0.10.40)
 dnl Copyright (C) 2001-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.
 
 dnl From Bruno Haible.
 
--- /home/cvs/shishi/gl/m4/size_max.m4  2004/04/18 12:10:19     1.2
+++ /home/cvs/shishi/gl/m4/size_max.m4  2005/01/29 01:04:46     1.3
@@ -1,10 +1,8 @@
 # size_max.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.
 
 dnl From Bruno Haible.
 
--- /home/cvs/shishi/gl/m4/sockpfaf.m4  2004/11/09 18:18:50     1.1
+++ /home/cvs/shishi/gl/m4/sockpfaf.m4  2005/01/29 01:04:46     1.2
@@ -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, ...).
--- /home/cvs/shishi/gl/m4/ssize_t.m4   2004/04/18 12:10:19     1.2
+++ /home/cvs/shishi/gl/m4/ssize_t.m4   2005/01/29 01:04:46     1.3
@@ -1,10 +1,8 @@
 # ssize_t.m4 serial 3 (gettext-0.13)
 dnl Copyright (C) 2001-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 Bruno Haible.
 dnl Test whether ssize_t is defined.
--- /home/cvs/shishi/gl/m4/st_mtim.m4   2004/04/18 12:10:19     1.1
+++ /home/cvs/shishi/gl/m4/st_mtim.m4   2005/01/29 01:04:46     1.2
@@ -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.
 
--- /home/cvs/shishi/gl/m4/stdbool.m4   2004/07/02 09:19:40     1.2
+++ /home/cvs/shishi/gl/m4/stdbool.m4   2005/01/29 01:04:46     1.3
@@ -1,21 +1,9 @@
 # Check for stdbool.h that conforms to C99.
 
-# Copyright (C) 2002-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.
+dnl Copyright (C) 2002-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.
 
 # Prepare for substituting <stdbool.h> if it is not supported.
 
--- /home/cvs/shishi/gl/m4/stdint_h.m4  2004/07/02 09:19:40     1.2
+++ /home/cvs/shishi/gl/m4/stdint_h.m4  2005/01/29 01:04:46     1.3
@@ -1,10 +1,8 @@
 # stdint_h.m4 serial 5
 dnl Copyright (C) 1997-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 Paul Eggert.
 
--- /home/cvs/shishi/gl/m4/strcase.m4   2003/07/04 21:47:50     1.1
+++ /home/cvs/shishi/gl/m4/strcase.m4   2005/01/29 01:04:46     1.2
@@ -1,10 +1,8 @@
 # strcase.m4 serial 1
 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_STRCASE],
 [
--- /home/cvs/shishi/gl/m4/strchrnul.m4 2003/09/14 21:10:11     1.2
+++ /home/cvs/shishi/gl/m4/strchrnul.m4 2005/01/29 01:04:46     1.3
@@ -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],
 [
--- /home/cvs/shishi/gl/m4/strdup.m4    2005/01/02 00:18:38     1.7
+++ /home/cvs/shishi/gl/m4/strdup.m4    2005/01/29 01:04:46     1.8
@@ -1,10 +1,8 @@
 # strdup.m4 serial 5
-dnl Copyright (C) 2002, 2003, 2004, 2005 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 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_FUNC_STRDUP],
 [
--- /home/cvs/shishi/gl/m4/strerror_r.m4        2003/07/04 21:47:50     1.1
+++ /home/cvs/shishi/gl/m4/strerror_r.m4        2005/01/29 01:04:46     1.2
@@ -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])
 
--- /home/cvs/shishi/gl/m4/strndup.m4   2003/09/14 21:10:11     1.2
+++ /home/cvs/shishi/gl/m4/strndup.m4   2005/01/29 01:04:46     1.3
@@ -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_PREREQ_STRNDUP], [
   AC_CHECK_DECLS(strnlen)
 ])
-
--- /home/cvs/shishi/gl/m4/strnlen.m4   2003/09/14 21:10:11     1.2
+++ /home/cvs/shishi/gl/m4/strnlen.m4   2005/01/29 01:04:46     1.3
@@ -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],
 [
--- /home/cvs/shishi/gl/m4/strtok_r.m4  2004/11/11 18:59:35     1.1
+++ /home/cvs/shishi/gl/m4/strtok_r.m4  2005/01/29 01:04:46     1.2
@@ -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],
 [
--- /home/cvs/shishi/gl/m4/time_r.m4    2003/09/06 22:24:14     1.1
+++ /home/cvs/shishi/gl/m4/time_r.m4    2005/01/29 01:04:46     1.2
@@ -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.
 
--- /home/cvs/shishi/gl/m4/timegm.m4    2003/09/06 22:24:14     1.4
+++ /home/cvs/shishi/gl/m4/timegm.m4    2005/01/29 01:04:46     1.5
@@ -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],
 [
--- /home/cvs/shishi/gl/m4/timespec.m4  2004/07/02 09:19:40     1.2
+++ /home/cvs/shishi/gl/m4/timespec.m4  2005/01/29 01:04:46     1.3
@@ -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
 
--- /home/cvs/shishi/gl/m4/tm_gmtoff.m4 2003/08/12 22:02:12     1.1
+++ /home/cvs/shishi/gl/m4/tm_gmtoff.m4 2005/01/29 01:04:46     1.2
@@ -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],
 [
--- /home/cvs/shishi/gl/m4/uintmax_t.m4 2004/07/02 09:19:40     1.2
+++ /home/cvs/shishi/gl/m4/uintmax_t.m4 2005/01/29 01:04:46     1.3
@@ -1,10 +1,8 @@
 # uintmax_t.m4 serial 9
 dnl Copyright (C) 1997-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 Paul Eggert.
 
--- /home/cvs/shishi/gl/m4/ulonglong.m4 2004/07/02 09:19:40     1.2
+++ /home/cvs/shishi/gl/m4/ulonglong.m4 2005/01/29 01:04:46     1.3
@@ -1,10 +1,8 @@
 # ulonglong.m4 serial 4
 dnl Copyright (C) 1999-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 Paul Eggert.
 
--- /home/cvs/shishi/gl/m4/vasnprintf.m4        2004/09/16 23:18:44     1.5
+++ /home/cvs/shishi/gl/m4/vasnprintf.m4        2005/01/29 01:04:46     1.6
@@ -1,10 +1,8 @@
 # vasnprintf.m4 serial 5
 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_VASNPRINTF],
 [
--- /home/cvs/shishi/gl/m4/vasprintf.m4 2003/07/04 21:47:50     1.1
+++ /home/cvs/shishi/gl/m4/vasprintf.m4 2005/01/29 01:04:46     1.2
@@ -1,10 +1,8 @@
 # vasprintf.m4 serial 1
 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_VASPRINTF],
 [
--- /home/cvs/shishi/gl/m4/wchar_t.m4   2003/07/04 21:47:50     1.1
+++ /home/cvs/shishi/gl/m4/wchar_t.m4   2005/01/29 01:04:46     1.2
@@ -1,10 +1,8 @@
 # wchar_t.m4 serial 1 (gettext-0.12)
 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 Bruno Haible.
 dnl Test whether <stddef.h> has the 'wchar_t' type.
--- /home/cvs/shishi/gl/m4/wint_t.m4    2003/07/04 21:47:50     1.1
+++ /home/cvs/shishi/gl/m4/wint_t.m4    2005/01/29 01:04:46     1.2
@@ -1,10 +1,8 @@
 # wint_t.m4 serial 1 (gettext-0.12)
 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 From Bruno Haible.
 dnl Test whether <wchar.h> has the 'wint_t' type.
--- /home/cvs/shishi/gl/m4/xalloc.m4    2004/10/05 18:54:42     1.8
+++ /home/cvs/shishi/gl/m4/xalloc.m4    2005/01/29 01:04:46     1.9
@@ -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],
 [
--- /home/cvs/shishi/gl/m4/xreadlink.m4 2003/11/30 18:59:44     1.1
+++ /home/cvs/shishi/gl/m4/xreadlink.m4 2005/01/29 01:04:46     1.2
@@ -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],
 [
--- /home/cvs/shishi/gl/m4/xsize.m4     2004/04/18 12:10:19     1.2
+++ /home/cvs/shishi/gl/m4/xsize.m4     2005/01/29 01:04:46     1.3
@@ -1,10 +1,8 @@
 # xsize.m4 serial 3
 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_XSIZE],
 [
--- /home/cvs/shishi/gl/m4/xstrndup.m4  2003/08/22 17:48:49     1.1
+++ /home/cvs/shishi/gl/m4/xstrndup.m4  2005/01/29 01:04:46     1.2
@@ -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],
 [





reply via email to

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