diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-01-01 01:02:40 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-01-01 01:02:40 +0000 |
commit | 2fcf2dff00a55ece17f4342a934cb1d69ae1a743 (patch) | |
tree | ac508cb36e2e0b480c2b921146fff5cc701bf77f /doc/lispref | |
parent | 26bed8ba10eeaf0a340a8d0d760c5578dddec867 (diff) | |
download | emacs-2fcf2dff00a55ece17f4342a934cb1d69ae1a743.tar.gz emacs-2fcf2dff00a55ece17f4342a934cb1d69ae1a743.tar.bz2 emacs-2fcf2dff00a55ece17f4342a934cb1d69ae1a743.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 05066a20076..a2b03da5abc 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--2018 Free Software Foundation, Inc. +Copyright @copyright{} 1990--1996, 1998--2019 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 8c805bc4eb8..bb701c4930a 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi @@ -942,7 +942,7 @@ explains these conventions, starting with an example: @group ;;; foo.el --- Support for the Foo programming language -;; Copyright (C) 2010-2018 Your Name +;; Copyright (C) 2010-2019 Your Name @end group ;; Author: Your Name <yourname@@example.com> |