Skip to content
Snippets Groups Projects
This project is licensed under the GNU Affero General Public License v3.0. Learn more
license.json 1.73 KiB
[
  {
    "model": "program.license",
    "pk": 1,
    "fields": {
      "name": "Public Domain",
      "identifier": "cc-0",
      "url": "https://creativecommons.org/publicdomain/zero/1.0/"
    }
  },
  {
    "model": "program.license",
    "pk": 2,
    "fields": {
      "name": "Creative Commons Attribution",
      "identifier": "cc-by",
      "url": "https://creativecommons.org/licenses/by/4.0"
    }
  },
  {
    "model": "program.license",
    "pk": 3,
    "fields": {
      "name": "Creative Commons Attribution-ShareAlike",
      "identifier": "cc-by-sa",
      "url": "https://creativecommons.org/licenses/by-sa/4.0"
    }
  },
  {
    "model": "program.license",
    "pk": 4,
    "fields": {
      "name": "Creative Commons Attribution-NonCommercial",
      "identifier": "cc-by-nc",
      "url": "https://creativecommons.org/licenses/by-nc/4.0"
    }
  },
  {
    "model": "program.license",
    "pk": 5,
    "fields": {
      "name": "Creative Commons Attribution-NonCommercial-ShareAlike",
      "identifier": "cc-by-nc-sa",
      "url": "https://creativecommons.org/licenses/by-nc-sa/4.0"
    }
  },
  {
    "model": "program.license",
    "pk": 6,
    "fields": {
      "name": "Creative Commons Attribution-NoDerivatives",
      "identifier": "cc-by-nd",
      "url": "https://creativecommons.org/licenses/by-nd/4.0"
    }
  },
  {
    "model": "program.license",
    "pk": 7,
    "fields": {
      "name": "Creative Commons Attribution-NonCommercial-NoDerivatives",
      "identifier": "cc-by-nc-nd",
      "url": "https://creativecommons.org/licenses/by-nc-nd/4.0"
    }
  },
  {
    "model": "program.license",
    "pk": 8,
    "fields": {
      "name": "All Rights Reserved",
      "identifier": "all-rights-reserved",
      "url": ""
    }
  }
]