summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-01-01 00:33:28 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-01-01 00:33:28 -0800
commit33d159c36f42cadccb02d95099bafac26458d3e8 (patch)
tree6d5d2d505dce425d5fafbb78e76d9fb96cebf7dc /doc
parent8c1fe1e5efa2bbaeab2cf141bd31f09abe63d4c4 (diff)
downloademacs-33d159c36f42cadccb02d95099bafac26458d3e8.tar.gz
Fix copyright years by hand
These are dates that admin/update-copyright did not update.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/tips.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi
index aac82e8265c..67f7b2d52e3 100644
--- a/doc/lispref/tips.texi
+++ b/doc/lispref/tips.texi
@@ -970,7 +970,7 @@ explains these conventions, starting with an example:
@group
;;; foo.el --- Support for the Foo programming language -*- lexical-binding: t; -*-
-;; Copyright (C) 2010-2020 Your Name
+;; Copyright (C) 2010-2021 Your Name
@end group
;; Author: Your Name <yourname@@example.com>