licenses.json 2.1 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "CC-BY-NC-ND": {
  3. "URL": "https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode",
  4. "Text": "Copyleft license, {Author} {Year}. Content licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License, except where indicated otherwise. See {URL} for more information."
  5. },
  6. "CC-BY-NC-SA": {
  7. "URL": "https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode",
  8. "Text": "Copyleft license, {Author} {Year}. Content licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where indicated otherwise. See {URL} for more information."
  9. },
  10. "CC-BY": {
  11. "URL": "https://creativecommons.org/licenses/by/4.0/legalcode",
  12. "Text": "Copyleft license, {Author} {Year}. Content licensed under a Creative Commons Attribution 4.0 International License, except where indicated otherwise. See {URL} for more information."
  13. },
  14. "CC-BY-SA": {
  15. "URL": "https://creativecommons.org/licenses/by-sa/4.0/legalcode",
  16. "Text": "Copyleft license, {Author} {Year}. Content licensed under a Creative Commons Attribution-ShareAlike 4.0 International License, except where indicated otherwise. See {URL} for more information."
  17. },
  18. "CC0": {
  19. "URL": "https://creativecommons.org/publicdomain/zero/1.0/",
  20. "Text": "CC0 Copyleft license, {Author} {Year}. To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. See {URL} for more information."
  21. },
  22. "CC-BY-NC": {
  23. "URL": "https://creativecommons.org/licenses/by-nc/4.0/legalcode",
  24. "Text": "Copyleft license, {Author} {Year}. Content licensed under a Creative Commons Attribution-NonCommercial 4.0 International License, except where indicated otherwise. See {URL} for more information."
  25. },
  26. "CC-BY-ND": {
  27. "URL": "https://creativecommons.org/licenses/by-nd/4.0/legalcode",
  28. "Text": "Copyleft license, {Author} {Year}. Content licensed under a Creative Commons Attribution-NoDerivatives 4.0 International License, except where indicated otherwise. See {URL} for more information."
  29. }
  30. }