From 106d3ad905054693a6e424305167452bbaa49f87 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 5 Nov 2008 00:43:19 +0100 Subject: [PATCH] Change license to GFDLv1.3+. --- ChangeLog | 29 +++++++++++++++++++++++++++++ doc/alloca-opt.texi | 2 +- doc/alloca.texi | 2 +- doc/c-ctype.texi | 2 +- doc/c-strcase.texi | 2 +- doc/c-strcaseeq.texi | 2 +- doc/c-strcasestr.texi | 2 +- doc/c-strstr.texi | 2 +- doc/c-strtod.texi | 2 +- doc/c-strtold.texi | 2 +- doc/ctime.texi | 2 +- doc/error.texi | 2 +- doc/fdl.texi | 4 ++-- doc/gcd.texi | 2 +- doc/getdate.texi | 2 +- doc/gnulib-intro.texi | 2 +- doc/gnulib-tool.texi | 2 +- doc/gnulib.texi | 2 +- doc/inet_ntoa.texi | 2 +- doc/maintain.texi | 4 ++-- doc/make-stds.texi | 2 +- doc/quote.texi | 2 +- doc/regexprops-generic.texi | 2 +- doc/standards.texi | 2 +- doc/verify.texi | 2 +- doc/visibility.texi | 2 +- 26 files changed, 56 insertions(+), 27 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3b6d17729..6e084cebd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,34 @@ 2008-11-04 Simon Josefsson + * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested + by karl@freefriends.org (Karl Berry). + * doc/alloca.texi: Likewise. + * doc/c-ctype.texi: Likewise. + * doc/c-strcase.texi: Likewise. + * doc/c-strcaseeq.texi: Likewise. + * doc/c-strcasestr.texi: Likewise. + * doc/c-strstr.texi: Likewise. + * doc/c-strtod.texi: Likewise. + * doc/c-strtold.texi: Likewise. + * doc/ctime.texi: Likewise. + * doc/error.texi: Likewise. + * doc/fdl.texi: Likewise. + * doc/gcd.texi: Likewise. + * doc/getdate.texi: Likewise. + * doc/gnulib-intro.texi: Likewise. + * doc/gnulib-tool.texi: Likewise. + * doc/gnulib.texi: Likewise. + * doc/inet_ntoa.texi: Likewise. + * doc/maintain.texi: Likewise. + * doc/make-stds.texi: Likewise. + * doc/quote.texi: Likewise. + * doc/regexprops-generic.texi: Likewise. + * doc/standards.texi: Likewise. + * doc/verify.texi: Likewise. + * doc/visibility.texi: Likewise. + +2008-11-04 Simon Josefsson + * doc/fdl-1.3.texi: New file, from . * modules/fdl-1.3: Add. diff --git a/doc/alloca-opt.texi b/doc/alloca-opt.texi index 3fea8f359..29499a2db 100644 --- a/doc/alloca-opt.texi +++ b/doc/alloca-opt.texi @@ -3,7 +3,7 @@ @c Copyright (C) 2004, 2007 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document -@c under the terms of the GNU Free Documentation License, Version 1.2 or +@c under the terms of the GNU Free Documentation License, Version 1.3 or @c any later version published by the Free Software Foundation; with no @c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free diff --git a/doc/alloca.texi b/doc/alloca.texi index 975cb998d..eb4e41426 100644 --- a/doc/alloca.texi +++ b/doc/alloca.texi @@ -3,7 +3,7 @@ @c Copyright (C) 2004, 2007 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document -@c under the terms of the GNU Free Documentation License, Version 1.2 or +@c under the terms of the GNU Free Documentation License, Version 1.3 or @c any later version published by the Free Software Foundation; with no @c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free diff --git a/doc/c-ctype.texi b/doc/c-ctype.texi index 2140b6bd8..96195ed1c 100644 --- a/doc/c-ctype.texi +++ b/doc/c-ctype.texi @@ -3,7 +3,7 @@ @c Copyright (C) 2008 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document -@c under the terms of the GNU Free Documentation License, Version 1.2 or +@c under the terms of the GNU Free Documentation License, Version 1.3 or @c any later version published by the Free Software Foundation; with no @c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free diff --git a/doc/c-strcase.texi b/doc/c-strcase.texi index e14383fd9..e6a51a604 100644 --- a/doc/c-strcase.texi +++ b/doc/c-strcase.texi @@ -3,7 +3,7 @@ @c Copyright (C) 2008 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document -@c under the terms of the GNU Free Documentation License, Version 1.2 or +@c under the terms of the GNU Free Documentation License, Version 1.3 or @c any later version published by the Free Software Foundation; with no @c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free diff --git a/doc/c-strcaseeq.texi b/doc/c-strcaseeq.texi index 42e23600d..e78622e3d 100644 --- a/doc/c-strcaseeq.texi +++ b/doc/c-strcaseeq.texi @@ -3,7 +3,7 @@ @c Copyright (C) 2008 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document -@c under the terms of the GNU Free Documentation License, Version 1.2 or +@c under the terms of the GNU Free Documentation License, Version 1.3 or @c any later version published by the Free Software Foundation; with no @c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free diff --git a/doc/c-strcasestr.texi b/doc/c-strcasestr.texi index 5ff1f88b9..c0a3c868b 100644 --- a/doc/c-strcasestr.texi +++ b/doc/c-strcasestr.texi @@ -3,7 +3,7 @@ @c Copyright (C) 2008 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document -@c under the terms of the GNU Free Documentation License, Version 1.2 or +@c under the terms of the GNU Free Documentation License, Version 1.3 or @c any later version published by the Free Software Foundation; with no @c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free diff --git a/doc/c-strstr.texi b/doc/c-strstr.texi index 08a672864..c0f07f9ee 100644 --- a/doc/c-strstr.texi +++ b/doc/c-strstr.texi @@ -3,7 +3,7 @@ @c Copyright (C) 2008 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document -@c under the terms of the GNU Free Documentation License, Version 1.2 or +@c under the terms of the GNU Free Documentation License, Version 1.3 or @c any later version published by the Free Software Foundation; with no @c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free diff --git a/doc/c-strtod.texi b/doc/c-strtod.texi index f4f196f56..a2082e7dc 100644 --- a/doc/c-strtod.texi +++ b/doc/c-strtod.texi @@ -3,7 +3,7 @@ @c Copyright (C) 2008 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document -@c under the terms of the GNU Free Documentation License, Version 1.2 or +@c under the terms of the GNU Free Documentation License, Version 1.3 or @c any later version published by the Free Software Foundation; with no @c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free diff --git a/doc/c-strtold.texi b/doc/c-strtold.texi index 70fd7c9c1..1de9c4d77 100644 --- a/doc/c-strtold.texi +++ b/doc/c-strtold.texi @@ -3,7 +3,7 @@ @c Copyright (C) 2008 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document -@c under the terms of the GNU Free Documentation License, Version 1.2 or +@c under the terms of the GNU Free Documentation License, Version 1.3 or @c any later version published by the Free Software Foundation; with no @c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free diff --git a/doc/ctime.texi b/doc/ctime.texi index 71d566f06..9c3b09db8 100644 --- a/doc/ctime.texi +++ b/doc/ctime.texi @@ -5,7 +5,7 @@ @c Copyright (C) 2005 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document -@c under the terms of the GNU Free Documentation License, Version 1.2 or +@c under the terms of the GNU Free Documentation License, Version 1.3 or @c any later version published by the Free Software Foundation; with no @c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free diff --git a/doc/error.texi b/doc/error.texi index 24ab0a05a..048095891 100644 --- a/doc/error.texi +++ b/doc/error.texi @@ -7,7 +7,7 @@ @c Copyright (C) 2007 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document -@c under the terms of the GNU Free Documentation License, Version 1.2 or +@c under the terms of the GNU Free Documentation License, Version 1.3 or @c any later version published by the Free Software Foundation; with no @c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free diff --git a/doc/fdl.texi b/doc/fdl.texi index 96ce74ea1..04872ac49 100644 --- a/doc/fdl.texi +++ b/doc/fdl.texi @@ -1,5 +1,5 @@ @c The GNU Free Documentation License. -@center Version 1.2, November 2002 +@center Version 1.3, November 2002 @c This file is intended to be included within another document, @c hence no sectioning command or @node. @@ -417,7 +417,7 @@ license notices just after the title page: @group Copyright (C) @var{year} @var{your name}. Permission is granted to copy, distribute and/or modify this document - under the terms of the GNU Free Documentation License, Version 1.2 + under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU diff --git a/doc/gcd.texi b/doc/gcd.texi index 51f40352b..812cda915 100644 --- a/doc/gcd.texi +++ b/doc/gcd.texi @@ -5,7 +5,7 @@ @c Copyright (C) 2006 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document -@c under the terms of the GNU Free Documentation License, Version 1.2 or +@c under the terms of the GNU Free Documentation License, Version 1.3 or @c any later version published by the Free Software Foundation; with no @c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free diff --git a/doc/getdate.texi b/doc/getdate.texi index 7175e3d5f..e7947800d 100644 --- a/doc/getdate.texi +++ b/doc/getdate.texi @@ -4,7 +4,7 @@ @c 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document -@c under the terms of the GNU Free Documentation License, Version 1.2 or +@c under the terms of the GNU Free Documentation License, Version 1.3 or @c any later version published by the Free Software Foundation; with no @c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free diff --git a/doc/gnulib-intro.texi b/doc/gnulib-intro.texi index 29b918fbf..169ca8054 100644 --- a/doc/gnulib-intro.texi +++ b/doc/gnulib-intro.texi @@ -252,7 +252,7 @@ Documentation files are under this copyright: @quotation Copyright @copyright{} 2004-2008 Free Software Foundation, Inc.@* Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.2 or +under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free diff --git a/doc/gnulib-tool.texi b/doc/gnulib-tool.texi index 3d6af1429..eaf050fcc 100644 --- a/doc/gnulib-tool.texi +++ b/doc/gnulib-tool.texi @@ -4,7 +4,7 @@ @c Copyright (C) 2005-2008 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document -@c under the terms of the GNU Free Documentation License, Version 1.2 or +@c under the terms of the GNU Free Documentation License, Version 1.3 or @c any later version published by the Free Software Foundation; with no @c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free diff --git a/doc/gnulib.texi b/doc/gnulib.texi index 35488525d..f18569d5c 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -22,7 +22,7 @@ Copyright @copyright{} 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.2 or +under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free diff --git a/doc/inet_ntoa.texi b/doc/inet_ntoa.texi index e2380905f..6d01a6c1f 100644 --- a/doc/inet_ntoa.texi +++ b/doc/inet_ntoa.texi @@ -5,7 +5,7 @@ @c Copyright (C) 2005 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document -@c under the terms of the GNU Free Documentation License, Version 1.2 or +@c under the terms of the GNU Free Documentation License, Version 1.3 or @c any later version published by the Free Software Foundation; with no @c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free diff --git a/doc/maintain.texi b/doc/maintain.texi index b91b5e7f9..9f19942e8 100644 --- a/doc/maintain.texi +++ b/doc/maintain.texi @@ -30,7 +30,7 @@ Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.2 or +under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled @@ -713,7 +713,7 @@ features of the GFDL. @smallexample Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.2 or +under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being ``GNU General Public License'', with the Front-Cover Texts being ``A GNU Manual'', and with the Back-Cover Texts diff --git a/doc/make-stds.texi b/doc/make-stds.texi index bd4df50d8..5ccde9e3d 100644 --- a/doc/make-stds.texi +++ b/doc/make-stds.texi @@ -12,7 +12,7 @@ @c 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document -@c under the terms of the GNU Free Documentation License, Version 1.2 +@c under the terms of the GNU Free Documentation License, Version 1.3 @c or any later version published by the Free Software Foundation; @c with no Invariant Sections, with no @c Front-Cover Texts, and with no Back-Cover Texts. diff --git a/doc/quote.texi b/doc/quote.texi index e90f6d348..d21c660d5 100644 --- a/doc/quote.texi +++ b/doc/quote.texi @@ -4,7 +4,7 @@ @c Copyright (C) 2005 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document -@c under the terms of the GNU Free Documentation License, Version 1.2 or +@c under the terms of the GNU Free Documentation License, Version 1.3 or @c any later version published by the Free Software Foundation; with no @c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free diff --git a/doc/regexprops-generic.texi b/doc/regexprops-generic.texi index 269d519ec..d5ed07c39 100644 --- a/doc/regexprops-generic.texi +++ b/doc/regexprops-generic.texi @@ -2,7 +2,7 @@ @c Free Software Foundation, Inc. @c @c Permission is granted to copy, distribute and/or modify this document -@c under the terms of the GNU Free Documentation License, Version 1.2 or +@c under the terms of the GNU Free Documentation License, Version 1.3 or @c any later version published by the Free Software Foundation; with no @c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free diff --git a/doc/standards.texi b/doc/standards.texi index 54bddf4cd..6a4fd9208 100644 --- a/doc/standards.texi +++ b/doc/standards.texi @@ -31,7 +31,7 @@ Copyright @copyright{} 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, Foundation, Inc. Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.2 +under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. diff --git a/doc/verify.texi b/doc/verify.texi index 218bdb972..c493cbb23 100644 --- a/doc/verify.texi +++ b/doc/verify.texi @@ -3,7 +3,7 @@ @c Copyright (C) 2006 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document -@c under the terms of the GNU Free Documentation License, Version 1.2 +@c under the terms of the GNU Free Documentation License, Version 1.3 @c or any later version published by the Free Software Foundation; @c with no Invariant Sections, no Front-Cover Texts, and no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free diff --git a/doc/visibility.texi b/doc/visibility.texi index 881f33aa2..1b6918de4 100644 --- a/doc/visibility.texi +++ b/doc/visibility.texi @@ -3,7 +3,7 @@ @c Copyright (C) 2005, 2006 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document -@c under the terms of the GNU Free Documentation License, Version 1.2 or +@c under the terms of the GNU Free Documentation License, Version 1.3 or @c any later version published by the Free Software Foundation; with no @c Invariant Sections, with no Front-Cover Texts, and with no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free -- 2.11.0