Skip to content

Instantly share code, notes, and snippets.

@janbrohl
Created May 25, 2016 07:23
Show Gist options
  • Save janbrohl/d5824f3eb43cfa9907998cd6f028f24a to your computer and use it in GitHub Desktop.
Save janbrohl/d5824f3eb43cfa9907998cd6f028f24a to your computer and use it in GitHub Desktop.
KSP-CKAN licenses id-name mapping
{
"Apache": "Apache License",
"Apache-1.0": "Apache License 1.0",
"Apache-2.0": "Apache License 2.0",
"Artistic": "Artistic License",
"Artistic-1.0": "Artistic License 1.0",
"Artistic-2.0": "Artistic License 2.0",
"BSD-2-clause": "BSD 2-clause \"Simplified\" License",
"BSD-3-clause": "BSD 3-clause \"New\" or \"Revised\" License",
"BSD-4-clause": "BSD 4-clause \"Original\" or \"Old\" License",
"CC-BY": "Creative Commons Attribution",
"CC-BY-1.0": "Creative Commons Attribution 1.0",
"CC-BY-2.0": "Creative Commons Attribution 2.0",
"CC-BY-2.5": "Creative Commons Attribution 2.5",
"CC-BY-3.0": "Creative Commons Attribution 3.0",
"CC-BY-4.0": "Creative Commons Attribution 4.0",
"CC-BY-NC": "Creative Commons Attribution Non Commercial",
"CC-BY-NC-1.0": "Creative Commons Attribution Non Commercial 1.0",
"CC-BY-NC-2.0": "Creative Commons Attribution Non Commercial 2.0",
"CC-BY-NC-2.5": "Creative Commons Attribution Non Commercial 2.5",
"CC-BY-NC-3.0": "Creative Commons Attribution Non Commercial 3.0",
"CC-BY-NC-4.0": "Creative Commons Attribution Non Commercial 4.0",
"CC-BY-NC-ND": "Creative Commons Attribution Non Commercial No Derivatives",
"CC-BY-NC-ND-1.0": "Creative Commons Attribution Non Commercial No Derivatives 1.0",
"CC-BY-NC-ND-2.0": "Creative Commons Attribution Non Commercial No Derivatives 2.0",
"CC-BY-NC-ND-2.5": "Creative Commons Attribution Non Commercial No Derivatives 2.5",
"CC-BY-NC-ND-3.0": "Creative Commons Attribution Non Commercial No Derivatives 3.0",
"CC-BY-NC-ND-4.0": "Creative Commons Attribution Non Commercial No Derivatives 4.0",
"CC-BY-NC-SA": "Creative Commons Attribution Non Commercial Share Alike",
"CC-BY-NC-SA-1.0": "Creative Commons Attribution Non Commercial Share Alike 1.0",
"CC-BY-NC-SA-2.0": "Creative Commons Attribution Non Commercial Share Alike 2.0",
"CC-BY-NC-SA-2.5": "Creative Commons Attribution Non Commercial Share Alike 2.5",
"CC-BY-NC-SA-3.0": "Creative Commons Attribution Non Commercial Share Alike 3.0",
"CC-BY-NC-SA-4.0": "Creative Commons Attribution Non Commercial Share Alike 4.0",
"CC-BY-SA": "Creative Commons Attribution Share Alike",
"CC-BY-SA-1.0": "Creative Commons Attribution Share Alike 1.0",
"CC-BY-SA-2.0": "Creative Commons Attribution Share Alike 2.0",
"CC-BY-SA-2.5": "Creative Commons Attribution Share Alike 2.5",
"CC-BY-SA-3.0": "Creative Commons Attribution Share Alike 3.0",
"CC-BY-SA-4.0": "Creative Commons Attribution Share Alike 4.0",
"CC0": "Creative Commons Zero v1.0 Universal",
"CDDL": "Common Development and Distribution License",
"CPL": "Common Public License",
"EFL-1.0": "Eiffel Forum License v1.0",
"EFL-2.0": "Eiffel Forum License v2.0",
"Expat": "MIT License (Expat)",
"GFDL-1.0": "GNU Free Documentation License v1.0",
"GFDL-1.1": "GNU Free Documentation License v1.1",
"GFDL-1.2": "GNU Free Documentation License v1.2",
"GFDL-1.3": "GNU Free Documentation License v1.3",
"GFDL-NIV-1.0": "GNU Free Documentation License, with no Front-Cover or Back-Cover Texts or Invariant Sections v1.0",
"GFDL-NIV-1.1": "GNU Free Documentation License, with no Front-Cover or Back-Cover Texts or Invariant Sections v1.1",
"GFDL-NIV-1.2": "GNU Free Documentation License, with no Front-Cover or Back-Cover Texts or Invariant Sections v1.2",
"GFDL-NIV-1.3": "GNU Free Documentation License, with no Front-Cover or Back-Cover Texts or Invariant Sections v1.3",
"GPL-1.0": "GNU General Public License v1.0 only",
"GPL-2.0": "GNU General Public License v2.0 only",
"GPL-3.0": "GNU General Public License v3.0 only",
"ISC": "ISC License",
"LGPL-2.0": "GNU Library General Public License v2 only",
"LGPL-2.1": "GNU Library General Public License v2.1 only",
"LGPL-3.0": "GNU Library General Public License v3 only",
"LPPL-1.0": "LaTeX Project Public License v1.0",
"LPPL-1.1": "LaTeX Project Public License v1.1",
"LPPL-1.2": "LaTeX Project Public License v1.2",
"LPPL-1.3c": "LaTeX Project Public License v1.3c",
"MIT": "MIT License (Expat)",
"MPL-1.1": "Mozilla Public License 1.1",
"Perl": "Artistic License 1.0 (Perl)",
"Python-2.0": "Python License 2.0",
"QPL-1.0": "Q Public License 1.0",
"Unlicense": "The Unlicense",
"W3C": "W3C Software Notice and License (2002-12-31)",
"WTFPL": "Do What The F*ck You Want To Public License",
"Zlib": "zlib License",
"Zope": "Zope Public License",
"open-source": "Other Open Source Initiative (OSI) approved license",
"public-domain": "public domain",
"restricted": "All rights reserved",
"unknown": "License not provided",
"unrestricted": "Not an OSI approved license, but not restricted"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment