Skip to content

Commit ab6699f

Browse files
committed
Detect NN/EMAIL copyright combo #3764
Reference: #3764 Reported-by: Anton Augsburg @vw-anton Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 5294521 commit ab6699f

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

src/cluecode/copyrights.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2718,7 +2718,9 @@ def build_detection_from_node(
27182718
# Copyright (c) 2019-2021, Open source contributors.
27192719
# Copyright 2007 ZXing authors
27202720
# Copyright (c) 2002 the Initial Developer
2721-
COPYRIGHT: {<COPY>+ <YR-RANGE> <NN>+ <CONTRIBUTORS|COMMIT|AUTHS|MAINT>? <ALLRIGHTRESERVED>?} #22793
2721+
# Copyright (c) brandonocasey <[email protected]>
2722+
# Copyright (c) 2024 bgme <[email protected]>.
2723+
COPYRIGHT: {<COPY>+ <YR-RANGE>? <NN>+ <CONTRIBUTORS|COMMIT|AUTHS|MAINT>? <EMAIL>? <ALLRIGHTRESERVED>?} #22793.3
27222724
27232725
# Licensed material of Foobar Company, All Rights Reserved, (C) 2005
27242726
COPYRIGHT: {<COMPANY> <ALLRIGHTRESERVED> <COPYRIGHT>} #22794
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Copyright (c) brandonocasey <[email protected]>
2+
3+
4+
5+
6+
Copyright (c) 2024 bgme <[email protected]>.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
what:
2+
- copyrights
3+
- holders
4+
- holders_summary
5+
copyrights:
6+
- Copyright (c) brandonocasey <[email protected]>
7+
- Copyright (c) 2024 bgme <[email protected]>
8+
holders:
9+
- brandonocasey
10+
- bgme
11+
holders_summary:
12+
- value: bgme
13+
count: 1
14+
- value: brandonocasey
15+
count: 1

0 commit comments

Comments
 (0)