aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-01-09 04:19:33 +0000
committerGlenn Morris <[email protected]>2008-01-09 04:19:33 +0000
commit20234d96d061496be71fbb0d504f49c2b3f2ddeb (patch)
treefd4415849ac35ab14f51b366b41e5d30b574643c
parentc14bb1fb7c692bd466ea09132b2711ecda37931f (diff)
Add @copying section.
-rw-r--r--doc/misc/ChangeLog6
-rw-r--r--doc/misc/nxml-mode.texi27
2 files changed, 32 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 975b65dfc3..12ec5d3124 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-09 Glenn Morris <[email protected]>
+
+ * nxml-mode.texi: Add @copying section.
+
2008-01-05 Reiner Steib <[email protected]>
* message.texi (Mail Variables): Add some text from "(gnus)Posting
@@ -4673,7 +4677,7 @@
;; End:
Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
- 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+ 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
This file is part of GNU Emacs.
diff --git a/doc/misc/nxml-mode.texi b/doc/misc/nxml-mode.texi
index c79a552959..6a47e8892f 100644
--- a/doc/misc/nxml-mode.texi
+++ b/doc/misc/nxml-mode.texi
@@ -4,6 +4,33 @@
@settitle nXML Mode
@c %**end of header
+@copying
+
+This manual documents nxml-mode, an Emacs major mode for editing
+XML with RELAX NG support.
+
+Copyright @copyright{} 2007, 2008 Free Software 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
+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'' in the Emacs manual.
+
+(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.''
+
+This document is part of a collection distributed under the GNU Free
+Documentation License. If you want to distribute this document
+separately from the collection, you can do so by adding a copy of the
+license to the document, as described in section 6 of the license.
+@end quotation
+@end copying
+
@dircategory Emacs
@direntry
* nXML Mode: (nxml-mode). XML editing mode with RELAX NG support.