summaryrefslogtreecommitdiff
path: root/doc/lispref
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-01-01 04:01:41 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2017-01-01 04:01:41 +0000
commit2e2a8068031b79a6cc5502b8d4c9d849ebb1dae0 (patch)
treee4a588816ade8b42eda12233e2ab96889e9a5b17 /doc/lispref
parent5badc81c1cdfbb261ad3e6d1b753defb15712f26 (diff)
downloademacs-2e2a8068031b79a6cc5502b8d4c9d849ebb1dae0.tar.gz
emacs-2e2a8068031b79a6cc5502b8d4c9d849ebb1dae0.tar.bz2
emacs-2e2a8068031b79a6cc5502b8d4c9d849ebb1dae0.zip
Fix copyright years by hand
These are dates that admin/update-copyright did not update, or updated incorrectly.
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 3297e5308ae..737479ce09b 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -99,7 +99,7 @@ This is the @cite{GNU Emacs Lisp Reference Manual}
@end ifnottex
corresponding to Emacs version @value{EMACSVER}.
-Copyright @copyright{} 1990--1996, 1998--2016 Free Software Foundation, Inc.
+Copyright @copyright{} 1990--1996, 1998--2017 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi
index ad8ac34a9c4..bd560370f7a 100644
--- a/doc/lispref/tips.texi
+++ b/doc/lispref/tips.texi
@@ -931,7 +931,7 @@ explains these conventions, starting with an example:
@group
;;; foo.el --- Support for the Foo programming language
-;; Copyright (C) 2010-2016 Your Name
+;; Copyright (C) 2010-2017 Your Name
@end group
;; Author: Your Name <yourname@@example.com>