diff options
| author | Paul Eggert | 2017-01-01 04:01:41 +0000 |
|---|---|---|
| committer | Paul Eggert | 2017-01-01 04:01:41 +0000 |
| commit | 2e2a8068031b79a6cc5502b8d4c9d849ebb1dae0 (patch) | |
| tree | e4a588816ade8b42eda12233e2ab96889e9a5b17 /doc/lispref | |
| parent | 5badc81c1cdfbb261ad3e6d1b753defb15712f26 (diff) | |
| download | emacs-2e2a8068031b79a6cc5502b8d4c9d849ebb1dae0.tar.gz 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.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/tips.texi | 2 |
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} | |||
| 99 | @end ifnottex | 99 | @end ifnottex |
| 100 | corresponding to Emacs version @value{EMACSVER}. | 100 | corresponding to Emacs version @value{EMACSVER}. |
| 101 | 101 | ||
| 102 | Copyright @copyright{} 1990--1996, 1998--2016 Free Software Foundation, Inc. | 102 | Copyright @copyright{} 1990--1996, 1998--2017 Free Software Foundation, Inc. |
| 103 | 103 | ||
| 104 | @quotation | 104 | @quotation |
| 105 | Permission is granted to copy, distribute and/or modify this document | 105 | 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: | |||
| 931 | @group | 931 | @group |
| 932 | ;;; foo.el --- Support for the Foo programming language | 932 | ;;; foo.el --- Support for the Foo programming language |
| 933 | 933 | ||
| 934 | ;; Copyright (C) 2010-2016 Your Name | 934 | ;; Copyright (C) 2010-2017 Your Name |
| 935 | @end group | 935 | @end group |
| 936 | 936 | ||
| 937 | ;; Author: Your Name <yourname@@example.com> | 937 | ;; Author: Your Name <yourname@@example.com> |