From 14b0f296d96c8f9221f8bbab3c3361259fcc5aac Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 20 Oct 2017 10:27:32 -0700 Subject: [PATCH] Scrape FSF data with pull.py Generated from a master checkout with: $ git clone ssh://git@github.com/wking/fsf-api.git data $ cd data $ git checkout --orphan gh-pages $ ../pull.py $ git add -A . $ git commit --- ACDL.json | 7 + AGPLv1.0.json | 10 + AGPLv3.0.json | 10 + ATTPublicLicense.json | 6 + AcademicFreeLicense1.1.json | 10 + AcademicFreeLicense1.2.json | 10 + AcademicFreeLicense2.0.json | 10 + AcademicFreeLicense2.1.json | 10 + AcademicFreeLicense3.0.json | 10 + Aladdin.json | 9 + Arphic.json | 7 + ArtisticLicense.json | 10 + ArtisticLicense2.json | 10 + BerkeleyDB.json | 10 + CC-BY-NC-1.0.json | 10 + CC-BY-NC-2.0.json | 10 + CC-BY-NC-2.5.json | 10 + CC-BY-NC-3.0.json | 10 + CC-BY-NC-4.0.json | 10 + CC-BY-ND-1.0.json | 10 + CC-BY-ND-2.0.json | 10 + CC-BY-ND-2.5.json | 10 + CC-BY-ND-3.0.json | 10 + CC-BY-ND-4.0.json | 10 + CC0.json | 10 + CDDL.json | 10 + CPAL.json | 10 + CeCILL-B.json | 10 + CeCILL-C.json | 10 + CeCILL.json | 10 + ClarifiedArtistic.json | 10 + CommonPublicLicense10.json | 10 + Condor.json | 10 + CryptixGeneralLicense.json | 7 + DOR.json | 7 + ECL2.0.json | 10 + EPL.json | 10 + EPL2.json | 10 + EUDataGrid.json | 10 + EUPL.json | 10 + Eiffel.json | 10 + Expat.json | 10 + FDLv1.1.json | 8 + FDLv1.2.json | 8 + FDLv1.3.json | 8 + FreeArt.json | 7 + FreeBSD.json | 11 + GNUAllPermissive.json | 10 + GNUGPLv3.json | 10 + GNUVerbatim.json | 7 + GPL-PA.json | 7 + GPLFonts.json | 7 + GPLOther.json | 7 + GPLv2.json | 7 + HESSLA.json | 7 + HPND.json | 7 + IBMPL.json | 7 + IPAFONT.json | 7 + ISC.json | 7 + JSON.json | 7 + Jahia.json | 7 + LGPLv2.1.json | 7 + LGPLv3.json | 7 + LPPL-1.2.json | 7 + LPPL-1.3a.json | 7 + Lha.json | 7 + MPL-2.0.json | 7 + MPL.json | 7 + ModifiedBSD.json | 7 + Ms-SS.json | 7 + NASA.json | 7 + NCSA.json | 7 + NOSL.json | 7 + NPL.json | 7 + NoLicense.json | 6 + Nokia.json | 7 + ODbl.json | 7 + OSL.json | 7 + OculusRift.json | 7 + OpenContentL.json | 7 + OpenPublicL.json | 7 + OpenPublicationL.json | 7 + OpenSSL.json | 7 + OriginalBSD.json | 7 + PHP-3.01.json | 7 + PINE.json | 7 + PPL.json | 7 + PerlLicense.json | 6 + Phorum.json | 7 + Plan9.json | 6 + PublicDomain.json | 7 + Python.json | 7 + Python1.6a2.json | 7 + PythonOld.json | 7 + QPL.json | 7 + RPL.json | 7 + RPSL.json | 7 + Ruby.json | 7 + SGIFreeB.json | 7 + SILOFL.json | 7 + SISSL.json | 7 + SML.json | 7 + SPL.json | 7 + Scilab.json | 7 + Scratch.json | 7 + Squeak.json | 7 + StandardMLofNJ.json | 7 + SunCommunitySourceLicense.json | 7 + SunSolarisSourceCode.json | 6 + SystemC-3.0.json | 7 + Truecrypt-3.0.json | 7 + UPL.json | 7 + Unicode.json | 7 + Unlicense.json | 7 + UtahPublicLicense.json | 7 + Vim.json | 7 + W3C.json | 7 + WTFPL.json | 7 + Watcom.json | 7 + WebM.json | 7 + X11License.json | 7 + XFree861.1License.json | 7 + YaST.json | 6 + Yahoo.json | 7 + ZLib.json | 7 + Zend.json | 7 + Zimbra.json | 7 + Zope.json | 7 + Zope2.0.json | 7 + apache1.1.json | 7 + apache1.json | 7 + apache2.json | 7 + apsl1.json | 7 + apsl2.json | 7 + bittorrent.json | 7 + boost.json | 7 + ccby.json | 7 + ccbynd.json | 7 + ccbysa.json | 7 + clearbsd.json | 7 + cpol.json | 6 + dsl.json | 7 + eCos11.json | 7 + eCos2.0.json | 7 + ecfonts.json | 7 + freetype.json | 7 + gnuplot.json | 7 + iMatix.json | 7 + ijg.json | 7 + imlib.json | 7 + informal.json | 6 + intel.json | 7 + josl.json | 7 + ksh93.json | 6 + licenses.json | 602 +++++++++++++++++++++++++++++++++ lucent102.json | 7 + ms-pl.json | 7 + ms-rl.json | 7 + newOpenLDAP.json | 7 + oldOpenLDAP.json | 7 + xinetd.json | 7 + 161 files changed, 1836 insertions(+) create mode 100644 ACDL.json create mode 100644 AGPLv1.0.json create mode 100644 AGPLv3.0.json create mode 100644 ATTPublicLicense.json create mode 100644 AcademicFreeLicense1.1.json create mode 100644 AcademicFreeLicense1.2.json create mode 100644 AcademicFreeLicense2.0.json create mode 100644 AcademicFreeLicense2.1.json create mode 100644 AcademicFreeLicense3.0.json create mode 100644 Aladdin.json create mode 100644 Arphic.json create mode 100644 ArtisticLicense.json create mode 100644 ArtisticLicense2.json create mode 100644 BerkeleyDB.json create mode 100644 CC-BY-NC-1.0.json create mode 100644 CC-BY-NC-2.0.json create mode 100644 CC-BY-NC-2.5.json create mode 100644 CC-BY-NC-3.0.json create mode 100644 CC-BY-NC-4.0.json create mode 100644 CC-BY-ND-1.0.json create mode 100644 CC-BY-ND-2.0.json create mode 100644 CC-BY-ND-2.5.json create mode 100644 CC-BY-ND-3.0.json create mode 100644 CC-BY-ND-4.0.json create mode 100644 CC0.json create mode 100644 CDDL.json create mode 100644 CPAL.json create mode 100644 CeCILL-B.json create mode 100644 CeCILL-C.json create mode 100644 CeCILL.json create mode 100644 ClarifiedArtistic.json create mode 100644 CommonPublicLicense10.json create mode 100644 Condor.json create mode 100644 CryptixGeneralLicense.json create mode 100644 DOR.json create mode 100644 ECL2.0.json create mode 100644 EPL.json create mode 100644 EPL2.json create mode 100644 EUDataGrid.json create mode 100644 EUPL.json create mode 100644 Eiffel.json create mode 100644 Expat.json create mode 100644 FDLv1.1.json create mode 100644 FDLv1.2.json create mode 100644 FDLv1.3.json create mode 100644 FreeArt.json create mode 100644 FreeBSD.json create mode 100644 GNUAllPermissive.json create mode 100644 GNUGPLv3.json create mode 100644 GNUVerbatim.json create mode 100644 GPL-PA.json create mode 100644 GPLFonts.json create mode 100644 GPLOther.json create mode 100644 GPLv2.json create mode 100644 HESSLA.json create mode 100644 HPND.json create mode 100644 IBMPL.json create mode 100644 IPAFONT.json create mode 100644 ISC.json create mode 100644 JSON.json create mode 100644 Jahia.json create mode 100644 LGPLv2.1.json create mode 100644 LGPLv3.json create mode 100644 LPPL-1.2.json create mode 100644 LPPL-1.3a.json create mode 100644 Lha.json create mode 100644 MPL-2.0.json create mode 100644 MPL.json create mode 100644 ModifiedBSD.json create mode 100644 Ms-SS.json create mode 100644 NASA.json create mode 100644 NCSA.json create mode 100644 NOSL.json create mode 100644 NPL.json create mode 100644 NoLicense.json create mode 100644 Nokia.json create mode 100644 ODbl.json create mode 100644 OSL.json create mode 100644 OculusRift.json create mode 100644 OpenContentL.json create mode 100644 OpenPublicL.json create mode 100644 OpenPublicationL.json create mode 100644 OpenSSL.json create mode 100644 OriginalBSD.json create mode 100644 PHP-3.01.json create mode 100644 PINE.json create mode 100644 PPL.json create mode 100644 PerlLicense.json create mode 100644 Phorum.json create mode 100644 Plan9.json create mode 100644 PublicDomain.json create mode 100644 Python.json create mode 100644 Python1.6a2.json create mode 100644 PythonOld.json create mode 100644 QPL.json create mode 100644 RPL.json create mode 100644 RPSL.json create mode 100644 Ruby.json create mode 100644 SGIFreeB.json create mode 100644 SILOFL.json create mode 100644 SISSL.json create mode 100644 SML.json create mode 100644 SPL.json create mode 100644 Scilab.json create mode 100644 Scratch.json create mode 100644 Squeak.json create mode 100644 StandardMLofNJ.json create mode 100644 SunCommunitySourceLicense.json create mode 100644 SunSolarisSourceCode.json create mode 100644 SystemC-3.0.json create mode 100644 Truecrypt-3.0.json create mode 100644 UPL.json create mode 100644 Unicode.json create mode 100644 Unlicense.json create mode 100644 UtahPublicLicense.json create mode 100644 Vim.json create mode 100644 W3C.json create mode 100644 WTFPL.json create mode 100644 Watcom.json create mode 100644 WebM.json create mode 100644 X11License.json create mode 100644 XFree861.1License.json create mode 100644 YaST.json create mode 100644 Yahoo.json create mode 100644 ZLib.json create mode 100644 Zend.json create mode 100644 Zimbra.json create mode 100644 Zope.json create mode 100644 Zope2.0.json create mode 100644 apache1.1.json create mode 100644 apache1.json create mode 100644 apache2.json create mode 100644 apsl1.json create mode 100644 apsl2.json create mode 100644 bittorrent.json create mode 100644 boost.json create mode 100644 ccby.json create mode 100644 ccbynd.json create mode 100644 ccbysa.json create mode 100644 clearbsd.json create mode 100644 cpol.json create mode 100644 dsl.json create mode 100644 eCos11.json create mode 100644 eCos2.0.json create mode 100644 ecfonts.json create mode 100644 freetype.json create mode 100644 gnuplot.json create mode 100644 iMatix.json create mode 100644 ijg.json create mode 100644 imlib.json create mode 100644 informal.json create mode 100644 intel.json create mode 100644 josl.json create mode 100644 ksh93.json create mode 100644 licenses.json create mode 100644 lucent102.json create mode 100644 ms-pl.json create mode 100644 ms-rl.json create mode 100644 newOpenLDAP.json create mode 100644 oldOpenLDAP.json create mode 100644 xinetd.json diff --git a/ACDL.json b/ACDL.json new file mode 100644 index 0000000..5ae240b --- /dev/null +++ b/ACDL.json @@ -0,0 +1,7 @@ +{ + "name": "Apple's Common Documentation License, Version 1.0", + "tags": [ + "libre" + ], + "uri": "http://fedoraproject.org/wiki/Licensing/Common_Documentation_License" +} diff --git a/AGPLv1.0.json b/AGPLv1.0.json new file mode 100644 index 0000000..f3a2718 --- /dev/null +++ b/AGPLv1.0.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "AGPL-1.0" + }, + "name": "Affero General Public License version 1", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:AGPLv1" +} diff --git a/AGPLv3.0.json b/AGPLv3.0.json new file mode 100644 index 0000000..f8b9938 --- /dev/null +++ b/AGPLv3.0.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "AGPL-3.0" + }, + "name": "GNU Affero General Public License (AGPL) version 3", + "tags": [ + "glp-compatible" + ], + "uri": "/licenses/agpl.html" +} diff --git a/ATTPublicLicense.json b/ATTPublicLicense.json new file mode 100644 index 0000000..cae93ec --- /dev/null +++ b/ATTPublicLicense.json @@ -0,0 +1,6 @@ +{ + "name": "AT&T Public License", + "tags": [ + "non-free" + ] +} diff --git a/AcademicFreeLicense1.1.json b/AcademicFreeLicense1.1.json new file mode 100644 index 0000000..574d000 --- /dev/null +++ b/AcademicFreeLicense1.1.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "AFL-1.1" + }, + "name": "Academic Free License, all versions through 3.0", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:AFLv3" +} diff --git a/AcademicFreeLicense1.2.json b/AcademicFreeLicense1.2.json new file mode 100644 index 0000000..093a855 --- /dev/null +++ b/AcademicFreeLicense1.2.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "AFL-1.2" + }, + "name": "Academic Free License, all versions through 3.0", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:AFLv3" +} diff --git a/AcademicFreeLicense2.0.json b/AcademicFreeLicense2.0.json new file mode 100644 index 0000000..1adec5b --- /dev/null +++ b/AcademicFreeLicense2.0.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "AFL-2.0" + }, + "name": "Academic Free License, all versions through 3.0", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:AFLv3" +} diff --git a/AcademicFreeLicense2.1.json b/AcademicFreeLicense2.1.json new file mode 100644 index 0000000..eb061ed --- /dev/null +++ b/AcademicFreeLicense2.1.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "AFL-2.1" + }, + "name": "Academic Free License, all versions through 3.0", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:AFLv3" +} diff --git a/AcademicFreeLicense3.0.json b/AcademicFreeLicense3.0.json new file mode 100644 index 0000000..5089518 --- /dev/null +++ b/AcademicFreeLicense3.0.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "AFL-3.0" + }, + "name": "Academic Free License, all versions through 3.0", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:AFLv3" +} diff --git a/Aladdin.json b/Aladdin.json new file mode 100644 index 0000000..f4f76b1 --- /dev/null +++ b/Aladdin.json @@ -0,0 +1,9 @@ +{ + "identifiers": { + "spdx": "Aladdin" + }, + "name": "Aladdin Free Public License", + "tags": [ + "non-free" + ] +} diff --git a/Arphic.json b/Arphic.json new file mode 100644 index 0000000..4c3fd93 --- /dev/null +++ b/Arphic.json @@ -0,0 +1,7 @@ +{ + "name": "Arphic Public License", + "tags": [ + "libre" + ], + "uri": "http://ftp.gnu.org/gnu/non-gnu/chinese-fonts-truetype/LICENSE" +} diff --git a/ArtisticLicense.json b/ArtisticLicense.json new file mode 100644 index 0000000..46d7c68 --- /dev/null +++ b/ArtisticLicense.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "Artistic-1.0" + }, + "name": "Artistic License 1.0", + "tags": [ + "non-free" + ], + "uri": "http://directory.fsf.org/wiki/License:Artistic_v1.0" +} diff --git a/ArtisticLicense2.json b/ArtisticLicense2.json new file mode 100644 index 0000000..01381e7 --- /dev/null +++ b/ArtisticLicense2.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "Artistic-2.0" + }, + "name": "Artistic License 2.0", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:ArtisticLicense2.0" +} diff --git a/BerkeleyDB.json b/BerkeleyDB.json new file mode 100644 index 0000000..57c4e21 --- /dev/null +++ b/BerkeleyDB.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "Sleepycat" + }, + "name": "Berkeley Database License", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:Sleepycat" +} diff --git a/CC-BY-NC-1.0.json b/CC-BY-NC-1.0.json new file mode 100644 index 0000000..d7ba7f1 --- /dev/null +++ b/CC-BY-NC-1.0.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "CC-BY-NC-1.0" + }, + "name": "Creative Commons Nocommercial, any version", + "tags": [ + "non-free" + ], + "uri": "?" +} diff --git a/CC-BY-NC-2.0.json b/CC-BY-NC-2.0.json new file mode 100644 index 0000000..855c454 --- /dev/null +++ b/CC-BY-NC-2.0.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "CC-BY-NC-2.0" + }, + "name": "Creative Commons Nocommercial, any version", + "tags": [ + "non-free" + ], + "uri": "?" +} diff --git a/CC-BY-NC-2.5.json b/CC-BY-NC-2.5.json new file mode 100644 index 0000000..070a41d --- /dev/null +++ b/CC-BY-NC-2.5.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "CC-BY-NC-2.5" + }, + "name": "Creative Commons Nocommercial, any version", + "tags": [ + "non-free" + ], + "uri": "?" +} diff --git a/CC-BY-NC-3.0.json b/CC-BY-NC-3.0.json new file mode 100644 index 0000000..a6549f7 --- /dev/null +++ b/CC-BY-NC-3.0.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "CC-BY-NC-3.0" + }, + "name": "Creative Commons Nocommercial, any version", + "tags": [ + "non-free" + ], + "uri": "?" +} diff --git a/CC-BY-NC-4.0.json b/CC-BY-NC-4.0.json new file mode 100644 index 0000000..ad3bc71 --- /dev/null +++ b/CC-BY-NC-4.0.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "CC-BY-NC-4.0" + }, + "name": "Creative Commons Nocommercial, any version", + "tags": [ + "non-free" + ], + "uri": "?" +} diff --git a/CC-BY-ND-1.0.json b/CC-BY-ND-1.0.json new file mode 100644 index 0000000..33cb70d --- /dev/null +++ b/CC-BY-ND-1.0.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "CC-BY-ND-1.0" + }, + "name": "Creative Commons Noderivatives, any version", + "tags": [ + "non-free" + ], + "uri": "?" +} diff --git a/CC-BY-ND-2.0.json b/CC-BY-ND-2.0.json new file mode 100644 index 0000000..d93ace8 --- /dev/null +++ b/CC-BY-ND-2.0.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "CC-BY-ND-2.0" + }, + "name": "Creative Commons Noderivatives, any version", + "tags": [ + "non-free" + ], + "uri": "?" +} diff --git a/CC-BY-ND-2.5.json b/CC-BY-ND-2.5.json new file mode 100644 index 0000000..cb5d62c --- /dev/null +++ b/CC-BY-ND-2.5.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "CC-BY-ND-2.5" + }, + "name": "Creative Commons Noderivatives, any version", + "tags": [ + "non-free" + ], + "uri": "?" +} diff --git a/CC-BY-ND-3.0.json b/CC-BY-ND-3.0.json new file mode 100644 index 0000000..b7de0e0 --- /dev/null +++ b/CC-BY-ND-3.0.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "CC-BY-ND-3.0" + }, + "name": "Creative Commons Noderivatives, any version", + "tags": [ + "non-free" + ], + "uri": "?" +} diff --git a/CC-BY-ND-4.0.json b/CC-BY-ND-4.0.json new file mode 100644 index 0000000..c1e38f7 --- /dev/null +++ b/CC-BY-ND-4.0.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "CC-BY-ND-4.0" + }, + "name": "Creative Commons Noderivatives, any version", + "tags": [ + "non-free" + ], + "uri": "?" +} diff --git a/CC0.json b/CC0.json new file mode 100644 index 0000000..5cace3b --- /dev/null +++ b/CC0.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "CC0-1.0" + }, + "name": "CC0", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:CC0" +} diff --git a/CDDL.json b/CDDL.json new file mode 100644 index 0000000..022b933 --- /dev/null +++ b/CDDL.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "CDDL-1.0" + }, + "name": "Common Development and Distribution License (CDDL), version 1.0", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:CDDLv1.0" +} diff --git a/CPAL.json b/CPAL.json new file mode 100644 index 0000000..1af7961 --- /dev/null +++ b/CPAL.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "CPAL-1.0" + }, + "name": "Common Public Attribution License 1.0 (CPAL)", + "tags": [ + "libre" + ], + "uri": "https://www.socialtext.net/open/cpal_license_in_wikitext" +} diff --git a/CeCILL-B.json b/CeCILL-B.json new file mode 100644 index 0000000..bc672d3 --- /dev/null +++ b/CeCILL-B.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "CECILL-B" + }, + "name": "CeCILL-B version 1", + "tags": [ + "libre" + ], + "uri": "https://directory.fsf.org/wiki/License:CeCILL-B" +} diff --git a/CeCILL-C.json b/CeCILL-C.json new file mode 100644 index 0000000..754145f --- /dev/null +++ b/CeCILL-C.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "CECILL-C" + }, + "name": "CeCILL-C version 1", + "tags": [ + "libre" + ], + "uri": "https://directory.fsf.org/wiki/License:CeCILL-C" +} diff --git a/CeCILL.json b/CeCILL.json new file mode 100644 index 0000000..a435dd8 --- /dev/null +++ b/CeCILL.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "CECILL-2.0" + }, + "name": "CeCILL version 2", + "tags": [ + "glp-compatible" + ], + "uri": "https://directory.fsf.org/wiki/License:CeCILLv2" +} diff --git a/ClarifiedArtistic.json b/ClarifiedArtistic.json new file mode 100644 index 0000000..431f985 --- /dev/null +++ b/ClarifiedArtistic.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "ClArtistic" + }, + "name": "Clarified Artistic License", + "tags": [ + "glp-compatible" + ], + "uri": "http://gianluca.dellavedova.org/2011/01/03/clarified-artistic-license/" +} diff --git a/CommonPublicLicense10.json b/CommonPublicLicense10.json new file mode 100644 index 0000000..85f4809 --- /dev/null +++ b/CommonPublicLicense10.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "CPL-1.0" + }, + "name": "Common Public License Version 1.0", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:CPLv1.0" +} diff --git a/Condor.json b/Condor.json new file mode 100644 index 0000000..6c481be --- /dev/null +++ b/Condor.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "Condor-1.1" + }, + "name": "Condor Public License", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki?title=License:Condor1.1" +} diff --git a/CryptixGeneralLicense.json b/CryptixGeneralLicense.json new file mode 100644 index 0000000..71e9c52 --- /dev/null +++ b/CryptixGeneralLicense.json @@ -0,0 +1,7 @@ +{ + "name": "Cryptix General License", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:CryptixGL" +} diff --git a/DOR.json b/DOR.json new file mode 100644 index 0000000..2195325 --- /dev/null +++ b/DOR.json @@ -0,0 +1,7 @@ +{ + "name": "CNRI Digital Object Repository License Agreement", + "tags": [ + "non-free" + ], + "uri": "http://dorepository.org/download.html" +} diff --git a/ECL2.0.json b/ECL2.0.json new file mode 100644 index 0000000..d3f65eb --- /dev/null +++ b/ECL2.0.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "ECL-2.0" + }, + "name": "Educational Community License 2.0", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:ECL2.0" +} diff --git a/EPL.json b/EPL.json new file mode 100644 index 0000000..65cb5bf --- /dev/null +++ b/EPL.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "EPL-1.0" + }, + "name": "Eclipse Public License Version 1.0", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:EPLv1.0" +} diff --git a/EPL2.json b/EPL2.json new file mode 100644 index 0000000..df49282 --- /dev/null +++ b/EPL2.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "EPL-2.0" + }, + "name": "Eclipse Public License Version 2.0", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:EPLv2.0" +} diff --git a/EUDataGrid.json b/EUDataGrid.json new file mode 100644 index 0000000..fe70762 --- /dev/null +++ b/EUDataGrid.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "EUDatagrid" + }, + "name": "EU DataGrid Software License", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:EUDataGrid" +} diff --git a/EUPL.json b/EUPL.json new file mode 100644 index 0000000..6f72a2c --- /dev/null +++ b/EUPL.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "EUPL-1.1" + }, + "name": "European Union Public License (EUPL) version 1.1", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:EUPLv1.1" +} diff --git a/Eiffel.json b/Eiffel.json new file mode 100644 index 0000000..7854e16 --- /dev/null +++ b/Eiffel.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "EFL-2.0" + }, + "name": "Eiffel Forum License, version 2", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:EFLv2" +} diff --git a/Expat.json b/Expat.json new file mode 100644 index 0000000..79ed399 --- /dev/null +++ b/Expat.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "MIT" + }, + "name": "Expat License", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:Expat" +} diff --git a/FDLv1.1.json b/FDLv1.1.json new file mode 100644 index 0000000..275f396 --- /dev/null +++ b/FDLv1.1.json @@ -0,0 +1,8 @@ +{ + "name": "GNU Free Documentation License", + "tags": [ + "fdl-compatible", + "fdl-compatible" + ], + "uri": "/licenses/fdl.html" +} diff --git a/FDLv1.2.json b/FDLv1.2.json new file mode 100644 index 0000000..275f396 --- /dev/null +++ b/FDLv1.2.json @@ -0,0 +1,8 @@ +{ + "name": "GNU Free Documentation License", + "tags": [ + "fdl-compatible", + "fdl-compatible" + ], + "uri": "/licenses/fdl.html" +} diff --git a/FDLv1.3.json b/FDLv1.3.json new file mode 100644 index 0000000..275f396 --- /dev/null +++ b/FDLv1.3.json @@ -0,0 +1,8 @@ +{ + "name": "GNU Free Documentation License", + "tags": [ + "fdl-compatible", + "fdl-compatible" + ], + "uri": "/licenses/fdl.html" +} diff --git a/FreeArt.json b/FreeArt.json new file mode 100644 index 0000000..46c85cc --- /dev/null +++ b/FreeArt.json @@ -0,0 +1,7 @@ +{ + "name": "Free Art License", + "tags": [ + "libre" + ], + "uri": "//directory.fsf.org/wiki/License:Free-Art-L-v1.3" +} diff --git a/FreeBSD.json b/FreeBSD.json new file mode 100644 index 0000000..ddb9d86 --- /dev/null +++ b/FreeBSD.json @@ -0,0 +1,11 @@ +{ + "identifiers": { + "spdx": "BSD-2-Clause" + }, + "name": "FreeBSD license", + "tags": [ + "fdl-compatible", + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki?title=License:FreeBSD" +} diff --git a/GNUAllPermissive.json b/GNUAllPermissive.json new file mode 100644 index 0000000..9742d0a --- /dev/null +++ b/GNUAllPermissive.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "FSFAP" + }, + "name": "GNU All-Permissive License", + "tags": [ + "glp-compatible" + ], + "uri": "/prep/maintain/html_node/License-Notices-for-Other-Files.html" +} diff --git a/GNUGPLv3.json b/GNUGPLv3.json new file mode 100644 index 0000000..8cb3a8e --- /dev/null +++ b/GNUGPLv3.json @@ -0,0 +1,10 @@ +{ + "identifiers": { + "spdx": "GPL-3.0" + }, + "name": "GNU General Public License (GPL) version 3", + "tags": [ + "glp-compatible" + ], + "uri": "/licenses/gpl.html" +} diff --git a/GNUVerbatim.json b/GNUVerbatim.json new file mode 100644 index 0000000..3958494 --- /dev/null +++ b/GNUVerbatim.json @@ -0,0 +1,7 @@ +{ + "name": "GNU Verbatim Copying License", + "tags": [ + "viewpoint" + ], + "uri": "/licenses/licenses.html#VerbatimCopying" +} diff --git a/GPL-PA.json b/GPL-PA.json new file mode 100644 index 0000000..9042502 --- /dev/null +++ b/GPL-PA.json @@ -0,0 +1,7 @@ +{ + "name": "GPL for Computer Programs of the Public Administration", + "tags": [ + "non-free" + ], + "uri": "http://directory.fsf.org/wiki/License:GPL-PA" +} diff --git a/GPLFonts.json b/GPLFonts.json new file mode 100644 index 0000000..79f16ce --- /dev/null +++ b/GPLFonts.json @@ -0,0 +1,7 @@ +{ + "name": "GNU General Public License", + "tags": [ + "glp-compatible" + ], + "uri": "/licenses/gpl.html" +} diff --git a/GPLOther.json b/GPLOther.json new file mode 100644 index 0000000..79f16ce --- /dev/null +++ b/GPLOther.json @@ -0,0 +1,7 @@ +{ + "name": "GNU General Public License", + "tags": [ + "glp-compatible" + ], + "uri": "/licenses/gpl.html" +} diff --git a/GPLv2.json b/GPLv2.json new file mode 100644 index 0000000..84bad1d --- /dev/null +++ b/GPLv2.json @@ -0,0 +1,7 @@ +{ + "name": "GNU General Public License (GPL) version 2", + "tags": [ + "glp-compatible" + ], + "uri": "/licenses/old-licenses/gpl-2.0.html" +} diff --git a/HESSLA.json b/HESSLA.json new file mode 100644 index 0000000..1632ede --- /dev/null +++ b/HESSLA.json @@ -0,0 +1,7 @@ +{ + "name": "Hacktivismo Enhanced-Source Software License Agreement", + "tags": [ + "non-free" + ], + "uri": "http://www.hacktivismo.com/about/hessla.php" +} diff --git a/HPND.json b/HPND.json new file mode 100644 index 0000000..d7882bc --- /dev/null +++ b/HPND.json @@ -0,0 +1,7 @@ +{ + "name": "Historical Permission Notice and Disclaimer", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:Historical_Permission_Notice_and_Disclaimer" +} diff --git a/IBMPL.json b/IBMPL.json new file mode 100644 index 0000000..964d36c --- /dev/null +++ b/IBMPL.json @@ -0,0 +1,7 @@ +{ + "name": "IBM Public License, Version 1.0", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:IBMPLv1.0" +} diff --git a/IPAFONT.json b/IPAFONT.json new file mode 100644 index 0000000..04e4c66 --- /dev/null +++ b/IPAFONT.json @@ -0,0 +1,7 @@ +{ + "name": "IPA\n Font License", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:IPA_Font_License" +} diff --git a/ISC.json b/ISC.json new file mode 100644 index 0000000..5f35ba0 --- /dev/null +++ b/ISC.json @@ -0,0 +1,7 @@ +{ + "name": "ISC License", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:ISC" +} diff --git a/JSON.json b/JSON.json new file mode 100644 index 0000000..6a20a70 --- /dev/null +++ b/JSON.json @@ -0,0 +1,7 @@ +{ + "name": "The JSON License", + "tags": [ + "non-free" + ], + "uri": "http://directory.fsf.org/wiki/License:JSON" +} diff --git a/Jahia.json b/Jahia.json new file mode 100644 index 0000000..c621a60 --- /dev/null +++ b/Jahia.json @@ -0,0 +1,7 @@ +{ + "name": "Jahia Community Source License", + "tags": [ + "non-free" + ], + "uri": "http://web.archive.org/web/20050317081359/http://www.jahia.org/jahia/page145.html" +} diff --git a/LGPLv2.1.json b/LGPLv2.1.json new file mode 100644 index 0000000..6b552d3 --- /dev/null +++ b/LGPLv2.1.json @@ -0,0 +1,7 @@ +{ + "name": "GNU Lesser General Public License (LGPL) version 2.1", + "tags": [ + "glp-compatible" + ], + "uri": "/licenses/old-licenses/lgpl-2.1.html" +} diff --git a/LGPLv3.json b/LGPLv3.json new file mode 100644 index 0000000..36e7c26 --- /dev/null +++ b/LGPLv3.json @@ -0,0 +1,7 @@ +{ + "name": "GNU Lesser General Public License (LGPL) version 3", + "tags": [ + "glp-compatible" + ], + "uri": "/licenses/lgpl.html" +} diff --git a/LPPL-1.2.json b/LPPL-1.2.json new file mode 100644 index 0000000..e0b3706 --- /dev/null +++ b/LPPL-1.2.json @@ -0,0 +1,7 @@ +{ + "name": "LaTeX Project Public License 1.2", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:LPPLv1.2" +} diff --git a/LPPL-1.3a.json b/LPPL-1.3a.json new file mode 100644 index 0000000..b03258a --- /dev/null +++ b/LPPL-1.3a.json @@ -0,0 +1,7 @@ +{ + "name": "LaTeX Project Public License 1.3a", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:LPPLv1.3a" +} diff --git a/Lha.json b/Lha.json new file mode 100644 index 0000000..fdd496c --- /dev/null +++ b/Lha.json @@ -0,0 +1,7 @@ +{ + "name": "License of Lha", + "tags": [ + "non-free" + ], + "uri": "http://directory.fsf.org/wiki/License:Lha" +} diff --git a/MPL-2.0.json b/MPL-2.0.json new file mode 100644 index 0000000..7919c65 --- /dev/null +++ b/MPL-2.0.json @@ -0,0 +1,7 @@ +{ + "name": "Mozilla Public\n License (MPL) version 2.0", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:MPLv2.0" +} diff --git a/MPL.json b/MPL.json new file mode 100644 index 0000000..289aac5 --- /dev/null +++ b/MPL.json @@ -0,0 +1,7 @@ +{ + "name": "Mozilla Public License (MPL) version 1.1", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:MPLv1.1" +} diff --git a/ModifiedBSD.json b/ModifiedBSD.json new file mode 100644 index 0000000..9f1c37f --- /dev/null +++ b/ModifiedBSD.json @@ -0,0 +1,7 @@ +{ + "name": "Modified BSD license", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:BSD_3Clause" +} diff --git a/Ms-SS.json b/Ms-SS.json new file mode 100644 index 0000000..ddaa8be --- /dev/null +++ b/Ms-SS.json @@ -0,0 +1,7 @@ +{ + "name": "Microsoft's Shared Source CLI, C#, and Jscript License", + "tags": [ + "non-free" + ], + "uri": "http://directory.fsf.org/wiki/License:Ms-SS" +} diff --git a/NASA.json b/NASA.json new file mode 100644 index 0000000..505e7c2 --- /dev/null +++ b/NASA.json @@ -0,0 +1,7 @@ +{ + "name": "NASA Open Source Agreement", + "tags": [ + "non-free" + ], + "uri": "http://directory.fsf.org/wiki/License:NASA-OSA_v1.3" +} diff --git a/NCSA.json b/NCSA.json new file mode 100644 index 0000000..014db46 --- /dev/null +++ b/NCSA.json @@ -0,0 +1,7 @@ +{ + "name": "NCSA/University of Illinois Open Source License", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:IllinoisNCSA" +} diff --git a/NOSL.json b/NOSL.json new file mode 100644 index 0000000..96a3805 --- /dev/null +++ b/NOSL.json @@ -0,0 +1,7 @@ +{ + "name": "Netizen Open Source License (NOSL), Version 1.0", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:NOSLv1.0" +} diff --git a/NPL.json b/NPL.json new file mode 100644 index 0000000..5f2f066 --- /dev/null +++ b/NPL.json @@ -0,0 +1,7 @@ +{ + "name": "Netscape Public License (NPL)", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki?title=License:NPLv1.1" +} diff --git a/NoLicense.json b/NoLicense.json new file mode 100644 index 0000000..1e8a0a5 --- /dev/null +++ b/NoLicense.json @@ -0,0 +1,6 @@ +{ + "name": "No license", + "tags": [ + "non-free" + ] +} diff --git a/Nokia.json b/Nokia.json new file mode 100644 index 0000000..7379cec --- /dev/null +++ b/Nokia.json @@ -0,0 +1,7 @@ +{ + "name": "Nokia Open Source License", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:NokOSv1.0a" +} diff --git a/ODbl.json b/ODbl.json new file mode 100644 index 0000000..dd1dda8 --- /dev/null +++ b/ODbl.json @@ -0,0 +1,7 @@ +{ + "name": "Open Database license", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:ODbl" +} diff --git a/OSL.json b/OSL.json new file mode 100644 index 0000000..dcc5963 --- /dev/null +++ b/OSL.json @@ -0,0 +1,7 @@ +{ + "name": "Open Software License, all versions through 3.0", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:OSLv3.0" +} diff --git a/OculusRift.json b/OculusRift.json new file mode 100644 index 0000000..5ff3a9a --- /dev/null +++ b/OculusRift.json @@ -0,0 +1,7 @@ +{ + "name": "Oculus Rift SDK License", + "tags": [ + "non-free" + ], + "uri": "http://directory.fsf.org/wiki/License:Oculus_VR_Rift_SDK_License" +} diff --git a/OpenContentL.json b/OpenContentL.json new file mode 100644 index 0000000..7176a58 --- /dev/null +++ b/OpenContentL.json @@ -0,0 +1,7 @@ +{ + "name": "Open Content License, Version 1.0", + "tags": [ + "non-free" + ], + "uri": "https://web.archive.org/web/19981206111937/http://www.opencontent.org/opl.shtml" +} diff --git a/OpenPublicL.json b/OpenPublicL.json new file mode 100644 index 0000000..c371077 --- /dev/null +++ b/OpenPublicL.json @@ -0,0 +1,7 @@ +{ + "name": "Open Public License", + "tags": [ + "non-free" + ], + "uri": "http://directory.fsf.org/wiki/License:OpenPLv1.0" +} diff --git a/OpenPublicationL.json b/OpenPublicationL.json new file mode 100644 index 0000000..98044f9 --- /dev/null +++ b/OpenPublicationL.json @@ -0,0 +1,7 @@ +{ + "name": "Open Publication License, Version 1.0", + "tags": [ + "libre" + ], + "uri": "http://opencontent.org/openpub/" +} diff --git a/OpenSSL.json b/OpenSSL.json new file mode 100644 index 0000000..ed735ac --- /dev/null +++ b/OpenSSL.json @@ -0,0 +1,7 @@ +{ + "name": "OpenSSL license", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:OpenSSL" +} diff --git a/OriginalBSD.json b/OriginalBSD.json new file mode 100644 index 0000000..abf890d --- /dev/null +++ b/OriginalBSD.json @@ -0,0 +1,7 @@ +{ + "name": "Original BSD license", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:BSD_4Clause" +} diff --git a/PHP-3.01.json b/PHP-3.01.json new file mode 100644 index 0000000..f30c022 --- /dev/null +++ b/PHP-3.01.json @@ -0,0 +1,7 @@ +{ + "name": "PHP License, Version 3.01", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:PHPv3.01" +} diff --git a/PINE.json b/PINE.json new file mode 100644 index 0000000..97d3e69 --- /dev/null +++ b/PINE.json @@ -0,0 +1,7 @@ +{ + "name": "License of PINE", + "tags": [ + "non-free" + ], + "uri": "http://directory.fsf.org/wiki/License:PINE" +} diff --git a/PPL.json b/PPL.json new file mode 100644 index 0000000..3694c8f --- /dev/null +++ b/PPL.json @@ -0,0 +1,7 @@ +{ + "name": "Peer-Production License", + "tags": [ + "non-free" + ], + "uri": "http://directory.fsf.org/wiki/License:PPL" +} diff --git a/PerlLicense.json b/PerlLicense.json new file mode 100644 index 0000000..722c630 --- /dev/null +++ b/PerlLicense.json @@ -0,0 +1,6 @@ +{ + "name": "License of Perl 5 and below", + "tags": [ + "glp-compatible" + ] +} diff --git a/Phorum.json b/Phorum.json new file mode 100644 index 0000000..151c5ed --- /dev/null +++ b/Phorum.json @@ -0,0 +1,7 @@ +{ + "name": "Phorum License, Version 2.0", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:Phorum2.0" +} diff --git a/Plan9.json b/Plan9.json new file mode 100644 index 0000000..e62cd43 --- /dev/null +++ b/Plan9.json @@ -0,0 +1,6 @@ +{ + "name": "Old Plan 9 license", + "tags": [ + "non-free" + ] +} diff --git a/PublicDomain.json b/PublicDomain.json new file mode 100644 index 0000000..302f083 --- /dev/null +++ b/PublicDomain.json @@ -0,0 +1,7 @@ +{ + "name": "Public Domain", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:PublicDomain" +} diff --git a/Python.json b/Python.json new file mode 100644 index 0000000..caa60f3 --- /dev/null +++ b/Python.json @@ -0,0 +1,7 @@ +{ + "name": "License of Python 2.0.1, 2.1.1, and newer versions", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki?title=License:Python2.0.1" +} diff --git a/Python1.6a2.json b/Python1.6a2.json new file mode 100644 index 0000000..7effa32 --- /dev/null +++ b/Python1.6a2.json @@ -0,0 +1,7 @@ +{ + "name": "License of Python 1.6a2 and earlier versions", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki?title=License:Python1.6a2" +} diff --git a/PythonOld.json b/PythonOld.json new file mode 100644 index 0000000..10da4f8 --- /dev/null +++ b/PythonOld.json @@ -0,0 +1,7 @@ +{ + "name": "License of Python 1.6b1 through 2.0 and 2.1", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:Python1.6b1" +} diff --git a/QPL.json b/QPL.json new file mode 100644 index 0000000..8d81a27 --- /dev/null +++ b/QPL.json @@ -0,0 +1,7 @@ +{ + "name": "Q Public License (QPL), Version 1.0", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:QPLv1.0" +} diff --git a/RPL.json b/RPL.json new file mode 100644 index 0000000..fe81f78 --- /dev/null +++ b/RPL.json @@ -0,0 +1,7 @@ +{ + "name": "Reciprocal Public License", + "tags": [ + "non-free" + ], + "uri": "http://directory.fsf.org/wiki/License:ReciprocalPLv1.3" +} diff --git a/RPSL.json b/RPSL.json new file mode 100644 index 0000000..c7f764e --- /dev/null +++ b/RPSL.json @@ -0,0 +1,7 @@ +{ + "name": "RealNetworks Public Source License (RPSL), Version 1.0", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:RPSLv1.0" +} diff --git a/Ruby.json b/Ruby.json new file mode 100644 index 0000000..cbca5e9 --- /dev/null +++ b/Ruby.json @@ -0,0 +1,7 @@ +{ + "name": "License of Ruby", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:Ruby" +} diff --git a/SGIFreeB.json b/SGIFreeB.json new file mode 100644 index 0000000..b9ca50f --- /dev/null +++ b/SGIFreeB.json @@ -0,0 +1,7 @@ +{ + "name": "SGI Free Software License B, version 2.0", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:SGIFreeBv2" +} diff --git a/SILOFL.json b/SILOFL.json new file mode 100644 index 0000000..b4c0308 --- /dev/null +++ b/SILOFL.json @@ -0,0 +1,7 @@ +{ + "name": "SIL Open Font License 1.1", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/SIL_Open_Font_License_1.1" +} diff --git a/SISSL.json b/SISSL.json new file mode 100644 index 0000000..ec031b3 --- /dev/null +++ b/SISSL.json @@ -0,0 +1,7 @@ +{ + "name": "Sun Industry Standards Source License 1.0", + "tags": [ + "libre" + ], + "uri": "http://www.openoffice.org/licenses/sissl_license.html" +} diff --git a/SML.json b/SML.json new file mode 100644 index 0000000..54a88ac --- /dev/null +++ b/SML.json @@ -0,0 +1,7 @@ +{ + "name": "Simple Machines License", + "tags": [ + "non-free" + ], + "uri": "http://directory.fsf.org/wiki/License:SimpleM" +} diff --git a/SPL.json b/SPL.json new file mode 100644 index 0000000..598ddd0 --- /dev/null +++ b/SPL.json @@ -0,0 +1,7 @@ +{ + "name": "Sun Public License", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:SPLv1.0" +} diff --git a/Scilab.json b/Scilab.json new file mode 100644 index 0000000..1d2b907 --- /dev/null +++ b/Scilab.json @@ -0,0 +1,7 @@ +{ + "name": "Scilab license", + "tags": [ + "non-free" + ], + "uri": "http://directory.fsf.org/wiki/License:Scilab-old" +} diff --git a/Scratch.json b/Scratch.json new file mode 100644 index 0000000..ea3168f --- /dev/null +++ b/Scratch.json @@ -0,0 +1,7 @@ +{ + "name": "Scratch 1.4 license", + "tags": [ + "non-free" + ], + "uri": "http://directory.fsf.org/wiki/License:Scratch" +} diff --git a/Squeak.json b/Squeak.json new file mode 100644 index 0000000..f41349e --- /dev/null +++ b/Squeak.json @@ -0,0 +1,7 @@ +{ + "name": "Old Squeak license", + "tags": [ + "non-free" + ], + "uri": "http://directory.fsf.org/wiki/License:Squeak-old" +} diff --git a/StandardMLofNJ.json b/StandardMLofNJ.json new file mode 100644 index 0000000..9eac3a1 --- /dev/null +++ b/StandardMLofNJ.json @@ -0,0 +1,7 @@ +{ + "name": "Standard ML of New Jersey Copyright License", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:StandardMLofNJ" +} diff --git a/SunCommunitySourceLicense.json b/SunCommunitySourceLicense.json new file mode 100644 index 0000000..b52b0fe --- /dev/null +++ b/SunCommunitySourceLicense.json @@ -0,0 +1,7 @@ +{ + "name": "Sun Community Source License", + "tags": [ + "non-free" + ], + "uri": "http://directory.fsf.org/wiki/License:SunCSLv2.8" +} diff --git a/SunSolarisSourceCode.json b/SunSolarisSourceCode.json new file mode 100644 index 0000000..c22efc8 --- /dev/null +++ b/SunSolarisSourceCode.json @@ -0,0 +1,6 @@ +{ + "name": "Sun Solaris Source Code (Foundation Release) License, Version 1.1", + "tags": [ + "non-free" + ] +} diff --git a/SystemC-3.0.json b/SystemC-3.0.json new file mode 100644 index 0000000..325a781 --- /dev/null +++ b/SystemC-3.0.json @@ -0,0 +1,7 @@ +{ + "name": "SystemC", + "tags": [ + "non-free" + ], + "uri": "http://www.accellera.org/about/policies/SystemC_Open_Source_License.pdf" +} diff --git a/Truecrypt-3.0.json b/Truecrypt-3.0.json new file mode 100644 index 0000000..f878e37 --- /dev/null +++ b/Truecrypt-3.0.json @@ -0,0 +1,7 @@ +{ + "name": "Truecrypt license 3.0", + "tags": [ + "non-free" + ], + "uri": "http://directory.fsf.org/wiki/License:TrueCrypt" +} diff --git a/UPL.json b/UPL.json new file mode 100644 index 0000000..6473fd9 --- /dev/null +++ b/UPL.json @@ -0,0 +1,7 @@ +{ + "name": "Universal Permissive License (UPL)", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:Universal_Permissive_License" +} diff --git a/Unicode.json b/Unicode.json new file mode 100644 index 0000000..06db859 --- /dev/null +++ b/Unicode.json @@ -0,0 +1,7 @@ +{ + "name": "Unicode, Inc. License Agreement for Data Files and Software", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:Unicode" +} diff --git a/Unlicense.json b/Unlicense.json new file mode 100644 index 0000000..7611693 --- /dev/null +++ b/Unlicense.json @@ -0,0 +1,7 @@ +{ + "name": "The Unlicense", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:TheUnlicense" +} diff --git a/UtahPublicLicense.json b/UtahPublicLicense.json new file mode 100644 index 0000000..e9be316 --- /dev/null +++ b/UtahPublicLicense.json @@ -0,0 +1,7 @@ +{ + "name": "University of Utah Public License", + "tags": [ + "non-free" + ], + "uri": "http://www.cs.utah.edu/~gk/teem/txt/LICENSE.txt" +} diff --git a/Vim.json b/Vim.json new file mode 100644 index 0000000..ade9946 --- /dev/null +++ b/Vim.json @@ -0,0 +1,7 @@ +{ + "name": "License of Vim, Version 6.1 or later", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:Vim7.2" +} diff --git a/W3C.json b/W3C.json new file mode 100644 index 0000000..45c7c06 --- /dev/null +++ b/W3C.json @@ -0,0 +1,7 @@ +{ + "name": "W3C Software Notice and License", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:W3C_31Dec2002" +} diff --git a/WTFPL.json b/WTFPL.json new file mode 100644 index 0000000..6c0b814 --- /dev/null +++ b/WTFPL.json @@ -0,0 +1,7 @@ +{ + "name": "WTFPL, Version 2", + "tags": [ + "glp-compatible" + ], + "uri": "http://sam.zoy.org/wtfpl/COPYING" +} diff --git a/Watcom.json b/Watcom.json new file mode 100644 index 0000000..564c5ce --- /dev/null +++ b/Watcom.json @@ -0,0 +1,7 @@ +{ + "name": "Sybase Open Watcom Public License version 1.0", + "tags": [ + "non-free" + ], + "uri": "ftp://ftp.openwatcom.org/install/license.txt" +} diff --git a/WebM.json b/WebM.json new file mode 100644 index 0000000..bf11f00 --- /dev/null +++ b/WebM.json @@ -0,0 +1,7 @@ +{ + "name": "License of WebM", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:WebM" +} diff --git a/X11License.json b/X11License.json new file mode 100644 index 0000000..f2f07e7 --- /dev/null +++ b/X11License.json @@ -0,0 +1,7 @@ +{ + "name": "X11 License", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:X11" +} diff --git a/XFree861.1License.json b/XFree861.1License.json new file mode 100644 index 0000000..135a44e --- /dev/null +++ b/XFree861.1License.json @@ -0,0 +1,7 @@ +{ + "name": "XFree86 1.1 License", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:XFree86_1.1" +} diff --git a/YaST.json b/YaST.json new file mode 100644 index 0000000..9039748 --- /dev/null +++ b/YaST.json @@ -0,0 +1,6 @@ +{ + "name": "YaST License", + "tags": [ + "non-free" + ] +} diff --git a/Yahoo.json b/Yahoo.json new file mode 100644 index 0000000..b948daf --- /dev/null +++ b/Yahoo.json @@ -0,0 +1,7 @@ +{ + "name": "Yahoo! Public License 1.1", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:YPLv1.1" +} diff --git a/ZLib.json b/ZLib.json new file mode 100644 index 0000000..bc4515c --- /dev/null +++ b/ZLib.json @@ -0,0 +1,7 @@ +{ + "name": "License of ZLib", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:Zlib" +} diff --git a/Zend.json b/Zend.json new file mode 100644 index 0000000..2949870 --- /dev/null +++ b/Zend.json @@ -0,0 +1,7 @@ +{ + "name": "Zend License, Version 2.0", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:ZELv2.0" +} diff --git a/Zimbra.json b/Zimbra.json new file mode 100644 index 0000000..9664134 --- /dev/null +++ b/Zimbra.json @@ -0,0 +1,7 @@ +{ + "name": "Zimbra Public License 1.3", + "tags": [ + "libre" + ], + "uri": "http://www.zimbra.com/license/zimbra-public-license-1-3.html" +} diff --git a/Zope.json b/Zope.json new file mode 100644 index 0000000..99d1ca3 --- /dev/null +++ b/Zope.json @@ -0,0 +1,7 @@ +{ + "name": "Zope Public License version 1", + "tags": [ + "libre" + ], + "uri": "http://web.archive.org/web/20000816090640/http://www.zope.org/Resources/ZPL" +} diff --git a/Zope2.0.json b/Zope2.0.json new file mode 100644 index 0000000..b0ef412 --- /dev/null +++ b/Zope2.0.json @@ -0,0 +1,7 @@ +{ + "name": "Zope Public License, versions 2.0 and 2.1", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki?title=License:ZopePLv2.1" +} diff --git a/apache1.1.json b/apache1.1.json new file mode 100644 index 0000000..560c618 --- /dev/null +++ b/apache1.1.json @@ -0,0 +1,7 @@ +{ + "name": "Apache License, Version 1.1", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:Apache1.1" +} diff --git a/apache1.json b/apache1.json new file mode 100644 index 0000000..6985db6 --- /dev/null +++ b/apache1.json @@ -0,0 +1,7 @@ +{ + "name": "Apache License, Version 1.0", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:Apache1.0" +} diff --git a/apache2.json b/apache2.json new file mode 100644 index 0000000..bb500b7 --- /dev/null +++ b/apache2.json @@ -0,0 +1,7 @@ +{ + "name": "Apache License, Version 2.0", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:Apache2.0" +} diff --git a/apsl1.json b/apsl1.json new file mode 100644 index 0000000..f2bb782 --- /dev/null +++ b/apsl1.json @@ -0,0 +1,7 @@ +{ + "name": "Apple Public Source License (APSL), version 1.x", + "tags": [ + "non-free" + ], + "uri": "http://directory.fsf.org/wiki/License:APSLv1.x" +} diff --git a/apsl2.json b/apsl2.json new file mode 100644 index 0000000..b811c0a --- /dev/null +++ b/apsl2.json @@ -0,0 +1,7 @@ +{ + "name": "Apple Public Source License (APSL), version 2", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:APSLv2.0" +} diff --git a/bittorrent.json b/bittorrent.json new file mode 100644 index 0000000..13e1160 --- /dev/null +++ b/bittorrent.json @@ -0,0 +1,7 @@ +{ + "name": "BitTorrent Open Source License", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:BitTorrentOSL1.1" +} diff --git a/boost.json b/boost.json new file mode 100644 index 0000000..d2cf130 --- /dev/null +++ b/boost.json @@ -0,0 +1,7 @@ +{ + "name": "Boost Software License", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:Boost1.0" +} diff --git a/ccby.json b/ccby.json new file mode 100644 index 0000000..48e16b1 --- /dev/null +++ b/ccby.json @@ -0,0 +1,7 @@ +{ + "name": "Creative Commons Attribution 4.0 license", + "tags": [ + "glp-compatible" + ], + "uri": "http://creativecommons.org/licenses/by/4.0/legalcode" +} diff --git a/ccbynd.json b/ccbynd.json new file mode 100644 index 0000000..1366cff --- /dev/null +++ b/ccbynd.json @@ -0,0 +1,7 @@ +{ + "name": "Creative Commons Attribution-NoDerivs 4.0 license\n (a.k.a. CC", + "tags": [ + "viewpoint" + ], + "uri": "https://creativecommons.org/licenses/by-nd/4.0/legalcode" +} diff --git a/ccbysa.json b/ccbysa.json new file mode 100644 index 0000000..4743598 --- /dev/null +++ b/ccbysa.json @@ -0,0 +1,7 @@ +{ + "name": "Creative Commons Attribution-Sharealike 4.0 license", + "tags": [ + "libre" + ], + "uri": "http://creativecommons.org/licenses/by-sa/4.0/legalcode" +} diff --git a/clearbsd.json b/clearbsd.json new file mode 100644 index 0000000..fe8f731 --- /dev/null +++ b/clearbsd.json @@ -0,0 +1,7 @@ +{ + "name": "The Clear BSD License", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:ClearBSD" +} diff --git a/cpol.json b/cpol.json new file mode 100644 index 0000000..3b642fa --- /dev/null +++ b/cpol.json @@ -0,0 +1,6 @@ +{ + "name": "Code Project Open License, version 1.02", + "tags": [ + "non-free" + ] +} diff --git a/dsl.json b/dsl.json new file mode 100644 index 0000000..d588c35 --- /dev/null +++ b/dsl.json @@ -0,0 +1,7 @@ +{ + "name": "Design Science License (DSL)", + "tags": [ + "libre" + ], + "uri": "/licenses/dsl.html" +} diff --git a/eCos11.json b/eCos11.json new file mode 100644 index 0000000..02d4a73 --- /dev/null +++ b/eCos11.json @@ -0,0 +1,7 @@ +{ + "name": "eCos Public License, version 1.1", + "tags": [ + "non-free" + ], + "uri": "http://directory.fsf.org/wiki/License:ECosPLv1.1" +} diff --git a/eCos2.0.json b/eCos2.0.json new file mode 100644 index 0000000..3230af8 --- /dev/null +++ b/eCos2.0.json @@ -0,0 +1,7 @@ +{ + "name": "eCos license version 2.0", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:ECos2.0" +} diff --git a/ecfonts.json b/ecfonts.json new file mode 100644 index 0000000..a2cb900 --- /dev/null +++ b/ecfonts.json @@ -0,0 +1,7 @@ +{ + "name": "License\n of the ec fonts for LaTeX", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:LaTeX_ecfonts" +} diff --git a/freetype.json b/freetype.json new file mode 100644 index 0000000..300e449 --- /dev/null +++ b/freetype.json @@ -0,0 +1,7 @@ +{ + "name": "Freetype Project License", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:FreeType" +} diff --git a/gnuplot.json b/gnuplot.json new file mode 100644 index 0000000..12e3bb3 --- /dev/null +++ b/gnuplot.json @@ -0,0 +1,7 @@ +{ + "name": "Gnuplot license", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:Gnuplot" +} diff --git a/iMatix.json b/iMatix.json new file mode 100644 index 0000000..47f3dba --- /dev/null +++ b/iMatix.json @@ -0,0 +1,7 @@ +{ + "name": "License of the iMatix Standard Function Library", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki?title=License:SFL" +} diff --git a/ijg.json b/ijg.json new file mode 100644 index 0000000..8a8ae35 --- /dev/null +++ b/ijg.json @@ -0,0 +1,7 @@ +{ + "name": "Independent JPEG Group License", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki?title=License:JPEG" +} diff --git a/imlib.json b/imlib.json new file mode 100644 index 0000000..702e3ac --- /dev/null +++ b/imlib.json @@ -0,0 +1,7 @@ +{ + "name": "License of imlib2", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:Imlib2" +} diff --git a/informal.json b/informal.json new file mode 100644 index 0000000..a10ba7a --- /dev/null +++ b/informal.json @@ -0,0 +1,6 @@ +{ + "name": "Informal license", + "tags": [ + "glp-compatible" + ] +} diff --git a/intel.json b/intel.json new file mode 100644 index 0000000..2e8872e --- /dev/null +++ b/intel.json @@ -0,0 +1,7 @@ +{ + "name": "Intel Open Source License", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:IntelACPI" +} diff --git a/josl.json b/josl.json new file mode 100644 index 0000000..0dbaa52 --- /dev/null +++ b/josl.json @@ -0,0 +1,7 @@ +{ + "name": "Jabber Open Source License, Version 1.0", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:JabberOSLv1.0" +} diff --git a/ksh93.json b/ksh93.json new file mode 100644 index 0000000..14a2ea9 --- /dev/null +++ b/ksh93.json @@ -0,0 +1,6 @@ +{ + "name": "Old license of ksh93", + "tags": [ + "non-free" + ] +} diff --git a/licenses.json b/licenses.json new file mode 100644 index 0000000..d5995c2 --- /dev/null +++ b/licenses.json @@ -0,0 +1,602 @@ +{ + "ACDL": { + "name": "Apple's Common Documentation License, Version 1.0" + }, + "AGPLv1.0": { + "identifiers": { + "spdx": "AGPL-1.0" + }, + "name": "Affero General Public License version 1" + }, + "AGPLv3.0": { + "identifiers": { + "spdx": "AGPL-3.0" + }, + "name": "GNU Affero General Public License (AGPL) version 3" + }, + "ATTPublicLicense": { + "name": "AT&T Public License" + }, + "AcademicFreeLicense1.1": { + "identifiers": { + "spdx": "AFL-1.1" + }, + "name": "Academic Free License, all versions through 3.0" + }, + "AcademicFreeLicense1.2": { + "identifiers": { + "spdx": "AFL-1.2" + }, + "name": "Academic Free License, all versions through 3.0" + }, + "AcademicFreeLicense2.0": { + "identifiers": { + "spdx": "AFL-2.0" + }, + "name": "Academic Free License, all versions through 3.0" + }, + "AcademicFreeLicense2.1": { + "identifiers": { + "spdx": "AFL-2.1" + }, + "name": "Academic Free License, all versions through 3.0" + }, + "AcademicFreeLicense3.0": { + "identifiers": { + "spdx": "AFL-3.0" + }, + "name": "Academic Free License, all versions through 3.0" + }, + "Aladdin": { + "identifiers": { + "spdx": "Aladdin" + }, + "name": "Aladdin Free Public License" + }, + "Arphic": { + "name": "Arphic Public License" + }, + "ArtisticLicense": { + "identifiers": { + "spdx": "Artistic-1.0" + }, + "name": "Artistic License 1.0" + }, + "ArtisticLicense2": { + "identifiers": { + "spdx": "Artistic-2.0" + }, + "name": "Artistic License 2.0" + }, + "BerkeleyDB": { + "identifiers": { + "spdx": "Sleepycat" + }, + "name": "Berkeley Database License" + }, + "CC-BY-NC-1.0": { + "identifiers": { + "spdx": "CC-BY-NC-1.0" + }, + "name": "Creative Commons Nocommercial, any version" + }, + "CC-BY-NC-2.0": { + "identifiers": { + "spdx": "CC-BY-NC-2.0" + }, + "name": "Creative Commons Nocommercial, any version" + }, + "CC-BY-NC-2.5": { + "identifiers": { + "spdx": "CC-BY-NC-2.5" + }, + "name": "Creative Commons Nocommercial, any version" + }, + "CC-BY-NC-3.0": { + "identifiers": { + "spdx": "CC-BY-NC-3.0" + }, + "name": "Creative Commons Nocommercial, any version" + }, + "CC-BY-NC-4.0": { + "identifiers": { + "spdx": "CC-BY-NC-4.0" + }, + "name": "Creative Commons Nocommercial, any version" + }, + "CC-BY-ND-1.0": { + "identifiers": { + "spdx": "CC-BY-ND-1.0" + }, + "name": "Creative Commons Noderivatives, any version" + }, + "CC-BY-ND-2.0": { + "identifiers": { + "spdx": "CC-BY-ND-2.0" + }, + "name": "Creative Commons Noderivatives, any version" + }, + "CC-BY-ND-2.5": { + "identifiers": { + "spdx": "CC-BY-ND-2.5" + }, + "name": "Creative Commons Noderivatives, any version" + }, + "CC-BY-ND-3.0": { + "identifiers": { + "spdx": "CC-BY-ND-3.0" + }, + "name": "Creative Commons Noderivatives, any version" + }, + "CC-BY-ND-4.0": { + "identifiers": { + "spdx": "CC-BY-ND-4.0" + }, + "name": "Creative Commons Noderivatives, any version" + }, + "CC0": { + "identifiers": { + "spdx": "CC0-1.0" + }, + "name": "CC0" + }, + "CDDL": { + "identifiers": { + "spdx": "CDDL-1.0" + }, + "name": "Common Development and Distribution License (CDDL), version 1.0" + }, + "CPAL": { + "identifiers": { + "spdx": "CPAL-1.0" + }, + "name": "Common Public Attribution License 1.0 (CPAL)" + }, + "CeCILL": { + "identifiers": { + "spdx": "CECILL-2.0" + }, + "name": "CeCILL version 2" + }, + "CeCILL-B": { + "identifiers": { + "spdx": "CECILL-B" + }, + "name": "CeCILL-B version 1" + }, + "CeCILL-C": { + "identifiers": { + "spdx": "CECILL-C" + }, + "name": "CeCILL-C version 1" + }, + "ClarifiedArtistic": { + "identifiers": { + "spdx": "ClArtistic" + }, + "name": "Clarified Artistic License" + }, + "CommonPublicLicense10": { + "identifiers": { + "spdx": "CPL-1.0" + }, + "name": "Common Public License Version 1.0" + }, + "Condor": { + "identifiers": { + "spdx": "Condor-1.1" + }, + "name": "Condor Public License" + }, + "CryptixGeneralLicense": { + "name": "Cryptix General License" + }, + "DOR": { + "name": "CNRI Digital Object Repository License Agreement" + }, + "ECL2.0": { + "identifiers": { + "spdx": "ECL-2.0" + }, + "name": "Educational Community License 2.0" + }, + "EPL": { + "identifiers": { + "spdx": "EPL-1.0" + }, + "name": "Eclipse Public License Version 1.0" + }, + "EPL2": { + "identifiers": { + "spdx": "EPL-2.0" + }, + "name": "Eclipse Public License Version 2.0" + }, + "EUDataGrid": { + "identifiers": { + "spdx": "EUDatagrid" + }, + "name": "EU DataGrid Software License" + }, + "EUPL": { + "identifiers": { + "spdx": "EUPL-1.1" + }, + "name": "European Union Public License (EUPL) version 1.1" + }, + "Eiffel": { + "identifiers": { + "spdx": "EFL-2.0" + }, + "name": "Eiffel Forum License, version 2" + }, + "Expat": { + "identifiers": { + "spdx": "MIT" + }, + "name": "Expat License" + }, + "FDLv1.1": { + "name": "GNU Free Documentation License" + }, + "FDLv1.2": { + "name": "GNU Free Documentation License" + }, + "FDLv1.3": { + "name": "GNU Free Documentation License" + }, + "FreeArt": { + "name": "Free Art License" + }, + "FreeBSD": { + "identifiers": { + "spdx": "BSD-2-Clause" + }, + "name": "FreeBSD license" + }, + "GNUAllPermissive": { + "identifiers": { + "spdx": "FSFAP" + }, + "name": "GNU All-Permissive License" + }, + "GNUGPLv3": { + "identifiers": { + "spdx": "GPL-3.0" + }, + "name": "GNU General Public License (GPL) version 3" + }, + "GNUVerbatim": { + "name": "GNU Verbatim Copying License" + }, + "GPL-PA": { + "name": "GPL for Computer Programs of the Public Administration" + }, + "GPLFonts": { + "name": "GNU General Public License" + }, + "GPLOther": { + "name": "GNU General Public License" + }, + "GPLv2": { + "name": "GNU General Public License (GPL) version 2" + }, + "HESSLA": { + "name": "Hacktivismo Enhanced-Source Software License Agreement" + }, + "HPND": { + "name": "Historical Permission Notice and Disclaimer" + }, + "IBMPL": { + "name": "IBM Public License, Version 1.0" + }, + "IPAFONT": { + "name": "IPA\n Font License" + }, + "ISC": { + "name": "ISC License" + }, + "JSON": { + "name": "The JSON License" + }, + "Jahia": { + "name": "Jahia Community Source License" + }, + "LGPLv2.1": { + "name": "GNU Lesser General Public License (LGPL) version 2.1" + }, + "LGPLv3": { + "name": "GNU Lesser General Public License (LGPL) version 3" + }, + "LPPL-1.2": { + "name": "LaTeX Project Public License 1.2" + }, + "LPPL-1.3a": { + "name": "LaTeX Project Public License 1.3a" + }, + "Lha": { + "name": "License of Lha" + }, + "MPL": { + "name": "Mozilla Public License (MPL) version 1.1" + }, + "MPL-2.0": { + "name": "Mozilla Public\n License (MPL) version 2.0" + }, + "ModifiedBSD": { + "name": "Modified BSD license" + }, + "Ms-SS": { + "name": "Microsoft's Shared Source CLI, C#, and Jscript License" + }, + "NASA": { + "name": "NASA Open Source Agreement" + }, + "NCSA": { + "name": "NCSA/University of Illinois Open Source License" + }, + "NOSL": { + "name": "Netizen Open Source License (NOSL), Version 1.0" + }, + "NPL": { + "name": "Netscape Public License (NPL)" + }, + "NoLicense": { + "name": "No license" + }, + "Nokia": { + "name": "Nokia Open Source License" + }, + "ODbl": { + "name": "Open Database license" + }, + "OSL": { + "name": "Open Software License, all versions through 3.0" + }, + "OculusRift": { + "name": "Oculus Rift SDK License" + }, + "OpenContentL": { + "name": "Open Content License, Version 1.0" + }, + "OpenPublicL": { + "name": "Open Public License" + }, + "OpenPublicationL": { + "name": "Open Publication License, Version 1.0" + }, + "OpenSSL": { + "name": "OpenSSL license" + }, + "OriginalBSD": { + "name": "Original BSD license" + }, + "PHP-3.01": { + "name": "PHP License, Version 3.01" + }, + "PINE": { + "name": "License of PINE" + }, + "PPL": { + "name": "Peer-Production License" + }, + "PerlLicense": { + "name": "License of Perl 5 and below" + }, + "Phorum": { + "name": "Phorum License, Version 2.0" + }, + "Plan9": { + "name": "Old Plan 9 license" + }, + "PublicDomain": { + "name": "Public Domain" + }, + "Python": { + "name": "License of Python 2.0.1, 2.1.1, and newer versions" + }, + "Python1.6a2": { + "name": "License of Python 1.6a2 and earlier versions" + }, + "PythonOld": { + "name": "License of Python 1.6b1 through 2.0 and 2.1" + }, + "QPL": { + "name": "Q Public License (QPL), Version 1.0" + }, + "RPL": { + "name": "Reciprocal Public License" + }, + "RPSL": { + "name": "RealNetworks Public Source License (RPSL), Version 1.0" + }, + "Ruby": { + "name": "License of Ruby" + }, + "SGIFreeB": { + "name": "SGI Free Software License B, version 2.0" + }, + "SILOFL": { + "name": "SIL Open Font License 1.1" + }, + "SISSL": { + "name": "Sun Industry Standards Source License 1.0" + }, + "SML": { + "name": "Simple Machines License" + }, + "SPL": { + "name": "Sun Public License" + }, + "Scilab": { + "name": "Scilab license" + }, + "Scratch": { + "name": "Scratch 1.4 license" + }, + "Squeak": { + "name": "Old Squeak license" + }, + "StandardMLofNJ": { + "name": "Standard ML of New Jersey Copyright License" + }, + "SunCommunitySourceLicense": { + "name": "Sun Community Source License" + }, + "SunSolarisSourceCode": { + "name": "Sun Solaris Source Code (Foundation Release) License, Version 1.1" + }, + "SystemC-3.0": { + "name": "SystemC" + }, + "Truecrypt-3.0": { + "name": "Truecrypt license 3.0" + }, + "UPL": { + "name": "Universal Permissive License (UPL)" + }, + "Unicode": { + "name": "Unicode, Inc. License Agreement for Data Files and Software" + }, + "Unlicense": { + "name": "The Unlicense" + }, + "UtahPublicLicense": { + "name": "University of Utah Public License" + }, + "Vim": { + "name": "License of Vim, Version 6.1 or later" + }, + "W3C": { + "name": "W3C Software Notice and License" + }, + "WTFPL": { + "name": "WTFPL, Version 2" + }, + "Watcom": { + "name": "Sybase Open Watcom Public License version 1.0" + }, + "WebM": { + "name": "License of WebM" + }, + "X11License": { + "name": "X11 License" + }, + "XFree861.1License": { + "name": "XFree86 1.1 License" + }, + "YaST": { + "name": "YaST License" + }, + "Yahoo": { + "name": "Yahoo! Public License 1.1" + }, + "ZLib": { + "name": "License of ZLib" + }, + "Zend": { + "name": "Zend License, Version 2.0" + }, + "Zimbra": { + "name": "Zimbra Public License 1.3" + }, + "Zope": { + "name": "Zope Public License version 1" + }, + "Zope2.0": { + "name": "Zope Public License, versions 2.0 and 2.1" + }, + "apache1": { + "name": "Apache License, Version 1.0" + }, + "apache1.1": { + "name": "Apache License, Version 1.1" + }, + "apache2": { + "name": "Apache License, Version 2.0" + }, + "apsl1": { + "name": "Apple Public Source License (APSL), version 1.x" + }, + "apsl2": { + "name": "Apple Public Source License (APSL), version 2" + }, + "bittorrent": { + "name": "BitTorrent Open Source License" + }, + "boost": { + "name": "Boost Software License" + }, + "ccby": { + "name": "Creative Commons Attribution 4.0 license" + }, + "ccbynd": { + "name": "Creative Commons Attribution-NoDerivs 4.0 license\n (a.k.a. CC" + }, + "ccbysa": { + "name": "Creative Commons Attribution-Sharealike 4.0 license" + }, + "clearbsd": { + "name": "The Clear BSD License" + }, + "cpol": { + "name": "Code Project Open License, version 1.02" + }, + "dsl": { + "name": "Design Science License (DSL)" + }, + "eCos11": { + "name": "eCos Public License, version 1.1" + }, + "eCos2.0": { + "name": "eCos license version 2.0" + }, + "ecfonts": { + "name": "License\n of the ec fonts for LaTeX" + }, + "freetype": { + "name": "Freetype Project License" + }, + "gnuplot": { + "name": "Gnuplot license" + }, + "iMatix": { + "name": "License of the iMatix Standard Function Library" + }, + "ijg": { + "name": "Independent JPEG Group License" + }, + "imlib": { + "name": "License of imlib2" + }, + "informal": { + "name": "Informal license" + }, + "intel": { + "name": "Intel Open Source License" + }, + "josl": { + "name": "Jabber Open Source License, Version 1.0" + }, + "ksh93": { + "name": "Old license of ksh93" + }, + "lucent102": { + "name": "Lucent Public License Version 1.02 (Plan 9 license)" + }, + "ms-pl": { + "name": "Microsoft Public License (Ms-PL)" + }, + "ms-rl": { + "name": "Microsoft Reciprocal License (Ms-RL)" + }, + "newOpenLDAP": { + "name": "OpenLDAP License, Version 2.7" + }, + "oldOpenLDAP": { + "name": "Old OpenLDAP License, Version 2.3" + }, + "xinetd": { + "name": "License of xinetd" + } +} diff --git a/lucent102.json b/lucent102.json new file mode 100644 index 0000000..b81f307 --- /dev/null +++ b/lucent102.json @@ -0,0 +1,7 @@ +{ + "name": "Lucent Public License Version 1.02 (Plan 9 license)", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:LucentPLv1.02" +} diff --git a/ms-pl.json b/ms-pl.json new file mode 100644 index 0000000..6471427 --- /dev/null +++ b/ms-pl.json @@ -0,0 +1,7 @@ +{ + "name": "Microsoft Public License (Ms-PL)", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:MsPL" +} diff --git a/ms-rl.json b/ms-rl.json new file mode 100644 index 0000000..f160fa5 --- /dev/null +++ b/ms-rl.json @@ -0,0 +1,7 @@ +{ + "name": "Microsoft Reciprocal License (Ms-RL)", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:MsRL" +} diff --git a/newOpenLDAP.json b/newOpenLDAP.json new file mode 100644 index 0000000..bcf7b6f --- /dev/null +++ b/newOpenLDAP.json @@ -0,0 +1,7 @@ +{ + "name": "OpenLDAP License, Version 2.7", + "tags": [ + "glp-compatible" + ], + "uri": "http://directory.fsf.org/wiki/License:OpenLDAPv2.7" +} diff --git a/oldOpenLDAP.json b/oldOpenLDAP.json new file mode 100644 index 0000000..1ae12d2 --- /dev/null +++ b/oldOpenLDAP.json @@ -0,0 +1,7 @@ +{ + "name": "Old OpenLDAP License, Version 2.3", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:OpenLDAPv2.3" +} diff --git a/xinetd.json b/xinetd.json new file mode 100644 index 0000000..1b3f11a --- /dev/null +++ b/xinetd.json @@ -0,0 +1,7 @@ +{ + "name": "License of xinetd", + "tags": [ + "libre" + ], + "uri": "http://directory.fsf.org/wiki/License:Xinetd" +} -- 2.25.1