Tweaked to match copyright statements where the years follow the name.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1549
+2009-02-17 Miles Bader <miles@gnu.org>
+
+ * emacs-lisp/copyright.el (copyright-regexp): Tweaked to match
+ copyright statements where the years follow the name.
+
2009-02-17 Glenn Morris <rgm@gnu.org>
* emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
(defcustom copyright-regexp
"\\(©\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\(?:(C)\\)?\
\\|[Cc]opyright\\s *:?\\s *©\\)\
-\\s *\\([1-9]\\([-0-9, ';/*%#\n\t]\\|\\s<\\|\\s>\\)*[0-9]+\\)"
+\\s *\\(?:[^0-9\n]*\\s *\\)?\
+\\([1-9]\\([-0-9, ';/*%#\n\t]\\|\\s<\\|\\s>\\)*[0-9]+\\)"
"What your copyright notice looks like.
The second \\( \\) construct must match the years."
:group 'copyright