mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2025-08-22 21:43:57 -07:00
fix typo in get_license_info()
This commit is contained in:
@@ -22,5 +22,5 @@ def get_license_info(x):
|
|||||||
return ('CC BY 3.0', 'https://creativecommons.org/licenses/by/3.0')
|
return ('CC BY 3.0', 'https://creativecommons.org/licenses/by/3.0')
|
||||||
if x == 6:
|
if x == 6:
|
||||||
return ('CC BY 1.0', 'https://creativecommons.org/licenses/by/1.0')
|
return ('CC BY 1.0', 'https://creativecommons.org/licenses/by/1.0')
|
||||||
if x == 6:
|
if x == 7:
|
||||||
return ('CC0 1.0', 'https://creativecommons.org/publicdomain/zero/1.0')
|
return ('CC0 1.0', 'https://creativecommons.org/publicdomain/zero/1.0')
|
||||||
|
Reference in New Issue
Block a user