1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Description: Do not include Front-Cover and Back-Cover Text
Upstream relicensed the documentation to be DFSG-compliant.
Author: Lorenzo Bettini <bettini@dsi.unifi.it>
Origin: upstream, http://git.savannah.gnu.org/cgit/src-highlite.git/commit/?id=d505c0a6cdf96787e0db6c5501f4bb366010dc09
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695793
Forwarded: not-needed
Applied-Upstream: d505c0a6cdf96787e0db6c5501f4bb366010dc09
Reviewed-by: David Prévot <taffit@debian.org>
Last-Update: 2014-03-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/doc/source-highlight-lib.texinfo
+++ b/doc/source-highlight-lib.texinfo
@@ -64,14 +64,9 @@ Copyright @copyright{} 2005-2008 Lorenzo
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or
any later version published by the Free Software Foundation; with no
-Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,''
-and with the Back-Cover Texts as in (a) below. A copy of the
-license is included in the section entitled ``GNU Free Documentation
-License.''
-
-(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
-this GNU Manual, like GNU software. Copies published by the Free
-Software Foundation raise funds for GNU development.''
+Invariant Sections, with 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
@end copying
--- a/doc/source-highlight.texinfo
+++ b/doc/source-highlight.texinfo
@@ -25,14 +25,9 @@ Copyright @copyright{} 2005-2008 Lorenzo
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or
any later version published by the Free Software Foundation; with no
-Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,''
-and with the Back-Cover Texts as in (a) below. A copy of the
-license is included in the section entitled ``GNU Free Documentation
-License.''
-
-(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
-this GNU Manual, like GNU software. Copies published by the Free
-Software Foundation raise funds for GNU development.''
+Invariant Sections, with 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
@end copying
--- a/doc/version-lib.texi
+++ b/doc/version-lib.texi
@@ -1,4 +1,4 @@
-@set UPDATED 16 December 2011
-@set UPDATED-MONTH December 2011
+@set UPDATED 31 December 2012
+@set UPDATED-MONTH December 2012
@set EDITION 3.1.7
@set VERSION 3.1.7
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED 14 April 2012
-@set UPDATED-MONTH April 2012
+@set UPDATED 31 December 2012
+@set UPDATED-MONTH December 2012
@set EDITION 3.1.7
@set VERSION 3.1.7
|