aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/copyright.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el
index f8ba8c04404..4f820810926 100644
--- a/lisp/emacs-lisp/copyright.el
+++ b/lisp/emacs-lisp/copyright.el
@@ -35,7 +35,9 @@
35 35
36 36
37(defvar copyright-regexp 37(defvar copyright-regexp
38 "\\(\251\\|[Cc]opyright\\s *:?\\s *(C)\\)\\s *\\([1-9][-0-9, ']*[0-9]+\\) " 38 "\\(\251\\|[Cc]opyright\\s *:?\\s *(C)\
39\\|[Cc]opyright\\s *:?\\s *\251\\)\
40\\s *\\([1-9][-0-9, ']*[0-9]+\\) "
39 "*What your copyright notice looks like. 41 "*What your copyright notice looks like.
40The second \\( \\) construct must match the years.") 42The second \\( \\) construct must match the years.")
41 43