diff --git a/README.md b/README.md index 447e78f..d86cf81 100644 --- a/README.md +++ b/README.md @@ -67,12 +67,12 @@ The source archive will contain the following files under the root directory: - `sbom-utility` - binary executable. This is all most need for non-customized configurations. - `LICENSE` - the software license for the utility (i.e. Apache 2) - `sbom-utility-.sbom.json` - a simple Software Bill-of-Materials (SBOM) for the utility -- `custom.json` *(experimental)* - custom validation configuration file -and under the `resources/config` directory: +as well as sample configuration files: - `config.json` *(optional)* - copy of the default schema configuration file for optional customization (to be passed on the command line) - `license.json` *(optional)* - copy of the default license policy configuration file for optional customization (to be passed on the command line) +- `custom.json` *(experimental, unused)* - custom validation configuration file --- diff --git a/license.json b/license.json new file mode 100644 index 0000000..ca76c52 --- /dev/null +++ b/license.json @@ -0,0 +1,3389 @@ +{ + "policies": [ + { + "id": "0BSD", + "name": "BSD Zero Clause License", + "family": "0BSD", + "reference": "https://spdx.org/licenses/0BSD.html", + "osi": true, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "aliases": [ + "Free Public License 1.0.0" + ], + "urls": [ + "https://opensource.org/licenses/0BSD" + ] + }, + { + "id": "", + "name": "Access Grid Toolkit Public License", + "family": "Access-Grid-Toolkit-Public-License", + "reference": "", + "osi": false, + "fsf": false, + "annotationRefs": [ + "APPROVED", + "NO-SPDX-ID" + ], + "usagePolicy": "allow", + "urls": [ + "https://www.mcs.anl.gov/research/projects/accessgrid/about/license.html" + ] + }, + { + "id": "Adobe-2006", + "name": "Adobe Systems Incorporated Source Code License Agreement", + "family": "Adobe", + "reference": "https://spdx.org/licenses/Adobe-2006.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://fedoraproject.org/wiki/Licensing/AdobeLicense" + ] + }, + { + "id": "ADSL", + "name": "Amazon Digital Services License", + "family": "ADSL", + "reference": "https://spdx.org/licenses/ADSL.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://fedoraproject.org/wiki/Licensing/AmazonDigitalServicesLicense" + ] + }, + { + "id": "AFL-1.1", + "name": "Academic Free License v1.1", + "family": "AFL", + "reference": "https://spdx.org/licenses/AFL-1.1.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://opensource.linux-mirror.org/licenses/afl-1.1.txt", + "http://wayback.archive.org/web/20021004124254/http://www.opensource.org/licenses/academic.php" + ] + }, + { + "id": "AFL-1.2", + "name": "Academic Free License v1.2", + "family": "AFL", + "reference": "https://spdx.org/licenses/AFL-1.2.json", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://opensource.linux-mirror.org/licenses/afl-1.2.txt", + "http://wayback.archive.org/web/20021204204652/http://www.opensource.org/licenses/academic.php" + ] + }, + { + "id": "AFL-2.0", + "name": "Academic Free License v2.0", + "family": "AFL", + "reference": "https://spdx.org/licenses/AFL-2.0.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://wayback.archive.org/web/20060924134533/http://www.opensource.org/licenses/afl-2.0.txt" + ] + }, + { + "id": "AFL-2.1", + "name": "Academic Free License v2.1", + "family": "AFL", + "reference": "https://spdx.org/licenses/AFL-2.1.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://opensource.linux-mirror.org/licenses/afl-2.1.txt" + ] + }, + { + "id": "AFL-3.0", + "name": "Academic Free License v3.0", + "family": "AFL", + "reference": "https://spdx.org/licenses/AFL-3.0.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.rosenlaw.com/AFL3.0.htm", + "https://opensource.org/licenses/afl-3.0" + ] + }, + { + "id": "AGPL-1.0", + "name": "Affero General Public License v1.0", + "family": "AGPL", + "reference": "https://spdx.org/licenses/AGPL-1.0.html", + "osi": false, + "fsf": false, + "deprecated": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "AGPL-WARNING" + ], + "urls": [ + "http://www.affero.org/oagpl.html" + ] + }, + { + "id": "AGPL-1.0-only", + "name": "Affero General Public License v1.0 only", + "family": "AGPL", + "reference": "https://spdx.org/licenses/AGPL-1.0-only.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "AGPL-WARNING" + ], + "urls": [ + "http://www.affero.org/oagpl.html" + ] + }, + { + "id": "AGPL-1.0-or-later", + "name": "Affero General Public License v1.0 or later", + "family": "AGPL", + "reference": "https://spdx.org/licenses/AGPL-1.0-or-later.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "AGPL-WARNING" + ], + "urls": [ + "http://www.affero.org/oagpl.html" + ] + }, + { + "id": "AGPL-3.0", + "name": "GNU Affero General Public License v3.0", + "family": "AGPL", + "reference": "https://spdx.org/licenses/AGPL-3.0.html", + "osi": true, + "fsf": true, + "deprecated": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "AGPL-WARNING" + ], + "urls": [ + "https://www.gnu.org/licenses/agpl.txt", + "https://opensource.org/licenses/AGPL-3.0" + ] + }, + { + "id": "AGPL-3.0-only", + "name": "GNU Affero General Public License v3.0 only", + "family": "AGPL", + "reference": "https://spdx.org/licenses/AGPL-3.0-only.html", + "osi": true, + "fsf": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "AGPL-WARNING" + ], + "urls": [ + "https://www.gnu.org/licenses/agpl.txt", + "https://opensource.org/licenses/AGPL-3.0" + ] + }, + { + "id": "AGPL-3.0-or-later", + "name": "Affero General Public License v3.0 or later", + "family": "AGPL", + "reference": "https://spdx.org/licenses/AGPL-3.0-or-later.html", + "osi": true, + "fsf": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "AGPL-WARNING" + ], + "urls": [ + "https://www.gnu.org/licenses/agpl.txt", + "https://opensource.org/licenses/AGPL-3.0" + ] + }, + { + "id": "Apache-1.0", + "name": "Apache v1.0", + "family": "Apache", + "reference": "https://spdx.org/licenses/Apache-1.0.html", + "osi": false, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.apache.org/licenses/LICENSE-1.0" + ] + }, + { + "id": "Apache-1.1", + "name": "Apache v1.1", + "family": "Apache", + "reference": "https://spdx.org/licenses/Apache-1.1.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://apache.org/licenses/LICENSE-1.1", + "https://opensource.org/licenses/Apache-1.1" + ], + "notes": [ + "Superseded by Apache-2.0" + ] + }, + { + "id": "Apache-2.0", + "name": "Apache License 2.0", + "family": "Apache", + "reference": "https://spdx.org/licenses/Apache-2.0.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://www.apache.org/licenses/LICENSE-2.0", + "https://opensource.org/licenses/Apache-2.0" + ], + "aliases": [ + "Apache License, Version 2.0", + "Apache License v. 2.0", + "Apache License Version 2.0", + "Apache Software License v2.0" + ] + }, + { + "id": "APSL-1.0", + "name": "Apple Public Source License 1.0", + "family": "APSL", + "reference": "https://spdx.org/licenses/APSL-1.0.html", + "osi": true, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://fedoraproject.org/wiki/Licensing/Apple_Public_Source_License_1.0" + ] + }, + { + "id": "APSL-1.1", + "name": "Apple Public Source License 1.1", + "family": "APSL", + "reference": "https://spdx.org/licenses/APSL-1.1.html", + "osi": true, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "http://www.opensource.apple.com/source/IOSerialFamily/IOSerialFamily-7/APPLE_LICENSE" + ] + }, + { + "id": "APSL-1.2", + "name": "Apple Public Source License 1.2", + "family": "APSL", + "reference": "https://spdx.org/licenses/APSL-1.2.html", + "osi": true, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "http://www.samurajdata.se/opensource/mirror/licenses/apsl.php" + ] + }, + { + "id": "APSL-2.0", + "name": "Apple Public Source License 2.0", + "family": "APSL", + "reference": "https://spdx.org/licenses/APSL-2.0.html", + "osi": true, + "fsf": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "http://www.opensource.apple.com/license/apsl/" + ] + }, + { + "id": "", + "name": "Aptogo", + "family": "Aptogo", + "reference": "", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED", + "NO-SPDX-ID" + ], + "urls": [ + "https://github.com/aptogo/FaceTracker/blob/master/OpenCV.framework/Headers/opencv/cv.hpp" + ], + "notes": [ + "For Open Source Computer Vision Library" + ] + }, + { + "id": "Artistic-1.0", + "name": "Artistic License 1.0", + "family": "Artistic", + "reference": "https://spdx.org/licenses/Artistic-1.0.html", + "osi": true, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://opensource.org/licenses/Artistic-1.0" + ] + }, + { + "id": "Artistic-1.0-cl8", + "name": "Artistic License 1.0 w/clause 8", + "family": "Artistic", + "reference": "https://spdx.org/licenses/Artistic-1.0-cl8.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://opensource.org/licenses/Artistic-1.0" + ] + }, + { + "id": "Artistic-1.0-Perl", + "name": "Artistic License 1.0 (Perl)", + "family": "Artistic", + "reference": "https://spdx.org/licenses/Artistic-1.0-Perl.html", + "osi": true, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://opensource.org/licenses/Artistic-1.0" + ] + }, + { + "id": "Artistic-2.0", + "name": "Artistic License 2.0", + "family": "Artistic", + "reference": "https://spdx.org/licenses/Artistic-2.0.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.perlfoundation.org/artistic_license_2_0", + "https://www.perlfoundation.org/artistic-license-20.html", + "https://opensource.org/licenses/artistic-license-2.0" + ] + }, + { + "id": "Beerware", + "name": "Beerware License", + "family": "Beerware", + "reference": "https://spdx.org/licenses/Beerware.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://fedoraproject.org/wiki/Licensing/Beerware", + "https://people.freebsd.org/~phk/" + ] + }, + { + "id": "BSD-1-Clause", + "name": "BSD 1-Clause License", + "family": "BSD", + "reference": "https://spdx.org/licenses/BSD-1-Clause.html", + "osi": true, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://svnweb.freebsd.org/base/head/include/ifaddrs.h?revision\u003d326823" + ] + }, + { + "id": "BSD-2-Clause", + "name": "BSD 2-Clause \"Simplified\" License", + "family": "BSD", + "reference": "https://spdx.org/licenses/BSD-2-Clause.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://opensource.org/licenses/BSD-2-Clause" + ], + "aliases": [ + "2-clause BSDL" + ] + }, + { + "id": "BSD-2-Clause-FreeBSD", + "name": "BSD 2-Clause FreeBSD License", + "family": "BSD", + "reference": "https://spdx.org/licenses/BSD-2-Clause-FreeBSD.html", + "osi": false, + "fsf": true, + "deprecated": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.freebsd.org/copyright/freebsd-license.html" + ] + }, + { + "id": "BSD-2-Clause-NetBSD", + "name": "BSD 2-Clause NetBSD License", + "family": "BSD", + "reference": "https://spdx.org/licenses/BSD-2-Clause-NetBSD.html", + "osi": false, + "fsf": true, + "deprecated": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.netbsd.org/about/redistribution.html#default" + ] + }, + { + "id": "BSD-2-Clause-Patent", + "name": "BSD-2-Clause Plus Patent License", + "family": "BSD-2-Clause-Plus-Patent-License", + "reference": "https://spdx.org/licenses/BSD-2-Clause-Patent.html", + "osi": true, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "NEEDS-IP-LEGAL-REVIEW" + ], + "urls": [ + "https://opensource.org/licenses/BSDplusPatent" + ] + }, + { + "id": "BSD-2-Clause-Views", + "name": "BSD 2-Clause with views sentence", + "family": "BSD-2-Clause-with-views-sentence", + "reference": "https://spdx.org/licenses/BSD-2-Clause-Views.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "NEEDS-IP-LEGAL-REVIEW" + ], + "urls": [ + "http://www.freebsd.org/copyright/freebsd-license.html", + "https://people.freebsd.org/~ivoras/wine/patch-wine-nvidia.sh", + "https://github.com/protegeproject/protege/blob/master/license.txt" + ] + }, + { + "id": "BSD-3-Clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "family": "BSD", + "reference": "https://spdx.org/licenses/BSD-3-Clause.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://opensource.org/licenses/BSD-3-Clause", + "https://www.eclipse.org/org/documents/edl-v10.php" + ], + "aliases": [ + "BSD 3-clause \"New\" License", + "New BSD License", + "Modified BSD License" + ] + }, + { + "id": "BSD-3-Clause-Attribution", + "name": "BSD with attribution", + "family": "BSD", + "reference": "https://spdx.org/licenses/BSD-3-Clause-Attribution.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://fedoraproject.org/wiki/Licensing/BSD_with_Attribution" + ] + }, + { + "id": "BSD-3-Clause-Clear", + "name": "BSD 3-Clause Clear License", + "family": "BSD", + "reference": "https://spdx.org/licenses/BSD-3-Clause-Clear.html", + "osi": false, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://labs.metacarta.com/license-explanation.html#license" + ] + }, + { + "id": "BSD-3-Clause-No-Military-License", + "name": "BSD 3-Clause No Military License", + "family": "BSD-3-Clause-No-Military-License", + "reference": "https://spdx.org/licenses/BSD-3-Clause-No-Military-License.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "NEEDS-IP-LEGAL-REVIEW" + ], + "urls": [ + "https://gitlab.syncad.com/hive/dhive/-/blob/master/LICENSE", + "https://github.com/greymass/swift-eosio/blob/master/LICENSE" + ] + }, + { + "id": "BSD-3-Clause-No-Nuclear-License", + "name": "BSD 3-Clause No Nuclear", + "family": "BSD-3-Clause-No-Nuclear", + "reference": "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "http://download.oracle.com/otn-pub/java/licenses/bsd.txt?AuthParam\u003d1467140197_43d516ce1776bd08a58235a7785be1cc" + ] + }, + { + "id": "BSD-3-Clause-No-Nuclear-License-2014", + "name": "BSD 3-Clause No Nuclear License 2014", + "family": "BSD-3-Clause-No-Nuclear", + "reference": "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License-2014.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://java.net/projects/javaeetutorial/pages/BerkeleyLicense" + ] + }, + { + "id": "BSD-3-Clause-No-Nuclear-Warranty", + "name": "BSD 3-Clause No Nuclear Warranty", + "family": "BSD-3-Clause-No-Nuclear", + "reference": "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-Warranty.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://jogamp.org/git/?p\u003dgluegen.git;a\u003dblob_plain;f\u003dLICENSE.txt" + ] + }, + { + "id": "BSD-3-Clause-Open-MPI", + "name": "BSD 3-Clause Open MPI variant", + "family": "BSD-3-Clause-Open-MPI-variant", + "reference": "https://spdx.org/licenses/BSD-3-Clause-Open-MPI.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "NEEDS-IP-LEGAL-REVIEW" + ], + "urls": [ + "https://www.open-mpi.org/community/license.php", + "http://www.netlib.org/lapack/LICENSE.txt" + ] + }, + { + "id": "BSD-4-Clause", + "name": "BSD 4-Clause \"Original\" or \"Old\" License", + "family": "BSD", + "reference": "https://spdx.org/licenses/BSD-4-Clause.html", + "osi": false, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://directory.fsf.org/wiki/License:BSD_4Clause" + ] + }, + { + "id": "BSD-4-Clause-Shortened", + "name": "BSD 4 Clause Shortened", + "family": "BSD-4-Clause-Shortened", + "reference": "https://spdx.org/licenses/BSD-4-Clause-Shortened.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "NEEDS-IP-LEGAL-REVIEW" + ], + "urls": [ + "https://metadata.ftp-master.debian.org/changelogs//main/a/arpwatch/arpwatch_2.1a15-7_copyright" + ] + }, + { + "id": "BSD-4-Clause-UC", + "name": "BSD-4-Clause (University of California-Specific)", + "family": "BSD-4-Clause-UC", + "reference": "https://spdx.org/licenses/BSD-4-Clause-UC.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "NEEDS-IP-LEGAL-REVIEW" + ], + "urls": [ + "http://www.freebsd.org/copyright/license.html" + ] + }, + { + "id": "BSD-4.3RENO", + "name": "BSD 4.3 RENO License", + "family": "BSD-4.3", + "reference": "https://spdx.org/licenses/BSD-4.3RENO.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "NEEDS-IP-LEGAL-REVIEW" + ], + "urls": [ + "https://sourceware.org/git/?p\u003dbinutils-gdb.git;a\u003dblob;f\u003dlibiberty/strcasecmp.c;h\u003d131d81c2ce7881fa48c363dc5bf5fb302c61ce0b;hb\u003dHEAD" + ] + }, + { + "id": "BSD-4.3TAHOE", + "name": "BSD 4.3 TAHOE License", + "family": "BSD-4.3", + "reference": "https://spdx.org/licenses/BSD-4.3TAHOE.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "NEEDS-IP-LEGAL-REVIEW" + ], + "urls": [ + "https://github.com/389ds/389-ds-base/blob/main/ldap/include/sysexits-compat.h#L15", + "https://git.savannah.gnu.org/cgit/indent.git/tree/doc/indent.texi?id\u003da74c6b4ee49397cf330b333da1042bffa60ed14f#n1788" + ] + }, + { + "id": "BSD-Advertising-Acknowledgement", + "name": "BSD Advertising Acknowledgement License", + "family": "BSD-Advertising-Acknowledgement", + "reference": "https://spdx.org/licenses/BSD-Advertising-Acknowledgement.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "NEEDS-IP-LEGAL-REVIEW" + ], + "urls": [ + "https://github.com/python-excel/xlrd/blob/master/LICENSE#L33" + ] + }, + { + "id": "BSD-Attribution-HPND-disclaimer", + "name": "BSD with Attribution and HPND disclaimer", + "family": "BSD-Attribution-HPND-disclaimer", + "reference": "https://spdx.org/licenses/BSD-Attribution-HPND-disclaimer.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "NEEDS-IP-LEGAL-REVIEW" + ], + "urls": [ + "https://github.com/cyrusimap/cyrus-sasl/blob/master/COPYING" + ] + }, + { + "id": "BSD-Protection", + "name": "BSD Protection License", + "family": "BSD-Protection", + "reference": "https://spdx.org/licenses/BSD-Protection.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://fedoraproject.org/wiki/Licensing/BSD_Protection_License" + ] + }, + { + "id": "BSD-Source-Code", + "name": "BSD Source Code Attribution", + "family": "BSD-Source-Code", + "reference": "https://spdx.org/licenses/BSD-Source-Code.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://github.com/robbiehanson/CocoaHTTPServer/blob/master/LICENSE.txt" + ] + }, + { + "id": "", + "name": "BSD-equivalent", + "family": "BSD-equivalent", + "reference": "", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED", + "NO-SPDX-ID" + ], + "notes": [ + "No SPDX IDs for 18 \"BSD-equivalent\" variants listed here:", + "BSD Facebook", + "BSD Google Patents File", + "BSD Antlr", + "BSD Bootstrap", + "BSD Bzip2", + "BSD DOM4J", + "BSD Eclipse Distribution License (EDL)", + "BSD HSQLDB", + "BSD Infozip", + "BSD Jaxen", + "BSD JSch", + "BSD NetSNMP", + "BSD OpenLayers", + "BSD Openssl", + "BSD Rene Nyffenegger license", + "BSD Sqlite3-ruby", + "BSD XStream", + "BSD YUI" + ] + }, + { + "id": "BSL-1.0", + "name": "Boost Software License 1.0", + "family": "BSL", + "reference": "https://spdx.org/licenses/BSL-1.0.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.boost.org/LICENSE_1_0.txt", + "https://opensource.org/licenses/BSL-1.0" + ], + "notes": [ + "boost C++ libraries" + ] + }, + { + "id": "bzip2-1.0.6", + "name": "bzip2 and libbzip2 License v1.0.6", + "family": "bzip2", + "reference": "https://spdx.org/licenses/bzip2-1.0.6.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://sourceware.org/git/?p\u003dbzip2.git;a\u003dblob;f\u003dLICENSE;hb\u003dbzip2-1.0.6", + "http://bzip.org/1.0.5/bzip2-manual-1.0.5.html" + ] + }, + { + "id": "CC0-1.0", + "name": "Creative Commons Zero v1.0 Universal", + "family": "CC0", + "reference": "https://spdx.org/licenses/CC0-1.0.html", + "osi": false, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://creativecommons.org/publicdomain/zero/1.0/legalcode" + ] + }, + { + "id": "", + "name": "Creative Commons Attribution", + "family": "CC-BY", + "reference": "", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED", + "CC-BY-SAAS", + "CC-BY-ON-PREM" + ], + "children": [ + "CC-BY-1.0", + "CC-BY-2.0", + "CC-BY-2.5", + "CC-BY-2.5-AU", + "CC-BY-3.0", + "CC-BY-3.0-AT", + "CC-BY-3.0-DE", + "CC-BY-3.0-IGO", + "CC-BY-3.0-NL", + "CC-BY-3.0-US" + ], + "urls": [ + "https://spdx.org/licenses/CC-BY-1.0.html", + "https://creativecommons.org/licenses/by/1.0/legalcode", + "https://spdx.org/licenses/CC-BY-2.0.html", + "https://creativecommons.org/licenses/by/2.0/legalcode", + "https://spdx.org/licenses/CC-BY-2.5.html", + "https://creativecommons.org/licenses/by/2.5/legalcode", + "https://spdx.org/licenses/CC-BY-2.5-AU.html", + "https://creativecommons.org/licenses/by/2.5/au/legalcode", + "https://spdx.org/licenses/CC-BY-3.0.html", + "https://creativecommons.org/licenses/by/3.0/legalcode", + "https://spdx.org/licenses/CC-BY-3.0-AT.html", + "https://creativecommons.org/licenses/by/3.0/at/legalcode", + "https://spdx.org/licenses/CC-BY-3.0-DE.html", + "https://creativecommons.org/licenses/by/3.0/de/legalcode", + "https://spdx.org/licenses/CC-BY-3.0-IGO.html", + "https://creativecommons.org/licenses/by/3.0/igo/legalcode", + "https://spdx.org/licenses/CC-BY-3.0-NL.html", + "https://creativecommons.org/licenses/by/3.0/nl/legalcode", + "https://spdx.org/licenses/CC-BY-3.0-US.html", + "https://creativecommons.org/licenses/by/3.0/us/legalcode" + ] + }, + { + "id": "CC-BY-4.0", + "name": "Creative Commons Attribution 4.0 International", + "family": "CC-BY-4.0", + "reference": "https://spdx.org/licenses/CC-BY-4.0.html", + "osi": false, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED", + "CC-BY-SAAS", + "CC-BY-ON-PREM" + ], + "urls": [ + "https://creativecommons.org/licenses/by/4.0/legalcode" + ] + }, + { + "id": "", + "name": "Creative Commons Attribution Non Commercial", + "family": "CC-BY-NC", + "reference": "", + "osi": false, + "fsf": false, + "usagePolicy": "deny", + "annotationRefs": [ + "PROHIBITED" + ], + "children": [ + "CC-BY-NC-1.0", + "CC-BY-NC-2.0", + "CC-BY-NC-2.5", + "CC-BY-NC-3.0", + "CC-BY-NC-3.0-DE", + "CC-BY-NC-4.0" + ], + "urls": [ + "https://spdx.org/licenses/CC-BY-NC-1.0.html", + "https://creativecommons.org/licenses/by-nc/1.0/legalcode", + "https://spdx.org/licenses/CC-BY-NC-2.0.html", + "https://creativecommons.org/licenses/by-nc/2.0/legalcode", + "https://spdx.org/licenses/CC-BY-NC-2.5.html", + "https://creativecommons.org/licenses/by-nc/2.5/legalcode", + "https://spdx.org/licenses/CC-BY-NC-3.0.html", + "https://creativecommons.org/licenses/by-nc/3.0/legalcode", + "https://spdx.org/licenses/CC-BY-NC-3.0-DE.html", + "https://creativecommons.org/licenses/by-nc/3.0/de/legalcode", + "https://spdx.org/licenses/CC-BY-NC-4.0.html", + "https://creativecommons.org/licenses/by-nc/4.0/legalcode" + ], + "notes": [ + "Needs IP legal determination for language-specific variants" + ] + }, + { + "id": "", + "name": "Creative Commons Attribution Non Commercial", + "family": "CC-BY-NC-ND", + "reference": "", + "osi": false, + "fsf": false, + "usagePolicy": "deny", + "annotationRefs": [ + "PROHIBITED" + ], + "children": [ + "CC-BY-NC-ND-1.0", + "CC-BY-NC-ND-2.0", + "CC-BY-NC-ND-2.5", + "CC-BY-NC-ND-3.0", + "CC-BY-NC-ND-3.0-DE", + "CC-BY-NC-ND-3.0-IGO", + "CC-BY-NC-ND-4.0" + ], + "urls": [ + "https://spdx.org/licenses/CC-BY-NC-ND-1.0.html", + "https://creativecommons.org/licenses/by-nd-nc/1.0/legalcode", + "https://spdx.org/licenses/CC-BY-NC-ND-2.0.html", + "https://creativecommons.org/licenses/by-nc-nd/2.0/legalcode", + "https://spdx.org/licenses/CC-BY-NC-ND-2.5.html", + "https://creativecommons.org/licenses/by-nc-nd/2.5/legalcode", + "https://spdx.org/licenses/CC-BY-NC-ND-3.0.html", + "https://creativecommons.org/licenses/by-nc-nd/3.0/legalcode", + "https://spdx.org/licenses/CC-BY-NC-ND-3.0-DE.html", + "https://creativecommons.org/licenses/by-nc-nd/3.0/de/legalcode", + "https://spdx.org/licenses/CC-BY-NC-ND-3.0-IGO.html", + "https://creativecommons.org/licenses/by-nc-nd/3.0/igo/legalcode", + "https://spdx.org/licenses/CC-BY-NC-ND-4.0.html", + "https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode" + ], + "notes": [ + "Needs IP legal determination for language-specific variants" + ] + }, + { + "id": "", + "name": "Creative Commons Attribution Non Commercial", + "family": "CC-BY-NC-SA", + "reference": "", + "osi": false, + "fsf": false, + "usagePolicy": "deny", + "annotationRefs": [ + "PROHIBITED" + ], + "children": [ + "CC-BY-NC-SA-1.0", + "CC-BY-NC-SA-2.0", + "CC-BY-NC-SA-2.0-DE", + "CC-BY-NC-SA-2.0-FR", + "CC-BY-NC-SA-2.0-UK", + "CC-BY-NC-SA-2.5", + "CC-BY-NC-SA-3.0", + "CC-BY-NC-SA-3.0-DE", + "CC-BY-NC-SA-3.0-IGO", + "CC-BY-NC-SA-4.0" + ], + "urls": [ + "https://spdx.org/licenses/CC-BY-NC-SA-1.0.html", + "https://creativecommons.org/licenses/by-nc-sa/1.0/legalcode", + "https://spdx.org/licenses/CC-BY-NC-SA-2.0.html", + "https://creativecommons.org/licenses/by-nc-sa/2.0/legalcode", + "https://spdx.org/licenses/CC-BY-NC-SA-2.0-DE.html", + "https://creativecommons.org/licenses/by-nc-sa/2.0/de/legalcode", + "https://spdx.org/licenses/CC-BY-NC-SA-2.0-FR.html", + "https://creativecommons.org/licenses/by-nc-sa/2.0/fr/legalcode", + "https://spdx.org/licenses/CC-BY-NC-SA-2.0-UK.html", + "https://creativecommons.org/licenses/by-nc-sa/2.0/uk/legalcode", + "https://spdx.org/licenses/CC-BY-NC-SA-2.5.html", + "https://creativecommons.org/licenses/by-nc-sa/2.5/legalcode", + "https://spdx.org/licenses/CC-BY-NC-SA-3.0.html", + "https://creativecommons.org/licenses/by-nc-sa/3.0/legalcode", + "https://spdx.org/licenses/CC-BY-NC-SA-3.0-DE.html", + "https://creativecommons.org/licenses/by-nc-sa/3.0/de/legalcode", + "https://spdx.org/licenses/CC-BY-NC-SA-3.0-IGO.html", + "https://creativecommons.org/licenses/by-nc-sa/3.0/igo/legalcode", + "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html", + "https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode" + ], + "notes": [ + "Needs IP legal determination for language-specific variants" + ] + }, + { + "id": "", + "name": "Creative Commons Attribution No Derivatives", + "family": "CC-BY-ND", + "reference": "", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "children": [ + "CC-BY-ND-1.0", + "CC-BY-ND-2.0", + "CC-BY-ND-2.5", + "CC-BY-ND-3.0", + "CC-BY-ND-3.0-DE", + "CC-BY-ND-4.0" + ], + "urls": [ + "https://spdx.org/licenses/CC-BY-ND-1.0.html", + "https://creativecommons.org/licenses/by-nd/1.0/legalcode", + "https://spdx.org/licenses/CC-BY-ND-2.0.html", + "https://creativecommons.org/licenses/by-nd/2.0/legalcode", + "https://spdx.org/licenses/CC-BY-ND-2.5.html", + "https://creativecommons.org/licenses/by-nd/2.5/legalcode", + "https://spdx.org/licenses/CC-BY-ND-3.0.html", + "https://creativecommons.org/licenses/by-nd/3.0/legalcode", + "https://spdx.org/licenses/CC-BY-ND-3.0-DE.html", + "https://creativecommons.org/licenses/by-nd/3.0/de/legalcode", + "https://spdx.org/licenses/CC-BY-ND-4.0.html", + "https://creativecommons.org/licenses/by-nd/4.0/legalcode" + ], + "notes": [ + "Needs IP legal determination for language-specific variants" + ] + }, + { + "id": "", + "name": "Creative Commons Attribution Share Alike", + "family": "CC-BY-SA", + "reference": "", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "children": [ + "CC-BY-SA-1.0", + "CC-BY-SA-2.0", + "CC-BY-SA-2.0-UK", + "CC-BY-SA-2.1-JP", + "CC-BY-SA-2.5", + "CC-BY-SA-3.0", + "CC-BY-SA-3.0-AT", + "CC-BY-SA-3.0-DE", + "CC-BY-SA-3.0-IGO" + ], + "urls": [ + "https://spdx.org/licenses/CC-BY-SA-1.0.html", + "https://creativecommons.org/licenses/by-sa/1.0/legalcode", + "https://spdx.org/licenses/CC-BY-SA-2.0.html", + "https://creativecommons.org/licenses/by-sa/2.0/legalcode", + "https://spdx.org/licenses/CC-BY-SA-2.0-UK.html", + "https://creativecommons.org/licenses/by-sa/2.0/uk/legalcode", + "https://spdx.org/licenses/CC-BY-SA-2.1-JP.html", + "https://creativecommons.org/licenses/by-sa/2.1/jp/legalcode", + "https://spdx.org/licenses/CC-BY-SA-2.5.html", + "https://creativecommons.org/licenses/by-sa/2.5/legalcode", + "https://spdx.org/licenses/CC-BY-SA-3.0.html", + "https://creativecommons.org/licenses/by-sa/3.0/legalcode", + "https://spdx.org/licenses/CC-BY-SA-3.0-AT.html", + "https://creativecommons.org/licenses/by-sa/3.0/at/legalcode", + "https://spdx.org/licenses/CC-BY-SA-3.0-DE.html", + "https://creativecommons.org/licenses/by-sa/3.0/de/legalcode", + "https://spdx.org/licenses/CC-BY-SA-3.0-IGO.html", + "https://creativecommons.org/licenses/by-sa/3.0/igo/legalcode" + ], + "notes": [ + "Needs IP legal determination for language-specific variants", + "This license requires separately licensed code and also includes copyleft terms." + ] + }, + { + "id": "CC-BY-SA-4.0", + "name": "Creative Commons Attribution Share Alike 4.0 International", + "family": "CC-BY-SA-4.0", + "reference": "https://spdx.org/licenses/CC-BY-SA-4.0.html", + "osi": false, + "fsf": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://creativecommons.org/licenses/by-sa/4.0/legalcode" + ], + "notes": [ + "This license requires separately licensed code and also includes copyleft terms." + ] + }, + { + "id": "CC-PDDC", + "name": "Creative Commons Public Domain Dedication and Certification", + "family": "CC-PDDC", + "reference": "https://spdx.org/licenses/CC-PDDC.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://creativecommons.org/licenses/publicdomain/" + ], + "notes": [ + "The \"CC-PDDC\" family assures this license is not confused with other \"CC-\" licenses" + ] + }, + { + "id": "CDDL-1.0", + "name": "Common Development and Distribution License 1.0", + "family": "CDDL", + "reference": "https://spdx.org/licenses/CDDL-1.0.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://opensource.org/licenses/cddl1" + ] + }, + { + "id": "CDDL-1.1", + "name": "Common Development and Distribution License 1.1", + "family": "CDDL", + "reference": "https://spdx.org/licenses/CDDL-1.1.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://glassfish.java.net/public/CDDL+GPL_1_1.html", + "https://javaee.github.io/glassfish/LICENSE" + ] + }, + { + "id": "CDLA-Permissive-1.0", + "name": "Community Data License Agreement Permissive 1.0", + "family": "CDLA", + "reference": "https://spdx.org/licenses/CDLA-Permissive-1.0.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "CDLA-PERMISSIVE", + "NEEDS-LEGAL-REVIEW-PII" + ], + "urls": [ + "https://cdla.io/permissive-1-0" + ] + }, + { + "id": "CDLA-Permissive-2.0", + "name": "Community Data License Agreement Permissive 2.0", + "family": "CDLA", + "reference": "https://spdx.org/licenses/CDLA-Permissive-2.0.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "CDLA-PERMISSIVE", + "NEEDS-LEGAL-REVIEW-PII" + ], + "urls": [ + "https://cdla.dev/permissive-2-0" + ] + }, + { + "id": "CDLA-Sharing-1.0", + "name": "Community Data License Agreement Sharing 1.0", + "family": "CDLA", + "reference": "https://spdx.org/licenses/CDLA-Sharing-1.0.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "CDLA-SHARING", + "NEEDS-LEGAL-REVIEW-PII" + ], + "urls": [ + "https://cdla.io/sharing-1-0" + ] + }, + { + "id": "ClArtistic", + "name": "Clarified Artistic License", + "family": "ClArtistic", + "reference": "https://spdx.org/licenses/ClArtistic.html", + "osi": false, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://gianluca.dellavedova.org/2011/01/03/clarified-artistic-license/", + "http://www.ncftp.com/ncftp/doc/LICENSE.txt" + ] + }, + { + "id": "", + "name": "Commons-Clause", + "family": "Commons-Clause", + "reference": "", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED", + "NO-SPDX-ID" + ], + "urls": [ + "https://github.com/spdx/license-list-XML/issues/902" + ], + "notes": [ + "The SPDX community actively decided not to grant this license an SPDX ID" + ] + }, + { + "id": "CPL-1.0", + "name": "Common Public License 1.0", + "family": "CPL", + "reference": "https://spdx.org/licenses/CPL-1.0.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://opensource.org/licenses/CPL-1.0" + ] + }, + { + "id": "CPOL-1.02", + "name": "Code Project Open License 1.02", + "family": "CPOL", + "reference": "https://spdx.org/licenses/CPOL-1.02.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "http://www.codeproject.com/info/cpol10.aspx" + ] + }, + { + "id": "curl", + "name": "curl License", + "family": "curl", + "reference": "https://spdx.org/licenses/curl.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://github.com/bagder/curl/blob/master/COPYING" + ] + }, + { + "id": "", + "name": "CWI license", + "family": "CWI", + "reference": "", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED", + "NO-SPDX-ID" + ], + "urls": [ + "https://nethackwiki.com/wiki/CWI_license" + ], + "notes": [ + "The CWI license was applied to early releases of Hack" + ] + }, + { + "id": "ECL-1.0", + "name": "Educational Community License v1.0", + "family": "ECL-1.0", + "reference": "https://spdx.org/licenses/ECL-1.0.html", + "osi": true, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://opensource.org/licenses/ECL-1.0" + ] + }, + { + "id": "ECL-2.0", + "name": "Educational Community License v2.0", + "family": "ECL-2.0", + "reference": "https://spdx.org/licenses/ECL-2.0.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://opensource.org/licenses/ECL-2.0" + ] + }, + { + "id": "eGenix", + "name": "eGenix.com Public License 1.1.0", + "family": "eGenix", + "reference": "https://spdx.org/licenses/eGenix.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.egenix.com/products/eGenix.com-Public-License-1.1.0.pdf", + "https://fedoraproject.org/wiki/Licensing/eGenix.com_Public_License_1.1.0" + ] + }, + { + "id": "Elastic-2.0", + "name": "Elastic License 2.0", + "family": "Elastic", + "reference": "https://spdx.org/licenses/Elastic-2.0.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.elastic.co/licensing/elastic-license", + "https://github.com/elastic/elasticsearch/blob/master/licenses/ELASTIC-LICENSE-2.0.txt" + ], + "aliases": [ + "ELv2" + ] + }, + { + "id": "EPL-1.0", + "name": "Eclipse Public License 1.0", + "family": "EPL", + "reference": "https://spdx.org/licenses/EPL-1.0.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.eclipse.org/legal/epl-v10.html", + "https://opensource.org/licenses/EPL-1.0" + ] + }, + { + "id": "", + "name": "Eclipse Public License 1.1", + "family": "EPL-1.1", + "reference": "", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED", + "NO-SPDX-ID" + ], + "notes": [ + "An SPDX exists for EPL-1.0; however, custom scans identified a v1.1 variant not in SPDX" + ] + }, + { + "id": "EPL-2.0", + "name": "Eclipse Public License 2.0", + "family": "EPL", + "reference": "https://spdx.org/licenses/EPL-2.0.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://www.eclipse.org/legal/epl-2.0", + "https://www.opensource.org/licenses/EPL-2.0" + ] + }, + { + "id": "ErlPL-1.1", + "name": "Erlang Public License v1.1", + "family": "ErlPL", + "reference": "https://spdx.org/licenses/ErlPL-1.1.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.erlang.org/EPLICENSE" + ] + }, + { + "id": "EUPL-1.0", + "name": "European Union Public License 1.0", + "family": "EUPL", + "reference": "https://spdx.org/licenses/EUPL-1.0.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "http://ec.europa.eu/idabc/en/document/7330.html", + "http://ec.europa.eu/idabc/servlets/Doc027f.pdf?id\u003d31096" + ] + }, + { + "id": "EUPL-1.1", + "name": "European Union Public License 1.1", + "family": "EUPL", + "reference": "https://spdx.org/licenses/EUPL-1.1.html", + "osi": true, + "fsf": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://joinup.ec.europa.eu/software/page/eupl/licence-eupl", + "https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/eupl1.1.-licence-en_0.pdf", + "https://opensource.org/licenses/EUPL-1.1" + ] + }, + { + "id": "EUPL-1.2", + "name": "European Union Public License 1.2", + "family": "EUPL", + "reference": "https://spdx.org/licenses/EUPL-1.2.html", + "osi": true, + "fsf": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://joinup.ec.europa.eu/page/eupl-text-11-12", + "https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/eupl_v1.2_en.pdf", + "https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/2020-03/EUPL-1.2%20EN.txt", + "https://joinup.ec.europa.eu/sites/default/files/inline-files/EUPL%20v1_2%20EN(1).txt", + "http://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri\u003dCELEX:32017D0863", + "https://opensource.org/licenses/EUPL-1.2" + ] + }, + { + "id": "FSFAP", + "name": "FSF All Permissive License", + "family": "FSFAP", + "reference": "https://spdx.org/licenses/FSFAP.html", + "osi": false, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html" + ] + }, + { + "id": "FTL", + "name": "Freetype Project License", + "family": "FTL", + "reference": "https://spdx.org/licenses/FTL.html", + "osi": false, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://freetype.fis.uniroma2.it/FTL.TXT", + "http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/FTL.TXT", + "http://gitlab.freedesktop.org/freetype/freetype/-/raw/master/docs/FTL.TXT" + ] + }, + { + "id": "GFDL-1.1", + "name": "GNU Free Documentation License v1.1", + "family": "GFDL-1.1", + "reference": "https://spdx.org/licenses/GFDL-1.1.html", + "osi": false, + "fsf": true, + "deprecated": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt" + ] + }, + { + "id": "GFDL-1.1-invariants-only", + "name": "GNU Free Documentation License v1.1 only - invariants", + "family": "GFDL-1.1", + "reference": "https://spdx.org/licenses/GFDL-1.1-invariants-only.html", + "osi": false, + "fsf": false, + "deprecated": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt" + ] + }, + { + "id": "GFDL-1.1-invariants-or-later", + "name": "GNU Free Documentation License v1.1 or later - invariants", + "family": "GFDL-1.1", + "reference":"https://spdx.org/licenses/GFDL-1.1-invariants-or-later.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt" + ] + }, + { + "id": "GFDL-1.1-no-invariants-only", + "name": "GNU Free Documentation License v1.1 only - no invariants", + "family": "GFDL-1.1", + "reference":"https://spdx.org/licenses/GFDL-1.1-no-invariants-only.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt" + ] + }, + { + "id": "GFDL-1.1-no-invariants-or-later", + "name": "GNU Free Documentation License v1.1 or later - no invariants", + "family": "GFDL-1.1", + "reference": "https://spdx.org/licenses/GFDL-1.1-no-invariants-or-later.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt" + ] + }, + { + "id": "GFDL-1.1-only", + "name": "GNU Free Documentation License v1.1 only", + "family": "GFDL-1.1", + "reference": "https://spdx.org/licenses/GFDL-1.1-only.html", + "osi": false, + "fsf": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt" + ] + }, + { + "id": "GFDL-1.1-or-later", + "name": "GNU Free Documentation License v1.1 or later", + "family": "GFDL-1.1", + "reference": "https://spdx.org/licenses/GFDL-1.1-or-later.html", + "osi": false, + "fsf": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt" + ] + }, + { + "id": "GFDL-1.2", + "name": "GNU Free Documentation License v1.2", + "family": "GFDL-1.2", + "reference": "https://spdx.org/licenses/GFDL-1.2.html", + "osi": false, + "fsf": true, + "deprecated": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt" + ] + }, + { + "id": "GFDL-1.2-invariants-only", + "name": "GNU Free Documentation License v1.2 only - invariants", + "family": "GFDL-1.2", + "reference": "https://spdx.org/licenses/GFDL-1.2-invariants-only.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt" + ] + }, + { + "id": "GFDL-1.2-invariants-or-later", + "name": "GNU Free Documentation License v1.2 or later - invariants", + "family": "GFDL-1.2", + "reference": "https://spdx.org/licenses/GFDL-1.2-invariants-or-later.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt" + ] + }, + { + "id": "GFDL-1.2-no-invariants-only", + "name": "GNU Free Documentation License v1.2 only - no invariants", + "family": "GFDL-1.2", + "reference": "https://spdx.org/licenses/GFDL-1.2-no-invariants-only.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt" + ] + }, + { + "id": "GFDL-1.2-no-invariants-or-later", + "name": "GNU Free Documentation License v1.2 or later - no invariants", + "family": "GFDL-1.2", + "reference": "https://spdx.org/licenses/GFDL-1.2-no-invariants-or-later.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt" + ] + }, + { + "id": "GFDL-1.2-only", + "name": "GNU Free Documentation License v1.2 only", + "family": "GFDL-1.2", + "reference": "https://spdx.org/licenses/GFDL-1.2-only.html", + "osi": false, + "fsf": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt" + ] + }, + { + "id": "GFDL-1.2-or-later", + "name": "GNU Free Documentation License v1.2 or later", + "family": "GFDL-1.2", + "reference": "https://spdx.org/licenses/GFDL-1.2-or-later.html", + "osi": false, + "fsf": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt" + ] + }, + { + "id": "GFDL-1.3", + "name": "GNU Free Documentation License v1.3", + "family": "GFDL-1.3", + "reference": "https://spdx.org/licenses/GFDL-1.3.html", + "osi": false, + "fsf": true, + "deprecated": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.gnu.org/licenses/fdl-1.3.txt" + ] + }, + { + "id": "GFDL-1.3-invariants-only", + "name": "GNU Free Documentation License v1.3 only - invariants", + "family": "GFDL-1.3", + "reference": "https://spdx.org/licenses/GFDL-1.3-invariants-only.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.gnu.org/licenses/fdl-1.3.txt" + ] + }, + { + "id": "GFDL-1.3-invariants-or-later", + "name": "GNU Free Documentation License v1.3 or later - invariants", + "family": "GFDL-1.3", + "reference": "https://spdx.org/licenses/GFDL-1.3-invariants-or-later.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.gnu.org/licenses/fdl-1.3.txt" + ] + }, + { + "id": "GFDL-1.3-no-invariants-only", + "name": "GNU Free Documentation License v1.3 only - no invariants", + "family": "GFDL-1.3", + "reference": "https://spdx.org/licenses/GFDL-1.3-no-invariants-only.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.gnu.org/licenses/fdl-1.3.txt" + ] + }, + { + "id": "GFDL-1.3-no-invariants-or-later", + "name": "GNU Free Documentation License v1.3 or later - no invariants", + "family": "GFDL-1.3", + "reference": "https://spdx.org/licenses/GFDL-1.3-no-invariants-or-later.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.gnu.org/licenses/fdl-1.3.txt" + ] + }, + { + "id": "GFDL-1.3-only", + "name": "GNU Free Documentation License v1.3 only", + "family": "GFDL-1.3", + "reference": "https://spdx.org/licenses/GFDL-1.3-only.html", + "osi": false, + "fsf": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.gnu.org/licenses/fdl-1.3.txt" + ] + }, + { + "id": "GFDL-1.3-or-later", + "name": "GNU Free Documentation License v1.3 or later", + "family": "GFDL-1.3", + "reference": "https://spdx.org/licenses/GFDL-1.3-or-later.html", + "osi": false, + "fsf": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.gnu.org/licenses/fdl-1.3.txt" + ] + }, + { + "id": "", + "name": "Google Patents File", + "family": "Google-Patents-File", + "reference": "", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED", + "NO-SPDX-ID" + ], + "notes": [ + "Recognizes additions to the Google BSD license" + ] + }, + { + "id": "GPL-1.0", + "name": "GNU General Public License v1.0 only", + "family": "GPL-1.0", + "reference": "https://spdx.org/licenses/GPL-1.0.html", + "osi": false, + "fsf": false, + "deprecated": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "GPL-LINK-WARNING", + "NEEDS-LEGAL-REVIEW-GPL" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html" + ] + }, + { + "id": "GPL-1.0-only", + "name": "GNU General Public License v1.0 only", + "family": "GPL-1.0", + "reference": "https://spdx.org/licenses/GPL-1.0-only.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "GPL-LINK-WARNING", + "NEEDS-LEGAL-REVIEW-GPL" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html" + ] + }, + { + "id": "GPL-1.0-or-later", + "name": "GNU General Public License v1.0 or later", + "family": "GPL-1.0", + "reference": "https://spdx.org/licenses/GPL-1.0-or-later.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "GPL-LINK-WARNING", + "NEEDS-LEGAL-REVIEW-GPL" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html" + ] + }, + { + "id": "GPL-2.0", + "name": "GNU General Public License v2.0 only", + "family": "GPL-2.0", + "reference": "https://spdx.org/licenses/GPL-2.0.html", + "osi": true, + "fsf": true, + "deprecated": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "GPL-LINK-WARNING", + "NEEDS-LEGAL-REVIEW-GPL" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", + "https://opensource.org/licenses/GPL-2.0" + ] + }, + { + "id": "GPL-2.0-only", + "name": "GNU General Public License v2.0 only", + "family": "GPL-2.0", + "reference": "https://spdx.org/licenses/GPL-2.0-only.html", + "osi": true, + "fsf": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "GPL-LINK-WARNING", + "NEEDS-LEGAL-REVIEW-GPL" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", + "https://opensource.org/licenses/GPL-2.0" + ] + }, + { + "id": "GPL-2.0-or-later", + "name": "GNU General Public License v2.0 or later", + "family": "GPL-2.0", + "reference": "https://spdx.org/licenses/GPL-2.0-or-later.html", + "osi": true, + "fsf": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "GPL-LINK-WARNING", + "NEEDS-LEGAL-REVIEW-GPL" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", + "https://opensource.org/licenses/GPL-2.0" + ] + }, + { + "id": "GPL-3.0", + "name": "GNU General Public License v3.0 only", + "family": "GPL-3.0", + "reference": "https://spdx.org/licenses/GPL-3.0.html", + "osi": true, + "fsf": true, + "deprecated": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "GPL-LINK-WARNING", + "NEEDS-LEGAL-REVIEW-GPL" + ], + "urls": [ + "https://www.gnu.org/licenses/gpl-3.0-standalone.html", + "https://opensource.org/licenses/GPL-3.0" + ] + }, + { + "id": "GPL-3.0-only", + "name": "GNU General Public License v3.0 only", + "family": "GPL-3.0", + "reference": "https://spdx.org/licenses/GPL-3.0-only.html", + "osi": true, + "fsf": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "GPL-LINK-WARNING", + "NEEDS-LEGAL-REVIEW-GPL" + ], + "urls": [ + "https://www.gnu.org/licenses/gpl-3.0-standalone.html", + "https://opensource.org/licenses/GPL-3.0" + ] + }, + { + "id": "GPL-3.0-or-later", + "name": "GNU General Public License v3.0 or later", + "family": "GPL", + "reference": "https://spdx.org/licenses/GPL-3.0-or-later.html", + "osi": true, + "fsf": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "GPL-LINK-WARNING", + "NEEDS-LEGAL-REVIEW-GPL" + ], + "urls": [ + "https://www.gnu.org/licenses/gpl-3.0-standalone.html", + "https://opensource.org/licenses/GPL-3.0" + ] + }, + { + "id": "GPL-3.0-with-GCC-exception", + "name": "GNU General Public License (GPL) w/GCC Runtime Library exception", + "family": "GPL-3.0", + "reference": "https://spdx.org/licenses/GPL-3.0-with-GCC-exception.html", + "osi": true, + "fsf": false, + "deprecated": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "GPL-LINK-WARNING", + "NEEDS-LEGAL-REVIEW-GPL" + ], + "urls": [ + "https://www.gnu.org/licenses/gcc-exception-3.1.html" + ] + }, + { + "id": "", + "name": "GTPL (Globus Toolkit)", + "family": "GTPL", + "reference": "", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED", + "NO-SPDX-ID" + ], + "notes": [ + "Claims to be equivalent to an Apache-2.0 license" + ], + "urls": [ + "https://www.globus.org/legal/toolkit-license" + ] + }, + { + "id": "Hippocratic-2.1", + "name": "Hippocratic License 2.1", + "family": "Hippocratic", + "reference": "https://spdx.org/licenses/Hippocratic-2.1.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://firstdonoharm.dev/version/2/1/license.html", + "https://github.com/EthicalSource/hippocratic-license/blob/58c0e646d64ff6fbee275bfe2b9492f914e3ab2a/LICENSE.txt" + ] + }, + { + "id": "IJG", + "name": "Independent JPEG Group License", + "family": "IJG", + "reference": "https://spdx.org/licenses/IJG.html", + "osi": false, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://dev.w3.org/cvsweb/Amaya/libjpeg/Attic/README?rev\u003d1.2" + ] + }, + { + "id": "ISC", + "name": "ISC License", + "family": "ISC", + "reference": "https://spdx.org/licenses/ISC.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://www.isc.org/licenses/", + "https://www.isc.org/downloads/software-support-policy/isc-license/", + "https://opensource.org/licenses/ISC" + ] + }, + { + "id": "", + "name": "JDBM LICENSE v1.00", + "family": "JDBM", + "reference": "", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED", + "NO-SPDX-ID" + ], + "notes": [ + "JDBM is a transactional persistence engine for Java" + ], + "urls": [ + "https://github.com/joval/jdbm/blob/master/LICENSE.txt", + "http://jdbm.sourceforge.net/" + ] + }, + { + "id": "", + "name": "JDOM license", + "family": "JDOM", + "reference": "", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED", + "NO-SPDX-ID" + ], + "urls": [ + "http://www.jdom.org/docs/faq.html#a0030" + ] + }, + { + "id": "JSON", + "name": "JSON License", + "family": "JSON", + "reference": "https://spdx.org/licenses/JSON.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "http://www.json.org/license.html" + ] + }, + { + "id": "LGPL-2.0", + "name": "GNU Library General Public License v2 only", + "family": "LGPL-2.0", + "reference": "https://spdx.org/licenses/LGPL-2.0.html", + "osi": true, + "fsf": false, + "deprecated": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "LGPL-LINK-WARNING" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html" + ] + }, + { + "id": "LGPL-2.0-only", + "name": "GNU Library General Public License v2 only", + "family": "LGPL-2.0", + "reference": "https://spdx.org/licenses/LGPL-2.0-only.html", + "osi": true, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "LGPL-LINK-WARNING" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html" + ] + }, + { + "id": "LGPL-2.0-or-later", + "name": "GNU Library General Public License v2 or later", + "family": "LGPL-2.0", + "reference": "https://spdx.org/licenses/LGPL-2.0-or-later.html", + "osi": true, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "LGPL-LINK-WARNING" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html" + ] + }, + { + "id": "LGPL-2.1", + "name": "GNU Lesser General Public License v2.1 only", + "family": "LGPL-2.1", + "reference": "https://spdx.org/licenses/LGPL-2.1.html", + "osi": true, + "fsf": true, + "deprecated": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "LGPL-LINK-WARNING" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", + "https://opensource.org/licenses/LGPL-2.1" + ] + }, + { + "id": "LGPL-2.1-only", + "name": "GNU Lesser General Public License v2.1 only", + "family": "LGPL-2.1", + "reference": "https://spdx.org/licenses/LGPL-2.1-only.html", + "osi": true, + "fsf": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "LGPL-LINK-WARNING" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", + "https://opensource.org/licenses/LGPL-2.1" + ] + }, + { + "id": "LGPL-2.1-or-later", + "name": "GNU Lesser General Public License v2.1 or later", + "family": "LGPL-2.1", + "reference": "https://spdx.org/licenses/LGPL-2.1-or-later.html", + "osi": true, + "fsf": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "LGPL-LINK-WARNING" + ], + "urls": [ + "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", + "https://opensource.org/licenses/LGPL-2.1" + ] + }, + { + "id": "LGPL-3.0", + "name": "GNU Lesser General Public License v3.0 only", + "family": "LGPL-3.0", + "reference": "https://spdx.org/licenses/LGPL-3.0.html", + "osi": true, + "fsf": true, + "deprecated": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "LGPL-LINK-WARNING" + ], + "urls": [ + "https://www.gnu.org/licenses/lgpl-3.0-standalone.html", + "https://www.gnu.org/licenses/lgpl+gpl-3.0.txt", + "https://opensource.org/licenses/LGPL-3.0" + ] + }, + { + "id": "LGPL-3.0-only", + "name": "GNU Lesser General Public License v3.0 only", + "family": "LGPL-3.0", + "reference": "https://spdx.org/licenses/LGPL-3.0-only.html", + "osi": true, + "fsf": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "LGPL-LINK-WARNING" + ], + "urls": [ + "https://www.gnu.org/licenses/lgpl-3.0-standalone.html", + "https://www.gnu.org/licenses/lgpl+gpl-3.0.txt", + "https://opensource.org/licenses/LGPL-3.0" + ] + }, + { + "id": "LGPL-3.0-or-later", + "name": "GNU Lesser General Public License v3.0 or later", + "family": "LGPL-3.0", + "reference": "https://spdx.org/licenses/LGPL-3.0-or-later.html", + "osi": true, + "fsf": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "LGPL-LINK-WARNING" + ], + "urls": [ + "https://www.gnu.org/licenses/lgpl-3.0-standalone.html", + "https://www.gnu.org/licenses/lgpl+gpl-3.0.txt", + "https://opensource.org/licenses/LGPL-3.0" + ] + }, + { + "id": "MIT", + "name": "MIT License", + "family": "MIT", + "reference": "https://spdx.org/licenses/MIT.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://opensource.org/licenses/MIT" + ] + }, + { + "id": "MIT-0", + "name": "MIT No Attribution", + "family": "MIT", + "reference": "https://spdx.org/licenses/MIT-0.html", + "osi": true, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://github.com/aws/mit-0", + "https://romanrm.net/mit-zero", + "https://github.com/awsdocs/aws-cloud9-user-guide/blob/master/LICENSE-SAMPLECODE" + ] + }, + { + "id": "MIT-advertising", + "name": "Enlightenment License (e16)", + "family": "MIT", + "reference": "https://spdx.org/licenses/MIT-advertising.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "notes":["Should review as osiApproved is `false`"], + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://fedoraproject.org/wiki/Licensing/MIT_With_Advertising" + ] + }, + { + "id": "MIT-CMU", + "name": "CMU License", + "family": "MIT", + "reference": "https://spdx.org/licenses/MIT-CMU.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "notes":["Should review as osiApproved is `false`"], + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://fedoraproject.org/wiki/Licensing:MIT?rd\u003dLicensing/MIT#CMU_Style", + "https://github.com/python-pillow/Pillow/blob/fffb426092c8db24a5f4b6df243a8a3c01fb63cd/LICENSE" + ] + }, + { + "id": "MIT-enna", + "name": "enna License", + "family": "MIT", + "reference": "https://spdx.org/licenses/MIT-enna.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "notes":["Should review as osiApproved is `false`"], + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://fedoraproject.org/wiki/Licensing/MIT#enna" + ] + }, + { + "id": "MIT-feh", + "name": "feh License", + "family": "MIT", + "reference": "https://spdx.org/licenses/MIT-feh.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "notes":["Should review as osiApproved is `false`"], + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://fedoraproject.org/wiki/Licensing/MIT#feh" + ] + }, + { + "id": "", + "name": "MIT-equivalent", + "family": "MIT-equivalent", + "reference": "", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED", "NO-SPDX-ID" + ], + "children": [ + "MIT-iOS", + "MIT-1.0", + "MIT-1.1", + "MIT-2.0" + ], + "urls": [ + "https://opensource.org/licenses/MIT" + ], + "notes": [ + "Need URLs to examples of each equivalent license." + ] + }, + { + "id": "MPL-1.0", + "name": "Mozilla Public License 1.0", + "family": "MPL", + "reference": "https://spdx.org/licenses/MPL-1.0.html", + "osi": true, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.mozilla.org/MPL/MPL-1.0.html", + "https://opensource.org/licenses/MPL-1.0" + ] + }, + { + "id": "MPL-1.1", + "name": "Mozilla Public License 1.1", + "family": "MPL", + "reference": "https://spdx.org/licenses/MPL-1.1.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.mozilla.org/MPL/MPL-1.1.html", + "https://opensource.org/licenses/MPL-1.1" + ] + }, + { + "id": "MPL-2.0", + "name": "Mozilla Public License 2.0", + "family": "MPL", + "reference": "https://spdx.org/licenses/MPL-2.0.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://www.mozilla.org/MPL/2.0/", + "https://opensource.org/licenses/MPL-2.0" + ] + }, + { + "id": "MPL-2.0-no-copyleft-exception", + "name": "Mozilla Public License 2.0 (no copyleft exception)", + "family": "MPL-2.0-no-copyleft-exception", + "reference": "https://spdx.org/licenses/MPL-2.0-no-copyleft-exception.html", + "osi": true, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", "NEEDS-IP-LEGAL-REVIEW" + ], + "urls": [ + "https://www.mozilla.org/MPL/2.0/", + "https://opensource.org/licenses/MPL-2.0" + ] + }, + { + "id": "MS-LPL", + "name": "Microsoft Limited Public License", + "family": "MS-LPL", + "reference": "https://spdx.org/licenses/MS-LPL.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.openhub.net/licenses/mslpl", + "https://github.com/gabegundy/atlserver/blob/master/License.txt", + "https://en.wikipedia.org/wiki/Shared_Source_Initiative#Microsoft_Limited_Public_License_(Ms-LPL)" + ] + }, + { + "id": "MS-PL", + "name": "Microsoft Public License", + "family": "MS-PL", + "reference": "https://spdx.org/licenses/MS-PL.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.microsoft.com/opensource/licenses.mspx", + "https://opensource.org/licenses/MS-PL" + ] + }, + { + "id": "MS-RL", + "name": "Microsoft Reciprocal License", + "family": "MS-RL", + "reference": "https://spdx.org/licenses/MS-RL.html", + "osi": true, + "fsf": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "NEEDS-IP-LEGAL-REVIEW" + ] , + "urls": [ + "http://www.microsoft.com/opensource/licenses.mspx", + "https://opensource.org/licenses/MS-RL" + ] + }, + { + "id": "NAIST-2003", + "name": "Nara Institute of Science and Technology License (2003)", + "family": "NAIST", + "reference": "https://spdx.org/licenses/NAIST-2003.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://enterprise.dejacode.com/licenses/public/naist-2003/#license-text", + "https://github.com/nodejs/node/blob/4a19cc8947b1bba2b2d27816ec3d0edf9b28e503/LICENSE#L343" + ] + }, + { + "id": "Net-SNMP", + "name": "Net-SNMP License", + "family": "Net", + "reference": "https://spdx.org/licenses/Net-SNMP.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://net-snmp.sourceforge.net/about/license.html" + ] + }, + { + "id": "", + "name": "NPM", + "family": "NPM", + "reference": "", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "NO-SPDX-ID" + ], + "notes": [ + "npm is released under the Artistic License 2.0 (see URL).", + "npm client is published under the MIT license (see URL).", + "This entry may be invalid if a variant cannot be referenced.", + "Should have a URL link to the canonical example of the license text." + ], + "urls":[ + "https://docs.npmjs.com/policies/npm-license", + "https://www.npmjs.com/package/npm-client" + ] + }, + { + "id": "OFL-1.0", + "name": "SIL Open Font License 1.0", + "family": "OFL-1.0", + "reference": "https://spdx.org/licenses/OFL-1.0.html", + "osi": false, + "fsf": true, + "annotationRefs": [ + "NEEDS-APPROVAL", + "NEEDS-IP-LEGAL-REVIEW" + ], + "usagePolicy": "needs-review", + "urls":[ + "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL10_web" + ] + }, + { + "id": "OFL-1.0-no-RFN", + "name": "SIL Open Font License 1.0 with no Reserved Font Name", + "family": "OFL-1.0", + "reference": "https://spdx.org/licenses/OFL-1.0-no-RFN.html", + "osi": false, + "fsf": false, + "annotationRefs": [ + "NEEDS-APPROVAL", + "NEEDS-IP-LEGAL-REVIEW" + ], + "usagePolicy": "needs-review", + "urls":[ + "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL10_web" + ] + }, + { + "id": "OFL-1.0-RFN", + "name": "SIL Open Font License 1.0 with Reserved Font Name", + "family": "OFL-1.0", + "reference": "https://spdx.org/licenses/OFL-1.0-RFN.html", + "osi": false, + "fsf": false, + "annotationRefs": [ + "NEEDS-APPROVAL", + "NEEDS-IP-LEGAL-REVIEW" + ], + "usagePolicy": "needs-review", + "urls":[ + "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL10_web" + ] + }, + { + "id": "OFL-1.1", + "name": "SIL Open Font License 1.1", + "family": "OFL-1.1", + "reference": "https://spdx.org/licenses/OFL-1.1.html", + "osi": true, + "fsf": true, + "annotationRefs": [ + "NEEDS-APPROVAL", + "NEEDS-IP-LEGAL-REVIEW" + ], + "usagePolicy": "needs-review", + "urls":[ + "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL_web", + "https://opensource.org/licenses/OFL-1.1" + ] + }, + { + "id": "OFL-1.1-no-RFN", + "name": "SIL Open Font License 1.1 with no Reserved Font Name", + "family": "OFL-1.1", + "reference": "https://spdx.org/licenses/OFL-1.1.html", + "osi": true, + "fsf": false, + "annotationRefs": [ + "NEEDS-APPROVAL", + "NEEDS-IP-LEGAL-REVIEW" + ], + "usagePolicy": "needs-review", + "urls":[ + "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL_web", + "https://opensource.org/licenses/OFL-1.1" + ] + }, + { + "id": "OFL-1.1-RFN", + "name": "SIL Open Font License 1.1 with Reserved Font Name", + "family": "OFL-1.1", + "reference": "https://spdx.org/licenses/OFL-1.1-RFN.html", + "osi": true, + "fsf": false, + "annotationRefs": [ + "NEEDS-APPROVAL", + "NEEDS-IP-LEGAL-REVIEW" + ], + "usagePolicy": "needs-review", + "urls":[ + "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL_web", + "https://opensource.org/licenses/OFL-1.1" + ] + }, + { + "id": "OpenSSL", + "name": "OpenSSL License", + "family": "OpenSSL", + "reference": "https://spdx.org/licenses/OpenSSL.html", + "osi": false, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.openssl.org/source/license.html" + ] + }, + { + "id": "PHP-3.0", + "name": "PHP License v3.0", + "family": "PHP", + "reference": "https://spdx.org/licenses/PHP-3.0.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.php.net/license/3_0.txt", + "https://opensource.org/licenses/PHP-3.0" + ] + }, + { + "id": "PHP-3.01", + "name": "PHP License v3.01", + "family": "PHP", + "reference": "https://spdx.org/licenses/PHP-3.01.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.php.net/license/3_01.txt" + ] + }, + { + "id": "Plexus", + "name": "Plexus_Classworlds", + "family": "Plexus", + "reference": "https://spdx.org/licenses/Plexus.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://fedoraproject.org/wiki/Licensing/Plexus_Classworlds_License" + ] + }, + { + "id": "PostgreSQL", + "name": "PostgreSQL License", + "family": "PostgreSQL", + "reference": "https://spdx.org/licenses/PostgreSQL.html", + "osi": true, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.postgresql.org/about/licence", + "https://opensource.org/licenses/PostgreSQL" + ] + }, + { + "id": "Python-2.0", + "name": "Python License 2.0", + "family": "Python-2.0", + "reference": "https://spdx.org/licenses/Python-2.0.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://opensource.org/licenses/Python-2.0" + ] + }, + { + "id": "Python-2.0.1", + "name": "Python License 2.0.1", + "family": "Python-2.0.1", + "reference": "https://spdx.org/licenses/Python-2.0.1.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "NEEDS-IP-LEGAL-REVIEW" + ], + "urls": [ + "https://www.python.org/download/releases/2.0.1/license/", + "https://docs.python.org/3/license.html", + "https://github.com/python/cpython/blob/main/LICENSE" + ] + }, + { + "id": "RSA-MD", + "name": "RSA Message-Digest License", + "family": "RSA", + "reference": "https://spdx.org/licenses/RSA-MD.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.faqs.org/rfcs/rfc1321.html" + ] + }, + { + "id": "Ruby", + "name": "Ruby License", + "family": "Ruby", + "reference": "https://spdx.org/licenses/Ruby.html", + "osi": false, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.ruby-lang.org/en/LICENSE.txt" + ] + }, + { + "id": "SCEA", + "name": "SCEA Shared Source License", + "family": "SCEA", + "reference": "https://spdx.org/licenses/SCEA.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "http://research.scea.com/scea_shared_source_license.html" + ] + }, + { + "id": "SISSL", + "name": "Sun Industry Standards Source License v1.1", + "family": "SISSL", + "reference": "https://spdx.org/licenses/SISSL.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.openoffice.org/licenses/sissl_license.html", + "https://opensource.org/licenses/SISSL" + ] + }, + { + "id": "SISSL-1.2", + "name": "Sun Industry Standards Source License v1.2", + "family": "SISSL", + "reference": "https://spdx.org/licenses/SISSL-1.2.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://gridscheduler.sourceforge.net/Gridengine_SISSL_license.html" + ] + }, + { + "id": "Spencer-86", + "name": "Spencer License 86", + "family": "Spencer", + "reference": "https://spdx.org/licenses/Spencer-86.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "notes": [ + "Sometimes identified by the invalid SPDX ID \"Harry-Spencer\"" + ], + "urls": [ + "https://spdx.org/licenses/Spencer-86.html", + "https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License" + ] + }, + { + "id": "Spencer-94", + "name": "Spencer License 94", + "family": "Spencer", + "reference": "https://spdx.org/licenses/Spencer-94.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "notes": [ + "Sometimes identified by the invalid SPDX ID \"Harry-Spencer\"" + ], + "urls": [ + "https://spdx.org/licenses/Spencer-94.html", + "https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License", + "https://metacpan.org/release/KNOK/File-MMagic-1.30/source/COPYING#L28" + ] + }, + { + "id": "Spencer-99", + "name": "Spencer License 99", + "family": "Spencer", + "reference": "https://spdx.org/licenses/Spencer-99.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "notes": [ + "Sometimes identified by the invalid SPDX ID \"Harry-Spencer\"" + ], + "urls": [ + "https://spdx.org/licenses/Spencer-99.html", + "http://www.opensource.apple.com/source/tcl/tcl-5/tcl/generic/regfronts.c" + ] + }, + { + "id": "SSPL-1.0", + "name": "Server Side Public License, v 1", + "family": "SSPL", + "reference": "https://spdx.org/licenses/SSPL-1.0.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "https://www.mongodb.com/licensing/server-side-public-license" + ] + }, + { + "id": "UFL-1.0", + "name": "Ubuntu Font License", + "family": "UFL", + "reference": "", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "NO-SPDX-ID" + ], + "notes": [ + "This license requires separately licensed code." + ], + "urls": [ + "https://ubuntu.com/legal/font-licence" + ] + }, + { + "id": "Unicode-DFS-2015", + "name": "Unicode License Agreement - Data Files and Software (2015)", + "family": "Unicode", + "reference": "https://spdx.org/licenses/Unicode-DFS-2015.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://web.archive.org/web/20151224134844/http://unicode.org/copyright.html" + ] + }, + { + "id": "Unicode-DFS-2016", + "name": "Unicode License Agreement - Data Files and Software (2016)", + "family": "Unicode", + "reference": "https://spdx.org/licenses/Unicode-DFS-2016.html", + "osi": true, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://www.unicode.org/license.txt", + "http://web.archive.org/web/20160823201924/http://www.unicode.org/copyright.html#License", + "http://www.unicode.org/copyright.html" + ] + }, + { + "id": "Unicode-TOU", + "name": "Unicode Terms of Use", + "family": "Unicode", + "reference": "https://spdx.org/licenses/Unicode-TOU.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://web.archive.org/web/20140704074106/http://www.unicode.org/copyright.html", + "http://www.unicode.org/copyright.html" + ] + }, + { + "id": "UnixCrypt", + "name": "UnixCrypt License", + "family": "UnixCrypt", + "reference": "https://spdx.org/licenses/UnixCrypt.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "notes": [ + "Similar to the BSD 3-Clause \"New\" or \"Revised\" License" + ], + "urls": [ + "https://foss.heptapod.net/python-libs/passlib/-/blob/branch/stable/LICENSE#L70", + "https://opensource.apple.com/source/JBoss/JBoss-737/jboss-all/jetty/src/main/org/mortbay/util/UnixCrypt.java.auto.html", + "https://archive.eclipse.org/jetty/8.0.1.v20110908/xref/org/eclipse/jetty/http/security/UnixCrypt.html" + ] + }, + { + "id": "Vim", + "name": "Vim License", + "family": "Vim", + "reference": "https://spdx.org/licenses/Vim.html", + "osi": false, + "fsf": true, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL" + ], + "urls": [ + "http://vimdoc.sourceforge.net/htmldoc/uganda.html" + ] + }, + { + "id": "W3C", + "name": "W3C Software Notice and License (2002-12-31)", + "family": "W3C", + "reference": "https://spdx.org/licenses/W3C.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231.html", + "https://opensource.org/licenses/W3C" + ] + }, + { + "id": "W3C-19980720", + "name": "W3C Software Notice and License (1998-07-20)", + "family": "W3C", + "reference": "https://spdx.org/licenses/W3C-19980720.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.w3.org/Consortium/Legal/copyright-software-19980720.html" + ] + }, + { + "id": "W3C-20150513", + "name": "W3C Software Notice and Document License (2015-05-13)", + "family": "W3C", + "reference": "https://spdx.org/licenses/W3C-20150513.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document" + ] + }, + { + "id": "w3m", + "name": "w3m License", + "family": "w3m", + "reference": "https://spdx.org/licenses/w3m.html", + "osi": false, + "fsf": false, + "usagePolicy": "needs-review", + "annotationRefs": [ + "NEEDS-APPROVAL", + "NEEDS-IP-LEGAL-REVIEW" + ], + "urls": [ + "https://github.com/tats/w3m/blob/master/COPYING" + ] + }, + { + "id": "WTFPL", + "name": "Do What The F*ck You Want To Public License", + "family": "WTFPL", + "reference": "https://spdx.org/licenses/WTFPL.html", + "osi": false, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.wtfpl.net/about/", + "http://sam.zoy.org/wtfpl/COPYING" + ] + }, + { + "id": "X11", + "name": "X11 License", + "family": "X11", + "reference": "https://spdx.org/licenses/X11.html", + "osi": false, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3" + ] + }, + { + "id": "X11-distribute-modifications-variant", + "name": "X11 License Distribution Modification Variant", + "family": "X11", + "reference": "https://spdx.org/licenses/X11-distribute-modifications-variant.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://github.com/mirror/ncurses/blob/master/COPYING" + ] + }, + { + "id": "Xnet", + "name": "X.Net License", + "family": "Xnet", + "reference": "https://spdx.org/licenses/Xnet.html", + "osi": true, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://opensource.org/licenses/Xnet" + ] + }, + { + "id": "Zend-2.0", + "name": "Zend License v2.0", + "family": "Zend", + "reference": "https://spdx.org/licenses/Zend-2.0.html", + "osi": false, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://web.archive.org/web/20130517195954/http://www.zend.com/license/2_00.txt" + ] + }, + { + "id": "Zlib", + "name": "zlib License", + "family": "Zlib", + "reference": "https://spdx.org/licenses/Zlib.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://www.zlib.net/zlib_license.html", + "https://opensource.org/licenses/Zlib" + ] + }, + { + "id": "zlib-acknowledgement", + "name": "zlib/libpng License with Acknowledgement", + "family": "zlib", + "reference": "https://spdx.org/licenses/zlib-acknowledgement.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "https://fedoraproject.org/wiki/Licensing/ZlibWithAcknowledgement" + ] + }, + { + "id": "ZPL-1.1", + "name": "Zope Public License 1.1", + "family": "ZPL", + "reference": "https://spdx.org/licenses/ZPL-1.1.html", + "osi": false, + "fsf": false, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://old.zope.org/Resources/License/ZPL-1.1" + ] + }, + { + "id": "ZPL-2.0", + "name": "Zope Public License 2.0", + "family": "ZPL", + "reference": "https://spdx.org/licenses/ZPL-2.0.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://old.zope.org/Resources/License/ZPL-2.0", + "https://opensource.org/licenses/ZPL-2.0" + ] + }, + { + "id": "ZPL-2.1", + "name": "Zope Public License 2.1", + "family": "ZPL", + "reference": "https://spdx.org/licenses/ZPL-2.1.html", + "osi": true, + "fsf": true, + "usagePolicy": "allow", + "annotationRefs": [ + "APPROVED" + ], + "urls": [ + "http://old.zope.org/Resources/ZPL/" + ] + } + ], + "annotations": { + "APPROVED": "Approved for use according to license requirements", + "PROHIBITED": "Prohibited", + "NEEDS-APPROVAL": "Needs legal approval for product or service usage, ok for internal use.", + "NEEDS-IP-LEGAL-REVIEW": "License needs review by IP legal team for usage determination", + "NO-SPDX-ID": "No SPDX ID exists for license.", + "AGPL-WARNING": "Can’t be linked in any way (no static or dynamic linking) to product code. Any interaction needs to be at arms length through the command line or other system level interaction. This will need your executive’s approval, so be sure to connect with your release manager or squad leader as soon as you identify the need to use this license.", + "GPL-LINK-WARNING": "Can’t be linked in any way (no static or dynamic linking) to product code. Any interaction needs to be at arms length through the command line or other system level interaction. This will need your executive’s approval, so be sure to connect with your release manager or squad leader as soon as you identify the need to use this license.", + "LGPL-LINK-WARNING": "Only dynamic linking is allowed to product code. This license needs management approval.", + "CC-BY-SAAS": "SaaS usage of CC-BY 2.0/2.5 /3.0/4.0 license, will no longer require a notice with a URI linking to the full text of the CC-BY license and download location.", + "CC-BY-ON-PREM": "For on-premise distribution of CC-BY, the primary requirement of providing notice and SLC still applies.", + "CDLA-PERMISSIVE": "The CDLA Sharing license is preferred for data contributions, but the CDLA permissive can also be approved.", + "CDLA-SHARING": "This is the preferred license for data contributions, and is also acceptable for use in products and services.", + "NEEDS-LEGAL-REVIEW-PII": "The legal review ensures privacy, personal information, and other aspects specific to data are reviewed.", + "NEEDS-LEGAL-REVIEW-GPL": "Needs legal review to assure GPL requirements are met." + } +} \ No newline at end of file