Add Creative Commons data and conditions
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
[
|
||||
{
|
||||
"license": "by",
|
||||
"title": "CC BY 4.0",
|
||||
"subtitle": "Attribution 4.0 International",
|
||||
"allowed": {
|
||||
"Partager": "copier, distribuer et communiquer le matériel par tous moyens et sous tous formats pour toute utilisation, y compris commerciale.",
|
||||
"Adapter": "remixer, transformer et créer à partir du matériel pour toute utilisation, y compris commerciale."
|
||||
},
|
||||
"link": "https://creativecommons.org/licenses/by/4.0/deed.fr"
|
||||
},
|
||||
{
|
||||
"license": "by-sa",
|
||||
"title": "CC BY-SA 4.0",
|
||||
"subtitle": "Attribution - Partage dans les Mêmes Conditions 4.0 International ",
|
||||
"allowed": {
|
||||
"Partager": "copier, distribuer et communiquer le matériel par tous moyens et sous tous formats pour toute utilisation, y compris commerciale.",
|
||||
"Adapter": "remixer, transformer et créer à partir du matériel pour toute utilisation, y compris commerciale."
|
||||
},
|
||||
"link": "https://creativecommons.org/licenses/by-sa/4.0/deed.fr"
|
||||
},
|
||||
{
|
||||
"license": "by-nc",
|
||||
"title": "Attribution - Pas d’Utilisation Commerciale (CC BY-NC)",
|
||||
"subtitle": "Attribution - Partage dans les Mêmes Conditions 4.0 International",
|
||||
"allowed": {
|
||||
"Partager": "copier, distribuer et communiquer le matériel par tous moyens et sous tous formats",
|
||||
"Adapter": "remixer, transformer et créer à partir du matériel"
|
||||
},
|
||||
"link": "https://creativecommons.org/licenses/by-nc/4.0/deed.fr"
|
||||
},
|
||||
{
|
||||
"license": "by-nc-sa",
|
||||
"title": "CC BY-NC-SA 4.0",
|
||||
"subtitle": "Attribution - Pas d’Utilisation Commerciale - Partage dans les Mêmes Conditions 4.0 International",
|
||||
"allowed": {
|
||||
"Partager": "copier, distribuer et communiquer le matériel par tous moyens et sous tous formats",
|
||||
"Adapter": "remixer, transformer et créer à partir du matériel"
|
||||
},
|
||||
"link": "https://creativecommons.org/licenses/by-nc-sa/4.0/deed.fr"
|
||||
},
|
||||
{
|
||||
"license": "by-nd",
|
||||
"title": "CC BY-ND 4.0",
|
||||
"subtitle": "Attribution - Pas de Modification 4.0 International",
|
||||
"allowed": {
|
||||
"Partager": "copier, distribuer et communiquer le matériel par tous moyens et sous tous formats pour toute utilisation, y compris commerciale."
|
||||
},
|
||||
"link": "https://creativecommons.org/licenses/by-nd/4.0/deed.fr"
|
||||
},
|
||||
{
|
||||
"license": "by-nc-nd",
|
||||
"title": "CC BY-NC-ND 4.0",
|
||||
"subtitle": "Attribution - Pas d’Utilisation Commerciale - Pas de Modification 4.0 International",
|
||||
"allowed": {
|
||||
"Partager": "copier, distribuer et communiquer le matériel par tous moyens et sous tous formats pour toute utilisation, y compris commerciale."
|
||||
},
|
||||
"link": "https://creativecommons.org/licenses/by-nc-nd/4.0/deed.fr"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user