diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-22 10:13:04 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-22 10:13:04 -0700 |
commit | 7a25d96ea3b57170d1c13b2633eed99b536ee78d (patch) | |
tree | 062fa943e2576a8bca36e9db4466ea98658e889e /python/fatcat_tools/importers | |
parent | 1e2f95823bb292bbc3245f93c4e03e47517e2141 (diff) | |
download | fatcat-7a25d96ea3b57170d1c13b2633eed99b536ee78d.tar.gz fatcat-7a25d96ea3b57170d1c13b2633eed99b536ee78d.zip |
arxiv license slug shorter; fix test
Diffstat (limited to 'python/fatcat_tools/importers')
-rw-r--r-- | python/fatcat_tools/importers/crossref.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_tools/importers/crossref.py b/python/fatcat_tools/importers/crossref.py index 162bff6c..f2e230d1 100644 --- a/python/fatcat_tools/importers/crossref.py +++ b/python/fatcat_tools/importers/crossref.py @@ -73,7 +73,7 @@ LICENSE_SLUG_MAP = { # //www.acm.org/publications/policies/copyright_policy#Background is closed # //rsc.li/journals-terms-of-use is closed for vor (am open) # //www.ieee.org/publications_standards/publications/rights/ieeecopyrightform.pdf is 404 (!) - "//arxiv.org/licenses/nonexclusive-distrib/1.0/": "ARXIV-NED-1.0", # XXX + "//arxiv.org/licenses/nonexclusive-distrib/1.0/": "ARXIV-1.0", } def lookup_license_slug(raw): |