Skip to content

Commit

Permalink
Added "CCO: Public Domain" to _LICENSE_TO_URL dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
varunUCDavis committed Oct 12, 2024
1 parent 3ec461f commit 28dc384
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion agml/utils/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def _bold(msg): # noqa
'CC BY-NC SA 3.0': 'https://creativecommons.org/licenses/by-nc/3.0/',
'MIT': 'https://opensource.org/licenses/MIT',
'GPL-3.0': 'https://opensource.org/licenses/GPL-3.0',
'US Public Domain': 'https://www.usa.gov/government-works'}
'US Public Domain': 'https://www.usa.gov/government-works',
'CC0: Public Domain': 'https://creativecommons.org/publicdomain/zero/1.0/'}
if license == '':
license_msg = "This dataset has " \
+ _bold("no license") + ".\n"
Expand Down

0 comments on commit 28dc384

Please sign in to comment.