diff options
| author | Paul Eggert | 2015-01-01 09:18:59 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-01 09:18:59 -0800 |
| commit | a012c7bbca887c3da837ce3d7ec01be697cffe64 (patch) | |
| tree | c2d6b2bca2b855b5a0a41f942d93ca46b0763a94 /doc/lispref | |
| parent | 732fd4c7e11debd61c97eaaba3038d61e6ec7024 (diff) | |
| download | emacs-a012c7bbca887c3da837ce3d7ec01be697cffe64.tar.gz emacs-a012c7bbca887c3da837ce3d7ec01be697cffe64.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 973ee6f930c..865ac4c3173 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 |
| 99 | corresponding to Emacs version @value{EMACSVER}. | 99 | corresponding to Emacs version @value{EMACSVER}. |
| 100 | 100 | ||
| 101 | Copyright @copyright{} 1990--1996, 1998--2014 Free Software Foundation, Inc. | 101 | Copyright @copyright{} 1990--1996, 1998--2015 Free Software Foundation, Inc. |
| 102 | 102 | ||
| 103 | @quotation | 103 | @quotation |
| 104 | Permission is granted to copy, distribute and/or modify this document | 104 | Permission 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> |