(copyright-regexp): Recognize @copyright{}.
This commit is contained in:
parent
0b596076e6
commit
5382dacc9b
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
|
||||
(defvar copyright-regexp
|
||||
"\\([<5B>©\251]\\|[Cc]opyright\\s *:?\\s *(C)\
|
||||
"\\([<5B>©\251]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\
|
||||
\\|[Cc]opyright\\s *:?\\s *[<EFBFBD>©\251]\\)\
|
||||
\\s *\\([1-9][-0-9, ']*[0-9]+\\) "
|
||||
"*What your copyright notice looks like.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue