# HG changeset patch # User Richard M. Stallman # Date 859001720 0 # Node ID 5f9cf553d44b8f51948200ae1664861716de72ef # Parent 9555c074333c038e9609dcfb813da8daf98f4efd (copyright-regexp): Allow "Copyright" and the copyright symbol together. diff -r 9555c074333c -r 5f9cf553d44b lisp/emacs-lisp/copyright.el --- a/lisp/emacs-lisp/copyright.el Fri Mar 21 22:12:24 1997 +0000 +++ b/lisp/emacs-lisp/copyright.el Sat Mar 22 03:35:20 1997 +0000 @@ -35,7 +35,9 @@ (defvar copyright-regexp - "\\(\251\\|[Cc]opyright\\s *:?\\s *(C)\\)\\s *\\([1-9][-0-9, ']*[0-9]+\\) " + "\\(\251\\|[Cc]opyright\\s *:?\\s *(C)\ +\\|[Cc]opyright\\s *:?\\s *\251\\)\ +\\s *\\([1-9][-0-9, ']*[0-9]+\\) " "*What your copyright notice looks like. The second \\( \\) construct must match the years.")