[
  {
   "model": "editor.license",
   "pk": 1,
   "fields": {
     "name": "Public Domain",
     "abbrevation": "PD"
    }
  },
  {
   "model": "editor.license",
   "pk": 2,
   "fields": {
     "name": "MIT License",
     "abbrevation": "MIT"
    }
  },
  {
   "model": "editor.license",
   "pk": 3,
   "fields": {
     "name": "Creative Commons No Rights Reserved",
     "abbrevation": "CC0"
    }
  },
  {
   "model": "editor.license",
   "pk": 4,
   "fields": {
     "name": "Creative Commons Attribution",
     "abbrevation": "CC BY"
    }
  },
  {
   "model": "editor.license",
   "pk": 5,
   "fields": {
     "name": "Creative Commons Attribution-ShareAlike",
     "abbrevation": "CC BY-SA"
    }
  },
  {
   "model": "editor.license",
   "pk": 6,
   "fields": {
     "name": "Creative Commons Attribution-NoDerivs",
     "abbrevation": "CC BY-ND"
    }
  },
  {
   "model": "editor.license",
   "pk": 7,
   "fields": {
     "name": "Creative Commons Attribution-NonCommercial",
     "abbrevation": "CC BY-NC"
    }
  },
  {
   "model": "editor.license",
   "pk": 8,
   "fields": {
     "name": "Creative Commons Attribution-NonCommercial-ShareAlike",
     "abbrevation": "CC BY-NC-SA"
    }
  },
  {
   "model": "editor.license",
   "pk": 9,
   "fields": {
     "name": "Creative Commons Attribution-NonCommercial-NoDerivs",
     "abbrevation": "CC BY-NC-ND"
    }
  },
  {
   "model": "editor.license",
   "pk": 10,
   "fields": {
     "name": "GNU General Public License",
     "abbrevation": "GPL"
    }
  },
  {
   "model": "editor.license",
   "pk": 11,
   "fields": {
     "name": "GNU Affero General Public License",
     "abbrevation": "AGPL"
    }
  },
  {
   "model": "editor.license",
   "pk": 12,
   "fields": {
     "name": "All Rights Reserved",
     "abbrevation": "ARR"
    }
  }
]
