From: Richard M. Stallman Date: Fri, 4 Jan 2002 20:21:31 +0000 (+0000) Subject: (copyright-regexp): Allow multi-line copyrights to be updated. X-Git-Tag: ttn-vms-21-2-B4~17318 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b0ad1a5a6076562822149d043d84946a3cb3031;p=emacs.git (copyright-regexp): Allow multi-line copyrights to be updated. --- diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index 70c15bf3ec2..15c39e07b74 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el @@ -45,7 +45,7 @@ (defcustom copyright-regexp "\\([\251©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\ \\|[Cc]opyright\\s *:?\\s *[\251©]\\)\ -\\s *\\([1-9][-0-9, ']*[0-9]+\\)" +\\s *\\([1-9][-0-9, ';\n\t]*[0-9]+\\)" "*What your copyright notice looks like. The second \\( \\) construct must match the years." :group 'copyright