bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH] doc: update FDL template to match FDL examples.


From: Simon Josefsson
Subject: [PATCH] doc: update FDL template to match FDL examples.
Date: Tue, 21 Apr 2015 10:44:28 +0200
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (gnu/linux)

I noticed (or rather, one of the automated checks in debian) that a
spurious 'with' had been added to some (but far from all) texi files
inside gnulib.  This (pushed) patch makes the fdl boiler plate
internally consistent.

/Simon

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.
---
 ChangeLog                      | 26 ++++++++++++++++++++++++++
 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/gcd.texi                   |  2 +-
 doc/gnulib-tool.texi           |  2 +-
 doc/inet_ntoa.texi             |  2 +-
 doc/intprops.texi              |  2 +-
 doc/lib-symbol-visibility.texi |  2 +-
 doc/maintain.texi              |  2 +-
 doc/parse-datetime.texi        |  2 +-
 doc/quote.texi                 |  2 +-
 doc/regexprops-generic.texi    |  2 +-
 doc/standards.texi             |  2 +-
 22 files changed, 47 insertions(+), 21 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2d3931a..979e3e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2015-04-21  Simon Josefsson  <address@hidden>
+
+       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  <address@hidden>
 
        lstat: fix cross-compilation 'ln -s' problem
diff --git a/doc/alloca-opt.texi b/doc/alloca-opt.texi
index 287d522..b970edd 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
address@hidden Invariant Sections, with no Front-Cover Texts, and with no 
Back-Cover
address@hidden 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 6f4016b..61a0600 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
address@hidden Invariant Sections, with no Front-Cover Texts, and with no 
Back-Cover
address@hidden 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 0a39e01..206875a 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
address@hidden Invariant Sections, with no Front-Cover Texts, and with no 
Back-Cover
address@hidden 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 bebe261..5fafd22 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
address@hidden Invariant Sections, with no Front-Cover Texts, and with no 
Back-Cover
address@hidden 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 700c7e7..20cd48a 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
address@hidden Invariant Sections, with no Front-Cover Texts, and with no 
Back-Cover
address@hidden 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 b7a8b82..753fb84 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
address@hidden Invariant Sections, with no Front-Cover Texts, and with no 
Back-Cover
address@hidden 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 b4618d2..8f35adcc 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
address@hidden Invariant Sections, with no Front-Cover Texts, and with no 
Back-Cover
address@hidden 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 fe22e73..d738006 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
address@hidden Invariant Sections, with no Front-Cover Texts, and with no 
Back-Cover
address@hidden 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 b911962..3ac2fea 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
address@hidden Invariant Sections, with no Front-Cover Texts, and with no 
Back-Cover
address@hidden 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 9c4c9dd..ca8ffb2 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
address@hidden Invariant Sections, with no Front-Cover Texts, and with no 
Back-Cover
address@hidden 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 95a56e9..80bff34 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
address@hidden Invariant Sections, with no Front-Cover Texts, and with no 
Back-Cover
address@hidden 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 fbe96c7..4bfe07f 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
address@hidden Invariant Sections, with no Front-Cover Texts, and with no 
Back-Cover
address@hidden 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 f384e10..f749abb 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
address@hidden Invariant Sections, with no Front-Cover Texts, and with no 
Back-Cover
address@hidden 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 552a8e5..fdf170d 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
address@hidden Invariant Sections, with no Front-Cover Texts, and with no 
Back-Cover
address@hidden 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 eb93518..8e1f9be 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
address@hidden Invariant Sections, with no Front-Cover Texts, and with no 
Back-Cover
address@hidden 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 2464640..a5d6a83 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
address@hidden Invariant Sections, with no Front-Cover Texts, and with no 
Back-Cover
address@hidden 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 d8e751f..70f91bc 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 9693d38..34e9ede 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
address@hidden Invariant Sections, with no Front-Cover Texts, and with no 
Back-Cover
address@hidden 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 eaa5fd8..fa38526 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
address@hidden Invariant Sections, with no Front-Cover Texts, and with no 
Back-Cover
address@hidden 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 7a79f0f..66303f3 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
address@hidden Invariant Sections, with no Front-Cover Texts, and with no 
Back-Cover
address@hidden 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 0dc322d..390f203 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
-- 
2.1.4

Attachment: signature.asc
Description: PGP signature


reply via email to

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