@@ -717,7 +717,7 @@ def build_detection_from_node(
717
717
718
718
############################################################################
719
719
# JUNK are things to ignore
720
- # Exceptions to JUNK
720
+ # These are exceptions to JUNK
721
721
############################################################################
722
722
723
723
# trailing parens: notice(s) and exceptions
@@ -1168,6 +1168,10 @@ def build_detection_from_node(
1168
1168
# :co,e):f
1169
1169
(r'^[\:,\)]+[a-z]+[\:,]+[a-z]+[\:,\)]+[a-z\:,\)]*$' , 'JUNK' ),
1170
1170
1171
+ # NN often used in conjunction with copyright
1172
+ (r'^[Ss]tatements?.?$' , 'JUNK' ),
1173
+ (r'^issues?.?$' , 'JUNK' ),
1174
+
1171
1175
############################################################################
1172
1176
# Nouns and proper Nouns
1173
1177
############################################################################
@@ -2718,9 +2722,11 @@ def build_detection_from_node(
2718
2722
# Copyright (c) 2019-2021, Open source contributors.
2719
2723
# Copyright 2007 ZXing authors
2720
2724
# Copyright (c) 2002 the Initial Developer
2721
- # Copyright (c) brandonocasey <[email protected] >
2722
2725
# Copyright (c) 2024 bgme <[email protected] >.
2723
- COPYRIGHT: {<COPY>+ <YR-RANGE>? <NN>+ <CONTRIBUTORS|COMMIT|AUTHS|MAINT>? <EMAIL>? <ALLRIGHTRESERVED>?} #22793.3
2726
+ COPYRIGHT: {<COPY>+ <YR-RANGE> <NN>+ <CONTRIBUTORS|COMMIT|AUTHS|MAINT>? <EMAIL>? <ALLRIGHTRESERVED>?} #22793.3
2727
+
2728
+ # Copyright (c) brandonocasey <[email protected] >
2729
+ COPYRIGHT: {<COPY><COPY>? <NN> <EMAIL> <ALLRIGHTRESERVED>?} #22793.4
2724
2730
2725
2731
# Licensed material of Foobar Company, All Rights Reserved, (C) 2005
2726
2732
COPYRIGHT: {<COMPANY> <ALLRIGHTRESERVED> <COPYRIGHT>} #22794
0 commit comments