Merge branch '1088-licence-art-libre' into 'develop'
Resolve "Licence Art Libre" Closes #1088 See merge request funkwhale/funkwhale!1173
This commit is contained in:
commit
b62e5d9f80
|
@ -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"]),
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Added support for Licence Art Libre (#1088)
|
Loading…
Reference in New Issue