Skip to content

Commit 47969e5

Browse files
committed
Exclude some junk copyrights
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 0ea338f commit 47969e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cluecode/copyrights.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,8 @@ def build_detection_from_node(
886886
# of a copyright statement
887887
(r'^neither$', 'JUNK'),
888888
(r'^nor$', 'JUNK'),
889+
890+
(r'^data-.*$', 'JUNK'),
889891

890892
(r'^providing$', 'JUNK'),
891893
(r'^Execute$', 'JUNK'),

0 commit comments

Comments
 (0)