Skip to content

Commit 300cb25

Browse files
committed
modified regex pattern Creative Commons to Unknown CC legat tool
1 parent 9d09d9d commit 300cb25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/1-fetch/arxiv_fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
(re.compile(r'\bCC[-\s]?BY[-\s]?NC\b', re.IGNORECASE), "CC BY-NC"),
8989
(re.compile(r'\bCC[-\s]?BY\b', re.IGNORECASE), "CC BY"),
9090
(re.compile(r'\bCREATIVE\s+COMMONS\b', re.IGNORECASE),
91-
"Creative Commons"),
91+
"UNKNOWN CC legal tool"),
9292
]
9393

9494
# Log the start of the script execution

0 commit comments

Comments
 (0)