Merge branch '1088-licence-art-libre' into 'develop'

Resolve "Licence Art Libre"

Closes #1088

See merge request funkwhale/funkwhale!1173
environments/review-docs-devel-1399dq/deployments/6607
Agate 2020-07-23 17:28:14 +02:00
commit b62e5d9f80
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)