From 52aceb00a8ce321a73680b2d5890de75be23f29f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 18 Jan 2005 13:07:56 +0000 Subject: [PATCH] Use an all-permissive copyright notice, recommended by RMS. --- m4/allocsa.m4 | 8 +++----- m4/codeset.m4 | 8 +++----- m4/copy-file.m4 | 8 +++----- m4/eaccess.m4 | 8 +++----- m4/eealloc.m4 | 8 +++----- m4/eoverflow.m4 | 8 +++----- m4/execute.m4 | 8 +++----- m4/fatal-signal.m4 | 8 +++----- m4/findprog.m4 | 8 +++----- m4/glibc21.m4 | 8 +++----- m4/iconv.m4 | 8 +++----- m4/intmax_t.m4 | 8 +++----- m4/inttypes_h.m4 | 8 +++----- m4/lib-ld.m4 | 8 +++----- m4/lib-link.m4 | 8 +++----- m4/lib-prefix.m4 | 8 +++----- m4/linebreak.m4 | 8 +++----- m4/localcharset.m4 | 8 +++----- m4/longdouble.m4 | 8 +++----- m4/longlong.m4 | 8 +++----- m4/mbrtowc.m4 | 8 +++----- m4/mbstate_t.m4 | 8 +++----- m4/mbswidth.m4 | 8 +++----- m4/mkdtemp.m4 | 8 +++----- m4/pipe.m4 | 8 +++----- m4/readlink.m4 | 8 +++----- m4/safe-read.m4 | 8 +++----- m4/safe-write.m4 | 8 +++----- m4/setenv.m4 | 8 +++----- m4/sig_atomic_t.m4 | 8 +++----- m4/signalblocking.m4 | 8 +++----- m4/signed.m4 | 8 +++----- m4/size_max.m4 | 8 +++----- m4/ssize_t.m4 | 8 +++----- m4/stdbool.m4 | 20 ++++---------------- m4/stdint_h.m4 | 8 +++----- m4/stpcpy.m4 | 8 +++----- m4/stpncpy.m4 | 8 +++----- m4/strcase.m4 | 8 +++----- m4/strcspn.m4 | 8 +++----- m4/strpbrk.m4 | 8 +++----- m4/strstr.m4 | 8 +++----- m4/ucs4-utf.m4 | 8 +++----- m4/uintmax_t.m4 | 8 +++----- m4/ulonglong.m4 | 8 +++----- m4/unicodeio.m4 | 8 +++----- m4/utf-ucs4.m4 | 8 +++----- m4/vasnprintf.m4 | 8 +++----- m4/vasprintf.m4 | 8 +++----- m4/wait-process.m4 | 8 +++----- m4/wchar_t.m4 | 8 +++----- m4/wint_t.m4 | 8 +++----- m4/xsize.m4 | 8 +++----- 53 files changed, 160 insertions(+), 276 deletions(-) diff --git a/m4/allocsa.m4 b/m4/allocsa.m4 index 9ec002448..474862fe3 100644 --- a/m4/allocsa.m4 +++ b/m4/allocsa.m4 @@ -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], [ diff --git a/m4/codeset.m4 b/m4/codeset.m4 index 59535ebcf..a6e67ec49 100644 --- a/m4/codeset.m4 +++ b/m4/codeset.m4 @@ -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. diff --git a/m4/copy-file.m4 b/m4/copy-file.m4 index 97e648a9d..71a5b0604 100644 --- a/m4/copy-file.m4 +++ b/m4/copy-file.m4 @@ -1,10 +1,8 @@ # copy-file.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_COPY_FILE], [ diff --git a/m4/eaccess.m4 b/m4/eaccess.m4 index fab2cb40b..58dba2b26 100644 --- a/m4/eaccess.m4 +++ b/m4/eaccess.m4 @@ -1,10 +1,8 @@ # eaccess.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. AC_DEFUN([gl_FUNC_EACCESS], [ diff --git a/m4/eealloc.m4 b/m4/eealloc.m4 index aca0df9ce..adcfd06c9 100644 --- a/m4/eealloc.m4 +++ b/m4/eealloc.m4 @@ -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], [ diff --git a/m4/eoverflow.m4 b/m4/eoverflow.m4 index 7e6cea3d1..8c28ca305 100644 --- a/m4/eoverflow.m4 +++ b/m4/eoverflow.m4 @@ -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. diff --git a/m4/execute.m4 b/m4/execute.m4 index ed0105488..62212908d 100644 --- a/m4/execute.m4 +++ b/m4/execute.m4 @@ -1,10 +1,8 @@ # execute.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_EXECUTE], [ diff --git a/m4/fatal-signal.m4 b/m4/fatal-signal.m4 index 058be4d38..062f6e0a7 100644 --- a/m4/fatal-signal.m4 +++ b/m4/fatal-signal.m4 @@ -1,10 +1,8 @@ # fatal-signal.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_FATAL_SIGNAL], [ diff --git a/m4/findprog.m4 b/m4/findprog.m4 index e2bc75c94..20658eeb3 100644 --- a/m4/findprog.m4 +++ b/m4/findprog.m4 @@ -1,10 +1,8 @@ # findprog.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_FINDPROG], [ diff --git a/m4/glibc21.m4 b/m4/glibc21.m4 index 32ca2242e..d95fd9861 100644 --- a/m4/glibc21.m4 +++ b/m4/glibc21.m4 @@ -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. diff --git a/m4/iconv.m4 b/m4/iconv.m4 index c5f357982..654c41589 100644 --- a/m4/iconv.m4 +++ b/m4/iconv.m4 @@ -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. diff --git a/m4/intmax_t.m4 b/m4/intmax_t.m4 index 859db1495..44b16523c 100644 --- a/m4/intmax_t.m4 +++ b/m4/intmax_t.m4 @@ -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. diff --git a/m4/inttypes_h.m4 b/m4/inttypes_h.m4 index 79bba8763..a5d075d96 100644 --- a/m4/inttypes_h.m4 +++ b/m4/inttypes_h.m4 @@ -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. diff --git a/m4/lib-ld.m4 b/m4/lib-ld.m4 index 38aeaec19..96c4e2c33 100644 --- a/m4/lib-ld.m4 +++ b/m4/lib-ld.m4 @@ -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 diff --git a/m4/lib-link.m4 b/m4/lib-link.m4 index eeb200d26..3538b8036 100644 --- a/m4/lib-link.m4 +++ b/m4/lib-link.m4 @@ -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. diff --git a/m4/lib-prefix.m4 b/m4/lib-prefix.m4 index 8aff5a9d2..70d693002 100644 --- a/m4/lib-prefix.m4 +++ b/m4/lib-prefix.m4 @@ -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. diff --git a/m4/linebreak.m4 b/m4/linebreak.m4 index 4e8565bd1..172fb07af 100644 --- a/m4/linebreak.m4 +++ b/m4/linebreak.m4 @@ -1,10 +1,8 @@ # linebreak.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_LINEBREAK], [ diff --git a/m4/localcharset.m4 b/m4/localcharset.m4 index 6cf304df1..c92e1bb82 100644 --- a/m4/localcharset.m4 +++ b/m4/localcharset.m4 @@ -1,10 +1,8 @@ # localcharset.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_LOCALCHARSET], [ diff --git a/m4/longdouble.m4 b/m4/longdouble.m4 index 1333d2f57..40cd7ce02 100644 --- a/m4/longdouble.m4 +++ b/m4/longdouble.m4 @@ -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. diff --git a/m4/longlong.m4 b/m4/longlong.m4 index 028422b61..7b399e012 100644 --- a/m4/longlong.m4 +++ b/m4/longlong.m4 @@ -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. diff --git a/m4/mbrtowc.m4 b/m4/mbrtowc.m4 index 3d8768ecb..2eee1a64f 100644 --- a/m4/mbrtowc.m4 +++ b/m4/mbrtowc.m4 @@ -1,10 +1,8 @@ # mbrtowc.m4 serial 7 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 Paul Eggert diff --git a/m4/mbstate_t.m4 b/m4/mbstate_t.m4 index a07f51bc1..df2a275c2 100644 --- a/m4/mbstate_t.m4 +++ b/m4/mbstate_t.m4 @@ -1,10 +1,8 @@ # mbstate_t.m4 serial 9 dnl Copyright (C) 2000, 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. # From Paul Eggert. diff --git a/m4/mbswidth.m4 b/m4/mbswidth.m4 index ffa6ece3b..878e5311d 100644 --- a/m4/mbswidth.m4 +++ b/m4/mbswidth.m4 @@ -1,10 +1,8 @@ # mbswidth.m4 serial 11 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. dnl autoconf tests required for use of mbswidth.c dnl From Bruno Haible. diff --git a/m4/mkdtemp.m4 b/m4/mkdtemp.m4 index f64fe11f6..e02c8256c 100644 --- a/m4/mkdtemp.m4 +++ b/m4/mkdtemp.m4 @@ -1,10 +1,8 @@ # mkdtemp.m4 serial 3 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. AC_DEFUN([gt_FUNC_MKDTEMP], [ diff --git a/m4/pipe.m4 b/m4/pipe.m4 index 0e5af624d..4da91155d 100644 --- a/m4/pipe.m4 +++ b/m4/pipe.m4 @@ -1,10 +1,8 @@ # pipe.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. AC_DEFUN([gl_PIPE], [ diff --git a/m4/readlink.m4 b/m4/readlink.m4 index ec53e14db..b4a7f55d7 100644 --- a/m4/readlink.m4 +++ b/m4/readlink.m4 @@ -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], [ diff --git a/m4/safe-read.m4 b/m4/safe-read.m4 index deb01bc96..b096e7f7f 100644 --- a/m4/safe-read.m4 +++ b/m4/safe-read.m4 @@ -1,10 +1,8 @@ # safe-read.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_SAFE_READ], [ diff --git a/m4/safe-write.m4 b/m4/safe-write.m4 index cf3292b2a..775561ddd 100644 --- a/m4/safe-write.m4 +++ b/m4/safe-write.m4 @@ -1,10 +1,8 @@ # safe-write.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_SAFE_WRITE], [ diff --git a/m4/setenv.m4 b/m4/setenv.m4 index 88d5e4c20..4c76be1ff 100644 --- a/m4/setenv.m4 +++ b/m4/setenv.m4 @@ -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], [ diff --git a/m4/sig_atomic_t.m4 b/m4/sig_atomic_t.m4 index fc5808fad..a05a73be7 100644 --- a/m4/sig_atomic_t.m4 +++ b/m4/sig_atomic_t.m4 @@ -1,10 +1,8 @@ # sig_atomic_t.m4 serial 1 (gettext-0.13) 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([gt_TYPE_SIG_ATOMIC_T], [ diff --git a/m4/signalblocking.m4 b/m4/signalblocking.m4 index 1a88f52fd..fe91f2984 100644 --- a/m4/signalblocking.m4 +++ b/m4/signalblocking.m4 @@ -1,10 +1,8 @@ # signalblocking.m4 serial 1 (gettext-0.11) 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. # Determine available signal blocking primitives. Three different APIs exist: # 1) POSIX: sigemptyset, sigaddset, sigprocmask diff --git a/m4/signed.m4 b/m4/signed.m4 index dc1f54f10..048f59369 100644 --- a/m4/signed.m4 +++ b/m4/signed.m4 @@ -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. diff --git a/m4/size_max.m4 b/m4/size_max.m4 index 5762fc333..4fe81c7b0 100644 --- a/m4/size_max.m4 +++ b/m4/size_max.m4 @@ -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. diff --git a/m4/ssize_t.m4 b/m4/ssize_t.m4 index 56b7ea433..19b379fee 100644 --- a/m4/ssize_t.m4 +++ b/m4/ssize_t.m4 @@ -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. diff --git a/m4/stdbool.m4 b/m4/stdbool.m4 index b25b7d244..3f6b4bfcb 100644 --- a/m4/stdbool.m4 +++ b/m4/stdbool.m4 @@ -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 if it is not supported. diff --git a/m4/stdint_h.m4 b/m4/stdint_h.m4 index 063c4344e..3355f35aa 100644 --- a/m4/stdint_h.m4 +++ b/m4/stdint_h.m4 @@ -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. diff --git a/m4/stpcpy.m4 b/m4/stpcpy.m4 index b3282661b..ce8d92fb1 100644 --- a/m4/stpcpy.m4 +++ b/m4/stpcpy.m4 @@ -1,10 +1,8 @@ # stpcpy.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_FUNC_STPCPY], [ diff --git a/m4/stpncpy.m4 b/m4/stpncpy.m4 index 74b807cb0..8efd1a9c3 100644 --- a/m4/stpncpy.m4 +++ b/m4/stpncpy.m4 @@ -1,10 +1,8 @@ # stpncpy.m4 serial 2 dnl Copyright (C) 2002-2003, 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 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_STPNCPY], [ diff --git a/m4/strcase.m4 b/m4/strcase.m4 index 3fd25d0ce..40ace46a7 100644 --- a/m4/strcase.m4 +++ b/m4/strcase.m4 @@ -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], [ diff --git a/m4/strcspn.m4 b/m4/strcspn.m4 index b450ffbb3..95650040b 100644 --- a/m4/strcspn.m4 +++ b/m4/strcspn.m4 @@ -1,10 +1,8 @@ # strcspn.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_STRCSPN], [ diff --git a/m4/strpbrk.m4 b/m4/strpbrk.m4 index 01425c496..68360684e 100644 --- a/m4/strpbrk.m4 +++ b/m4/strpbrk.m4 @@ -1,10 +1,8 @@ # strpbrk.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_STRPBRK], [ diff --git a/m4/strstr.m4 b/m4/strstr.m4 index 20c2c0a46..0fe0f73cd 100644 --- a/m4/strstr.m4 +++ b/m4/strstr.m4 @@ -1,10 +1,8 @@ # strstr.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_STRSTR], [ diff --git a/m4/ucs4-utf.m4 b/m4/ucs4-utf.m4 index 15a10b6ea..73a661864 100644 --- a/m4/ucs4-utf.m4 +++ b/m4/ucs4-utf.m4 @@ -1,10 +1,8 @@ # ucs4-utf.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_UCS4_UTF], [ diff --git a/m4/uintmax_t.m4 b/m4/uintmax_t.m4 index a2bc218ce..bf83ed746 100644 --- a/m4/uintmax_t.m4 +++ b/m4/uintmax_t.m4 @@ -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. diff --git a/m4/ulonglong.m4 b/m4/ulonglong.m4 index 1123ccb83..dee10ccc3 100644 --- a/m4/ulonglong.m4 +++ b/m4/ulonglong.m4 @@ -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. diff --git a/m4/unicodeio.m4 b/m4/unicodeio.m4 index 3e7ea7828..9edd52774 100644 --- a/m4/unicodeio.m4 +++ b/m4/unicodeio.m4 @@ -1,10 +1,8 @@ # unicodeio.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_UNICODEIO], [ diff --git a/m4/utf-ucs4.m4 b/m4/utf-ucs4.m4 index 6b1160661..f64857757 100644 --- a/m4/utf-ucs4.m4 +++ b/m4/utf-ucs4.m4 @@ -1,10 +1,8 @@ # utf-ucs4.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_UTF_UCS4], [ diff --git a/m4/vasnprintf.m4 b/m4/vasnprintf.m4 index a116949da..7ff343035 100644 --- a/m4/vasnprintf.m4 +++ b/m4/vasnprintf.m4 @@ -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], [ diff --git a/m4/vasprintf.m4 b/m4/vasprintf.m4 index 1d00d938d..385e92edd 100644 --- a/m4/vasprintf.m4 +++ b/m4/vasprintf.m4 @@ -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], [ diff --git a/m4/wait-process.m4 b/m4/wait-process.m4 index 7a18b23b3..8dd633664 100644 --- a/m4/wait-process.m4 +++ b/m4/wait-process.m4 @@ -1,10 +1,8 @@ # wait-process.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_WAIT_PROCESS], [ diff --git a/m4/wchar_t.m4 b/m4/wchar_t.m4 index d8fd1ec5c..cde2129a9 100644 --- a/m4/wchar_t.m4 +++ b/m4/wchar_t.m4 @@ -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 has the 'wchar_t' type. diff --git a/m4/wint_t.m4 b/m4/wint_t.m4 index 3d8d21594..b8fff9c86 100644 --- a/m4/wint_t.m4 +++ b/m4/wint_t.m4 @@ -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 has the 'wint_t' type. diff --git a/m4/xsize.m4 b/m4/xsize.m4 index 7bf1865b4..85bb721e4 100644 --- a/m4/xsize.m4 +++ b/m4/xsize.m4 @@ -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], [ -- 2.11.0