summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-02-10 23:08:05 +0000
committerGlenn Morris <rgm@gnu.org>2007-02-10 23:08:05 +0000
commita05074b9802d771cb025c5acd33c5cdbd6ba8f23 (patch)
tree618078b0a82857d65c4ef72b4610ff4c6b2d1a47
parent448adfb919607a47f537f793216460fd478fc097 (diff)
Add copyright and license notice.
-rw-r--r--lispref/back.texi5
-rw-r--r--lispref/elisp-covers.texi5
-rw-r--r--lispref/lay-flat.texi5
-rw-r--r--lispref/two-volume-cross-refs.txt22
-rw-r--r--lispref/two.el21
-rw-r--r--man/trampver.texi5
6 files changed, 62 insertions, 1 deletions
diff --git a/lispref/back.texi b/lispref/back.texi
index bb68ff2d9a..19559eab9c 100644
--- a/lispref/back.texi
+++ b/lispref/back.texi
@@ -1,4 +1,9 @@
\input /home/gd/gnu/doc/texinfo.tex @c -*-texinfo-*-
+@c This is part of the GNU Emacs Lisp Reference Manual.
+@c Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
+@c Free Software Foundation, Inc.
+@c See the file elisp.texi for copying conditions.
+@c
@c %**start of header
@setfilename back-cover
@settitle GNU Emacs Lisp Reference Manual
diff --git a/lispref/elisp-covers.texi b/lispref/elisp-covers.texi
index 66c3a3b3e6..4b9693dece 100644
--- a/lispref/elisp-covers.texi
+++ b/lispref/elisp-covers.texi
@@ -1,4 +1,9 @@
\input texinfo @c -*-texinfo-*-
+@c This is part of the GNU Emacs Lisp Reference Manual.
+@c Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
+@c Free Software Foundation, Inc.
+@c See the file elisp.texi for copying conditions.
+@c
@comment %**start of header
@setfilename covers.info
@settitle GNU Emacs Lisp Reference Manual
diff --git a/lispref/lay-flat.texi b/lispref/lay-flat.texi
index c77962456e..1677058d7c 100644
--- a/lispref/lay-flat.texi
+++ b/lispref/lay-flat.texi
@@ -1,4 +1,9 @@
\input texinfo @c -*-texinfo-*-
+@c This is part of the GNU Emacs Lisp Reference Manual.
+@c Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
+@c Free Software Foundation, Inc.
+@c See the file elisp.texi for copying conditions.
+@c
@comment %**start of header
@setfilename inner-covers.info
@settitle Inner Covers
diff --git a/lispref/two-volume-cross-refs.txt b/lispref/two-volume-cross-refs.txt
index f21028f1f3..07624f99b4 100644
--- a/lispref/two-volume-cross-refs.txt
+++ b/lispref/two-volume-cross-refs.txt
@@ -1,3 +1,7 @@
+Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
+ Free Software Foundation, Inc.
+ See end for copying conditions.
+
Two Volume Cross References
===========================
@@ -320,3 +324,21 @@ running Tex using an .aux file augmented with the .aux file from the
other volume, the new .aux file will *lack* the other volumes cross
references. Save your augmented .aux file in some other name for
another run!
+
+
+COPYING CONDITIONS
+
+This file is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+This file is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this file; see the file COPYING. If not, write to
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.
diff --git a/lispref/two.el b/lispref/two.el
index e8eb24a1d1..5f8fca8c54 100644
--- a/lispref/two.el
+++ b/lispref/two.el
@@ -1,6 +1,25 @@
-;; Auxilary functions for preparing a two volume manual.
+;; Auxiliary functions for preparing a two volume manual.
+
+;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
+;; Free Software Foundation, Inc.
+
;; --rjc 30mar92
+;; This file is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 2, or (at your option)
+;; any later version.
+
+;; This file is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+;; GNU General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with this file; see the file COPYING. If not, write to
+;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
+
(defun volume-aux-markup (arg)
"Append `vol. NUMBER' to page number.
Apply to aux file that you save.
diff --git a/man/trampver.texi b/man/trampver.texi
index a7777b00c7..c512de4c74 100644
--- a/man/trampver.texi
+++ b/man/trampver.texi
@@ -1,6 +1,11 @@
@c -*-texinfo-*-
@c texi/trampver.texi. Generated from trampver.texi.in by configure.
+@c This is part of the Emacs manual.
+@c Copyright (C) 2003, 2004, 2005, 2006, 2007
+@c Free Software Foundation, Inc.
+@c See file emacs.texi for copying conditions.
+
@c In the Tramp CVS, the version number is auto-frobbed from
@c configure.ac, so you should edit that file and run
@c "autoconf && ./configure" to change the version number.