aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGlenn Morris2011-01-18 00:16:08 -0800
committerGlenn Morris2011-01-18 00:16:08 -0800
commit6872a814ef00511ac66a2ac470f1e43ad557bc3b (patch)
tree8b1ee43721bca9bdff67be8e38ab21e6c57909fe /doc/misc
parent53911e8f4ea67606560debaa1590be06458d283f (diff)
downloademacs-6872a814ef00511ac66a2ac470f1e43ad557bc3b.tar.gz
emacs-6872a814ef00511ac66a2ac470f1e43ad557bc3b.zip
* doc/misc/ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/ert.texi17
2 files changed, 18 insertions, 3 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 24efb00e552..c1fca8ad889 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12011-01-18 Glenn Morris <rgm@gnu.org>
2
3 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
4
12011-01-14 Eduard Wiebe <usenet@pusto.de> 52011-01-14 Eduard Wiebe <usenet@pusto.de>
2 6
3 * nxml-mode.texi (Introduction): Fix file name typos. 7 * nxml-mode.texi (Introduction): Fix file name typos.
diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi
index e1a8cdc319c..fea0b935810 100644
--- a/doc/misc/ert.texi
+++ b/doc/misc/ert.texi
@@ -14,10 +14,21 @@ Copyright @copyright{} 2008, 2010, 2011 Free Software Foundation, Inc.
14 14
15@quotation 15@quotation
16Permission is granted to copy, distribute and/or modify this document 16Permission is granted to copy, distribute and/or modify this document
17under the terms of the GNU Free Documentation License, Version 1.2 or 17under the terms of the GNU Free Documentation License, Version 1.3 or
18any later version published by the Free Software Foundation; with no 18any later version published by the Free Software Foundation; with no
19Invariant Sections, with no Front-Cover Texts, and with no Back-Cover 19Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
20Texts. 20and with the Back-Cover Texts as in (a) below. A copy of the license
21is included in the section entitled ``GNU Free Documentation License''
22in the Emacs manual.
23
24(a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
25modify this GNU manual. Buying copies from the FSF supports it in
26developing GNU and promoting software freedom.''
27
28This document is part of a collection distributed under the GNU Free
29Documentation License. If you want to distribute this document
30separately from the collection, you can do so by adding a copy of the
31license to the document, as described in section 6 of the license.
21@end quotation 32@end quotation
22@end copying 33@end copying
23 34