Add Creative Commons data and conditions

This commit is contained in:
2024-04-14 07:02:02 +04:00
parent a5e2db0792
commit b263703172
2 changed files with 78 additions and 0 deletions
+60
View File
@@ -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 dUtilisation 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 dUtilisation 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 dUtilisation 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"
}
]