]> code.delx.au - gnu-emacs/commitdiff
Include a copy of GFDL, which @copying says is included
authorGlenn Morris <rgm@gnu.org>
Fri, 21 Dec 2012 18:55:16 +0000 (10:55 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 21 Dec 2012 18:55:16 +0000 (10:55 -0800)
doc/misc/ede.texi
doc/misc/eieio.texi
doc/misc/mairix-el.texi

index 44e2c2b73e99468aef3825bc04482d6346d2c25a..704d5b1141c35b5a0942733019e7bc7d199191ac 100644 (file)
@@ -88,6 +88,7 @@ learn and adopt GNU ways of doing things.
 * Building and Debugging::      Initiating a build or debug session.
 * Miscellaneous commands::      Other project related commands.
 * Extending EDE::               Programming and extending @ede{}.
+* GNU Free Documentation License::  The license for this documentation.
 @end menu
 
 @node EDE Project Concepts, EDE Mode, top, top
@@ -1092,7 +1093,7 @@ You can add your own locate tool but subclassing from
 methods.  See the code in @file{ede-locate.el} for GNU Global as a
 simple example.
 
-@node Extending EDE,  , Miscellaneous commands, top
+@node Extending EDE, GNU Free Documentation License, Miscellaneous commands, top
 @chapter Extending @ede{}
 
 This chapter is intended for users who want to write new parts or fix
@@ -4436,4 +4437,8 @@ For example, C code uses .o on unix, and Emacs Lisp uses .elc.
 @end table
 @end table
 
+@node GNU Free Documentation License, , Extending EDE, Top
+@appendix GNU Free Documentation License
+@include doclicense.texi
+
 @bye
index 26eb99fce0766225ffa7ae1651cff1007b678264..8b2a73b5f7c3e7962b9842c6486aa98b18e9188d 100644 (file)
@@ -76,6 +76,7 @@ Emacs.
 * Naming Conventions::    Name your objects in an Emacs friendly way.
 * CLOS compatibility::    What are the differences?
 * Wish List::             Things about EIEIO that could be improved.
+* GNU Free Documentation License::  The license for this documentation.
 * Function Index::
 @end menu
 
@@ -1949,6 +1950,10 @@ buffers.
 Allow method overloading of method-like functions in Emacs.
 @end enumerate
 
+@node GNU Free Documentation License
+@appendix GNU Free Documentation License
+@include doclicense.texi
+
 @node Function Index
 @unnumbered Function Index
 
index 514bcd6405bbedba11076c87c9019f36d3ef0611..990bb87ae5c49dfb95f6e96166c840922b2826ca 100644 (file)
@@ -60,6 +60,7 @@ database.
 * Setting up mairix.el::        Set up mairix.el
 * Using mairix.el::             List of interactive functions
 * Extending mairix.el::         Support your favorite mail reader!
+* GNU Free Documentation License::  The license for this documentation.
 @end menu
 
 @node About mairix and mairix.el
@@ -345,6 +346,8 @@ Then add the functions to @code{mairix-display-functions} and
 
 And that's it!
 
-
+@node GNU Free Documentation License
+@appendix GNU Free Documentation License
+@include doclicense.texi
 
 @bye