+2004-01-05 Karl Berry <karl@gnu.org>
+
+ * emacs-lisp/copyright.el (copyright-regexp): might as well allow
+ / and *, too.
+
2003-12-31 Simon Josefsson <jas@extundo.com>
* files.el (before-save-hook): Add.
(defcustom copyright-regexp
"\\([\81©\8e©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\(?:(C)\\)?\
\\|[Cc]opyright\\s *:?\\s *[\81©\8e©]\\)\
-\\s *\\([1-9]\\([-0-9, ';%#\n\t]\\|\\s<\\|\\s>\\)*[0-9]+\\)"
+\\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