diff options
author | Glenn Morris <rgm@gnu.org> | 2012-12-21 10:55:16 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-12-21 10:55:16 -0800 |
commit | 8ee7002855ef7f94fb700245861f0c088e027465 (patch) | |
tree | de824f2a8395ff9920222deedb9d4b8aa4cbe86c /doc | |
parent | 6bf430d146b212bb307107131639e2f42b6cfc80 (diff) | |
download | emacs-8ee7002855ef7f94fb700245861f0c088e027465.tar.gz |
Include a copy of GFDL, which @copying says is included
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/ede.texi | 7 | ||||
-rw-r--r-- | doc/misc/eieio.texi | 5 | ||||
-rw-r--r-- | doc/misc/mairix-el.texi | 5 |
3 files changed, 15 insertions, 2 deletions
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi index 44e2c2b73e9..704d5b1141c 100644 --- a/doc/misc/ede.texi +++ b/doc/misc/ede.texi @@ -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 diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi index 26eb99fce07..8b2a73b5f7c 100644 --- a/doc/misc/eieio.texi +++ b/doc/misc/eieio.texi @@ -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 diff --git a/doc/misc/mairix-el.texi b/doc/misc/mairix-el.texi index 514bcd6405b..990bb87ae5c 100644 --- a/doc/misc/mairix-el.texi +++ b/doc/misc/mairix-el.texi @@ -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 |