Skip to content

Commit 8fd22b0

Browse files
committed
Simplify Non-CC license display to remove URL from output
1 parent bc70c78 commit 8fd22b0

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
@@ -348,7 +348,7 @@ def extract_license_from_xml(record_xml):
348348
elif "creativecommons.org" in license_url.lower():
349349
return f"CC (ambiguous): {license_url}"
350350

351-
return f"Non-CC: {license_url}"
351+
return "Non-CC"
352352

353353
return "No license field"
354354

0 commit comments

Comments
 (0)