From: Simon Josefsson Date: Tue, 21 Apr 2015 08:40:50 +0000 (+0200) Subject: doc: update FDL template to match FDL examples. X-Git-Tag: v1.0~7091 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=abb0d2e0aabf03f54b21e5493923fb506aa7728c;p=gnulib.git doc: update FDL template to match FDL examples. * doc/alloca-opt.texi: * doc/alloca.texi: * doc/c-ctype.texi: * doc/c-strcase.texi: * doc/c-strcaseeq.texi: * doc/c-strcasestr.texi: * doc/c-strstr.texi: * doc/c-strtod.texi: * doc/c-strtold.texi: * doc/ctime.texi: * doc/error.texi: * doc/gcd.texi: * doc/gnulib-tool.texi: * doc/inet_ntoa.texi: * doc/intprops.texi: * doc/lib-symbol-visibility.texi: * doc/maintain.texi: * doc/parse-datetime.texi: * doc/quote.texi: * doc/regexprops-generic.texi: * doc/standards.texi: Remove spurious 'with' in FDL license template. --- diff --git a/ChangeLog b/ChangeLog index 2d3931ae1f..979e3e7aac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2015-04-21 Simon Josefsson + + doc: update FDL template to match FDL examples. + * doc/alloca-opt.texi: + * doc/alloca.texi: + * doc/c-ctype.texi: + * doc/c-strcase.texi: + * doc/c-strcaseeq.texi: + * doc/c-strcasestr.texi: + * doc/c-strstr.texi: + * doc/c-strtod.texi: + * doc/c-strtold.texi: + * doc/ctime.texi: + * doc/error.texi: + * doc/gcd.texi: + * doc/gnulib-tool.texi: + * doc/inet_ntoa.texi: + * doc/intprops.texi: + * doc/lib-symbol-visibility.texi: + * doc/maintain.texi: + * doc/parse-datetime.texi: + * doc/quote.texi: + * doc/regexprops-generic.texi: + * doc/standards.texi: Remove spurious 'with' in FDL license + template. + 2015-04-21 Paul Eggert lstat: fix cross-compilation 'ln -s' problem diff --git a/doc/alloca-opt.texi b/doc/alloca-opt.texi index 287d5227d1..b970edda24 100644 --- a/doc/alloca-opt.texi +++ b/doc/alloca-opt.texi @@ -5,7 +5,7 @@ @c Permission is granted to copy, distribute and/or modify this document @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 Invariant Sections, no Front-Cover Texts, and no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free @c Documentation License'' file as part of this distribution. diff --git a/doc/alloca.texi b/doc/alloca.texi index 6f4016b2b9..61a06009a6 100644 --- a/doc/alloca.texi +++ b/doc/alloca.texi @@ -5,7 +5,7 @@ @c Permission is granted to copy, distribute and/or modify this document @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 Invariant Sections, no Front-Cover Texts, and no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free @c Documentation License'' file as part of this distribution. diff --git a/doc/c-ctype.texi b/doc/c-ctype.texi index 0a39e0176c..206875a03f 100644 --- a/doc/c-ctype.texi +++ b/doc/c-ctype.texi @@ -5,7 +5,7 @@ @c Permission is granted to copy, distribute and/or modify this document @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 Invariant Sections, no Front-Cover Texts, and no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free @c Documentation License'' file as part of this distribution. diff --git a/doc/c-strcase.texi b/doc/c-strcase.texi index bebe261015..5fafd223f3 100644 --- a/doc/c-strcase.texi +++ b/doc/c-strcase.texi @@ -5,7 +5,7 @@ @c Permission is granted to copy, distribute and/or modify this document @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 Invariant Sections, no Front-Cover Texts, and no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free @c Documentation License'' file as part of this distribution. diff --git a/doc/c-strcaseeq.texi b/doc/c-strcaseeq.texi index 700c7e7ff9..20cd48a966 100644 --- a/doc/c-strcaseeq.texi +++ b/doc/c-strcaseeq.texi @@ -5,7 +5,7 @@ @c Permission is granted to copy, distribute and/or modify this document @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 Invariant Sections, no Front-Cover Texts, and no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free @c Documentation License'' file as part of this distribution. diff --git a/doc/c-strcasestr.texi b/doc/c-strcasestr.texi index b7a8b825f2..753fb847bc 100644 --- a/doc/c-strcasestr.texi +++ b/doc/c-strcasestr.texi @@ -5,7 +5,7 @@ @c Permission is granted to copy, distribute and/or modify this document @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 Invariant Sections, no Front-Cover Texts, and no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free @c Documentation License'' file as part of this distribution. diff --git a/doc/c-strstr.texi b/doc/c-strstr.texi index b4618d296c..8f35adcc3a 100644 --- a/doc/c-strstr.texi +++ b/doc/c-strstr.texi @@ -5,7 +5,7 @@ @c Permission is granted to copy, distribute and/or modify this document @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 Invariant Sections, no Front-Cover Texts, and no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free @c Documentation License'' file as part of this distribution. diff --git a/doc/c-strtod.texi b/doc/c-strtod.texi index fe22e73e13..d73800647e 100644 --- a/doc/c-strtod.texi +++ b/doc/c-strtod.texi @@ -5,7 +5,7 @@ @c Permission is granted to copy, distribute and/or modify this document @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 Invariant Sections, no Front-Cover Texts, and no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free @c Documentation License'' file as part of this distribution. diff --git a/doc/c-strtold.texi b/doc/c-strtold.texi index b91196284f..3ac2fea32b 100644 --- a/doc/c-strtold.texi +++ b/doc/c-strtold.texi @@ -5,7 +5,7 @@ @c Permission is granted to copy, distribute and/or modify this document @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 Invariant Sections, no Front-Cover Texts, and no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free @c Documentation License'' file as part of this distribution. diff --git a/doc/ctime.texi b/doc/ctime.texi index 9c4c9dd2d2..ca8ffb2d32 100644 --- a/doc/ctime.texi +++ b/doc/ctime.texi @@ -7,7 +7,7 @@ @c Permission is granted to copy, distribute and/or modify this document @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 Invariant Sections, no Front-Cover Texts, and no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free @c Documentation License'' file as part of this distribution. diff --git a/doc/error.texi b/doc/error.texi index 95a56e91c1..80bff34e4e 100644 --- a/doc/error.texi +++ b/doc/error.texi @@ -9,7 +9,7 @@ @c Permission is granted to copy, distribute and/or modify this document @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 Invariant Sections, no Front-Cover Texts, and no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free @c Documentation License'' file as part of this distribution. diff --git a/doc/gcd.texi b/doc/gcd.texi index fbe96c7756..4bfe07f81c 100644 --- a/doc/gcd.texi +++ b/doc/gcd.texi @@ -7,7 +7,7 @@ @c Permission is granted to copy, distribute and/or modify this document @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 Invariant Sections, no Front-Cover Texts, and no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free @c Documentation License'' file as part of this distribution. diff --git a/doc/gnulib-tool.texi b/doc/gnulib-tool.texi index f384e10028..f749abb07a 100644 --- a/doc/gnulib-tool.texi +++ b/doc/gnulib-tool.texi @@ -6,7 +6,7 @@ @c Permission is granted to copy, distribute and/or modify this document @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 Invariant Sections, no Front-Cover Texts, and no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free @c Documentation License'' file as part of this distribution. diff --git a/doc/inet_ntoa.texi b/doc/inet_ntoa.texi index 552a8e5fdb..fdf170dd7f 100644 --- a/doc/inet_ntoa.texi +++ b/doc/inet_ntoa.texi @@ -7,7 +7,7 @@ @c Permission is granted to copy, distribute and/or modify this document @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 Invariant Sections, no Front-Cover Texts, and no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free @c Documentation License'' file as part of this distribution. diff --git a/doc/intprops.texi b/doc/intprops.texi index eb935184f3..8e1f9be290 100644 --- a/doc/intprops.texi +++ b/doc/intprops.texi @@ -6,7 +6,7 @@ @c Permission is granted to copy, distribute and/or modify this document @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 Invariant Sections, no Front-Cover Texts, and no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free @c Documentation License'' file as part of this distribution. diff --git a/doc/lib-symbol-visibility.texi b/doc/lib-symbol-visibility.texi index 2464640576..a5d6a8338e 100644 --- a/doc/lib-symbol-visibility.texi +++ b/doc/lib-symbol-visibility.texi @@ -8,7 +8,7 @@ @c Permission is granted to copy, distribute and/or modify this document @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 Invariant Sections, no Front-Cover Texts, and no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free @c Documentation License'' file as part of this distribution. diff --git a/doc/maintain.texi b/doc/maintain.texi index d8e751f0ee..70f91bcf99 100644 --- a/doc/maintain.texi +++ b/doc/maintain.texi @@ -30,7 +30,7 @@ Copyright @copyright{} 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, Permission is granted to copy, distribute and/or modify this document 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 +Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''. @end quotation diff --git a/doc/parse-datetime.texi b/doc/parse-datetime.texi index 9693d38a60..34e9ede58e 100644 --- a/doc/parse-datetime.texi +++ b/doc/parse-datetime.texi @@ -5,7 +5,7 @@ @c Permission is granted to copy, distribute and/or modify this document @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 Invariant Sections, no Front-Cover Texts, and no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free @c Documentation License'' file as part of this distribution. diff --git a/doc/quote.texi b/doc/quote.texi index eaa5fd8cc2..fa38526bec 100644 --- a/doc/quote.texi +++ b/doc/quote.texi @@ -6,7 +6,7 @@ @c Permission is granted to copy, distribute and/or modify this document @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 Invariant Sections, no Front-Cover Texts, and no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free @c Documentation License'' file as part of this distribution. diff --git a/doc/regexprops-generic.texi b/doc/regexprops-generic.texi index 7a79f0f687..66303f3959 100644 --- a/doc/regexprops-generic.texi +++ b/doc/regexprops-generic.texi @@ -4,7 +4,7 @@ @c Permission is granted to copy, distribute and/or modify this document @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 Invariant Sections, no Front-Cover Texts, and no Back-Cover @c Texts. A copy of the license is included in the ``GNU Free @c Documentation License'' file as part of this distribution. diff --git a/doc/standards.texi b/doc/standards.texi index 0dc322d0a5..390f203ffa 100644 --- a/doc/standards.texi +++ b/doc/standards.texi @@ -33,7 +33,7 @@ Copyright @copyright{} 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, Permission is granted to copy, distribute and/or modify this document 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 +Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''. @end copying