mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2024-11-14 14:21:30 -08:00
8 lines
139 B
Python
8 lines
139 B
Python
LICENSE_CHOICES = [
|
|
(1, 'Public Domain'),
|
|
(2, 'Unknown'),
|
|
(3, 'CC BY-SA 2.5'),
|
|
(4, 'CC BY-SA 3.0'),
|
|
(5, 'CC BY 3.0')
|
|
]
|