Resolve "Licence Art Libre"

environments/review-docs-devel-1399dq/deployments/6607
Ciarán Ainsworth 2020-07-23 17:28:14 +02:00 zatwierdzone przez Agate
rodzic e58edad80d
commit d6d73d8620
3 zmienionych plików z 25 dodań i 0 usunięć

Wyświetl plik

@ -277,6 +277,17 @@ LICENSES = [
"http://creativecommons.org/publicdomain/zero/1.0/"
],
},
{
"code": "LAL-1.3",
"name": "Licence Art Libre 1.3",
"redistribute": True,
"derivative": True,
"commercial": True,
"attribution": True,
"copyleft": True,
"url": "https://artlibre.org/licence/lal",
"identifiers": ["http://artlibre.org/licence/lal"],
},
# Creative commons version 4.0
get_cc_license(version="4.0", perks=["by"]),
get_cc_license(version="4.0", perks=["by", "sa"]),

Wyświetl plik

@ -1,4 +1,17 @@
[
{
"code": "LAL-1.3",
"name": "Licence Art Libre 1.3",
"redistribute": true,
"derivative": true,
"commercial": true,
"attribution": true,
"copyleft": true,
"url": "https://artlibre.org/licence/lal",
"identifiers": [
"http://artlibre.org/licence/lal"
]
},
{
"name": "Creative commons - Attribution 1.0",
"code": "cc-by-1.0",

Wyświetl plik

@ -0,0 +1 @@
Added support for Licence Art Libre (#1088)