Skip to content

Commit 8bd04a8

Browse files
committed
split token on colons
split token which containing author: word Signed-off-by: Alok Kumar <alokkumarjipura9973@gmail.com>
1 parent 9554cfd commit 8bd04a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cluecode/copyrights.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3437,8 +3437,8 @@ def build_detection_from_node(
34373437
# by Yukihiro Matsumoto matz@netlab.co.jp.
34383438
# AUTH: {<BY> <NAME>} #2645-3
34393439
3440-
# @author anatol@google.com (Anatol Pomazau) or Author:Frankie.Chu
3441-
AUTHOR: {<AUTH|CONTRIBUTORS|AUTHS>+ <NN>? <COMPANY|NAME|YR-RANGE>* <BY>? <EMAIL>? <NAME>?} #2650
3440+
# @author anatol@google.com (Anatol Pomazau)
3441+
AUTHOR: {<AUTH|CONTRIBUTORS|AUTHS>+ <NN>? <COMPANY|NAME|YR-RANGE>* <BY>? <EMAIL>+ <NAME>?} #2650
34423442
34433443
# developed by the National Center for Supercomputing Applications at the University of Illinois at Urbana-Champaign
34443444
AUTHOR: {<AUTH|CONTRIBUTORS|AUTHS>+ <NN>? <COMPANY|NAME|NAME-EMAIL|NAME-YEAR>+ <NN>? <COMPANY|NAME|NAME-EMAIL|NAME-YEAR>+ <YR-RANGE>*} #2660

0 commit comments

Comments
 (0)