Skip to content

Commit cd17c9a

Browse files
committed
Improve copyright detection
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 496dcff commit cd17c9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cluecode/copyrights.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1789,7 +1789,8 @@ def as_str(cls, node, ignores=frozenset(), include_allrights=False):
17891789
NAME: {<BY> <NN> <AUTH|CONTRIBUTORS|AUTHS>} #1000
17901790
17911791
# NetGroup, Politecnico di Torino (Italy)
1792-
COMPANY: {<NNP> <COMPANY> <NN|NNP>} #1030
1792+
# Chinese Service Center for Scholarly Exchange
1793+
COMPANY: {<NNP> <COMPANY> <NN|NNP> <NAME>?} #1030
17931794
17941795
# Arizona Board of Regents (University of Arizona)
17951796
NAME: {<COMPANY> <OF> <NN|NNP>} #1060

0 commit comments

Comments
 (0)