Porównaj commity

...

2 Commity

Autor SHA1 Wiadomość Data
Dave Jones 0a26c2855e license list 2024-02-05 20:31:54 -06:00
Dave Jones b92de62fdf license list 2024-02-05 20:26:46 -06:00
1 zmienionych plików z 42 dodań i 0 usunięć

42
licenses.json 100644
Wyświetl plik

@ -0,0 +1,42 @@
[
{
"name": "No License",
"shortname": "None",
"version": null,
"description": "No license has been applied to this content.",
"commercial": true,
"link": ""
},
{
"name": "All Rights Reserved",
"shortname": "ARR",
"version": null,
"description": "The copyright holder reserves, or holds for their own use, all the rights provided by copyright law, such as distribution, performance, and creation of derivative works; that is, they have not waived any such right.",
"commercial": false,
"link": "https://en.wikipedia.org/wiki/All_rights_reserved"
},
{
"name": "Creative Commons Attribution",
"shortname": "CC-BY-4.0",
"version": "4.0",
"description": "You are free to copy and redistribute the material in any medium or format for any purpose, even commercially. You are free to remix, transform, and build upon the material for any purpose, even commercially. You must give appropriate credit , provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.",
"commercial": true,
"link": "https://creativecommons.org/licenses/by/4.0/"
},
{
"name": "Creative Commons Attribution - NonCommercial",
"shortname": "CC-BY-NC-4.0",
"version": "4.0",
"description": "You are free to copy and redistribute the material in any medium or format. You are free to remix, transform, and build upon the material. You must give appropriate credit , provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.",
"commercial": false,
"link": "https://creativecommons.org/licenses/by-nc/4.0/deed.en"
},
{
"name": "Creative Commons Attribution - NonCommercial - NoDerivs",
"shortname": "CC-BY-NC-ND-4.0",
"version": "4.0",
"description": "You are free to copy and redistribute the material in any medium or format. You must give appropriate credit , provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.",
"commercial": false,
"link": "https://creativecommons.org/licenses/by-nc/4.0/deed.en"
}
]