aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorPaul Eggert2015-01-01 14:27:34 -0800
committerPaul Eggert2015-01-01 14:27:34 -0800
commit52a4e87c630ea397408efe4f8486be55e1199905 (patch)
tree0b42ee5a37ae668b3c57bd3ec66b295e3980b601 /doc/lispref
parent7e09ef09a479731d01b1ca46e94ddadd73ac98e3 (diff)
downloademacs-52a4e87c630ea397408efe4f8486be55e1199905.tar.gz
emacs-52a4e87c630ea397408efe4f8486be55e1199905.zip
Fix copyright years by hand
These are dates that admin/update-copyright did not update, or updated incorrectly. Also, back out the copyright-date change to doc/misc/texinfo.tex, as upstream hasn't updated that date yet.
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/elisp.texi2
-rw-r--r--doc/lispref/tips.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index f6e7729e646..cdc443f07d5 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -98,7 +98,7 @@ This is the @cite{GNU Emacs Lisp Reference Manual}
98@end ifnottex 98@end ifnottex
99corresponding to Emacs version @value{EMACSVER}. 99corresponding to Emacs version @value{EMACSVER}.
100 100
101Copyright @copyright{} 1990--1996, 1998--2014 Free Software Foundation, Inc. 101Copyright @copyright{} 1990--1996, 1998--2015 Free Software Foundation, Inc.
102 102
103@quotation 103@quotation
104Permission is granted to copy, distribute and/or modify this document 104Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi
index c99c2bdb1bb..8970efe72fb 100644
--- a/doc/lispref/tips.texi
+++ b/doc/lispref/tips.texi
@@ -918,7 +918,7 @@ explains these conventions, starting with an example:
918@group 918@group
919;;; foo.el --- Support for the Foo programming language 919;;; foo.el --- Support for the Foo programming language
920 920
921;; Copyright (C) 2010-2014 Your Name 921;; Copyright (C) 2010-2015 Your Name
922@end group 922@end group
923 923
924;; Author: Your Name <yourname@@example.com> 924;; Author: Your Name <yourname@@example.com>