Skip to content

Commit e104aff

Browse files
committed
fix text failure
Signed-off-by: Alok Kumar <alokkumarjipura9973@gmail.com>
1 parent 75821d2 commit e104aff

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/cluecode/copyrights.py

-7
Original file line numberDiff line numberDiff line change
@@ -1810,9 +1810,6 @@ def build_detection_from_node(
18101810
r'[A-Z][a-z]+[\.,]?'
18111811
r')$', 'NNP'),
18121812

1813-
# Matches a capitalized word with a dot (Like Frankie.Chu).
1814-
(r'^[A-Z][a-zA-Z]*\.[a-zA-Z]+$', 'NNP'),
1815-
18161813
# cmmunications
18171814
(r'communications', 'NNP'),
18181815

@@ -3498,10 +3495,6 @@ def build_detection_from_node(
34983495
# developed by Atkinson, et al.
34993496
AUTHOR: {<AUTH> <NNP>+ <CC> <AUTHDOT> } #Atkinson, et al.
35003497
3501-
# Author:Frankie.Chu
3502-
AUTHOR: {<AUTH> <NNP>}
3503-
3504-
35053498
#######################################
35063499
# Mixed AUTHOR and COPYRIGHT
35073500
#######################################

0 commit comments

Comments
 (0)