diff --git a/internal/spdxlicense/generate/generate_license_list.go b/internal/spdxlicense/generate/generate_license_list.go index 68ef4dcd9..185458910 100644 --- a/internal/spdxlicense/generate/generate_license_list.go +++ b/internal/spdxlicense/generate/generate_license_list.go @@ -163,7 +163,8 @@ func cleanLicenseID(id string) string { return strings.ReplaceAll(cleanID, "-", "") } -// buildURLToLicenseMap creates a mapping from license URLs (from seeAlso fields) to license IDs +// buildURLToLicenseMap creates a mapping from license URLs (from seeAlso fields) to license IDs. +// URLs are stored without scheme (http:// or https://) so that a single lookup covers both. func buildURLToLicenseMap(result LicenseList) map[string]string { urlMap := make(map[string]string) @@ -175,7 +176,7 @@ func buildURLToLicenseMap(result LicenseList) map[string]string { if replacement != nil { // Map deprecated license URLs to the replacement license for _, url := range l.SeeAlso { - urlMap[url] = replacement.ID + urlMap[stripScheme(url)] = replacement.ID } } continue @@ -183,9 +184,17 @@ func buildURLToLicenseMap(result LicenseList) map[string]string { // Add URLs from non-deprecated licenses for _, url := range l.SeeAlso { - urlMap[url] = l.ID + urlMap[stripScheme(url)] = l.ID } } return urlMap } + +// stripScheme removes http:// or https:// prefix from a URL. +// This allows a single map entry to match both schemes. +func stripScheme(url string) string { + url = strings.TrimPrefix(url, "https://") + url = strings.TrimPrefix(url, "http://") + return url +} diff --git a/internal/spdxlicense/license.go b/internal/spdxlicense/license.go index 3678da845..ff8bd1265 100644 --- a/internal/spdxlicense/license.go +++ b/internal/spdxlicense/license.go @@ -41,10 +41,12 @@ type LicenseInfo struct { ID string } -// LicenseByURL returns the license ID and name for a given URL from the SPDX license list -// The URL should match one of the URLs in the seeAlso field of an SPDX license +// LicenseByURL returns the license ID and name for a given URL from the SPDX license list. +// The URL should match one of the URLs in the seeAlso field of an SPDX license. +// The scheme (http:// or https://) is stripped before lookup, so both schemes match. func LicenseByURL(url string) (LicenseInfo, bool) { url = strings.TrimSpace(url) + url = stripScheme(url) if id, exists := urlToLicense[url]; exists { return LicenseInfo{ ID: id, @@ -52,3 +54,11 @@ func LicenseByURL(url string) (LicenseInfo, bool) { } return LicenseInfo{}, false } + +// stripScheme removes http:// or https:// prefix from a URL. +// This allows a single map entry to match both schemes. +func stripScheme(url string) string { + url = strings.TrimPrefix(url, "https://") + url = strings.TrimPrefix(url, "http://") + return url +} diff --git a/internal/spdxlicense/license_list.go b/internal/spdxlicense/license_list.go index 0eba01eee..db9a1d035 100644 --- a/internal/spdxlicense/license_list.go +++ b/internal/spdxlicense/license_list.go @@ -1,6 +1,5 @@ // Code generated by go generate; DO NOT EDIT. -// This file was generated by robots at 2025-08-12 14:01:18.565303 -0400 EDT m=+0.306214043 -// using data from https://spdx.org/licenses/licenses.json +// This file was generated using data from https://spdx.org/licenses/licenses.json package spdxlicense const Version = "3.27.0" @@ -108,6 +107,7 @@ var licenseIDs = map[string]string{ "artistic2": "Artistic-2.0", "artistic2.0": "Artistic-2.0", "artistic2.0.0": "Artistic-2.0", + "artisticdist": "Artistic-dist", "aspellru": "Aspell-RU", "aswfdigitalassets1": "ASWF-Digital-Assets-1.0", "aswfdigitalassets1.0": "ASWF-Digital-Assets-1.0", @@ -1424,833 +1424,834 @@ var licenseIDs = map[string]string{ // urlToLicense maps license URLs from the seeAlso field to license IDs var urlToLicense = map[string]string{ - "ftp://ftp.tin.org/pub/news/utils/newsx/newsx-1.6.tar.gz": "Zeeff", - "http://apache.org/licenses/LICENSE-1.1": "Apache-1.1", - "http://artlibre.org/licence/lal/licence-art-libre-12/": "LAL-1.2", - "http://bits.netizen.com.au/licenses/NOSL/nosl.txt": "NOSL", - "http://bzip.org/1.0.5/bzip2-manual-1.0.5.html": "bzip2-1.0.6", - "http://cryptographicautonomylicense.com/license-text.html": "CAL-1.0-Combined-Work-Exception", - "http://cvs.savannah.gnu.org/viewvc/cvs/ccvs/contrib/check_cvs.in?revision=1.1.4.3&view=markup&pathrev=cvs1-11-23#l2": "check-cvs", - "http://data.norge.no/nlod/en/1.0": "NLOD-1.0", - "http://data.norge.no/nlod/en/2.0": "NLOD-2.0", - "http://dev.perl.org/licenses/artistic.html": "Artistic-1.0-Perl", - "http://dev.w3.org/cvsweb/Amaya/libjpeg/Attic/README?rev=1.2": "IJG", - "http://directory.fsf.org/wiki/License:BSD_4Clause": "BSD-4-Clause", - "http://directory.fsf.org/wiki/License:BitTorrentOSL1.1": "BitTorrent-1.1", - "http://doc.qt.nokia.com/3.3/license.html": "QPL-1.0", - "http://download.oracle.com/otn-pub/java/licenses/bsd.txt": "BSD-3-Clause-No-Nuclear-License", - "http://ec.europa.eu/idabc/en/document/7330.html": "EUPL-1.0", - "http://ec.europa.eu/idabc/servlets/Doc027f.pdf?id=31096": "EUPL-1.0", - "http://ecos.sourceware.org/old-license.html": "RHeCos-1.1", - "http://eu-datagrid.web.cern.ch/eu-datagrid/license.html": "EUDatagrid", - "http://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32017D0863": "EUPL-1.2", - "http://freeimage.sourceforge.net/freeimage-license.txt": "FreeImage", - "http://freetype.fis.uniroma2.it/FTL.TXT": "FTL", - "http://ftp.gnu.org/gnu/non-gnu/chinese-fonts-truetype/LICENSE": "Arphic-1999", - "http://gianluca.dellavedova.org/2011/01/03/clarified-artistic-license/": "ClArtistic", - "http://git.denx.de/?p=u-boot.git;a=blob;f=arch/powerpc/cpu/ppc4xx/miiphy.c;h=297155fdafa064b955e53e9832de93bfb0cfb85b;hb=9fab4bf4cc077c21e43941866f3f2c196f28670d": "IBM-pibs", - "http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/FTL.TXT": "FTL", - "http://git.savannah.gnu.org/cgit/gcl.git/tree/gcl/lsp/gcl_loop.lsp?h=Version_2_6_13pre": "LOOP", - "http://git.savannah.gnu.org/cgit/kazlib.git/tree/except.c?id=0062df360c2d17d57f6af19b0e444c51feb99036": "Kazlib", - "http://gitlab.freedesktop.org/freetype/freetype/-/raw/master/docs/FTL.TXT": "FTL", - "http://glassfish.java.net/public/CDDL+GPL_1_1.html": "CDDL-1.1", - "http://gridscheduler.sourceforge.net/Gridengine_SISSL_license.html": "SISSL-1.2", - "http://labs.metacarta.com/license-explanation.html#license": "BSD-3-Clause-Clear", - "http://landley.net/toybox/license.html": "0BSD", - "http://legacy.imatix.com/html/sfl/sfl4.htm#license": "iMatix", - "http://liballeg.org/license.html#allegro-4-the-giftware-license": "Giftware", - "http://lists.opensource.org/pipermail/license-discuss_lists.opensource.org/2002-November/006304.html": "HPND", - "http://old.koalateam.com/jackaroo/OPL_1_0.TXT": "OPL-1.0", - "http://old.zope.org/Resources/License/ZPL-1.1": "ZPL-1.1", - "http://old.zope.org/Resources/License/ZPL-2.0": "ZPL-2.0", - "http://old.zope.org/Resources/ZPL/": "ZPL-2.1", - "http://opencontent.org/openpub/": "OPUBL-1.0", - "http://opendatacommons.org/licenses/pddl/1.0/": "PDDL-1.0", - "http://opensource.linux-mirror.org/licenses/afl-1.1.txt": "AFL-1.1", - "http://opensource.linux-mirror.org/licenses/afl-1.2.txt": "AFL-1.2", - "http://opensource.linux-mirror.org/licenses/afl-2.1.txt": "AFL-2.1", - "http://opensource.org/licenses/LiLiQ-P-1.1": "LiLiQ-P-1.1", - "http://opensource.org/licenses/LiLiQ-R-1.1": "LiLiQ-R-1.1", - "http://opensource.org/licenses/LiLiQ-Rplus-1.1": "LiLiQ-Rplus-1.1", - "http://opensource.org/licenses/MIT": "MIT", - "http://oss.sgi.com/projects/FreeB/": "SGI-B-1.1", - "http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.1.0.html": "SGI-B-1.0", - "http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf": "SGI-B-2.0", - "http://otm.illinois.edu/uiuc_openSource": "NCSA", - "http://pages.cs.wisc.edu/~ghost/doc/AFPL/6.01/Public.htm": "Aladdin", - "http://plan9.bell-labs.com/plan9/license.html": "LPL-1.02", - "http://primates.ximian.com/~flucifredi/man/man-1.6g.tar.gz": "man2html", - "http://rc.quest.com/topics/openssh/license.php#tcpwrappers": "TCP-wrappers", - "http://research.cs.wisc.edu/condor/license.html#condor": "Condor-1.1", - "http://research.scea.com/scea_shared_source_license.html": "SCEA", - "http://sam.zoy.org/wtfpl/COPYING": "WTFPL", - "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL10_web": "OFL-1.0-no-RFN", - "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web": "OFL-1.1-no-RFN", - "http://source.icu-project.org/repos/icu/icu/trunk/license.html": "ICU", - "http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/licenses/BitTorrent?r1=1.1&r2=1.1.1.1&diff_format=s": "BitTorrent-1.0", - "http://svnkit.com/license.html": "TMate", - "http://ti.arc.nasa.gov/opensource/nosa/": "NASA-1.3", - "http://trac.enlightenment.org/e/browser/trunk/imlib2/COPYING": "Imlib2", - "http://vimdoc.sourceforge.net/htmldoc/uganda.html": "Vim", - "http://wayback.archive.org/web/20021004124254/http://www.opensource.org/licenses/academic.php": "AFL-1.1", - "http://wayback.archive.org/web/20021204204652/http://www.opensource.org/licenses/academic.php": "AFL-1.2", - "http://wayback.archive.org/web/20060715140826/http://www.risource.org/RPL/RPL-1.0A.shtml": "RSCPL", - "http://wayback.archive.org/web/20060924134533/http://www.opensource.org/licenses/afl-2.0.txt": "AFL-2.0", - "http://web.archive.org/web/20041020171434/http://www.rosenlaw.com/osl2.0.html": "OSL-2.0", - "http://web.archive.org/web/20050212003940/http://www.rosenlaw.com/osl21.htm": "OSL-2.1", - "http://web.archive.org/web/20100302225219/http://www.zimbra.com/license/zimbra-public-license-1-3.html": "Zimbra-1.3", - "http://web.archive.org/web/20111123062036/http://research.cs.wisc.edu/condor/license.html#condor": "Condor-1.1", - "http://web.archive.org/web/20140704074106/http://www.unicode.org/copyright.html": "Unicode-TOU", - "http://web.archive.org/web/20160823201924/http://www.unicode.org/copyright.html#License": "Unicode-DFS-2016", - "http://web.mit.edu/freebsd/head/lib/libutil/login_ok.3": "libutil-David-Nugent", - "http://web.mit.edu/kolya/.f/root/athena.mit.edu/sipb.mit.edu/project/openssh/OldFiles/src/openssh-2.9.9p2/ssh-add.1": "SSH-short", - "http://web.mit.edu/network/isakmp/nrllicense.html": "NRL", - "http://www-igm.univ-mlv.fr/~unitex/lgpllr.html": "LGPLLR", - "http://www.affero.org/oagpl.html": "AGPL-1.0-or-later", - "http://www.antlr2.org/license.html": "ANTLR-PD-fallback", - "http://www.apache.org/licenses/LICENSE-1.0": "Apache-1.0", - "http://www.boost.org/LICENSE_1_0.txt": "BSL-1.0", - "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html": "CECILL-B", - "http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html": "CECILL-C", - "http://www.cecill.info/licences/Licence_CeCILL_V1-fr.html": "CECILL-1.0", - "http://www.cecill.info/licences/Licence_CeCILL_V1.1-US.html": "CECILL-1.1", - "http://www.cecill.info/licences/Licence_CeCILL_V2-en.html": "CECILL-2.0", - "http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.html": "CECILL-2.1", - "http://www.codeproject.com/info/cpol10.aspx": "CPOL-1.02", - "http://www.cs.fsu.edu/~engelen/license.html": "gSOAP-1.3b", - "http://www.cs.wustl.edu/~schmidt/ACE-copying.html": "DOC", - "http://www.db.net/downloads/wwl+db-1.3.tgz": "wwl", - "http://www.dipp.nrw.de/d-fsl/index_html/lizenzen/de/D-FSL-1_0_de.txt": "D-FSL-1.0", - "http://www.dipp.nrw.de/d-fsl/index_html/lizenzen/en/D-FSL-1_0_en.txt": "D-FSL-1.0", - "http://www.dipp.nrw.de/d-fsl/lizenzen/": "D-FSL-1.0", - "http://www.docbook.org/xml/5.0/docbook-5.0.zip": "DocBook-Stylesheet", - "http://www.docbook.org/xml/simple/1.1/docbook-simple-1.1.zip": "DocBook-DTD", - "http://www.ece.uvic.ca/~mdadams/jasper/LICENSE": "JasPer-2.0", - "http://www.eclipse.org/legal/epl-v10.html": "EPL-1.0", - "http://www.egenix.com/products/eGenix.com-Public-License-1.1.0.pdf": "eGenix", - "http://www.eiffel-nice.org/license/eiffel-forum-license-2.html": "EFL-2.0", - "http://www.eiffel-nice.org/license/forum.txt": "EFL-1.0", - "http://www.erlang.org/EPLICENSE": "ErlPL-1.1", - "http://www.faqs.org/rfcs/rfc1321.html": "RSA-MD", - "http://www.freebsd.org/copyright/freebsd-license.html": "BSD-2-Clause-Views", - "http://www.freebsd.org/copyright/license.html": "BSD-4-Clause-UC", - "http://www.geuz.org/gl2ps/COPYING.GL2PS": "GL2PS", - "http://www.iausofa.org/tandc.html": "SOFA", - "http://www.imagemagick.org/script/license.php": "ImageMagick", - "http://www.info-zip.org/license.html": "Info-ZIP", - "http://www.json.org/license.html": "JSON", - "http://www.jython.org/license.html": "CNRI-Jython", - "http://www.latex-project.org/lppl/lppl-1-0.txt": "LPPL-1.0", - "http://www.latex-project.org/lppl/lppl-1-1.txt": "LPPL-1.1", - "http://www.latex-project.org/lppl/lppl-1-2.txt": "LPPL-1.2", - "http://www.latex-project.org/lppl/lppl-1-3a.txt": "LPPL-1.3a", - "http://www.latex-project.org/lppl/lppl-1-3c.txt": "LPPL-1.3c", - "http://www.lemis.com/grog/UNIX/ancient-source-all.pdf": "Caldera", - "http://www.libpng.org/pub/png/src/libpng-LICENSE.txt": "libpng-2.0", - "http://www.microsoft.com/opensource/licenses.mspx": "MS-RL", - "http://www.mozilla.org/MPL/MPL-1.0.html": "MPL-1.0", - "http://www.mozilla.org/MPL/MPL-1.1.html": "MPL-1.1", - "http://www.mozilla.org/MPL/NPL/1.0/": "NPL-1.0", - "http://www.mozilla.org/MPL/NPL/1.1/": "NPL-1.1", - "http://www.nationalarchives.gov.uk/doc/non-commercial-government-licence/version/2/": "NCGL-UK-2.0", - "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/1/": "OGL-UK-1.0", - "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/": "OGL-UK-2.0", - "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/": "OGL-UK-3.0", - "http://www.ncftp.com/ncftp/doc/LICENSE.txt": "ClArtistic", - "http://www.netbsd.org/about/redistribution.html#default": "BSD-2-Clause", - "http://www.netlib.org/lapack/LICENSE.txt": "BSD-3-Clause-Open-MPI", - "http://www.netlib.org/minpack/disclaimer": "Minpack", - "http://www.networkcultures.org/_uploads/%233notebook_telekommunist.pdf": "PPL", - "http://www.oclc.org/research/activities/software/license/v2final.htm": "OCLC-2.0", - "http://www.opencascade.com/content/occt-public-license": "OCCT-PL", - "http://www.opendatacommons.org/licenses/odbl/1.0/": "ODbL-1.0", - "http://www.opengroup.org/testing/downloads/The_Open_Group_TSL.txt": "OGTSL", - "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=1cae062821881f41b73012ba816434897abf4205": "OLDAP-2.6", - "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=37b4b3f6cc4bf34e1d3dec61e69914b9819d8894": "NBPL-1.0", - "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=42b0383c50c299977b5893ee695cf4e486fb0dc7": "OLDAP-1.2", - "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=470b0c18ec67621c85881b2733057fecf4a1acc3": "OLDAP-2.2", - "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=47c2415c1df81556eeb39be6cad458ef87c534a2": "OLDAP-2.7", - "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=4bc786f34b50aa301be6f5600f58a980070f481e": "OLDAP-2.2.1", - "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=6852b9d90022e8593c98205413380536b1b5a7cf": "OLDAP-2.5", - "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=806557a5ad59804ef3a44d5abfbe91d706b0791f": "OLDAP-1.1", - "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=b0d176738e96a0d3b9f85cb51e140a86f21be715": "OLDAP-2.1", - "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=b6d68acd14e51ca3aab4428bf26522aa74873f0e": "OLDAP-2.0.1", - "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=c9f95c2f3f2ffb5e0ae55fe7388af75547660941": "OLDAP-1.4", - "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=cbf50f4e1185a21abd4c0a54d3f4341fe28f36ea": "OLDAP-2.0", - "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=cd1284c4a91a8a380d904eee68d1583f989ed386": "OLDAP-2.4", - "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=d32cf54a32d581ab475d23c810b0a7fbaf8d63c3": "OLDAP-2.3", - "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=df2cc1e21eb7c160695f5b7cffd6296c151ba188": "OLDAP-2.2.2", - "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=e5f8117f0ce088d0bd7a8e18ddf37eaa40eb09b1": "OLDAP-1.3", - "http://www.openldap.org/software/release/license.html": "OLDAP-2.8", - "http://www.openoffice.org/licenses/sissl_license.html": "SISSL", - "http://www.opensource.apple.com/cdl/": "CDL-1.0", - "http://www.opensource.apple.com/license/apsl/": "APSL-2.0", - "http://www.opensource.apple.com/source/IOSerialFamily/IOSerialFamily-7/APPLE_LICENSE": "APSL-1.1", - "http://www.opensource.apple.com/source/tcl/tcl-5/tcl/generic/regfronts.c": "Spencer-99", - "http://www.openssl.org/source/license.html": "OpenSSL", - "http://www.osetfoundation.org/public-license": "OSET-PL-2.1", - "http://www.perlfoundation.org/artistic_license_2_0": "Artistic-2.0", - "http://www.php.net/license/3_0.txt": "PHP-3.0", - "http://www.php.net/license/3_01.txt": "PHP-3.01", - "http://www.postgresql.org/about/licence": "PostgreSQL", - "http://www.python.org/download/releases/1.6.1/download_win/": "CNRI-Python-GPL-Compatible", - "http://www.rosenlaw.com/AFL3.0.htm": "AFL-3.0", - "http://www.samurajdata.se/opensource/mirror/licenses/apsl.php": "APSL-1.2", - "http://www.saxproject.org/copying.html": "SAX-PD-2.0", - "http://www.sendmail.com/pdfs/open_source/sendmail_license.pdf": "Sendmail", - "http://www.sugarcrm.com/crm/SPL": "SugarCRM-1.1.3", - "http://www.tcl.tk/software/tcltk/license.html": "TCL", - "http://www.unicode.org/copyright.html": "Unicode-TOU", - "http://www.unidata.ucar.edu/software/netcdf/copyright.html": "NetCDF", - "http://www.users.on.net/~triforce/glidexp/COPYING.txt": "Glide", - "http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231.html": "W3C", - "http://www.w3.org/Consortium/Legal/copyright-software-19980720.html": "W3C-19980720", - "http://www.wtfpl.net/about/": "WTFPL", - "http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3": "X11", - "http://www.xfree86.org/current/LICENSE4.html": "XFree86-1.1", - "http://www.zimbra.com/legal/zimbra-public-license-1-4": "Zimbra-1.4", - "http://www.zimbra.com/license/yahoo_public_license_1.0.html": "YPL-1.0", - "http://www.zimbra.com/license/yahoo_public_license_1.1.html": "YPL-1.1", - "http://www.zlib.net/zlib_license.html": "Zlib", - "https://android.googlesource.com/platform/external/dng_sdk/+/refs/heads/master/source/dng_lossless_jpeg.cpp#16": "Cornell-Lossless-JPEG", - "https://archive.eclipse.org/jetty/8.0.1.v20110908/xref/org/eclipse/jetty/http/security/UnixCrypt.html": "UnixCrypt", - "https://artlibre.org/": "LAL-1.3", - "https://assets.ubuntu.com/v1/81e5605d-ubuntu-font-licence-1.0.txt": "Ubuntu-font-1.0", - "https://blueoakcouncil.org/license/1.0.0": "BlueOak-1.0.0", - "https://cdla.dev/computational-use-of-data-agreement-v1-0/": "C-UDA-1.0", - "https://cdla.dev/open-use-of-data-agreement-v1-0/": "O-UDA-1.0", - "https://cdla.dev/permissive-2-0": "CDLA-Permissive-2.0", - "https://cdla.io/permissive-1-0": "CDLA-Permissive-1.0", - "https://cdla.io/sharing-1-0": "CDLA-Sharing-1.0", - "https://celestrak.org/publications/AIAA/2006-6753/faq.php": "SGP4", - "https://cgit.freedesktop.org/libbsd/tree/man/setproctitle.3bsd": "libutil-David-Nugent", - "https://coil.apotheon.org/plaintext/01.0.txt": "COIL-1.0", - "https://core.tcl-lang.org/tk/file?name=compat/unistd.h": "HPND-UC", - "https://creativecommons.org/licenses/by-nc-nd/2.0/legalcode": "CC-BY-NC-ND-2.0", - "https://creativecommons.org/licenses/by-nc-nd/2.5/legalcode": "CC-BY-NC-ND-2.5", - "https://creativecommons.org/licenses/by-nc-nd/3.0/de/legalcode": "CC-BY-NC-ND-3.0-DE", - "https://creativecommons.org/licenses/by-nc-nd/3.0/igo/legalcode": "CC-BY-NC-ND-3.0-IGO", - "https://creativecommons.org/licenses/by-nc-nd/3.0/legalcode": "CC-BY-NC-ND-3.0", - "https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode": "CC-BY-NC-ND-4.0", - "https://creativecommons.org/licenses/by-nc-sa/1.0/legalcode": "CC-BY-NC-SA-1.0", - "https://creativecommons.org/licenses/by-nc-sa/2.0/de/legalcode": "CC-BY-NC-SA-2.0-DE", - "https://creativecommons.org/licenses/by-nc-sa/2.0/fr/legalcode": "CC-BY-NC-SA-2.0-FR", - "https://creativecommons.org/licenses/by-nc-sa/2.0/legalcode": "CC-BY-NC-SA-2.0", - "https://creativecommons.org/licenses/by-nc-sa/2.0/uk/legalcode": "CC-BY-NC-SA-2.0-UK", - "https://creativecommons.org/licenses/by-nc-sa/2.5/legalcode": "CC-BY-NC-SA-2.5", - "https://creativecommons.org/licenses/by-nc-sa/3.0/de/legalcode": "CC-BY-NC-SA-3.0-DE", - "https://creativecommons.org/licenses/by-nc-sa/3.0/igo/legalcode": "CC-BY-NC-SA-3.0-IGO", - "https://creativecommons.org/licenses/by-nc-sa/3.0/legalcode": "CC-BY-NC-SA-3.0", - "https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode": "CC-BY-NC-SA-4.0", - "https://creativecommons.org/licenses/by-nc/1.0/legalcode": "CC-BY-NC-1.0", - "https://creativecommons.org/licenses/by-nc/2.0/legalcode": "CC-BY-NC-2.0", - "https://creativecommons.org/licenses/by-nc/2.5/legalcode": "CC-BY-NC-2.5", - "https://creativecommons.org/licenses/by-nc/3.0/de/legalcode": "CC-BY-NC-3.0-DE", - "https://creativecommons.org/licenses/by-nc/3.0/legalcode": "CC-BY-NC-3.0", - "https://creativecommons.org/licenses/by-nc/4.0/legalcode": "CC-BY-NC-4.0", - "https://creativecommons.org/licenses/by-nd-nc/1.0/legalcode": "CC-BY-NC-ND-1.0", - "https://creativecommons.org/licenses/by-nd/1.0/legalcode": "CC-BY-ND-1.0", - "https://creativecommons.org/licenses/by-nd/2.0/legalcode": "CC-BY-ND-2.0", - "https://creativecommons.org/licenses/by-nd/2.5/legalcode": "CC-BY-ND-2.5", - "https://creativecommons.org/licenses/by-nd/3.0/de/legalcode": "CC-BY-ND-3.0-DE", - "https://creativecommons.org/licenses/by-nd/3.0/legalcode": "CC-BY-ND-3.0", - "https://creativecommons.org/licenses/by-nd/4.0/legalcode": "CC-BY-ND-4.0", - "https://creativecommons.org/licenses/by-sa/1.0/legalcode": "CC-BY-SA-1.0", - "https://creativecommons.org/licenses/by-sa/2.0/legalcode": "CC-BY-SA-2.0", - "https://creativecommons.org/licenses/by-sa/2.0/uk/legalcode": "CC-BY-SA-2.0-UK", - "https://creativecommons.org/licenses/by-sa/2.1/jp/legalcode": "CC-BY-SA-2.1-JP", - "https://creativecommons.org/licenses/by-sa/2.5/legalcode": "CC-BY-SA-2.5", - "https://creativecommons.org/licenses/by-sa/3.0/at/legalcode": "CC-BY-SA-3.0-AT", - "https://creativecommons.org/licenses/by-sa/3.0/de/legalcode": "CC-BY-SA-3.0-DE", - "https://creativecommons.org/licenses/by-sa/3.0/igo/legalcode": "CC-BY-SA-3.0-IGO", - "https://creativecommons.org/licenses/by-sa/3.0/legalcode": "CC-BY-SA-3.0", - "https://creativecommons.org/licenses/by-sa/4.0/legalcode": "CC-BY-SA-4.0", - "https://creativecommons.org/licenses/by/1.0/legalcode": "CC-BY-1.0", - "https://creativecommons.org/licenses/by/2.0/legalcode": "CC-BY-2.0", - "https://creativecommons.org/licenses/by/2.5/au/legalcode": "CC-BY-2.5-AU", - "https://creativecommons.org/licenses/by/2.5/legalcode": "CC-BY-2.5", - "https://creativecommons.org/licenses/by/3.0/at/legalcode": "CC-BY-3.0-AT", - "https://creativecommons.org/licenses/by/3.0/au/legalcode": "CC-BY-3.0-AU", - "https://creativecommons.org/licenses/by/3.0/de/legalcode": "CC-BY-3.0-DE", - "https://creativecommons.org/licenses/by/3.0/igo/legalcode": "CC-BY-3.0-IGO", - "https://creativecommons.org/licenses/by/3.0/legalcode": "CC-BY-3.0", - "https://creativecommons.org/licenses/by/3.0/nl/legalcode": "CC-BY-3.0-NL", - "https://creativecommons.org/licenses/by/3.0/us/legalcode": "CC-BY-3.0-US", - "https://creativecommons.org/licenses/by/4.0/legalcode": "CC-BY-4.0", - "https://creativecommons.org/licenses/publicdomain/": "CC-PDDC", - "https://creativecommons.org/licenses/sa/1.0/legalcode": "CC-SA-1.0", - "https://creativecommons.org/publicdomain/mark/1.0/": "CC-PDM-1.0", - "https://creativecommons.org/publicdomain/zero/1.0/legalcode": "CC0-1.0", - "https://creativecommons.org/share-your-work/cclicenses/": "CC-PDM-1.0", - "https://ctan.math.utah.edu/ctan/tex-archive/macros/generic/kastrup/binhex.dtx": "Kastrup", - "https://ctan.math.utah.edu/ctan/tex-archive/macros/generic/misc/swrule.sty": "swrule", - "https://ctan.org/license/knuth": "Knuth-CTAN", - "https://data.gov.tw/license": "OGDL-Taiwan-1.0", - "https://directory.fsf.org/wiki/License:Fdk": "FDK-AAC", - "https://doc.qt.io/archives/3.3/license.html": "QPL-1.0", - "https://docs.omniverse.nvidia.com/install-guide/latest/common/licenses.html": "AML-glslang", - "https://docs.oracle.com/cd/E81115_01/html/E81116/licenses.html": "man2html", - "https://docs.python.org/3/license.html": "Python-2.0.1", - "https://docubrain.com/sites/default/files/licenses/bitstream-vera.html": "Bitstream-Vera", - "https://en.wikipedia.org/wiki/Shared_Source_Initiative#Microsoft_Limited_Public_License_(Ms-LPL)": "MS-LPL", - "https://enterprise.dejacode.com/licenses/public/naist-2003/#license-text": "NAIST-2003", - "https://epics.anl.gov/license/open.php": "EPICS", - "https://fedoraproject.org/wiki/Licensing/AMD_plpa_map_License": "AMDPLPA", - "https://fedoraproject.org/wiki/Licensing/Abstyles": "Abstyles", - "https://fedoraproject.org/wiki/Licensing/AdobeLicense": "Adobe-2006", - "https://fedoraproject.org/wiki/Licensing/AdobePostscriptAFM": "APAFML", - "https://fedoraproject.org/wiki/Licensing/Afmparse": "Afmparse", - "https://fedoraproject.org/wiki/Licensing/AmazonDigitalServicesLicense": "ADSL", - "https://fedoraproject.org/wiki/Licensing/App-s2p": "App-s2p", - "https://fedoraproject.org/wiki/Licensing/Apple_MIT_License": "AML", - "https://fedoraproject.org/wiki/Licensing/Apple_Public_Source_License_1.0": "APSL-1.0", - "https://fedoraproject.org/wiki/Licensing/BSD#AMPASBSD": "AMPAS", - "https://fedoraproject.org/wiki/Licensing/BSD_Protection_License": "BSD-Protection", - "https://fedoraproject.org/wiki/Licensing/BSD_with_Attribution": "BSD-3-Clause-Attribution", - "https://fedoraproject.org/wiki/Licensing/Bahyph": "Bahyph", - "https://fedoraproject.org/wiki/Licensing/Barr": "Barr", - "https://fedoraproject.org/wiki/Licensing/Beerware": "Beerware", - "https://fedoraproject.org/wiki/Licensing/Borceux": "Borceux", - "https://fedoraproject.org/wiki/Licensing/Charter#License_Text": "Bitstream-Charter", - "https://fedoraproject.org/wiki/Licensing/Common_Documentation_License": "CDL-1.0", - "https://fedoraproject.org/wiki/Licensing/Crossword": "Crossword", - "https://fedoraproject.org/wiki/Licensing/Cube": "Cube", - "https://fedoraproject.org/wiki/Licensing/DSDP": "DSDP", - "https://fedoraproject.org/wiki/Licensing/Dotseqn": "Dotseqn", - "https://fedoraproject.org/wiki/Licensing/Eurosym": "Eurosym", - "https://fedoraproject.org/wiki/Licensing/FDK-AAC": "FDK-AAC", - "https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License": "FSFUL", - "https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License#License_Retention_Variant": "FSFULLR", - "https://fedoraproject.org/wiki/Licensing/Glulxe": "Glulxe", - "https://fedoraproject.org/wiki/Licensing/Gnuplot": "gnuplot", - "https://fedoraproject.org/wiki/Licensing/Haskell_Language_Report_License": "HaskellReport", - "https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License": "Spencer-94", - "https://fedoraproject.org/wiki/Licensing/Inner_Net_License": "Inner-Net-2.0", - "https://fedoraproject.org/wiki/Licensing/Intel_ACPI_Software_License_Agreement": "Intel-ACPI", - "https://fedoraproject.org/wiki/Licensing/LBNLBSD": "BSD-3-Clause-LBNL", - "https://fedoraproject.org/wiki/Licensing/Latex2e": "Latex2e", - "https://fedoraproject.org/wiki/Licensing/Leptonica": "Leptonica", - "https://fedoraproject.org/wiki/Licensing/MIT": "mpich2", - "https://fedoraproject.org/wiki/Licensing/MIT#AdobeGlyph": "Adobe-Glyph", - "https://fedoraproject.org/wiki/Licensing/MIT#enna": "MIT-enna", - "https://fedoraproject.org/wiki/Licensing/MIT#feh": "MIT-feh", - "https://fedoraproject.org/wiki/Licensing/MITNFA": "MITNFA", - "https://fedoraproject.org/wiki/Licensing/MIT_With_Advertising": "MIT-advertising", - "https://fedoraproject.org/wiki/Licensing/MakeIndex": "MakeIndex", - "https://fedoraproject.org/wiki/Licensing/Matrix_Template_Library_License": "MTLL", - "https://fedoraproject.org/wiki/Licensing/Mup": "Mup", - "https://fedoraproject.org/wiki/Licensing/NLPL": "NLPL", - "https://fedoraproject.org/wiki/Licensing/Newsletr": "Newsletr", - "https://fedoraproject.org/wiki/Licensing/Noweb": "Noweb", - "https://fedoraproject.org/wiki/Licensing/OSL1.1": "OSL-1.1", - "https://fedoraproject.org/wiki/Licensing/Open_Market_License": "OML", - "https://fedoraproject.org/wiki/Licensing/Open_Public_License": "OPL-1.0", - "https://fedoraproject.org/wiki/Licensing/Plexus_Classworlds_License": "Plexus", - "https://fedoraproject.org/wiki/Licensing/Qhull": "Qhull", - "https://fedoraproject.org/wiki/Licensing/Rdisc_License": "Rdisc", - "https://fedoraproject.org/wiki/Licensing/SNIA_Public_License": "SNIA", - "https://fedoraproject.org/wiki/Licensing/SWL": "SWL", - "https://fedoraproject.org/wiki/Licensing/Saxpath_License": "Saxpath", - "https://fedoraproject.org/wiki/Licensing/TCL": "TCL", - "https://fedoraproject.org/wiki/Licensing/TGPPL": "TGPPL-1.0", - "https://fedoraproject.org/wiki/Licensing/TORQUEv1.1": "TORQUE-1.1", - "https://fedoraproject.org/wiki/Licensing/TOSL": "TOSL", - "https://fedoraproject.org/wiki/Licensing/TTWL": "TTWL", - "https://fedoraproject.org/wiki/Licensing/Threeparttable": "threeparttable", - "https://fedoraproject.org/wiki/Licensing/VOSTROM": "VOSTROM", - "https://fedoraproject.org/wiki/Licensing/Wsuipa": "Wsuipa", - "https://fedoraproject.org/wiki/Licensing/XSkat_License": "XSkat", - "https://fedoraproject.org/wiki/Licensing/Xerox": "Xerox", - "https://fedoraproject.org/wiki/Licensing/Xinetd_License": "xinetd", - "https://fedoraproject.org/wiki/Licensing/Zed": "Zed", - "https://fedoraproject.org/wiki/Licensing/ZlibWithAcknowledgement": "zlib-acknowledgement", - "https://fedoraproject.org/wiki/Licensing/diffmark": "diffmark", - "https://fedoraproject.org/wiki/Licensing/dvipdfm": "dvipdfm", - "https://fedoraproject.org/wiki/Licensing/eGenix.com_Public_License_1.1.0": "eGenix", - "https://fedoraproject.org/wiki/Licensing/libtiff": "libtiff", - "https://fedoraproject.org/wiki/Licensing/psfrag": "psfrag", - "https://fedoraproject.org/wiki/Licensing/psutils": "psutils", - "https://fedoraproject.org/wiki/Licensing/softSurfer": "softSurfer", - "https://fedoraproject.org/wiki/Licensing/xpp": "xpp", - "https://fedoraproject.org/wiki/Licensing:BSD#Modification_Variant": "BSD-3-Clause-Modification", - "https://fedoraproject.org/wiki/Licensing:Baekmuk?rd=Licensing/Baekmuk": "Baekmuk", - "https://fedoraproject.org/wiki/Licensing:CrystalStacker?rd=Licensing/CrystalStacker": "CrystalStacker", - "https://fedoraproject.org/wiki/Licensing:MIT#Another_Minimal_variant_(found_in_libatomic_ops)": "Boehm-GC", - "https://fedoraproject.org/wiki/Licensing:MIT#Modern_Variants": "MIT-Modern-Variant", - "https://fedoraproject.org/wiki/Licensing:MIT#OpenVision_Variant": "OpenVision", - "https://fedoraproject.org/wiki/Licensing:MIT#Xfig_Variant": "Xfig", - "https://fedoraproject.org/wiki/Licensing:MIT?rd=Licensing/MIT#CMU_Style": "MIT-CMU", - "https://fedoraproject.org/wiki/Licensing:Mplus?rd=Licensing/mplus": "mplus", - "https://fedoraproject.org/wiki/Licensing:ThorPublicLicense": "TPL-1.0", - "https://firstdonoharm.dev/version/2/1/license.html": "Hippocratic-2.1", - "https://forge.gouv.qc.ca/licence/fr/liliq-v1-1/": "LiLiQ-P-1.1", - "https://foss.heptapod.net/python-libs/passlib/-/blob/branch/stable/LICENSE#L70": "UnixCrypt", - "https://fossies.org/linux/sendmail/contrib/mailprio": "mailprio", - "https://fossies.org/linux/tiff/contrib/ras/ras2tif.c": "xlock", - "https://fsl.software/FSL-1.1-ALv2.template.md": "FSL-1.1-ALv2", - "https://fsl.software/FSL-1.1-MIT.template.md": "FSL-1.1-MIT", - "https://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-0.99f7-1.tar.bz2": "Aspell-RU", - "https://git.enlightenment.org/legacy/imlib2.git/tree/COPYING": "Imlib2", - "https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man2/getcpu.2#n4": "Linux-man-pages-1-para", - "https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man2/migrate_pages.2#n8": "Linux-man-pages-copyleft-2-para", - "https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man2/move_pages.2#n5": "Linux-man-pages-copyleft-2-para", - "https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man2/set_mempolicy.2#n5": "Linux-man-pages-copyleft-var", - "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/infiniband/core/sa.h": "Linux-OpenIB", - "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/net/sunrpc/auth_gss/gss_generic_token.c?h=v4.19": "HPND-sell-variant", - "https://git.openldap.org/openldap/openldap/-/blob/master/COPYRIGHT#L55-63": "BSD-4.3RENO", - "https://git.openldap.org/openldap/openldap/-/blob/master/COPYRIGHT?ref_type=heads#L39-51": "Furuseth", - "https://git.openldap.org/openldap/openldap/-/blob/master/libraries/libldap/os-local.c?ref_type=heads#L19-23": "PADL", - "https://git.savannah.gnu.org/cgit/gnulib.git/tree/modules/COPYING?id=7b08932179d0d6b017f7df01a2ddf6e096b038e3": "FSFULLRSD", - "https://git.savannah.gnu.org/cgit/indent.git/tree/doc/indent.texi?id=a74c6b4ee49397cf330b333da1042bffa60ed14f#n1788": "BSD-4.3TAHOE", - "https://git.savannah.gnu.org/cgit/indent.git/tree/doc/indent.texi?id=a74c6b4ee49397cf330b333da1042bffa60ed14f#n74": "Latex2e-translated-notice", - "https://git.savannah.gnu.org/cgit/wget.git/tree/util/trunc.c?h=v1.21.3&id=40747a11e44ced5a8ac628a41f879ced3e2ebce9#n6": "FSFAP-no-warranty-disclaimer", - "https://github.com/389ds/389-ds-base/blob/main/ldap/include/sysexits-compat.h#L15": "BSD-4.3TAHOE", - "https://github.com/AcademySoftwareFoundation/foundation/blob/main/digital_assets/aswf_digital_assets_license_v1.0.txt": "ASWF-Digital-Assets-1.0", - "https://github.com/AcademySoftwareFoundation/foundation/blob/main/digital_assets/aswf_digital_assets_license_v1.1.txt": "ASWF-Digital-Assets-1.1", - "https://github.com/AdaCore/gnatcoll-core/blob/master/docs/index.rst": "AdaCore-doc", - "https://github.com/AdaCore/gnatcoll-db/blob/master/docs/index.rst": "AdaCore-doc", - "https://github.com/AdaCore/xmlada/blob/master/docs/index.rst": "AdaCore-doc", - "https://github.com/CommunitySpecification/1.0/blob/master/1._Community_Specification_License-v1.md": "Community-Spec-1.0", - "https://github.com/CorsixTH/deps/blob/fd339a9f526d1d9c9f01ccf39e438a015da50035/licences/libgsm.txt": "TU-Berlin-2.0", - "https://github.com/Cyan4973/xxHash/blob/dev/doc/xxhash_spec.md": "LPD-document", - "https://github.com/DISIC/politique-de-contribution-open-source/blob/master/LICENSE.pdf": "etalab-2.0", - "https://github.com/Distrotech/hdparm/blob/4517550db29a91420fb2b020349523b1b4512df2/LICENSE.TXT": "hdparm", - "https://github.com/Distrotech/transfig/blob/master/transfig/transfig.c": "Xfig", - "https://github.com/DrItanium/maya/blob/master/LICENSE.CLIPS": "Clips", - "https://github.com/Dual-Life/mime-base64/blob/master/Base64.xs#L12": "metamail", - "https://github.com/EthicalSource/hippocratic-license/blob/58c0e646d64ff6fbee275bfe2b9492f914e3ab2a/LICENSE.txt": "Hippocratic-2.1", - "https://github.com/FreeRADIUS/freeradius-client/blob/master/COPYRIGHT#L32": "HPND-Fenneberg-Livingston", - "https://github.com/GNOME/gcr/blob/master/docs/COPYING": "GCR-docs", - "https://github.com/GNOME/libxml2/blob/master/dict.c": "ISC-Veillard", - "https://github.com/HDFGroup/hdf5/?tab=License-1-ov-file#readme": "HDF5", - "https://github.com/KhronosGroup/SPIRV-Cross/blob/main/LICENSES/LicenseRef-KhronosFreeUse.txt": "MIT-Khronos-old", - "https://github.com/KhronosGroup/glslang/blob/main/LICENSE.txt#L949": "AML-glslang", - "https://github.com/MariaDB/server/blob/11.6/libmysqld/lib_sql.cc": "Boehm-GC-without-fee", - "https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md": "DRL-1.0", - "https://github.com/OGRECave/ogre/blob/master/OgreMain/include/OgreSingleton.h#L28C3-L35C46": "Game-Programming-Gems", - "https://github.com/Perl/perl5/blob/blead/util.c#L6136": "Martin-Birgmeier", - "https://github.com/PixarAnimationStudios/OpenSubdiv/blob/v3_5_0/opensubdiv/version.cpp#L2-L22": "Pixar", - "https://github.com/PixarAnimationStudios/OpenSubdiv/raw/v3_5_0/LICENSE.txt": "Pixar", - "https://github.com/RTimothyEdwards/magic/blob/master/LICENSE": "HPND-UC-export-US", - "https://github.com/SELinuxProject/selinux/blob/master/libselinux/LICENSE": "libselinux-1.0", - "https://github.com/SWI-Prolog/packages-clib/blob/master/sha1/brg_endian.h": "Brian-Gladman-3-Clause", - "https://github.com/SWI-Prolog/packages-xpce/blob/161a40cd82004f731ba48024f9d30af388a7edf5/src/img/gifwrite.c#L21-L26": "FBM", - "https://github.com/SWI-Prolog/swipl-devel/blob/master/src/os/dtoa.c": "dtoa", - "https://github.com/SigmaHQ/Detection-Rule-License/blob/6ec7fbde6101d101b5b5d1fcb8f9b69fbc76c04a/LICENSE.Detection.Rules.md": "DRL-1.1", - "https://github.com/Slicer/Slicer/blob/main/License.txt": "3D-Slicer-1.0", - "https://github.com/Unidata/UDUNITS-2/blob/master/COPYRIGHT": "UCAR", - "https://github.com/acpica/acpica/blob/master/source/common/acfileio.c#L119": "BSD-3-Clause-acpica", - "https://github.com/adaptivecomputing/torque/blob/master/PBS_License.txt": "OpenPBS-2.3", - "https://github.com/ap/Text-Tabs/blob/master/lib.modern/Text/Tabs.pm#L148": "TTWL", - "https://github.com/apache/apr/blob/trunk/LICENSE#L298C6-L298C29": "Caldera-no-preamble", - "https://github.com/audacious-media-player/audacious/blob/master/COPYING": "BSD-2-Clause-pkgconf-disclaimer", - "https://github.com/audacious-media-player/audacious/blob/master/src/audacious/main.cc": "BSD-2-Clause-pkgconf-disclaimer", - "https://github.com/aws/mit-0": "MIT-0", - "https://github.com/awsdocs/aws-cloud9-user-guide/blob/master/LICENSE-SAMPLECODE": "MIT-0", - "https://github.com/bagder/curl/blob/master/COPYING": "curl", - "https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/ext/mri/crypt_blowfish.c": "bcrypt-Solar-Designer", - "https://github.com/blakemcbride/eclipse-lisp/blob/master/lisp/loop.lisp": "LOOP", - "https://github.com/bleargh45/Data-UUID/blob/master/LICENSE": "HP-1989", - "https://github.com/chromium/octane/blob/master/crypto.js": "MIT-Wu", - "https://github.com/cl-adams/adams/blob/master/LICENSE.md": "LOOP", - "https://github.com/copyleft-next/copyleft-next/blob/master/Releases/copyleft-next-0.3.0": "copyleft-next-0.3.0", - "https://github.com/copyleft-next/copyleft-next/blob/master/Releases/copyleft-next-0.3.1": "copyleft-next-0.3.1", - "https://github.com/cyrusimap/cyrus-sasl/blob/master/COPYING": "BSD-Attribution-HPND-disclaimer", - "https://github.com/dcblake/SMP/blob/master/Documentation/License.txt": "SMPPL", - "https://github.com/dfateyev/libwhirlpool/blob/master/README#L27": "Unlicense-libwhirlpool", - "https://github.com/docbook/xslt10-stylesheets/blob/efd62655c11cc8773708df7a843613fa1e932bf8/xsl/COPYING#L27": "DocBook-XML", - "https://github.com/docbook/xslt10-stylesheets/blob/efd62655c11cc8773708df7a843613fa1e932bf8/xsl/assembly/schema/docbook51b7.rnc": "DocBook-Schema", - "https://github.com/dotnet/runtime/blob/55e1ac7c07df62c4108d4acedf78f77574470ce5/src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AttRegexTests.cs#L12-L28": "MIT-testregex", - "https://github.com/elastic/elasticsearch/blob/master/licenses/ELASTIC-LICENSE-2.0.txt": "Elastic-2.0", - "https://github.com/erich666/GraphicsGems/blob/master/LICENSE.md": "Graphics-Gems", - "https://github.com/fedeinthemix/chez-srfi/blob/master/srfi/LICENSE": "X11-swapped", - "https://github.com/festvox/flite/blob/master/COPYING": "MIT-Festival", - "https://github.com/festvox/speech_tools/blob/master/COPYING": "MIT-Festival", - "https://github.com/file/file/blob/master/COPYING": "BSD-2-Clause-Darwin", - "https://github.com/freebsd/freebsd-src/blob/main/lib/msun/src/e_acosh.c": "SunPro", - "https://github.com/freebsd/freebsd-src/blob/main/lib/msun/src/e_lgammal.c": "SunPro", - "https://github.com/gabegundy/atlserver/blob/master/License.txt": "MS-LPL", - "https://github.com/greymass/swift-eosio/blob/master/LICENSE": "BSD-3-Clause-No-Military-License", - "https://github.com/hamano/man2html/blob/master/man2html.c": "man2html", - "https://github.com/htacg/tidy-html5/blob/next/README/LICENSE.md": "HTMLTIDY", - "https://github.com/ivmai/libatomic_ops/blob/master/LICENSE": "Boehm-GC", - "https://github.com/jonathanstowe/TermReadKey/blob/master/README#L9-L10": "TermReadKey", - "https://github.com/jonmacs/jove/blob/4_17/LICENSE": "jove", - "https://github.com/jpr5/ngrep/blob/master/LICENSE": "ngrep", - "https://github.com/jrsoftware/issrc/blob/HEAD/license.txt": "InnoSetup", - "https://github.com/kfish/xsel/blob/master/COPYING": "HPND-sell-variant", - "https://github.com/kohler/t1utils/blob/master/LICENSE": "MIT-Click", - "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L111-L133": "HPND-export2-US", - "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L1157-L1182": "HPND-export-US-modify", - "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L140-L156": "Brian-Gladman-2-Clause", - "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L66-L98": "OpenVision", - "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L664-L690": "BSD-2-Clause-first-lines", - "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L718-L728": "CMU-Mach-nodoc", - "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L831-L852": "HPND-export-US-acknowledgement", - "https://github.com/krzyzanowskim/CryptoSwift/blob/main/LICENSE": "CryptoSwift", - "https://github.com/lattera/freebsd/blob/master/sys/cam/cam.c#L4": "BSD-Source-beginning-file", - "https://github.com/libcheck/check/blob/master/checkmk/checkmk.in": "checkmk", - "https://github.com/lsof-org/lsof/blob/master/COPYING": "lsof", - "https://github.com/maranget/hevea/blob/master/LICENSE": "QPL-1.0-INRIA-2004", - "https://github.com/me-shaon/GLWTPL/commit/da5f6bc734095efbacb442c0b31e33a65b9d6e85": "GLWTPL", - "https://github.com/mhogomchungu/zuluCrypt/blob/master/external_libraries/tcplay/generic_xts.c": "generic-xts", - "https://github.com/microsoft/Computational-Use-of-Data-Agreement/blob/master/C-UDA-1.0.md": "C-UDA-1.0", - "https://github.com/microsoft/Open-Use-of-Data-Agreement/blob/v1.0/O-UDA-1.0.md": "O-UDA-1.0", - "https://github.com/mirror/ncurses/blob/master/COPYING": "X11-distribute-modifications-variant", - "https://github.com/mm2/Little-CMS/blob/master/src/cmssm.c#L207": "softSurfer", - "https://github.com/mruby/mruby/blob/83d12f8d52522cdb7c8cc46fad34821359f453e6/mrbgems/mruby-dir/src/Win/dirent.c#L127-L140": "HPND-Kevlin-Henney", - "https://github.com/mtoyoda/sl/blob/master/LICENSE": "SL", - "https://github.com/n8n-io/n8n/blob/master/LICENSE.md": "SUL-1.0", - "https://github.com/ncbi/datasets/blob/0ea4cd16b61e5b799d9cc55aecfa016d6c9bd2bf/LICENSE.md": "NCBI-PD", - "https://github.com/ncbi/datasets/blob/master/LICENSE.md": "NCBI-PD", - "https://github.com/ncbi/egapx/blob/08930b9dec0c69b2d1a05e5153c7b95ef0a3eb0f/LICENSE": "NCBI-PD", - "https://github.com/ncbi/gprobe/blob/de64d30fee8b4c4013094d7d3139ea89b5dd1ace/LICENSE": "NCBI-PD", - "https://github.com/ncbi/sra-tools/blob/e8e5b6af4edc460156ad9ce5902d0779cffbf685/LICENSE": "NCBI-PD", - "https://github.com/nodejs/node/blob/4a19cc8947b1bba2b2d27816ec3d0edf9b28e503/LICENSE#L343": "NAIST-2003", - "https://github.com/novnc/noVNC/blob/master/core/crypto/des.js#L24": "Widget-Workshop", - "https://github.com/oetiker/rrdtool-1.x/blob/master/src/plbasename.c#L8-L11": "gtkbook", - "https://github.com/open-quantum-safe/liboqs/blob/40b01fdbb270f8614fde30e65d30e9da18c02393/src/common/rand/rand_nist.c#L1-L15": "NIST-Software", - "https://github.com/openjdk/jdk/blob/6162e2c5213c5dd7c1127fd9616b543efa898962/LICENSE": "GPL-2.0-or-later", - "https://github.com/openssh/openssh-portable/blob/1b11ea7c58cd5c59838b5fa574cd456d6047b2d4/LICENCE#L10": "SSH-OpenSSH", - "https://github.com/openssh/openssh-portable/blob/1b11ea7c58cd5c59838b5fa574cd456d6047b2d4/pathnames.h": "SSH-short", - "https://github.com/openssh/openssh-portable/blob/master/LICENCE#L82": "ssh-keyscan", - "https://github.com/openssh/openssh-portable/blob/master/openbsd-compat/bsd-snprintf.c#L2": "snprintf", - "https://github.com/pkgconf/pkgconf/blob/master/cli/main.c#L8": "pkgconf", - "https://github.com/ppp-project/ppp/blob/master/modules/ppp_ahdlc.c#L7-L19": "Sun-PPP-2000", - "https://github.com/ppp-project/ppp/blob/master/pppd/auth.c#L6-L28": "Mackerras-3-Clause-acknowledgment", - "https://github.com/ppp-project/ppp/blob/master/pppd/chap_ms.c#L6-L28": "Mackerras-3-Clause", - "https://github.com/ppp-project/ppp/blob/master/pppd/eap.c#L7-L16": "Sun-PPP", - "https://github.com/ppp-project/ppp/blob/master/pppd/ipv6cp.c#L75-L83": "HPND-INRIA-IMAG", - "https://github.com/protegeproject/protege/blob/master/license.txt": "BSD-2-Clause-Views", - "https://github.com/python-excel/xlrd/blob/master/LICENSE#L33": "BSD-Advertising-Acknowledgement", - "https://github.com/python-ldap/python-ldap/blob/main/LICENCE": "python-ldap", - "https://github.com/python-pillow/Pillow/blob/fffb426092c8db24a5f4b6df243a8a3c01fb63cd/LICENSE": "MIT-CMU", - "https://github.com/python/cpython/blob/main/LICENSE": "Python-2.0.1", - "https://github.com/pythongssapi/k5test/blob/v0.10.3/K5TEST-LICENSE.txt": "HPND-export-US-modify", - "https://github.com/radcli/radcli/blob/master/COPYRIGHT#L34": "HPND-Fenneberg-Livingston", - "https://github.com/radcli/radcli/blob/master/COPYRIGHT#L64": "UMich-Merit", - "https://github.com/radvd-project/radvd/blob/master/COPYRIGHT": "radvd", - "https://github.com/robbiehanson/CocoaHTTPServer/blob/master/LICENSE.txt": "BSD-Source-Code", - "https://github.com/ruby/ruby/blob/9f6deaa6888a423720b4b127b5314f0ad26cc2e6/ext/pty/pty.c#L775-L786": "Ruby-pty", - "https://github.com/ruby/ruby/commit/0a64817fb80016030c03518fb9459f63c11605ea#diff-ef5fa30838d6d0cecad9e675cc50b24628cfe2cb277c346053fafcc36c91c204": "Ruby-pty", - "https://github.com/ruby/ruby/commit/0a64817fb80016030c03518fb9459f63c11605ea#diff-fedf217c1ce44bda01f0a678d3ff8b198bed478754d699c527a698ad933979a0": "Ruby-pty", - "https://github.com/scummvm/scummvm/blob/v2.8.0/LICENSES/CatharonLicense.txt": "Catharon", - "https://github.com/seanmiddleditch/libtelnet/blob/develop/COPYING": "Unlicense-libtelnet", - "https://github.com/sigmavirus24/x11-ssh-askpass/blob/master/README": "HPND-sell-variant-MIT-disclaimer", - "https://github.com/sigmavirus24/x11-ssh-askpass/blob/master/dynlist.c": "HPND-sell-variant-MIT-disclaimer-rev", - "https://github.com/signal11/hidapi/blob/master/LICENSE-orig.txt": "HIDAPI", - "https://github.com/slogan621/gtkbook": "gtkbook", - "https://github.com/swh/ladspa/blob/7bf6f3799fdba70fda297c2d8fd9f526803d9680/gsm/COPYRIGHT": "TU-Berlin-1.0", - "https://github.com/tats/w3m/blob/master/COPYING": "w3m", - "https://github.com/tcheneau/Routing/blob/f09f46fcfe636107f22f2c98348188a65a135d98/README.md": "NIST-PD", - "https://github.com/tcheneau/simpleRPL/blob/e645e69e38dd4e3ccfeceb2db8cba05b7c2e0cd3/LICENSE.txt": "NIST-PD", - "https://github.com/trusteddomainproject/OpenDMARC/blob/master/LICENSE.Sendmail": "Sendmail-Open-Source-1.1", - "https://github.com/tytso/e2fsprogs/blob/master/lib/et/et_name.c": "NTP-0", - "https://github.com/uim/libgcroots/blob/master/COPYING": "Boehm-GC", - "https://github.com/usnistgov/fipy/blob/86aaa5c2ba2c6f1be19593c5986071cf6568cc34/LICENSE.rst": "NIST-PD-fallback", - "https://github.com/usnistgov/jsip/blob/59700e6926cbe96c5cdae897d9a7d2656b42abe3/LICENSE": "NIST-PD-fallback", - "https://github.com/wernerd/ZRTPCPP/blob/6b3cd8e6783642292bad0c21e3e5e5ce45ff3e03/cryptcommon/twofish.c#L113C3-L127": "Ferguson-Twofish", - "https://github.com/westes/flex/blob/master/COPYING": "BSD-3-Clause-flex", - "https://github.com/xdebug/xdebug/blob/master/LICENSE": "Xdebug-1.03", - "https://github.com/xmlark/msv/blob/b9316e2f2270bc1606952ea4939ec87fbba157f3/xsdlib/src/main/java/com/sun/msv/datatype/regexp/InternalImpl.java": "BSD-3-Clause-Sun", - "https://github.com/yuwenlong/longphp/blob/25dfb70cc2a466dc4bb55ba30901cbce08d164b5/LICENSE": "MulanPSL-1.0", - "https://github.com/zdohnal/hplip/blob/master/COPYING#L939": "BSD-3-Clause-HP", - "https://gitlab.com/bacula-org/bacula/-/blob/Branch-11.0/bacula/LICENSE-FOSS?ref_type=heads#L245": "HPND-sell-regexpr", - "https://gitlab.com/embeddable-common-lisp/ecl/-/blob/develop/src/lsp/loop.lsp": "LOOP", - "https://gitlab.com/libeigen/eigen/-/blob/master/COPYING.MINPACK": "Minpack", - "https://gitlab.common-lisp.net/cmucl/cmucl/-/blob/master/src/code/loop.lisp": "LOOP", - "https://gitlab.freedesktop.org/libopenraw/libopenraw/blob/master/lib/ljpegdecompressor.cpp#L32": "Cornell-Lossless-JPEG", - "https://gitlab.freedesktop.org/mesa/glw/-/blob/master/README?ref_type=heads": "SGI-OpenGL", - "https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/master/src/modules/module-filter-chain/pffft.c?ref_type=heads#L1-52": "NCL", - "https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/blob/master/COPYING?ref_type=heads#L178": "xkeyboard-config-Zinoviev", - "https://gitlab.freedesktop.org/xorg/app/iceauth/-/blob/master/COPYING": "MIT-open-group", - "https://gitlab.freedesktop.org/xorg/app/xauth/-/blob/master/COPYING": "MIT-open-group", - "https://gitlab.freedesktop.org/xorg/app/xkbcomp/-/blob/master/COPYING?ref_type=heads#L69": "HPND-DEC", - "https://gitlab.freedesktop.org/xorg/app/xsetroot/-/blob/master/COPYING": "MIT-open-group", - "https://gitlab.freedesktop.org/xorg/font/adobe-utopia-100dpi/-/blob/master/COPYING?ref_type=heads": "Adobe-Utopia", - "https://gitlab.freedesktop.org/xorg/font/alias/-/blob/master/COPYING": "Cronyx", - "https://gitlab.freedesktop.org/xorg/font/bh-100dpi/-/blob/master/COPYING?ref_type=heads": "Lucida-Bitmap-Fonts", - "https://gitlab.freedesktop.org/xorg/font/cronyx-cyrillic/-/blob/master/COPYING": "Cronyx", - "https://gitlab.freedesktop.org/xorg/font/misc-cyrillic/-/blob/master/COPYING": "Cronyx", - "https://gitlab.freedesktop.org/xorg/font/screen-cyrillic/-/blob/master/COPYING": "Cronyx", - "https://gitlab.freedesktop.org/xorg/lib/libxext/-/blob/master/COPYING?ref_type=heads#L153-162": "HPND-doc-sell", - "https://gitlab.freedesktop.org/xorg/lib/libxext/-/blob/master/COPYING?ref_type=heads#L185-197": "HPND-doc", - "https://gitlab.freedesktop.org/xorg/lib/libxtst/-/blob/master/COPYING?ref_type=heads#L108-117": "HPND-doc-sell", - "https://gitlab.freedesktop.org/xorg/lib/libxtst/-/blob/master/COPYING?ref_type=heads#L70-77": "HPND-doc", - "https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/COPYING?ref_type=heads#L1781": "HPND-sell-MIT-disclaimer-xserver", - "https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/COPYING?ref_type=heads#L239": "DEC-3-Clause", - "https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/COPYING?ref_type=heads#L752": "Adobe-Display-PostScript", - "https://gitlab.isc.org/isc-projects/bind9/blob/master/COPYRIGHT#L366": "JPNIC", - "https://gitlab.lrz.de/mmix/mmixware/-/blob/master/boilerplate.w": "MMIXware", - "https://gitlab.syncad.com/hive/dhive/-/blob/master/LICENSE": "BSD-3-Clause-No-Military-License", - "https://graphics.pixar.com/opensubdiv/docs/license.html": "Pixar", - "https://heasarc.gsfc.nasa.gov/docs/software/fitsio/c/f_user/node9.html": "CFITSIO", - "https://heasarc.gsfc.nasa.gov/docs/software/ftools/fv/doc/license.html": "CFITSIO", - "https://helixcommunity.org/content/rpsl": "RPSL-1.0", - "https://hstechdocs.helpsystems.com/manuals/globalscape/archive/cuteftp6/open_ssl_license_agreement.htm": "OpenSSL-standalone", - "https://java.net/projects/javaeetutorial/pages/BerkeleyLicense": "BSD-3-Clause-No-Nuclear-License-2014", - "https://javaee.github.io/glassfish/LICENSE": "CDDL-1.1", - "https://jogamp.org/git/?p=gluegen.git;a=blob_plain;f=LICENSE.txt": "BSD-3-Clause-No-Nuclear-Warranty", - "https://joinup.ec.europa.eu/page/eupl-text-11-12": "EUPL-1.2", - "https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/2020-03/EUPL-1.2%20EN.txt": "EUPL-1.2", - "https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/eupl1.1.-licence-en_0.pdf": "EUPL-1.1", - "https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/eupl_v1.2_en.pdf": "EUPL-1.2", - "https://joinup.ec.europa.eu/sites/default/files/inline-files/EUPL%20v1_2%20EN(1).txt": "EUPL-1.2", - "https://joinup.ec.europa.eu/software/page/eupl/licence-eupl": "EUPL-1.1", - "https://joinup.ec.europa.eu/svn/lesoll/trunk/italc/lib/src/dsa_key.cpp": "SSH-short", - "https://libgd.github.io/manuals/2.3.0/files/license-txt.html": "GD", - "https://library.netapp.com/ecm/ecm_download_file/ECMP1196395": "OpenSSL-standalone", - "https://license.coscl.org.cn/MulanPSL/": "MulanPSL-1.0", - "https://license.coscl.org.cn/MulanPSL2": "MulanPSL-2.0", - "https://lists.gnu.org/archive/html/autoconf/2012-04/msg00061.html": "FSFULLRWD", - "https://mariadb.com/bsl11/": "BUSL-1.1", - "https://matplotlib.org/stable/project/license.html": "PSF-2.0", - "https://metacpan.org/pod/Exporter::Tidy#LICENSE": "any-OSI", - "https://metacpan.org/pod/Net::MQTT::Simple#LICENSE": "any-OSI-perl-modules", - "https://metacpan.org/pod/Qmail::Deliverable::Client#LICENSE": "any-OSI-perl-modules", - "https://metacpan.org/pod/Time::ParseDate#LICENSE": "TPDL", - "https://metacpan.org/release/DPARIS/Crypt-Blowfish-2.14/source/COPYRIGHT#L7": "BSD-Systemics-W3Works", - "https://metacpan.org/release/DPARIS/Crypt-DES-2.07/source/COPYRIGHT": "BSD-Systemics", - "https://metacpan.org/release/JUERD/Exporter-Tidy-0.09/view/Tidy.pm#LICENSE": "any-OSI-perl-modules", - "https://metacpan.org/release/KNOK/File-MMagic-1.30/source/COPYING#L28": "Spencer-94", - "https://metacpan.org/release/NLNETLABS/Net-DNS-SEC-1.22/source/LICENSE": "HPND-MIT-disclaimer", - "https://metacpan.org/release/RJBS/Text-Soundex-3.05/source/Soundex.pm#L3-11": "Soundex", - "https://metadata.ftp-master.debian.org/changelogs//main/a/arpwatch/arpwatch_2.1a15-7_copyright": "BSD-4-Clause-Shortened", - "https://metadata.ftp-master.debian.org/changelogs//main/x/xzoom/xzoom_0.3-27_copyright": "xzoom", - "https://mirror.las.iastate.edu/tex-archive/graphics/metapost/contrib/macros/slideshow/slideshow.mp": "McPhee-slideshow", - "https://mirrors.ctan.org/macros/latex/contrib/ulem/README": "ulem", - "https://mirrors.ctan.org/macros/latex/contrib/version/version.sty": "magaz", - "https://mirrors.nic.cz/tex-archive/macros/latex/contrib/fwlw/README": "fwlw", - "https://mirrors.nic.cz/tex-archive/macros/latex/contrib/magaz/magaz.tex": "magaz", - "https://open.canada.ca/en/open-government-licence-canada": "OGL-Canada-2.0", - "https://opendatacommons.org/licenses/by/1.0/": "ODC-By-1.0", - "https://opendatacommons.org/licenses/odbl/1-0/": "ODbL-1.0", - "https://opendatacommons.org/licenses/pddl/": "PDDL-1.0", - "https://openlogisticsfoundation.org/licenses/": "OLFL-1.3", - "https://opensource.apple.com/source/JBoss/JBoss-737/jboss-all/jetty/src/main/org/mortbay/util/UnixCrypt.java.auto.html": "UnixCrypt", - "https://opensource.apple.com/source/mDNSResponder/mDNSResponder-320.10/mDNSPosix/nss_ReadMe.txt": "NICTA-1.0", - "https://opensource.org/license/apache-2-0": "Apache-2.0", - "https://opensource.org/license/mit/": "MIT", - "https://opensource.org/license/olfl-1-3/": "OLFL-1.3", - "https://opensource.org/licenses/0BSD": "0BSD", - "https://opensource.org/licenses/AGPL-3.0": "AGPL-3.0-or-later", - "https://opensource.org/licenses/APL-1.0": "APL-1.0", - "https://opensource.org/licenses/Apache-1.1": "Apache-1.1", - "https://opensource.org/licenses/Apache-2.0": "Apache-2.0", - "https://opensource.org/licenses/Artistic-1.0": "Artistic-1.0-cl8", - "https://opensource.org/licenses/BSD-2-Clause": "BSD-2-Clause", - "https://opensource.org/licenses/BSD-3-Clause": "BSD-3-Clause", - "https://opensource.org/licenses/BSDplusPatent": "BSD-2-Clause-Patent", - "https://opensource.org/licenses/BSL-1.0": "BSL-1.0", - "https://opensource.org/licenses/CAL-1.0": "CAL-1.0-Combined-Work-Exception", - "https://opensource.org/licenses/CATOSL-1.1": "CATOSL-1.1", - "https://opensource.org/licenses/CNRI-Python": "CNRI-Python", - "https://opensource.org/licenses/CPAL-1.0": "CPAL-1.0", - "https://opensource.org/licenses/CPL-1.0": "CPL-1.0", - "https://opensource.org/licenses/CUA-OPL-1.0": "CUA-OPL-1.0", - "https://opensource.org/licenses/ECL-1.0": "ECL-1.0", - "https://opensource.org/licenses/ECL-2.0": "ECL-2.0", - "https://opensource.org/licenses/EFL-1.0": "EFL-1.0", - "https://opensource.org/licenses/EFL-2.0": "EFL-2.0", - "https://opensource.org/licenses/EPL-1.0": "EPL-1.0", - "https://opensource.org/licenses/EUDatagrid": "EUDatagrid", - "https://opensource.org/licenses/EUPL-1.1": "EUPL-1.1", - "https://opensource.org/licenses/EUPL-1.2": "EUPL-1.2", - "https://opensource.org/licenses/Entessa": "Entessa", - "https://opensource.org/licenses/Fair": "Fair", - "https://opensource.org/licenses/Frameworx-1.0": "Frameworx-1.0", - "https://opensource.org/licenses/GPL-2.0": "GPL-2.0-or-later", - "https://opensource.org/licenses/GPL-3.0": "GPL-3.0-or-later", - "https://opensource.org/licenses/HPND": "HPND", - "https://opensource.org/licenses/IPA": "IPA", - "https://opensource.org/licenses/IPL-1.0": "IPL-1.0", - "https://opensource.org/licenses/ISC": "ISC", - "https://opensource.org/licenses/Intel": "Intel", - "https://opensource.org/licenses/LGPL-2.1": "LGPL-2.1-or-later", - "https://opensource.org/licenses/LGPL-3.0": "LGPL-3.0-or-later", - "https://opensource.org/licenses/LPL-1.0": "LPL-1.0", - "https://opensource.org/licenses/LPL-1.02": "LPL-1.02", - "https://opensource.org/licenses/LPPL-1.3c": "LPPL-1.3c", - "https://opensource.org/licenses/MPL-1.0": "MPL-1.0", - "https://opensource.org/licenses/MPL-1.1": "MPL-1.1", - "https://opensource.org/licenses/MPL-2.0": "MPL-2.0-no-copyleft-exception", - "https://opensource.org/licenses/MS-PL": "MS-PL", - "https://opensource.org/licenses/MS-RL": "MS-RL", - "https://opensource.org/licenses/MirOS": "MirOS", - "https://opensource.org/licenses/Motosoto": "Motosoto", - "https://opensource.org/licenses/Multics": "Multics", - "https://opensource.org/licenses/NASA-1.3": "NASA-1.3", - "https://opensource.org/licenses/NCSA": "NCSA", - "https://opensource.org/licenses/NGPL": "NGPL", - "https://opensource.org/licenses/NOSL3.0": "NPOSL-3.0", - "https://opensource.org/licenses/NTP": "NTP", - "https://opensource.org/licenses/Naumen": "Naumen", - "https://opensource.org/licenses/OCLC-2.0": "OCLC-2.0", - "https://opensource.org/licenses/OFL-1.1": "OFL-1.1-no-RFN", - "https://opensource.org/licenses/OGTSL": "OGTSL", - "https://opensource.org/licenses/OPL-2.1": "OSET-PL-2.1", - "https://opensource.org/licenses/OSL-1.0": "OSL-1.0", - "https://opensource.org/licenses/OSL-2.1": "OSL-2.1", - "https://opensource.org/licenses/OSL-3.0": "OSL-3.0", - "https://opensource.org/licenses/PHP-3.0": "PHP-3.0", - "https://opensource.org/licenses/PostgreSQL": "PostgreSQL", - "https://opensource.org/licenses/Python-2.0": "Python-2.0", - "https://opensource.org/licenses/QPL-1.0": "QPL-1.0", - "https://opensource.org/licenses/RPL-1.1": "RPL-1.1", - "https://opensource.org/licenses/RPL-1.5": "RPL-1.5", - "https://opensource.org/licenses/RPSL-1.0": "RPSL-1.0", - "https://opensource.org/licenses/RSCPL": "RSCPL", - "https://opensource.org/licenses/SISSL": "SISSL", - "https://opensource.org/licenses/SPL-1.0": "SPL-1.0", - "https://opensource.org/licenses/SimPL-2.0": "SimPL-2.0", - "https://opensource.org/licenses/Sleepycat": "Sleepycat", - "https://opensource.org/licenses/UCL-1.0": "UCL-1.0", - "https://opensource.org/licenses/UPL": "UPL-1.0", - "https://opensource.org/licenses/VSL-1.0": "VSL-1.0", - "https://opensource.org/licenses/W3C": "W3C", - "https://opensource.org/licenses/Watcom-1.0": "Watcom-1.0", - "https://opensource.org/licenses/Xnet": "Xnet", - "https://opensource.org/licenses/ZPL-2.0": "ZPL-2.0", - "https://opensource.org/licenses/Zlib": "Zlib", - "https://opensource.org/licenses/afl-3.0": "AFL-3.0", - "https://opensource.org/licenses/artistic-license-2.0": "Artistic-2.0", - "https://opensource.org/licenses/attribution": "AAL", - "https://opensource.org/licenses/cddl1": "CDDL-1.0", - "https://opensource.org/licenses/nokia": "Nokia", - "https://paritylicense.com/versions/6.0.0.html": "Parity-6.0.0", - "https://paritylicense.com/versions/7.0.0.html": "Parity-7.0.0", - "https://people.freebsd.org/~ivoras/wine/patch-wine-nvidia.sh": "BSD-2-Clause-Views", - "https://people.freebsd.org/~phk/": "Beerware", - "https://people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0/": "TTYP0", - "https://pirlwww.lpl.arizona.edu/resources/guide/software/PerlTk/Tixlic.html": "MIT-Modern-Variant", - "https://polyformproject.org/licenses/noncommercial/1.0.0": "PolyForm-Noncommercial-1.0.0", - "https://polyformproject.org/licenses/small-business/1.0.0": "PolyForm-Small-Business-1.0.0", - "https://projects.eclipse.org/license/epl-2.0": "EPL-2.0", - "https://ptolemy.berkeley.edu/copyright.htm": "MIT-Modern-Variant", - "https://raw.githubusercontent.com/DISIC/politique-de-contribution-open-source/master/LICENSE": "etalab-2.0", - "https://raw.githubusercontent.com/GNOME/libxml2/4c2e7c651f6c2f0d1a74f350cbda95f7df3e7017/hash.c": "ISC-Veillard", - "https://raw.githubusercontent.com/NTIA/itm/refs/heads/master/LICENSE.md": "NTIA-PD", - "https://raw.githubusercontent.com/NTIA/scos-sensor/refs/heads/master/LICENSE.md": "NTIA-PD", - "https://raw.githubusercontent.com/blackhole89/notekit/master/data/fonts/Charter%20license.txt": "Bitstream-Charter", - "https://romanrm.net/mit-zero": "MIT-0", - "https://slicer.org/LICENSE": "3D-Slicer-1.0", - "https://solderpad.org/licenses/SHL-0.5/": "SHL-0.5", - "https://solderpad.org/licenses/SHL-0.51/": "SHL-0.51", - "https://sourceforge.net/p/ctrio/git/ci/master/tree/README": "ISC-Veillard", - "https://sourceforge.net/p/mcj/xfig/ci/master/tree/src/Makefile.am": "Xfig", - "https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/converter/other/pnmtorle.c": "URT-RLE", - "https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/converter/other/rletopnm.c": "URT-RLE", - "https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/converter/ppm/ppmtompeg/jrevdct.c#l1189": "MPEG-SSG", - "https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/editor/pnmstitch.c#l2": "pnmstitch", - "https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/netpbm.c#l8": "HPND-Pbmplus", - "https://sourceforge.net/p/sbcl/sbcl/ci/master/tree/src/code/loop.lisp": "LOOP", - "https://sourceforge.net/p/trustedqsl/tqsl/ci/master/tree/LICENSE.txt": "TrustedQSL", - "https://sourceforge.net/p/xmedcon/code/ci/master/tree/libs/dicom/README": "OFFIS", - "https://sourceforge.net/p/xmedcon/code/ci/master/tree/libs/ljpg/": "IJG-short", - "https://sourceforge.net/projects/sevenzip/files/LZMA%20SDK/": "LZMA-SDK-9.22", - "https://sources.debian.org/copyright/license/debianutils/4.11.2/": "SMAIL-GPL", - "https://sources.debian.org/src/openmpi/4.1.0-10/ompi/debuggers/msgq_interface.h/?hl=19#L19": "mpi-permissive", - "https://sourceware.org/bzip2/1.0.5/bzip2-manual-1.0.5.html": "bzip2-1.0.6", - "https://sourceware.org/cgit/binutils-gdb/tree/include/coff/sym.h#n11": "MIPS", - "https://sourceware.org/cgit/binutils-gdb/tree/include/coff/symconst.h#n11": "ThirdEye", - "https://sourceware.org/cgit/valgrind/tree/mpi/libmpiwrap.c": "bzip2-1.0.6", - "https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=libiberty/strcasecmp.c;h=131d81c2ce7881fa48c363dc5bf5fb302c61ce0b;hb=HEAD": "BSD-4.3RENO", - "https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=readline/readline/support/wcwidth.c;h=0f5ec995796f4813abbcf4972aec0378ab74722a;hb=HEAD#l55": "HPND-Markus-Kuhn", - "https://sourceware.org/git/?p=bzip2.git;a=blob;f=LICENSE;hb=bzip2-1.0.6": "bzip2-1.0.6", - "https://sourceware.org/git/?p=glibc.git;a=blob;f=LICENSES;h=530893b1dc9ea00755603c68fb36bd4fc38a7be8;hb=HEAD#l207": "Inner-Net-2.0", - "https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/machine/hppa/memchr.S;h=1cca3e5e8867aa4bffef1f75a5c1bba25c0c441e;hb=HEAD#l2": "HP-1986", - "https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/machine/i960/memcpy.S;hb=HEAD": "HPND-Intel", - "https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/misc/fini.c;hb=HEAD": "HPND-merchantability-variant", - "https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/stdlib/mprec.h;hb=HEAD": "dtoa", - "https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/string/strsignal.c;hb=HEAD#l35": "OAR", - "https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/sys/a29khif/_close.S;h=04f52ae00de1dafbd9055ad8d73c5c697a3aae7f;hb=HEAD": "AMD-newlib", - "https://sqlite.org/src/artifact/df5091916dbb40e6": "blessing", - "https://svnweb.freebsd.org/base/head/include/ifaddrs.h?revision=326823": "BSD-1-Clause", - "https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/COPYING.TGPPL.rst": "TGPPL-1.0", - "https://ubuntu.com/legal/font-licence": "Ubuntu-font-1.0", - "https://unlicense.org/": "Unlicense", - "https://web.archive.org/web/20060319014854/http://info.borland.com/devsupport/interbase/opensource/IPL.html": "Interbase-1.0", - "https://web.archive.org/web/20080207013128/http://www.gnome.org/fonts/": "Bitstream-Vera", - "https://web.archive.org/web/20120101081418/http://rosenlaw.com:80/OSL3.0.htm": "OSL-3.0", - "https://web.archive.org/web/20130517195954/http://www.zend.com/license/2_00.txt": "Zend-2.0", - "https://web.archive.org/web/20150926120323/http://fairlicense.org/": "Fair", - "https://web.archive.org/web/20151224134844/http://unicode.org/copyright.html": "Unicode-DFS-2015", - "https://web.archive.org/web/20160322142305/https://www.sendmail.com/pdfs/open_source/sendmail_license.pdf": "Sendmail", - "https://web.archive.org/web/20160330173339/https://swarm.workshop.perforce.com/files/guest/perforce_software/jam/src/README": "Jam", - "https://web.archive.org/web/20181003101040/https://www.proofpoint.com/sites/default/files/sendmail-license.pdf": "Sendmail-8.23", - "https://web.mit.edu/kerberos/krb5-1.21/doc/mitK5license.html": "OpenVision", - "https://wiki.p2pfoundation.net/Peer_Production_License": "PPL", - "https://www.7-zip.org/sdk.html": "LZMA-SDK-9.22", - "https://www.apache.org/licenses/LICENSE-2.0": "Apache-2.0", - "https://www.boost.org/doc/libs/1_35_0/doc/html/jam.html": "Jam", - "https://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c": "HPND-Markus-Kuhn", - "https://www.cs.auckland.ac.nz/~pgut001/dumpasn1.c": "Gutmann", - "https://www.cs.cmu.edu/~410/licenses.html": "CMU-Mach", - "https://www.ctan.org/license/opl": "OPUBL-1.0", - "https://www.cve.org/Legal/TermsOfUse": "cve-tou", - "https://www.debian.org/opl": "OPUBL-1.0", - "https://www.dre.vanderbilt.edu/~schmidt/ACE-copying.html": "DOC", - "https://www.eclipse.org/legal/epl-2.0": "EPL-2.0", - "https://www.eclipse.org/legal/epl-v20.html": "EPL-2.0", - "https://www.eclipse.org/org/documents/edl-v10.php": "BSD-3-Clause", - "https://www.elastic.co/licensing/elastic-license": "Elastic-2.0", - "https://www.forge.gouv.qc.ca/participez/licence-logicielle/licence-libre-du-quebec-liliq-en-francais/licence-libre-du-quebec-reciprocite-forte-liliq-r-v1-1/": "LiLiQ-Rplus-1.1", - "https://www.forge.gouv.qc.ca/participez/licence-logicielle/licence-libre-du-quebec-liliq-en-francais/licence-libre-du-quebec-reciprocite-liliq-r-v1-1/": "LiLiQ-R-1.1", - "https://www.freebsd.org/copyright/freebsd-doc-license/": "FreeBSD-DOC", - "https://www.gnu.org/licenses/agpl.txt": "AGPL-3.0-or-later", - "https://www.gnu.org/licenses/fdl-1.3.txt": "GFDL-1.3-or-later", - "https://www.gnu.org/licenses/gpl-3.0-standalone.html": "GPL-3.0-or-later", - "https://www.gnu.org/licenses/lgpl+gpl-3.0.txt": "LGPL-3.0-or-later", - "https://www.gnu.org/licenses/lgpl-3.0-standalone.html": "LGPL-3.0-or-later", - "https://www.gnu.org/licenses/license-list.html#ACDL": "CDL-1.0", - "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt": "GFDL-1.1-or-later", - "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt": "GFDL-1.2-or-later", - "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html": "GPL-1.0-or-later", - "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html": "GPL-2.0-or-later", - "https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt": "GPL-2.0-only", - "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html": "LGPL-2.0-or-later", - "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html": "LGPL-2.1-or-later", - "https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html": "FSFAP", - "https://www.govdata.de/dl-de/by-2-0": "DL-DE-BY-2.0", - "https://www.govdata.de/dl-de/zero-2-0": "DL-DE-ZERO-2.0", - "https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl": "D-FSL-1.0", - "https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/D-FSL-1_0_de.txt/at_download/file": "D-FSL-1.0", - "https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/D-FSL-1_0_en.txt/at_download/file": "D-FSL-1.0", - "https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/deutsche-freie-software-lizenz": "D-FSL-1.0", - "https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/german-free-software-license": "D-FSL-1.0", - "https://www.iec.ch/CCv1": "IEC-Code-Components-EULA", - "https://www.iec.ch/copyright": "IEC-Code-Components-EULA", - "https://www.iec.ch/webstore/custserv/pdf/CC-EULA.pdf": "IEC-Code-Components-EULA", - "https://www.ietf.org/rfc/rfc1952.txt": "LPD-document", - "https://www.inet.no/dante/LICENSE": "BSD-Inferno-Nettverk", - "https://www.isc.org/downloads/software-support-policy/isc-license/": "ISC", - "https://www.isc.org/licenses/": "ISC", - "https://www.jpl.nasa.gov/jpl-image-use-policy": "JPL-image", - "https://www.kermitproject.org/ck90.html#source": "HPND-export-US", - "https://www.kernel.org/doc/man-pages/licenses.html": "Linux-man-pages-copyleft", - "https://www.mail-archive.com/debian-bugs-rc@lists.debian.org/msg11494.html": "Symlinks", - "https://www.mcs.anl.gov/research/projects/openpbs/PBS_License.txt": "OpenPBS-2.3", - "https://www.mongodb.com/licensing/server-side-public-license": "SSPL-1.0", - "https://www.mozilla.org/MPL/2.0/": "MPL-2.0-no-copyleft-exception", - "https://www.mssl.ucl.ac.uk/~mcrw/src/20050920/proto.h": "Cornell-Lossless-JPEG", - "https://www.ogc.org/ogc/software/1.0": "OGC-1.0", - "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2": "CERN-OHL-W-2.0", - "https://www.ohwr.org/project/licenses/wikis/cern-ohl-v1.1": "CERN-OHL-1.1", - "https://www.ohwr.org/project/licenses/wikis/cern-ohl-v1.2": "CERN-OHL-1.2", - "https://www.open-mpi.org/community/license.php": "BSD-3-Clause-Open-MPI", - "https://www.openhub.net/licenses/mslpl": "MS-LPL", - "https://www.opensource.org/licenses/EPL-2.0": "EPL-2.0", - "https://www.parliament.uk/site-information/copyright-parliament/open-parliament-licence/": "OPL-UK-3.0", - "https://www.perlfoundation.org/artistic-license-20.html": "Artistic-2.0", - "https://www.proofpoint.com/sites/default/files/sendmail-license.pdf": "Sendmail-8.23", - "https://www.python.org/download/releases/2.0.1/license/": "Python-2.0.1", - "https://www.ruby-lang.org/en/about/license.txt": "Ruby", - "https://www.smlnj.org/license.html": "SMLNJ", - "https://www.sqlite.org/src/artifact/e33a4df7e32d742a?ln=4-9": "blessing", - "https://www.tapr.org/OHL": "TAPR-OHL-1.0", - "https://www.tq-group.com/filedownloads/files/software-license-conditions/OriginalSSLeay/OriginalSSLeay.pdf": "SSLeay-standalone", - "https://www.unicode.org/license.txt": "Unicode-DFS-2016", - "https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document": "W3C-20150513", - "https://www.w3.org/copyright/software-license-2015/": "W3C-20150513", - "https://www.w3.org/copyright/software-license-2023/": "W3C-20150513", + "android.googlesource.com/platform/external/dng_sdk/+/refs/heads/master/source/dng_lossless_jpeg.cpp#16": "Cornell-Lossless-JPEG", + "apache.org/licenses/LICENSE-1.1": "Apache-1.1", + "archive.eclipse.org/jetty/8.0.1.v20110908/xref/org/eclipse/jetty/http/security/UnixCrypt.html": "UnixCrypt", + "artlibre.org/": "LAL-1.3", + "artlibre.org/licence/lal/licence-art-libre-12/": "LAL-1.2", + "assets.ubuntu.com/v1/81e5605d-ubuntu-font-licence-1.0.txt": "Ubuntu-font-1.0", + "bits.netizen.com.au/licenses/NOSL/nosl.txt": "NOSL", + "blueoakcouncil.org/license/1.0.0": "BlueOak-1.0.0", + "bzip.org/1.0.5/bzip2-manual-1.0.5.html": "bzip2-1.0.6", + "cdla.dev/computational-use-of-data-agreement-v1-0/": "C-UDA-1.0", + "cdla.dev/open-use-of-data-agreement-v1-0/": "O-UDA-1.0", + "cdla.dev/permissive-2-0": "CDLA-Permissive-2.0", + "cdla.io/permissive-1-0": "CDLA-Permissive-1.0", + "cdla.io/sharing-1-0": "CDLA-Sharing-1.0", + "celestrak.org/publications/AIAA/2006-6753/faq.php": "SGP4", + "cgit.freedesktop.org/libbsd/tree/man/setproctitle.3bsd": "libutil-David-Nugent", + "coil.apotheon.org/plaintext/01.0.txt": "COIL-1.0", + "core.tcl-lang.org/tk/file?name=compat/unistd.h": "HPND-UC", + "creativecommons.org/licenses/by-nc-nd/2.0/legalcode": "CC-BY-NC-ND-2.0", + "creativecommons.org/licenses/by-nc-nd/2.5/legalcode": "CC-BY-NC-ND-2.5", + "creativecommons.org/licenses/by-nc-nd/3.0/de/legalcode": "CC-BY-NC-ND-3.0-DE", + "creativecommons.org/licenses/by-nc-nd/3.0/igo/legalcode": "CC-BY-NC-ND-3.0-IGO", + "creativecommons.org/licenses/by-nc-nd/3.0/legalcode": "CC-BY-NC-ND-3.0", + "creativecommons.org/licenses/by-nc-nd/4.0/legalcode": "CC-BY-NC-ND-4.0", + "creativecommons.org/licenses/by-nc-sa/1.0/legalcode": "CC-BY-NC-SA-1.0", + "creativecommons.org/licenses/by-nc-sa/2.0/de/legalcode": "CC-BY-NC-SA-2.0-DE", + "creativecommons.org/licenses/by-nc-sa/2.0/fr/legalcode": "CC-BY-NC-SA-2.0-FR", + "creativecommons.org/licenses/by-nc-sa/2.0/legalcode": "CC-BY-NC-SA-2.0", + "creativecommons.org/licenses/by-nc-sa/2.0/uk/legalcode": "CC-BY-NC-SA-2.0-UK", + "creativecommons.org/licenses/by-nc-sa/2.5/legalcode": "CC-BY-NC-SA-2.5", + "creativecommons.org/licenses/by-nc-sa/3.0/de/legalcode": "CC-BY-NC-SA-3.0-DE", + "creativecommons.org/licenses/by-nc-sa/3.0/igo/legalcode": "CC-BY-NC-SA-3.0-IGO", + "creativecommons.org/licenses/by-nc-sa/3.0/legalcode": "CC-BY-NC-SA-3.0", + "creativecommons.org/licenses/by-nc-sa/4.0/legalcode": "CC-BY-NC-SA-4.0", + "creativecommons.org/licenses/by-nc/1.0/legalcode": "CC-BY-NC-1.0", + "creativecommons.org/licenses/by-nc/2.0/legalcode": "CC-BY-NC-2.0", + "creativecommons.org/licenses/by-nc/2.5/legalcode": "CC-BY-NC-2.5", + "creativecommons.org/licenses/by-nc/3.0/de/legalcode": "CC-BY-NC-3.0-DE", + "creativecommons.org/licenses/by-nc/3.0/legalcode": "CC-BY-NC-3.0", + "creativecommons.org/licenses/by-nc/4.0/legalcode": "CC-BY-NC-4.0", + "creativecommons.org/licenses/by-nd-nc/1.0/legalcode": "CC-BY-NC-ND-1.0", + "creativecommons.org/licenses/by-nd/1.0/legalcode": "CC-BY-ND-1.0", + "creativecommons.org/licenses/by-nd/2.0/legalcode": "CC-BY-ND-2.0", + "creativecommons.org/licenses/by-nd/2.5/legalcode": "CC-BY-ND-2.5", + "creativecommons.org/licenses/by-nd/3.0/de/legalcode": "CC-BY-ND-3.0-DE", + "creativecommons.org/licenses/by-nd/3.0/legalcode": "CC-BY-ND-3.0", + "creativecommons.org/licenses/by-nd/4.0/legalcode": "CC-BY-ND-4.0", + "creativecommons.org/licenses/by-sa/1.0/legalcode": "CC-BY-SA-1.0", + "creativecommons.org/licenses/by-sa/2.0/legalcode": "CC-BY-SA-2.0", + "creativecommons.org/licenses/by-sa/2.0/uk/legalcode": "CC-BY-SA-2.0-UK", + "creativecommons.org/licenses/by-sa/2.1/jp/legalcode": "CC-BY-SA-2.1-JP", + "creativecommons.org/licenses/by-sa/2.5/legalcode": "CC-BY-SA-2.5", + "creativecommons.org/licenses/by-sa/3.0/at/legalcode": "CC-BY-SA-3.0-AT", + "creativecommons.org/licenses/by-sa/3.0/de/legalcode": "CC-BY-SA-3.0-DE", + "creativecommons.org/licenses/by-sa/3.0/igo/legalcode": "CC-BY-SA-3.0-IGO", + "creativecommons.org/licenses/by-sa/3.0/legalcode": "CC-BY-SA-3.0", + "creativecommons.org/licenses/by-sa/4.0/legalcode": "CC-BY-SA-4.0", + "creativecommons.org/licenses/by/1.0/legalcode": "CC-BY-1.0", + "creativecommons.org/licenses/by/2.0/legalcode": "CC-BY-2.0", + "creativecommons.org/licenses/by/2.5/au/legalcode": "CC-BY-2.5-AU", + "creativecommons.org/licenses/by/2.5/legalcode": "CC-BY-2.5", + "creativecommons.org/licenses/by/3.0/at/legalcode": "CC-BY-3.0-AT", + "creativecommons.org/licenses/by/3.0/au/legalcode": "CC-BY-3.0-AU", + "creativecommons.org/licenses/by/3.0/de/legalcode": "CC-BY-3.0-DE", + "creativecommons.org/licenses/by/3.0/igo/legalcode": "CC-BY-3.0-IGO", + "creativecommons.org/licenses/by/3.0/legalcode": "CC-BY-3.0", + "creativecommons.org/licenses/by/3.0/nl/legalcode": "CC-BY-3.0-NL", + "creativecommons.org/licenses/by/3.0/us/legalcode": "CC-BY-3.0-US", + "creativecommons.org/licenses/by/4.0/legalcode": "CC-BY-4.0", + "creativecommons.org/licenses/publicdomain/": "CC-PDDC", + "creativecommons.org/licenses/sa/1.0/legalcode": "CC-SA-1.0", + "creativecommons.org/publicdomain/mark/1.0/": "CC-PDM-1.0", + "creativecommons.org/publicdomain/zero/1.0/legalcode": "CC0-1.0", + "creativecommons.org/share-your-work/cclicenses/": "CC-PDM-1.0", + "cryptographicautonomylicense.com/license-text.html": "CAL-1.0-Combined-Work-Exception", + "ctan.math.utah.edu/ctan/tex-archive/macros/generic/kastrup/binhex.dtx": "Kastrup", + "ctan.math.utah.edu/ctan/tex-archive/macros/generic/misc/swrule.sty": "swrule", + "ctan.org/license/knuth": "Knuth-CTAN", + "cvs.savannah.gnu.org/viewvc/cvs/ccvs/contrib/check_cvs.in?revision=1.1.4.3&view=markup&pathrev=cvs1-11-23#l2": "check-cvs", + "data.gov.tw/license": "OGDL-Taiwan-1.0", + "data.norge.no/nlod/en/1.0": "NLOD-1.0", + "data.norge.no/nlod/en/2.0": "NLOD-2.0", + "dev.perl.org/licenses/artistic.html": "Artistic-1.0-Perl", + "dev.w3.org/cvsweb/Amaya/libjpeg/Attic/README?rev=1.2": "IJG", + "directory.fsf.org/wiki/License:BSD_4Clause": "BSD-4-Clause", + "directory.fsf.org/wiki/License:BitTorrentOSL1.1": "BitTorrent-1.1", + "directory.fsf.org/wiki/License:Fdk": "FDK-AAC", + "doc.qt.io/archives/3.3/license.html": "QPL-1.0", + "doc.qt.nokia.com/3.3/license.html": "QPL-1.0", + "docs.omniverse.nvidia.com/install-guide/latest/common/licenses.html": "AML-glslang", + "docs.oracle.com/cd/E81115_01/html/E81116/licenses.html": "man2html", + "docs.python.org/3/license.html": "Python-2.0.1", + "docubrain.com/sites/default/files/licenses/bitstream-vera.html": "Bitstream-Vera", + "download.oracle.com/otn-pub/java/licenses/bsd.txt": "BSD-3-Clause-No-Nuclear-License", + "ec.europa.eu/idabc/en/document/7330.html": "EUPL-1.0", + "ec.europa.eu/idabc/servlets/Doc027f.pdf?id=31096": "EUPL-1.0", + "ecos.sourceware.org/old-license.html": "RHeCos-1.1", + "en.wikipedia.org/wiki/Shared_Source_Initiative#Microsoft_Limited_Public_License_(Ms-LPL)": "MS-LPL", + "enterprise.dejacode.com/licenses/public/naist-2003/#license-text": "NAIST-2003", + "epics.anl.gov/license/open.php": "EPICS", + "eu-datagrid.web.cern.ch/eu-datagrid/license.html": "EUDatagrid", + "eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32017D0863": "EUPL-1.2", + "fedoraproject.org/wiki/Licensing/AMD_plpa_map_License": "AMDPLPA", + "fedoraproject.org/wiki/Licensing/Abstyles": "Abstyles", + "fedoraproject.org/wiki/Licensing/AdobeLicense": "Adobe-2006", + "fedoraproject.org/wiki/Licensing/AdobePostscriptAFM": "APAFML", + "fedoraproject.org/wiki/Licensing/Afmparse": "Afmparse", + "fedoraproject.org/wiki/Licensing/AmazonDigitalServicesLicense": "ADSL", + "fedoraproject.org/wiki/Licensing/App-s2p": "App-s2p", + "fedoraproject.org/wiki/Licensing/Apple_MIT_License": "AML", + "fedoraproject.org/wiki/Licensing/Apple_Public_Source_License_1.0": "APSL-1.0", + "fedoraproject.org/wiki/Licensing/BSD#AMPASBSD": "AMPAS", + "fedoraproject.org/wiki/Licensing/BSD_Protection_License": "BSD-Protection", + "fedoraproject.org/wiki/Licensing/BSD_with_Attribution": "BSD-3-Clause-Attribution", + "fedoraproject.org/wiki/Licensing/Bahyph": "Bahyph", + "fedoraproject.org/wiki/Licensing/Barr": "Barr", + "fedoraproject.org/wiki/Licensing/Beerware": "Beerware", + "fedoraproject.org/wiki/Licensing/Borceux": "Borceux", + "fedoraproject.org/wiki/Licensing/Charter#License_Text": "Bitstream-Charter", + "fedoraproject.org/wiki/Licensing/Common_Documentation_License": "CDL-1.0", + "fedoraproject.org/wiki/Licensing/Crossword": "Crossword", + "fedoraproject.org/wiki/Licensing/Cube": "Cube", + "fedoraproject.org/wiki/Licensing/DSDP": "DSDP", + "fedoraproject.org/wiki/Licensing/Dotseqn": "Dotseqn", + "fedoraproject.org/wiki/Licensing/Eurosym": "Eurosym", + "fedoraproject.org/wiki/Licensing/FDK-AAC": "FDK-AAC", + "fedoraproject.org/wiki/Licensing/FSF_Unlimited_License": "FSFUL", + "fedoraproject.org/wiki/Licensing/FSF_Unlimited_License#License_Retention_Variant": "FSFULLR", + "fedoraproject.org/wiki/Licensing/Glulxe": "Glulxe", + "fedoraproject.org/wiki/Licensing/Gnuplot": "gnuplot", + "fedoraproject.org/wiki/Licensing/Haskell_Language_Report_License": "HaskellReport", + "fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License": "Spencer-94", + "fedoraproject.org/wiki/Licensing/Inner_Net_License": "Inner-Net-2.0", + "fedoraproject.org/wiki/Licensing/Intel_ACPI_Software_License_Agreement": "Intel-ACPI", + "fedoraproject.org/wiki/Licensing/LBNLBSD": "BSD-3-Clause-LBNL", + "fedoraproject.org/wiki/Licensing/Latex2e": "Latex2e", + "fedoraproject.org/wiki/Licensing/Leptonica": "Leptonica", + "fedoraproject.org/wiki/Licensing/MIT": "mpich2", + "fedoraproject.org/wiki/Licensing/MIT#AdobeGlyph": "Adobe-Glyph", + "fedoraproject.org/wiki/Licensing/MIT#enna": "MIT-enna", + "fedoraproject.org/wiki/Licensing/MIT#feh": "MIT-feh", + "fedoraproject.org/wiki/Licensing/MITNFA": "MITNFA", + "fedoraproject.org/wiki/Licensing/MIT_With_Advertising": "MIT-advertising", + "fedoraproject.org/wiki/Licensing/MakeIndex": "MakeIndex", + "fedoraproject.org/wiki/Licensing/Matrix_Template_Library_License": "MTLL", + "fedoraproject.org/wiki/Licensing/Mup": "Mup", + "fedoraproject.org/wiki/Licensing/NLPL": "NLPL", + "fedoraproject.org/wiki/Licensing/Newsletr": "Newsletr", + "fedoraproject.org/wiki/Licensing/Noweb": "Noweb", + "fedoraproject.org/wiki/Licensing/OSL1.1": "OSL-1.1", + "fedoraproject.org/wiki/Licensing/Open_Market_License": "OML", + "fedoraproject.org/wiki/Licensing/Open_Public_License": "OPL-1.0", + "fedoraproject.org/wiki/Licensing/Plexus_Classworlds_License": "Plexus", + "fedoraproject.org/wiki/Licensing/Qhull": "Qhull", + "fedoraproject.org/wiki/Licensing/Rdisc_License": "Rdisc", + "fedoraproject.org/wiki/Licensing/SNIA_Public_License": "SNIA", + "fedoraproject.org/wiki/Licensing/SWL": "SWL", + "fedoraproject.org/wiki/Licensing/Saxpath_License": "Saxpath", + "fedoraproject.org/wiki/Licensing/TCL": "TCL", + "fedoraproject.org/wiki/Licensing/TGPPL": "TGPPL-1.0", + "fedoraproject.org/wiki/Licensing/TORQUEv1.1": "TORQUE-1.1", + "fedoraproject.org/wiki/Licensing/TOSL": "TOSL", + "fedoraproject.org/wiki/Licensing/TTWL": "TTWL", + "fedoraproject.org/wiki/Licensing/Threeparttable": "threeparttable", + "fedoraproject.org/wiki/Licensing/VOSTROM": "VOSTROM", + "fedoraproject.org/wiki/Licensing/Wsuipa": "Wsuipa", + "fedoraproject.org/wiki/Licensing/XSkat_License": "XSkat", + "fedoraproject.org/wiki/Licensing/Xerox": "Xerox", + "fedoraproject.org/wiki/Licensing/Xinetd_License": "xinetd", + "fedoraproject.org/wiki/Licensing/Zed": "Zed", + "fedoraproject.org/wiki/Licensing/ZlibWithAcknowledgement": "zlib-acknowledgement", + "fedoraproject.org/wiki/Licensing/diffmark": "diffmark", + "fedoraproject.org/wiki/Licensing/dvipdfm": "dvipdfm", + "fedoraproject.org/wiki/Licensing/eGenix.com_Public_License_1.1.0": "eGenix", + "fedoraproject.org/wiki/Licensing/libtiff": "libtiff", + "fedoraproject.org/wiki/Licensing/psfrag": "psfrag", + "fedoraproject.org/wiki/Licensing/psutils": "psutils", + "fedoraproject.org/wiki/Licensing/softSurfer": "softSurfer", + "fedoraproject.org/wiki/Licensing/xpp": "xpp", + "fedoraproject.org/wiki/Licensing:BSD#Modification_Variant": "BSD-3-Clause-Modification", + "fedoraproject.org/wiki/Licensing:Baekmuk?rd=Licensing/Baekmuk": "Baekmuk", + "fedoraproject.org/wiki/Licensing:CrystalStacker?rd=Licensing/CrystalStacker": "CrystalStacker", + "fedoraproject.org/wiki/Licensing:MIT#Another_Minimal_variant_(found_in_libatomic_ops)": "Boehm-GC", + "fedoraproject.org/wiki/Licensing:MIT#Modern_Variants": "MIT-Modern-Variant", + "fedoraproject.org/wiki/Licensing:MIT#OpenVision_Variant": "OpenVision", + "fedoraproject.org/wiki/Licensing:MIT#Xfig_Variant": "Xfig", + "fedoraproject.org/wiki/Licensing:MIT?rd=Licensing/MIT#CMU_Style": "MIT-CMU", + "fedoraproject.org/wiki/Licensing:Mplus?rd=Licensing/mplus": "mplus", + "fedoraproject.org/wiki/Licensing:ThorPublicLicense": "TPL-1.0", + "firstdonoharm.dev/version/2/1/license.html": "Hippocratic-2.1", + "forge.gouv.qc.ca/licence/fr/liliq-v1-1/": "LiLiQ-P-1.1", + "foss.heptapod.net/python-libs/passlib/-/blob/branch/stable/LICENSE#L70": "UnixCrypt", + "fossies.org/linux/sendmail/contrib/mailprio": "mailprio", + "fossies.org/linux/tiff/contrib/ras/ras2tif.c": "xlock", + "freeimage.sourceforge.net/freeimage-license.txt": "FreeImage", + "freetype.fis.uniroma2.it/FTL.TXT": "FTL", + "fsl.software/FSL-1.1-ALv2.template.md": "FSL-1.1-ALv2", + "fsl.software/FSL-1.1-MIT.template.md": "FSL-1.1-MIT", + "ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-0.99f7-1.tar.bz2": "Aspell-RU", + "ftp.gnu.org/gnu/non-gnu/chinese-fonts-truetype/LICENSE": "Arphic-1999", + "ftp://ftp.tin.org/pub/news/utils/newsx/newsx-1.6.tar.gz": "Zeeff", + "gianluca.dellavedova.org/2011/01/03/clarified-artistic-license/": "ClArtistic", + "git.denx.de/?p=u-boot.git;a=blob;f=arch/powerpc/cpu/ppc4xx/miiphy.c;h=297155fdafa064b955e53e9832de93bfb0cfb85b;hb=9fab4bf4cc077c21e43941866f3f2c196f28670d": "IBM-pibs", + "git.enlightenment.org/legacy/imlib2.git/tree/COPYING": "Imlib2", + "git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man2/getcpu.2#n4": "Linux-man-pages-1-para", + "git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man2/migrate_pages.2#n8": "Linux-man-pages-copyleft-2-para", + "git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man2/move_pages.2#n5": "Linux-man-pages-copyleft-2-para", + "git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man2/set_mempolicy.2#n5": "Linux-man-pages-copyleft-var", + "git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/infiniband/core/sa.h": "Linux-OpenIB", + "git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/net/sunrpc/auth_gss/gss_generic_token.c?h=v4.19": "HPND-sell-variant", + "git.openldap.org/openldap/openldap/-/blob/master/COPYRIGHT#L55-63": "BSD-4.3RENO", + "git.openldap.org/openldap/openldap/-/blob/master/COPYRIGHT?ref_type=heads#L39-51": "Furuseth", + "git.openldap.org/openldap/openldap/-/blob/master/libraries/libldap/os-local.c?ref_type=heads#L19-23": "PADL", + "git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/FTL.TXT": "FTL", + "git.savannah.gnu.org/cgit/gcl.git/tree/gcl/lsp/gcl_loop.lsp?h=Version_2_6_13pre": "LOOP", + "git.savannah.gnu.org/cgit/gnulib.git/tree/modules/COPYING?id=7b08932179d0d6b017f7df01a2ddf6e096b038e3": "FSFULLRSD", + "git.savannah.gnu.org/cgit/indent.git/tree/doc/indent.texi?id=a74c6b4ee49397cf330b333da1042bffa60ed14f#n1788": "BSD-4.3TAHOE", + "git.savannah.gnu.org/cgit/indent.git/tree/doc/indent.texi?id=a74c6b4ee49397cf330b333da1042bffa60ed14f#n74": "Latex2e-translated-notice", + "git.savannah.gnu.org/cgit/kazlib.git/tree/except.c?id=0062df360c2d17d57f6af19b0e444c51feb99036": "Kazlib", + "git.savannah.gnu.org/cgit/wget.git/tree/util/trunc.c?h=v1.21.3&id=40747a11e44ced5a8ac628a41f879ced3e2ebce9#n6": "FSFAP-no-warranty-disclaimer", + "github.com/389ds/389-ds-base/blob/main/ldap/include/sysexits-compat.h#L15": "BSD-4.3TAHOE", + "github.com/AcademySoftwareFoundation/foundation/blob/main/digital_assets/aswf_digital_assets_license_v1.0.txt": "ASWF-Digital-Assets-1.0", + "github.com/AcademySoftwareFoundation/foundation/blob/main/digital_assets/aswf_digital_assets_license_v1.1.txt": "ASWF-Digital-Assets-1.1", + "github.com/AdaCore/gnatcoll-core/blob/master/docs/index.rst": "AdaCore-doc", + "github.com/AdaCore/gnatcoll-db/blob/master/docs/index.rst": "AdaCore-doc", + "github.com/AdaCore/xmlada/blob/master/docs/index.rst": "AdaCore-doc", + "github.com/CommunitySpecification/1.0/blob/master/1._Community_Specification_License-v1.md": "Community-Spec-1.0", + "github.com/CorsixTH/deps/blob/fd339a9f526d1d9c9f01ccf39e438a015da50035/licences/libgsm.txt": "TU-Berlin-2.0", + "github.com/Cyan4973/xxHash/blob/dev/doc/xxhash_spec.md": "LPD-document", + "github.com/DISIC/politique-de-contribution-open-source/blob/master/LICENSE.pdf": "etalab-2.0", + "github.com/Distrotech/hdparm/blob/4517550db29a91420fb2b020349523b1b4512df2/LICENSE.TXT": "hdparm", + "github.com/Distrotech/transfig/blob/master/transfig/transfig.c": "Xfig", + "github.com/DrItanium/maya/blob/master/LICENSE.CLIPS": "Clips", + "github.com/Dual-Life/mime-base64/blob/master/Base64.xs#L12": "metamail", + "github.com/EthicalSource/hippocratic-license/blob/58c0e646d64ff6fbee275bfe2b9492f914e3ab2a/LICENSE.txt": "Hippocratic-2.1", + "github.com/FreeRADIUS/freeradius-client/blob/master/COPYRIGHT#L32": "HPND-Fenneberg-Livingston", + "github.com/GNOME/gcr/blob/master/docs/COPYING": "GCR-docs", + "github.com/GNOME/libxml2/blob/master/dict.c": "ISC-Veillard", + "github.com/HDFGroup/hdf5/?tab=License-1-ov-file#readme": "HDF5", + "github.com/KhronosGroup/SPIRV-Cross/blob/main/LICENSES/LicenseRef-KhronosFreeUse.txt": "MIT-Khronos-old", + "github.com/KhronosGroup/glslang/blob/main/LICENSE.txt#L949": "AML-glslang", + "github.com/MariaDB/server/blob/11.6/libmysqld/lib_sql.cc": "Boehm-GC-without-fee", + "github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md": "DRL-1.0", + "github.com/OGRECave/ogre/blob/master/OgreMain/include/OgreSingleton.h#L28C3-L35C46": "Game-Programming-Gems", + "github.com/Perl/perl5/blob/blead/util.c#L6136": "Martin-Birgmeier", + "github.com/PixarAnimationStudios/OpenSubdiv/blob/v3_5_0/opensubdiv/version.cpp#L2-L22": "Pixar", + "github.com/PixarAnimationStudios/OpenSubdiv/raw/v3_5_0/LICENSE.txt": "Pixar", + "github.com/RTimothyEdwards/magic/blob/master/LICENSE": "HPND-UC-export-US", + "github.com/SELinuxProject/selinux/blob/master/libselinux/LICENSE": "libselinux-1.0", + "github.com/SWI-Prolog/packages-clib/blob/master/sha1/brg_endian.h": "Brian-Gladman-3-Clause", + "github.com/SWI-Prolog/packages-xpce/blob/161a40cd82004f731ba48024f9d30af388a7edf5/src/img/gifwrite.c#L21-L26": "FBM", + "github.com/SWI-Prolog/swipl-devel/blob/master/src/os/dtoa.c": "dtoa", + "github.com/SigmaHQ/Detection-Rule-License/blob/6ec7fbde6101d101b5b5d1fcb8f9b69fbc76c04a/LICENSE.Detection.Rules.md": "DRL-1.1", + "github.com/Slicer/Slicer/blob/main/License.txt": "3D-Slicer-1.0", + "github.com/Unidata/UDUNITS-2/blob/master/COPYRIGHT": "UCAR", + "github.com/acpica/acpica/blob/master/source/common/acfileio.c#L119": "BSD-3-Clause-acpica", + "github.com/adaptivecomputing/torque/blob/master/PBS_License.txt": "OpenPBS-2.3", + "github.com/ap/Text-Tabs/blob/master/lib.modern/Text/Tabs.pm#L148": "TTWL", + "github.com/apache/apr/blob/trunk/LICENSE#L298C6-L298C29": "Caldera-no-preamble", + "github.com/audacious-media-player/audacious/blob/master/COPYING": "BSD-2-Clause-pkgconf-disclaimer", + "github.com/audacious-media-player/audacious/blob/master/src/audacious/main.cc": "BSD-2-Clause-pkgconf-disclaimer", + "github.com/aws/mit-0": "MIT-0", + "github.com/awsdocs/aws-cloud9-user-guide/blob/master/LICENSE-SAMPLECODE": "MIT-0", + "github.com/bagder/curl/blob/master/COPYING": "curl", + "github.com/bcrypt-ruby/bcrypt-ruby/blob/master/ext/mri/crypt_blowfish.c": "bcrypt-Solar-Designer", + "github.com/blakemcbride/eclipse-lisp/blob/master/lisp/loop.lisp": "LOOP", + "github.com/bleargh45/Data-UUID/blob/master/LICENSE": "HP-1989", + "github.com/chromium/octane/blob/master/crypto.js": "MIT-Wu", + "github.com/cl-adams/adams/blob/master/LICENSE.md": "LOOP", + "github.com/copyleft-next/copyleft-next/blob/master/Releases/copyleft-next-0.3.0": "copyleft-next-0.3.0", + "github.com/copyleft-next/copyleft-next/blob/master/Releases/copyleft-next-0.3.1": "copyleft-next-0.3.1", + "github.com/cyrusimap/cyrus-sasl/blob/master/COPYING": "BSD-Attribution-HPND-disclaimer", + "github.com/dcblake/SMP/blob/master/Documentation/License.txt": "SMPPL", + "github.com/dfateyev/libwhirlpool/blob/master/README#L27": "Unlicense-libwhirlpool", + "github.com/docbook/xslt10-stylesheets/blob/efd62655c11cc8773708df7a843613fa1e932bf8/xsl/COPYING#L27": "DocBook-XML", + "github.com/docbook/xslt10-stylesheets/blob/efd62655c11cc8773708df7a843613fa1e932bf8/xsl/assembly/schema/docbook51b7.rnc": "DocBook-Schema", + "github.com/dotnet/runtime/blob/55e1ac7c07df62c4108d4acedf78f77574470ce5/src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AttRegexTests.cs#L12-L28": "MIT-testregex", + "github.com/elastic/elasticsearch/blob/master/licenses/ELASTIC-LICENSE-2.0.txt": "Elastic-2.0", + "github.com/erich666/GraphicsGems/blob/master/LICENSE.md": "Graphics-Gems", + "github.com/fedeinthemix/chez-srfi/blob/master/srfi/LICENSE": "X11-swapped", + "github.com/festvox/flite/blob/master/COPYING": "MIT-Festival", + "github.com/festvox/speech_tools/blob/master/COPYING": "MIT-Festival", + "github.com/file/file/blob/master/COPYING": "BSD-2-Clause-Darwin", + "github.com/freebsd/freebsd-src/blob/main/lib/msun/src/e_acosh.c": "SunPro", + "github.com/freebsd/freebsd-src/blob/main/lib/msun/src/e_lgammal.c": "SunPro", + "github.com/gabegundy/atlserver/blob/master/License.txt": "MS-LPL", + "github.com/greymass/swift-eosio/blob/master/LICENSE": "BSD-3-Clause-No-Military-License", + "github.com/hamano/man2html/blob/master/man2html.c": "man2html", + "github.com/htacg/tidy-html5/blob/next/README/LICENSE.md": "HTMLTIDY", + "github.com/ivmai/libatomic_ops/blob/master/LICENSE": "Boehm-GC", + "github.com/jonathanstowe/TermReadKey/blob/master/README#L9-L10": "TermReadKey", + "github.com/jonmacs/jove/blob/4_17/LICENSE": "jove", + "github.com/jpr5/ngrep/blob/master/LICENSE": "ngrep", + "github.com/jrsoftware/issrc/blob/HEAD/license.txt": "InnoSetup", + "github.com/kfish/xsel/blob/master/COPYING": "HPND-sell-variant", + "github.com/kohler/t1utils/blob/master/LICENSE": "MIT-Click", + "github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L111-L133": "HPND-export2-US", + "github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L1157-L1182": "HPND-export-US-modify", + "github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L140-L156": "Brian-Gladman-2-Clause", + "github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L66-L98": "OpenVision", + "github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L664-L690": "BSD-2-Clause-first-lines", + "github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L718-L728": "CMU-Mach-nodoc", + "github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L831-L852": "HPND-export-US-acknowledgement", + "github.com/krzyzanowskim/CryptoSwift/blob/main/LICENSE": "CryptoSwift", + "github.com/lattera/freebsd/blob/master/sys/cam/cam.c#L4": "BSD-Source-beginning-file", + "github.com/libcheck/check/blob/master/checkmk/checkmk.in": "checkmk", + "github.com/lsof-org/lsof/blob/master/COPYING": "lsof", + "github.com/maranget/hevea/blob/master/LICENSE": "QPL-1.0-INRIA-2004", + "github.com/me-shaon/GLWTPL/commit/da5f6bc734095efbacb442c0b31e33a65b9d6e85": "GLWTPL", + "github.com/mhogomchungu/zuluCrypt/blob/master/external_libraries/tcplay/generic_xts.c": "generic-xts", + "github.com/microsoft/Computational-Use-of-Data-Agreement/blob/master/C-UDA-1.0.md": "C-UDA-1.0", + "github.com/microsoft/Open-Use-of-Data-Agreement/blob/v1.0/O-UDA-1.0.md": "O-UDA-1.0", + "github.com/mirror/ncurses/blob/master/COPYING": "X11-distribute-modifications-variant", + "github.com/mm2/Little-CMS/blob/master/src/cmssm.c#L207": "softSurfer", + "github.com/mruby/mruby/blob/83d12f8d52522cdb7c8cc46fad34821359f453e6/mrbgems/mruby-dir/src/Win/dirent.c#L127-L140": "HPND-Kevlin-Henney", + "github.com/mtoyoda/sl/blob/master/LICENSE": "SL", + "github.com/n8n-io/n8n/blob/master/LICENSE.md": "SUL-1.0", + "github.com/ncbi/datasets/blob/0ea4cd16b61e5b799d9cc55aecfa016d6c9bd2bf/LICENSE.md": "NCBI-PD", + "github.com/ncbi/datasets/blob/master/LICENSE.md": "NCBI-PD", + "github.com/ncbi/egapx/blob/08930b9dec0c69b2d1a05e5153c7b95ef0a3eb0f/LICENSE": "NCBI-PD", + "github.com/ncbi/gprobe/blob/de64d30fee8b4c4013094d7d3139ea89b5dd1ace/LICENSE": "NCBI-PD", + "github.com/ncbi/sra-tools/blob/e8e5b6af4edc460156ad9ce5902d0779cffbf685/LICENSE": "NCBI-PD", + "github.com/nodejs/node/blob/4a19cc8947b1bba2b2d27816ec3d0edf9b28e503/LICENSE#L343": "NAIST-2003", + "github.com/novnc/noVNC/blob/master/core/crypto/des.js#L24": "Widget-Workshop", + "github.com/oetiker/rrdtool-1.x/blob/master/src/plbasename.c#L8-L11": "gtkbook", + "github.com/open-quantum-safe/liboqs/blob/40b01fdbb270f8614fde30e65d30e9da18c02393/src/common/rand/rand_nist.c#L1-L15": "NIST-Software", + "github.com/openjdk/jdk/blob/6162e2c5213c5dd7c1127fd9616b543efa898962/LICENSE": "GPL-2.0-or-later", + "github.com/openssh/openssh-portable/blob/1b11ea7c58cd5c59838b5fa574cd456d6047b2d4/LICENCE#L10": "SSH-OpenSSH", + "github.com/openssh/openssh-portable/blob/1b11ea7c58cd5c59838b5fa574cd456d6047b2d4/pathnames.h": "SSH-short", + "github.com/openssh/openssh-portable/blob/master/LICENCE#L82": "ssh-keyscan", + "github.com/openssh/openssh-portable/blob/master/openbsd-compat/bsd-snprintf.c#L2": "snprintf", + "github.com/pexip/os-perl/blob/833cf4c86cc465ccfc627ff16db67e783156a248/debian/copyright#L2720-L2845": "Artistic-dist", + "github.com/pkgconf/pkgconf/blob/master/cli/main.c#L8": "pkgconf", + "github.com/ppp-project/ppp/blob/master/modules/ppp_ahdlc.c#L7-L19": "Sun-PPP-2000", + "github.com/ppp-project/ppp/blob/master/pppd/auth.c#L6-L28": "Mackerras-3-Clause-acknowledgment", + "github.com/ppp-project/ppp/blob/master/pppd/chap_ms.c#L6-L28": "Mackerras-3-Clause", + "github.com/ppp-project/ppp/blob/master/pppd/eap.c#L7-L16": "Sun-PPP", + "github.com/ppp-project/ppp/blob/master/pppd/ipv6cp.c#L75-L83": "HPND-INRIA-IMAG", + "github.com/protegeproject/protege/blob/master/license.txt": "BSD-2-Clause-Views", + "github.com/python-excel/xlrd/blob/master/LICENSE#L33": "BSD-Advertising-Acknowledgement", + "github.com/python-ldap/python-ldap/blob/main/LICENCE": "python-ldap", + "github.com/python-pillow/Pillow/blob/fffb426092c8db24a5f4b6df243a8a3c01fb63cd/LICENSE": "MIT-CMU", + "github.com/python/cpython/blob/main/LICENSE": "Python-2.0.1", + "github.com/pythongssapi/k5test/blob/v0.10.3/K5TEST-LICENSE.txt": "HPND-export-US-modify", + "github.com/radcli/radcli/blob/master/COPYRIGHT#L34": "HPND-Fenneberg-Livingston", + "github.com/radcli/radcli/blob/master/COPYRIGHT#L64": "UMich-Merit", + "github.com/radvd-project/radvd/blob/master/COPYRIGHT": "radvd", + "github.com/robbiehanson/CocoaHTTPServer/blob/master/LICENSE.txt": "BSD-Source-Code", + "github.com/ruby/ruby/blob/9f6deaa6888a423720b4b127b5314f0ad26cc2e6/ext/pty/pty.c#L775-L786": "Ruby-pty", + "github.com/ruby/ruby/commit/0a64817fb80016030c03518fb9459f63c11605ea#diff-ef5fa30838d6d0cecad9e675cc50b24628cfe2cb277c346053fafcc36c91c204": "Ruby-pty", + "github.com/ruby/ruby/commit/0a64817fb80016030c03518fb9459f63c11605ea#diff-fedf217c1ce44bda01f0a678d3ff8b198bed478754d699c527a698ad933979a0": "Ruby-pty", + "github.com/scummvm/scummvm/blob/v2.8.0/LICENSES/CatharonLicense.txt": "Catharon", + "github.com/seanmiddleditch/libtelnet/blob/develop/COPYING": "Unlicense-libtelnet", + "github.com/sigmavirus24/x11-ssh-askpass/blob/master/README": "HPND-sell-variant-MIT-disclaimer", + "github.com/sigmavirus24/x11-ssh-askpass/blob/master/dynlist.c": "HPND-sell-variant-MIT-disclaimer-rev", + "github.com/signal11/hidapi/blob/master/LICENSE-orig.txt": "HIDAPI", + "github.com/slogan621/gtkbook": "gtkbook", + "github.com/swh/ladspa/blob/7bf6f3799fdba70fda297c2d8fd9f526803d9680/gsm/COPYRIGHT": "TU-Berlin-1.0", + "github.com/tats/w3m/blob/master/COPYING": "w3m", + "github.com/tcheneau/Routing/blob/f09f46fcfe636107f22f2c98348188a65a135d98/README.md": "NIST-PD", + "github.com/tcheneau/simpleRPL/blob/e645e69e38dd4e3ccfeceb2db8cba05b7c2e0cd3/LICENSE.txt": "NIST-PD", + "github.com/trusteddomainproject/OpenDMARC/blob/master/LICENSE.Sendmail": "Sendmail-Open-Source-1.1", + "github.com/tytso/e2fsprogs/blob/master/lib/et/et_name.c": "NTP-0", + "github.com/uim/libgcroots/blob/master/COPYING": "Boehm-GC", + "github.com/usnistgov/fipy/blob/86aaa5c2ba2c6f1be19593c5986071cf6568cc34/LICENSE.rst": "NIST-PD-fallback", + "github.com/usnistgov/jsip/blob/59700e6926cbe96c5cdae897d9a7d2656b42abe3/LICENSE": "NIST-PD-fallback", + "github.com/wernerd/ZRTPCPP/blob/6b3cd8e6783642292bad0c21e3e5e5ce45ff3e03/cryptcommon/twofish.c#L113C3-L127": "Ferguson-Twofish", + "github.com/westes/flex/blob/master/COPYING": "BSD-3-Clause-flex", + "github.com/xdebug/xdebug/blob/master/LICENSE": "Xdebug-1.03", + "github.com/xmlark/msv/blob/b9316e2f2270bc1606952ea4939ec87fbba157f3/xsdlib/src/main/java/com/sun/msv/datatype/regexp/InternalImpl.java": "BSD-3-Clause-Sun", + "github.com/yuwenlong/longphp/blob/25dfb70cc2a466dc4bb55ba30901cbce08d164b5/LICENSE": "MulanPSL-1.0", + "github.com/zdohnal/hplip/blob/master/COPYING#L939": "BSD-3-Clause-HP", + "gitlab.com/bacula-org/bacula/-/blob/Branch-11.0/bacula/LICENSE-FOSS?ref_type=heads#L245": "HPND-sell-regexpr", + "gitlab.com/embeddable-common-lisp/ecl/-/blob/develop/src/lsp/loop.lsp": "LOOP", + "gitlab.com/libeigen/eigen/-/blob/master/COPYING.MINPACK": "Minpack", + "gitlab.common-lisp.net/cmucl/cmucl/-/blob/master/src/code/loop.lisp": "LOOP", + "gitlab.freedesktop.org/freetype/freetype/-/raw/master/docs/FTL.TXT": "FTL", + "gitlab.freedesktop.org/libopenraw/libopenraw/blob/master/lib/ljpegdecompressor.cpp#L32": "Cornell-Lossless-JPEG", + "gitlab.freedesktop.org/mesa/glw/-/blob/master/README?ref_type=heads": "SGI-OpenGL", + "gitlab.freedesktop.org/pipewire/pipewire/-/blob/master/src/modules/module-filter-chain/pffft.c?ref_type=heads#L1-52": "NCL", + "gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/blob/master/COPYING?ref_type=heads#L178": "xkeyboard-config-Zinoviev", + "gitlab.freedesktop.org/xorg/app/iceauth/-/blob/master/COPYING": "MIT-open-group", + "gitlab.freedesktop.org/xorg/app/xauth/-/blob/master/COPYING": "MIT-open-group", + "gitlab.freedesktop.org/xorg/app/xkbcomp/-/blob/master/COPYING?ref_type=heads#L69": "HPND-DEC", + "gitlab.freedesktop.org/xorg/app/xsetroot/-/blob/master/COPYING": "MIT-open-group", + "gitlab.freedesktop.org/xorg/font/adobe-utopia-100dpi/-/blob/master/COPYING?ref_type=heads": "Adobe-Utopia", + "gitlab.freedesktop.org/xorg/font/alias/-/blob/master/COPYING": "Cronyx", + "gitlab.freedesktop.org/xorg/font/bh-100dpi/-/blob/master/COPYING?ref_type=heads": "Lucida-Bitmap-Fonts", + "gitlab.freedesktop.org/xorg/font/cronyx-cyrillic/-/blob/master/COPYING": "Cronyx", + "gitlab.freedesktop.org/xorg/font/misc-cyrillic/-/blob/master/COPYING": "Cronyx", + "gitlab.freedesktop.org/xorg/font/screen-cyrillic/-/blob/master/COPYING": "Cronyx", + "gitlab.freedesktop.org/xorg/lib/libxext/-/blob/master/COPYING?ref_type=heads#L153-162": "HPND-doc-sell", + "gitlab.freedesktop.org/xorg/lib/libxext/-/blob/master/COPYING?ref_type=heads#L185-197": "HPND-doc", + "gitlab.freedesktop.org/xorg/lib/libxtst/-/blob/master/COPYING?ref_type=heads#L108-117": "HPND-doc-sell", + "gitlab.freedesktop.org/xorg/lib/libxtst/-/blob/master/COPYING?ref_type=heads#L70-77": "HPND-doc", + "gitlab.freedesktop.org/xorg/xserver/-/blob/master/COPYING?ref_type=heads#L1781": "HPND-sell-MIT-disclaimer-xserver", + "gitlab.freedesktop.org/xorg/xserver/-/blob/master/COPYING?ref_type=heads#L239": "DEC-3-Clause", + "gitlab.freedesktop.org/xorg/xserver/-/blob/master/COPYING?ref_type=heads#L752": "Adobe-Display-PostScript", + "gitlab.isc.org/isc-projects/bind9/blob/master/COPYRIGHT#L366": "JPNIC", + "gitlab.lrz.de/mmix/mmixware/-/blob/master/boilerplate.w": "MMIXware", + "gitlab.syncad.com/hive/dhive/-/blob/master/LICENSE": "BSD-3-Clause-No-Military-License", + "glassfish.java.net/public/CDDL+GPL_1_1.html": "CDDL-1.1", + "graphics.pixar.com/opensubdiv/docs/license.html": "Pixar", + "gridscheduler.sourceforge.net/Gridengine_SISSL_license.html": "SISSL-1.2", + "heasarc.gsfc.nasa.gov/docs/software/fitsio/c/f_user/node9.html": "CFITSIO", + "heasarc.gsfc.nasa.gov/docs/software/ftools/fv/doc/license.html": "CFITSIO", + "helixcommunity.org/content/rpsl": "RPSL-1.0", + "hstechdocs.helpsystems.com/manuals/globalscape/archive/cuteftp6/open_ssl_license_agreement.htm": "OpenSSL-standalone", + "java.net/projects/javaeetutorial/pages/BerkeleyLicense": "BSD-3-Clause-No-Nuclear-License-2014", + "javaee.github.io/glassfish/LICENSE": "CDDL-1.1", + "jogamp.org/git/?p=gluegen.git;a=blob_plain;f=LICENSE.txt": "BSD-3-Clause-No-Nuclear-Warranty", + "joinup.ec.europa.eu/page/eupl-text-11-12": "EUPL-1.2", + "joinup.ec.europa.eu/sites/default/files/custom-page/attachment/2020-03/EUPL-1.2%20EN.txt": "EUPL-1.2", + "joinup.ec.europa.eu/sites/default/files/custom-page/attachment/eupl1.1.-licence-en_0.pdf": "EUPL-1.1", + "joinup.ec.europa.eu/sites/default/files/custom-page/attachment/eupl_v1.2_en.pdf": "EUPL-1.2", + "joinup.ec.europa.eu/sites/default/files/inline-files/EUPL%20v1_2%20EN(1).txt": "EUPL-1.2", + "joinup.ec.europa.eu/software/page/eupl/licence-eupl": "EUPL-1.1", + "joinup.ec.europa.eu/svn/lesoll/trunk/italc/lib/src/dsa_key.cpp": "SSH-short", + "labs.metacarta.com/license-explanation.html#license": "BSD-3-Clause-Clear", + "landley.net/toybox/license.html": "0BSD", + "legacy.imatix.com/html/sfl/sfl4.htm#license": "iMatix", + "liballeg.org/license.html#allegro-4-the-giftware-license": "Giftware", + "libgd.github.io/manuals/2.3.0/files/license-txt.html": "GD", + "library.netapp.com/ecm/ecm_download_file/ECMP1196395": "OpenSSL-standalone", + "license.coscl.org.cn/MulanPSL/": "MulanPSL-1.0", + "license.coscl.org.cn/MulanPSL2": "MulanPSL-2.0", + "lists.gnu.org/archive/html/autoconf/2012-04/msg00061.html": "FSFULLRWD", + "lists.opensource.org/pipermail/license-discuss_lists.opensource.org/2002-November/006304.html": "HPND", + "mariadb.com/bsl11/": "BUSL-1.1", + "matplotlib.org/stable/project/license.html": "PSF-2.0", + "metacpan.org/pod/Exporter::Tidy#LICENSE": "any-OSI", + "metacpan.org/pod/Net::MQTT::Simple#LICENSE": "any-OSI-perl-modules", + "metacpan.org/pod/Qmail::Deliverable::Client#LICENSE": "any-OSI-perl-modules", + "metacpan.org/pod/Time::ParseDate#LICENSE": "TPDL", + "metacpan.org/release/DPARIS/Crypt-Blowfish-2.14/source/COPYRIGHT#L7": "BSD-Systemics-W3Works", + "metacpan.org/release/DPARIS/Crypt-DES-2.07/source/COPYRIGHT": "BSD-Systemics", + "metacpan.org/release/JUERD/Exporter-Tidy-0.09/view/Tidy.pm#LICENSE": "any-OSI-perl-modules", + "metacpan.org/release/KNOK/File-MMagic-1.30/source/COPYING#L28": "Spencer-94", + "metacpan.org/release/NLNETLABS/Net-DNS-SEC-1.22/source/LICENSE": "HPND-MIT-disclaimer", + "metacpan.org/release/RJBS/Text-Soundex-3.05/source/Soundex.pm#L3-11": "Soundex", + "metadata.ftp-master.debian.org/changelogs//main/a/arpwatch/arpwatch_2.1a15-7_copyright": "BSD-4-Clause-Shortened", + "metadata.ftp-master.debian.org/changelogs//main/x/xzoom/xzoom_0.3-27_copyright": "xzoom", + "mirror.las.iastate.edu/tex-archive/graphics/metapost/contrib/macros/slideshow/slideshow.mp": "McPhee-slideshow", + "mirrors.ctan.org/macros/latex/contrib/ulem/README": "ulem", + "mirrors.ctan.org/macros/latex/contrib/version/version.sty": "magaz", + "mirrors.nic.cz/tex-archive/macros/latex/contrib/fwlw/README": "fwlw", + "mirrors.nic.cz/tex-archive/macros/latex/contrib/magaz/magaz.tex": "magaz", + "old.koalateam.com/jackaroo/OPL_1_0.TXT": "OPL-1.0", + "old.zope.org/Resources/License/ZPL-1.1": "ZPL-1.1", + "old.zope.org/Resources/License/ZPL-2.0": "ZPL-2.0", + "old.zope.org/Resources/ZPL/": "ZPL-2.1", + "open.canada.ca/en/open-government-licence-canada": "OGL-Canada-2.0", + "opencontent.org/openpub/": "OPUBL-1.0", + "opendatacommons.org/licenses/by/1.0/": "ODC-By-1.0", + "opendatacommons.org/licenses/odbl/1-0/": "ODbL-1.0", + "opendatacommons.org/licenses/pddl/": "PDDL-1.0", + "opendatacommons.org/licenses/pddl/1.0/": "PDDL-1.0", + "openlogisticsfoundation.org/licenses/": "OLFL-1.3", + "opensource.apple.com/source/JBoss/JBoss-737/jboss-all/jetty/src/main/org/mortbay/util/UnixCrypt.java.auto.html": "UnixCrypt", + "opensource.apple.com/source/mDNSResponder/mDNSResponder-320.10/mDNSPosix/nss_ReadMe.txt": "NICTA-1.0", + "opensource.linux-mirror.org/licenses/afl-1.1.txt": "AFL-1.1", + "opensource.linux-mirror.org/licenses/afl-1.2.txt": "AFL-1.2", + "opensource.linux-mirror.org/licenses/afl-2.1.txt": "AFL-2.1", + "opensource.org/license/apache-2-0": "Apache-2.0", + "opensource.org/license/mit/": "MIT", + "opensource.org/license/olfl-1-3/": "OLFL-1.3", + "opensource.org/licenses/0BSD": "0BSD", + "opensource.org/licenses/AGPL-3.0": "AGPL-3.0-or-later", + "opensource.org/licenses/APL-1.0": "APL-1.0", + "opensource.org/licenses/Apache-1.1": "Apache-1.1", + "opensource.org/licenses/Apache-2.0": "Apache-2.0", + "opensource.org/licenses/Artistic-1.0": "Artistic-1.0-cl8", + "opensource.org/licenses/BSD-2-Clause": "BSD-2-Clause", + "opensource.org/licenses/BSD-3-Clause": "BSD-3-Clause", + "opensource.org/licenses/BSDplusPatent": "BSD-2-Clause-Patent", + "opensource.org/licenses/BSL-1.0": "BSL-1.0", + "opensource.org/licenses/CAL-1.0": "CAL-1.0-Combined-Work-Exception", + "opensource.org/licenses/CATOSL-1.1": "CATOSL-1.1", + "opensource.org/licenses/CNRI-Python": "CNRI-Python", + "opensource.org/licenses/CPAL-1.0": "CPAL-1.0", + "opensource.org/licenses/CPL-1.0": "CPL-1.0", + "opensource.org/licenses/CUA-OPL-1.0": "CUA-OPL-1.0", + "opensource.org/licenses/ECL-1.0": "ECL-1.0", + "opensource.org/licenses/ECL-2.0": "ECL-2.0", + "opensource.org/licenses/EFL-1.0": "EFL-1.0", + "opensource.org/licenses/EFL-2.0": "EFL-2.0", + "opensource.org/licenses/EPL-1.0": "EPL-1.0", + "opensource.org/licenses/EUDatagrid": "EUDatagrid", + "opensource.org/licenses/EUPL-1.1": "EUPL-1.1", + "opensource.org/licenses/EUPL-1.2": "EUPL-1.2", + "opensource.org/licenses/Entessa": "Entessa", + "opensource.org/licenses/Fair": "Fair", + "opensource.org/licenses/Frameworx-1.0": "Frameworx-1.0", + "opensource.org/licenses/GPL-2.0": "GPL-2.0-or-later", + "opensource.org/licenses/GPL-3.0": "GPL-3.0-or-later", + "opensource.org/licenses/HPND": "HPND", + "opensource.org/licenses/IPA": "IPA", + "opensource.org/licenses/IPL-1.0": "IPL-1.0", + "opensource.org/licenses/ISC": "ISC", + "opensource.org/licenses/Intel": "Intel", + "opensource.org/licenses/LGPL-2.1": "LGPL-2.1-or-later", + "opensource.org/licenses/LGPL-3.0": "LGPL-3.0-or-later", + "opensource.org/licenses/LPL-1.0": "LPL-1.0", + "opensource.org/licenses/LPL-1.02": "LPL-1.02", + "opensource.org/licenses/LPPL-1.3c": "LPPL-1.3c", + "opensource.org/licenses/LiLiQ-P-1.1": "LiLiQ-P-1.1", + "opensource.org/licenses/LiLiQ-R-1.1": "LiLiQ-R-1.1", + "opensource.org/licenses/LiLiQ-Rplus-1.1": "LiLiQ-Rplus-1.1", + "opensource.org/licenses/MIT": "MIT", + "opensource.org/licenses/MPL-1.0": "MPL-1.0", + "opensource.org/licenses/MPL-1.1": "MPL-1.1", + "opensource.org/licenses/MPL-2.0": "MPL-2.0-no-copyleft-exception", + "opensource.org/licenses/MS-PL": "MS-PL", + "opensource.org/licenses/MS-RL": "MS-RL", + "opensource.org/licenses/MirOS": "MirOS", + "opensource.org/licenses/Motosoto": "Motosoto", + "opensource.org/licenses/Multics": "Multics", + "opensource.org/licenses/NASA-1.3": "NASA-1.3", + "opensource.org/licenses/NCSA": "NCSA", + "opensource.org/licenses/NGPL": "NGPL", + "opensource.org/licenses/NOSL3.0": "NPOSL-3.0", + "opensource.org/licenses/NTP": "NTP", + "opensource.org/licenses/Naumen": "Naumen", + "opensource.org/licenses/OCLC-2.0": "OCLC-2.0", + "opensource.org/licenses/OFL-1.1": "OFL-1.1-no-RFN", + "opensource.org/licenses/OGTSL": "OGTSL", + "opensource.org/licenses/OPL-2.1": "OSET-PL-2.1", + "opensource.org/licenses/OSL-1.0": "OSL-1.0", + "opensource.org/licenses/OSL-2.1": "OSL-2.1", + "opensource.org/licenses/OSL-3.0": "OSL-3.0", + "opensource.org/licenses/PHP-3.0": "PHP-3.0", + "opensource.org/licenses/PostgreSQL": "PostgreSQL", + "opensource.org/licenses/Python-2.0": "Python-2.0", + "opensource.org/licenses/QPL-1.0": "QPL-1.0", + "opensource.org/licenses/RPL-1.1": "RPL-1.1", + "opensource.org/licenses/RPL-1.5": "RPL-1.5", + "opensource.org/licenses/RPSL-1.0": "RPSL-1.0", + "opensource.org/licenses/RSCPL": "RSCPL", + "opensource.org/licenses/SISSL": "SISSL", + "opensource.org/licenses/SPL-1.0": "SPL-1.0", + "opensource.org/licenses/SimPL-2.0": "SimPL-2.0", + "opensource.org/licenses/Sleepycat": "Sleepycat", + "opensource.org/licenses/UCL-1.0": "UCL-1.0", + "opensource.org/licenses/UPL": "UPL-1.0", + "opensource.org/licenses/VSL-1.0": "VSL-1.0", + "opensource.org/licenses/W3C": "W3C", + "opensource.org/licenses/Watcom-1.0": "Watcom-1.0", + "opensource.org/licenses/Xnet": "Xnet", + "opensource.org/licenses/ZPL-2.0": "ZPL-2.0", + "opensource.org/licenses/Zlib": "Zlib", + "opensource.org/licenses/afl-3.0": "AFL-3.0", + "opensource.org/licenses/artistic-license-2.0": "Artistic-2.0", + "opensource.org/licenses/attribution": "AAL", + "opensource.org/licenses/cddl1": "CDDL-1.0", + "opensource.org/licenses/nokia": "Nokia", + "oss.sgi.com/projects/FreeB/": "SGI-B-1.1", + "oss.sgi.com/projects/FreeB/SGIFreeSWLicB.1.0.html": "SGI-B-1.0", + "oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf": "SGI-B-2.0", + "otm.illinois.edu/uiuc_openSource": "NCSA", + "pages.cs.wisc.edu/~ghost/doc/AFPL/6.01/Public.htm": "Aladdin", + "paritylicense.com/versions/6.0.0.html": "Parity-6.0.0", + "paritylicense.com/versions/7.0.0.html": "Parity-7.0.0", + "people.freebsd.org/~ivoras/wine/patch-wine-nvidia.sh": "BSD-2-Clause-Views", + "people.freebsd.org/~phk/": "Beerware", + "people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0/": "TTYP0", + "pirlwww.lpl.arizona.edu/resources/guide/software/PerlTk/Tixlic.html": "MIT-Modern-Variant", + "plan9.bell-labs.com/plan9/license.html": "LPL-1.02", + "polyformproject.org/licenses/noncommercial/1.0.0": "PolyForm-Noncommercial-1.0.0", + "polyformproject.org/licenses/small-business/1.0.0": "PolyForm-Small-Business-1.0.0", + "primates.ximian.com/~flucifredi/man/man-1.6g.tar.gz": "man2html", + "projects.eclipse.org/license/epl-2.0": "EPL-2.0", + "ptolemy.berkeley.edu/copyright.htm": "MIT-Modern-Variant", + "raw.githubusercontent.com/DISIC/politique-de-contribution-open-source/master/LICENSE": "etalab-2.0", + "raw.githubusercontent.com/GNOME/libxml2/4c2e7c651f6c2f0d1a74f350cbda95f7df3e7017/hash.c": "ISC-Veillard", + "raw.githubusercontent.com/NTIA/itm/refs/heads/master/LICENSE.md": "NTIA-PD", + "raw.githubusercontent.com/NTIA/scos-sensor/refs/heads/master/LICENSE.md": "NTIA-PD", + "raw.githubusercontent.com/blackhole89/notekit/master/data/fonts/Charter%20license.txt": "Bitstream-Charter", + "rc.quest.com/topics/openssh/license.php#tcpwrappers": "TCP-wrappers", + "research.cs.wisc.edu/condor/license.html#condor": "Condor-1.1", + "research.scea.com/scea_shared_source_license.html": "SCEA", + "romanrm.net/mit-zero": "MIT-0", + "sam.zoy.org/wtfpl/COPYING": "WTFPL", + "scripts.sil.org/cms/scripts/page.php?item_id=OFL10_web": "OFL-1.0-no-RFN", + "scripts.sil.org/cms/scripts/page.php?item_id=OFL_web": "OFL-1.1-no-RFN", + "slicer.org/LICENSE": "3D-Slicer-1.0", + "solderpad.org/licenses/SHL-0.5/": "SHL-0.5", + "solderpad.org/licenses/SHL-0.51/": "SHL-0.51", + "source.icu-project.org/repos/icu/icu/trunk/license.html": "ICU", + "sourceforge.net/p/ctrio/git/ci/master/tree/README": "ISC-Veillard", + "sourceforge.net/p/mcj/xfig/ci/master/tree/src/Makefile.am": "Xfig", + "sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/converter/other/pnmtorle.c": "URT-RLE", + "sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/converter/other/rletopnm.c": "URT-RLE", + "sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/converter/ppm/ppmtompeg/jrevdct.c#l1189": "MPEG-SSG", + "sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/editor/pnmstitch.c#l2": "pnmstitch", + "sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/netpbm.c#l8": "HPND-Pbmplus", + "sourceforge.net/p/sbcl/sbcl/ci/master/tree/src/code/loop.lisp": "LOOP", + "sourceforge.net/p/trustedqsl/tqsl/ci/master/tree/LICENSE.txt": "TrustedQSL", + "sourceforge.net/p/xmedcon/code/ci/master/tree/libs/dicom/README": "OFFIS", + "sourceforge.net/p/xmedcon/code/ci/master/tree/libs/ljpg/": "IJG-short", + "sourceforge.net/projects/sevenzip/files/LZMA%20SDK/": "LZMA-SDK-9.22", + "sources.debian.org/copyright/license/debianutils/4.11.2/": "SMAIL-GPL", + "sources.debian.org/src/openmpi/4.1.0-10/ompi/debuggers/msgq_interface.h/?hl=19#L19": "mpi-permissive", + "sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/licenses/BitTorrent?r1=1.1&r2=1.1.1.1&diff_format=s": "BitTorrent-1.0", + "sourceware.org/bzip2/1.0.5/bzip2-manual-1.0.5.html": "bzip2-1.0.6", + "sourceware.org/cgit/binutils-gdb/tree/include/coff/sym.h#n11": "MIPS", + "sourceware.org/cgit/binutils-gdb/tree/include/coff/symconst.h#n11": "ThirdEye", + "sourceware.org/cgit/valgrind/tree/mpi/libmpiwrap.c": "bzip2-1.0.6", + "sourceware.org/git/?p=binutils-gdb.git;a=blob;f=libiberty/strcasecmp.c;h=131d81c2ce7881fa48c363dc5bf5fb302c61ce0b;hb=HEAD": "BSD-4.3RENO", + "sourceware.org/git/?p=binutils-gdb.git;a=blob;f=readline/readline/support/wcwidth.c;h=0f5ec995796f4813abbcf4972aec0378ab74722a;hb=HEAD#l55": "HPND-Markus-Kuhn", + "sourceware.org/git/?p=bzip2.git;a=blob;f=LICENSE;hb=bzip2-1.0.6": "bzip2-1.0.6", + "sourceware.org/git/?p=glibc.git;a=blob;f=LICENSES;h=530893b1dc9ea00755603c68fb36bd4fc38a7be8;hb=HEAD#l207": "Inner-Net-2.0", + "sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/machine/hppa/memchr.S;h=1cca3e5e8867aa4bffef1f75a5c1bba25c0c441e;hb=HEAD#l2": "HP-1986", + "sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/machine/i960/memcpy.S;hb=HEAD": "HPND-Intel", + "sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/misc/fini.c;hb=HEAD": "HPND-merchantability-variant", + "sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/stdlib/mprec.h;hb=HEAD": "dtoa", + "sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/string/strsignal.c;hb=HEAD#l35": "OAR", + "sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/sys/a29khif/_close.S;h=04f52ae00de1dafbd9055ad8d73c5c697a3aae7f;hb=HEAD": "AMD-newlib", + "sqlite.org/src/artifact/df5091916dbb40e6": "blessing", + "svnkit.com/license.html": "TMate", + "svnweb.freebsd.org/base/head/include/ifaddrs.h?revision=326823": "BSD-1-Clause", + "tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/COPYING.TGPPL.rst": "TGPPL-1.0", + "ti.arc.nasa.gov/opensource/nosa/": "NASA-1.3", + "trac.enlightenment.org/e/browser/trunk/imlib2/COPYING": "Imlib2", + "ubuntu.com/legal/font-licence": "Ubuntu-font-1.0", + "unlicense.org/": "Unlicense", + "vimdoc.sourceforge.net/htmldoc/uganda.html": "Vim", + "wayback.archive.org/web/20021004124254/http://www.opensource.org/licenses/academic.php": "AFL-1.1", + "wayback.archive.org/web/20021204204652/http://www.opensource.org/licenses/academic.php": "AFL-1.2", + "wayback.archive.org/web/20060715140826/http://www.risource.org/RPL/RPL-1.0A.shtml": "RSCPL", + "wayback.archive.org/web/20060924134533/http://www.opensource.org/licenses/afl-2.0.txt": "AFL-2.0", + "web.archive.org/web/20041020171434/http://www.rosenlaw.com/osl2.0.html": "OSL-2.0", + "web.archive.org/web/20050212003940/http://www.rosenlaw.com/osl21.htm": "OSL-2.1", + "web.archive.org/web/20060319014854/http://info.borland.com/devsupport/interbase/opensource/IPL.html": "Interbase-1.0", + "web.archive.org/web/20080207013128/http://www.gnome.org/fonts/": "Bitstream-Vera", + "web.archive.org/web/20100302225219/http://www.zimbra.com/license/zimbra-public-license-1-3.html": "Zimbra-1.3", + "web.archive.org/web/20111123062036/http://research.cs.wisc.edu/condor/license.html#condor": "Condor-1.1", + "web.archive.org/web/20120101081418/http://rosenlaw.com:80/OSL3.0.htm": "OSL-3.0", + "web.archive.org/web/20130517195954/http://www.zend.com/license/2_00.txt": "Zend-2.0", + "web.archive.org/web/20140704074106/http://www.unicode.org/copyright.html": "Unicode-TOU", + "web.archive.org/web/20150926120323/http://fairlicense.org/": "Fair", + "web.archive.org/web/20151224134844/http://unicode.org/copyright.html": "Unicode-DFS-2015", + "web.archive.org/web/20160322142305/https://www.sendmail.com/pdfs/open_source/sendmail_license.pdf": "Sendmail", + "web.archive.org/web/20160330173339/https://swarm.workshop.perforce.com/files/guest/perforce_software/jam/src/README": "Jam", + "web.archive.org/web/20160823201924/http://www.unicode.org/copyright.html#License": "Unicode-DFS-2016", + "web.archive.org/web/20181003101040/https://www.proofpoint.com/sites/default/files/sendmail-license.pdf": "Sendmail-8.23", + "web.mit.edu/freebsd/head/lib/libutil/login_ok.3": "libutil-David-Nugent", + "web.mit.edu/kerberos/krb5-1.21/doc/mitK5license.html": "OpenVision", + "web.mit.edu/kolya/.f/root/athena.mit.edu/sipb.mit.edu/project/openssh/OldFiles/src/openssh-2.9.9p2/ssh-add.1": "SSH-short", + "web.mit.edu/network/isakmp/nrllicense.html": "NRL", + "wiki.p2pfoundation.net/Peer_Production_License": "PPL", + "www-igm.univ-mlv.fr/~unitex/lgpllr.html": "LGPLLR", + "www.7-zip.org/sdk.html": "LZMA-SDK-9.22", + "www.affero.org/oagpl.html": "AGPL-1.0-or-later", + "www.antlr2.org/license.html": "ANTLR-PD-fallback", + "www.apache.org/licenses/LICENSE-1.0": "Apache-1.0", + "www.apache.org/licenses/LICENSE-2.0": "Apache-2.0", + "www.boost.org/LICENSE_1_0.txt": "BSL-1.0", + "www.boost.org/doc/libs/1_35_0/doc/html/jam.html": "Jam", + "www.cecill.info/licences/Licence_CeCILL-B_V1-en.html": "CECILL-B", + "www.cecill.info/licences/Licence_CeCILL-C_V1-en.html": "CECILL-C", + "www.cecill.info/licences/Licence_CeCILL_V1-fr.html": "CECILL-1.0", + "www.cecill.info/licences/Licence_CeCILL_V1.1-US.html": "CECILL-1.1", + "www.cecill.info/licences/Licence_CeCILL_V2-en.html": "CECILL-2.0", + "www.cecill.info/licences/Licence_CeCILL_V2.1-en.html": "CECILL-2.1", + "www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c": "HPND-Markus-Kuhn", + "www.codeproject.com/info/cpol10.aspx": "CPOL-1.02", + "www.cs.auckland.ac.nz/~pgut001/dumpasn1.c": "Gutmann", + "www.cs.cmu.edu/~410/licenses.html": "CMU-Mach", + "www.cs.fsu.edu/~engelen/license.html": "gSOAP-1.3b", + "www.cs.wustl.edu/~schmidt/ACE-copying.html": "DOC", + "www.ctan.org/license/opl": "OPUBL-1.0", + "www.cve.org/Legal/TermsOfUse": "cve-tou", + "www.db.net/downloads/wwl+db-1.3.tgz": "wwl", + "www.debian.org/opl": "OPUBL-1.0", + "www.dipp.nrw.de/d-fsl/index_html/lizenzen/de/D-FSL-1_0_de.txt": "D-FSL-1.0", + "www.dipp.nrw.de/d-fsl/index_html/lizenzen/en/D-FSL-1_0_en.txt": "D-FSL-1.0", + "www.dipp.nrw.de/d-fsl/lizenzen/": "D-FSL-1.0", + "www.docbook.org/xml/5.0/docbook-5.0.zip": "DocBook-Stylesheet", + "www.docbook.org/xml/simple/1.1/docbook-simple-1.1.zip": "DocBook-DTD", + "www.dre.vanderbilt.edu/~schmidt/ACE-copying.html": "DOC", + "www.ece.uvic.ca/~mdadams/jasper/LICENSE": "JasPer-2.0", + "www.eclipse.org/legal/epl-2.0": "EPL-2.0", + "www.eclipse.org/legal/epl-v10.html": "EPL-1.0", + "www.eclipse.org/legal/epl-v20.html": "EPL-2.0", + "www.eclipse.org/org/documents/edl-v10.php": "BSD-3-Clause", + "www.egenix.com/products/eGenix.com-Public-License-1.1.0.pdf": "eGenix", + "www.eiffel-nice.org/license/eiffel-forum-license-2.html": "EFL-2.0", + "www.eiffel-nice.org/license/forum.txt": "EFL-1.0", + "www.elastic.co/licensing/elastic-license": "Elastic-2.0", + "www.erlang.org/EPLICENSE": "ErlPL-1.1", + "www.faqs.org/rfcs/rfc1321.html": "RSA-MD", + "www.forge.gouv.qc.ca/participez/licence-logicielle/licence-libre-du-quebec-liliq-en-francais/licence-libre-du-quebec-reciprocite-forte-liliq-r-v1-1/": "LiLiQ-Rplus-1.1", + "www.forge.gouv.qc.ca/participez/licence-logicielle/licence-libre-du-quebec-liliq-en-francais/licence-libre-du-quebec-reciprocite-liliq-r-v1-1/": "LiLiQ-R-1.1", + "www.freebsd.org/copyright/freebsd-doc-license/": "FreeBSD-DOC", + "www.freebsd.org/copyright/freebsd-license.html": "BSD-2-Clause-Views", + "www.freebsd.org/copyright/license.html": "BSD-4-Clause-UC", + "www.geuz.org/gl2ps/COPYING.GL2PS": "GL2PS", + "www.gnu.org/licenses/agpl.txt": "AGPL-3.0-or-later", + "www.gnu.org/licenses/fdl-1.3.txt": "GFDL-1.3-or-later", + "www.gnu.org/licenses/gpl-3.0-standalone.html": "GPL-3.0-or-later", + "www.gnu.org/licenses/lgpl+gpl-3.0.txt": "LGPL-3.0-or-later", + "www.gnu.org/licenses/lgpl-3.0-standalone.html": "LGPL-3.0-or-later", + "www.gnu.org/licenses/license-list.html#ACDL": "CDL-1.0", + "www.gnu.org/licenses/old-licenses/fdl-1.1.txt": "GFDL-1.1-or-later", + "www.gnu.org/licenses/old-licenses/fdl-1.2.txt": "GFDL-1.2-or-later", + "www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html": "GPL-1.0-or-later", + "www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html": "GPL-2.0-or-later", + "www.gnu.org/licenses/old-licenses/gpl-2.0.txt": "GPL-2.0-only", + "www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html": "LGPL-2.0-or-later", + "www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html": "LGPL-2.1-or-later", + "www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html": "FSFAP", + "www.govdata.de/dl-de/by-2-0": "DL-DE-BY-2.0", + "www.govdata.de/dl-de/zero-2-0": "DL-DE-ZERO-2.0", + "www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl": "D-FSL-1.0", + "www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/D-FSL-1_0_de.txt/at_download/file": "D-FSL-1.0", + "www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/D-FSL-1_0_en.txt/at_download/file": "D-FSL-1.0", + "www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/deutsche-freie-software-lizenz": "D-FSL-1.0", + "www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/german-free-software-license": "D-FSL-1.0", + "www.iausofa.org/tandc.html": "SOFA", + "www.iec.ch/CCv1": "IEC-Code-Components-EULA", + "www.iec.ch/copyright": "IEC-Code-Components-EULA", + "www.iec.ch/webstore/custserv/pdf/CC-EULA.pdf": "IEC-Code-Components-EULA", + "www.ietf.org/rfc/rfc1952.txt": "LPD-document", + "www.imagemagick.org/script/license.php": "ImageMagick", + "www.inet.no/dante/LICENSE": "BSD-Inferno-Nettverk", + "www.info-zip.org/license.html": "Info-ZIP", + "www.isc.org/downloads/software-support-policy/isc-license/": "ISC", + "www.isc.org/licenses/": "ISC", + "www.jpl.nasa.gov/jpl-image-use-policy": "JPL-image", + "www.json.org/license.html": "JSON", + "www.jython.org/license.html": "CNRI-Jython", + "www.kermitproject.org/ck90.html#source": "HPND-export-US", + "www.kernel.org/doc/man-pages/licenses.html": "Linux-man-pages-copyleft", + "www.latex-project.org/lppl/lppl-1-0.txt": "LPPL-1.0", + "www.latex-project.org/lppl/lppl-1-1.txt": "LPPL-1.1", + "www.latex-project.org/lppl/lppl-1-2.txt": "LPPL-1.2", + "www.latex-project.org/lppl/lppl-1-3a.txt": "LPPL-1.3a", + "www.latex-project.org/lppl/lppl-1-3c.txt": "LPPL-1.3c", + "www.lemis.com/grog/UNIX/ancient-source-all.pdf": "Caldera", + "www.libpng.org/pub/png/src/libpng-LICENSE.txt": "libpng-2.0", + "www.mail-archive.com/debian-bugs-rc@lists.debian.org/msg11494.html": "Symlinks", + "www.mcs.anl.gov/research/projects/openpbs/PBS_License.txt": "OpenPBS-2.3", + "www.microsoft.com/opensource/licenses.mspx": "MS-RL", + "www.mongodb.com/licensing/server-side-public-license": "SSPL-1.0", + "www.mozilla.org/MPL/2.0/": "MPL-2.0-no-copyleft-exception", + "www.mozilla.org/MPL/MPL-1.0.html": "MPL-1.0", + "www.mozilla.org/MPL/MPL-1.1.html": "MPL-1.1", + "www.mozilla.org/MPL/NPL/1.0/": "NPL-1.0", + "www.mozilla.org/MPL/NPL/1.1/": "NPL-1.1", + "www.mssl.ucl.ac.uk/~mcrw/src/20050920/proto.h": "Cornell-Lossless-JPEG", + "www.nationalarchives.gov.uk/doc/non-commercial-government-licence/version/2/": "NCGL-UK-2.0", + "www.nationalarchives.gov.uk/doc/open-government-licence/version/1/": "OGL-UK-1.0", + "www.nationalarchives.gov.uk/doc/open-government-licence/version/2/": "OGL-UK-2.0", + "www.nationalarchives.gov.uk/doc/open-government-licence/version/3/": "OGL-UK-3.0", + "www.ncftp.com/ncftp/doc/LICENSE.txt": "ClArtistic", + "www.netbsd.org/about/redistribution.html#default": "BSD-2-Clause", + "www.netlib.org/lapack/LICENSE.txt": "BSD-3-Clause-Open-MPI", + "www.netlib.org/minpack/disclaimer": "Minpack", + "www.networkcultures.org/_uploads/%233notebook_telekommunist.pdf": "PPL", + "www.oclc.org/research/activities/software/license/v2final.htm": "OCLC-2.0", + "www.ogc.org/ogc/software/1.0": "OGC-1.0", + "www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2": "CERN-OHL-W-2.0", + "www.ohwr.org/project/licenses/wikis/cern-ohl-v1.1": "CERN-OHL-1.1", + "www.ohwr.org/project/licenses/wikis/cern-ohl-v1.2": "CERN-OHL-1.2", + "www.open-mpi.org/community/license.php": "BSD-3-Clause-Open-MPI", + "www.opencascade.com/content/occt-public-license": "OCCT-PL", + "www.opendatacommons.org/licenses/odbl/1.0/": "ODbL-1.0", + "www.opengroup.org/testing/downloads/The_Open_Group_TSL.txt": "OGTSL", + "www.openhub.net/licenses/mslpl": "MS-LPL", + "www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=1cae062821881f41b73012ba816434897abf4205": "OLDAP-2.6", + "www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=37b4b3f6cc4bf34e1d3dec61e69914b9819d8894": "NBPL-1.0", + "www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=42b0383c50c299977b5893ee695cf4e486fb0dc7": "OLDAP-1.2", + "www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=470b0c18ec67621c85881b2733057fecf4a1acc3": "OLDAP-2.2", + "www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=47c2415c1df81556eeb39be6cad458ef87c534a2": "OLDAP-2.7", + "www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=4bc786f34b50aa301be6f5600f58a980070f481e": "OLDAP-2.2.1", + "www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=6852b9d90022e8593c98205413380536b1b5a7cf": "OLDAP-2.5", + "www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=806557a5ad59804ef3a44d5abfbe91d706b0791f": "OLDAP-1.1", + "www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=b0d176738e96a0d3b9f85cb51e140a86f21be715": "OLDAP-2.1", + "www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=b6d68acd14e51ca3aab4428bf26522aa74873f0e": "OLDAP-2.0.1", + "www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=c9f95c2f3f2ffb5e0ae55fe7388af75547660941": "OLDAP-1.4", + "www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=cbf50f4e1185a21abd4c0a54d3f4341fe28f36ea": "OLDAP-2.0", + "www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=cd1284c4a91a8a380d904eee68d1583f989ed386": "OLDAP-2.4", + "www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=d32cf54a32d581ab475d23c810b0a7fbaf8d63c3": "OLDAP-2.3", + "www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=df2cc1e21eb7c160695f5b7cffd6296c151ba188": "OLDAP-2.2.2", + "www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=e5f8117f0ce088d0bd7a8e18ddf37eaa40eb09b1": "OLDAP-1.3", + "www.openldap.org/software/release/license.html": "OLDAP-2.8", + "www.openoffice.org/licenses/sissl_license.html": "SISSL", + "www.opensource.apple.com/cdl/": "CDL-1.0", + "www.opensource.apple.com/license/apsl/": "APSL-2.0", + "www.opensource.apple.com/source/IOSerialFamily/IOSerialFamily-7/APPLE_LICENSE": "APSL-1.1", + "www.opensource.apple.com/source/tcl/tcl-5/tcl/generic/regfronts.c": "Spencer-99", + "www.opensource.org/licenses/EPL-2.0": "EPL-2.0", + "www.openssl.org/source/license.html": "OpenSSL", + "www.osetfoundation.org/public-license": "OSET-PL-2.1", + "www.parliament.uk/site-information/copyright-parliament/open-parliament-licence/": "OPL-UK-3.0", + "www.perlfoundation.org/artistic-license-20.html": "Artistic-2.0", + "www.perlfoundation.org/artistic_license_2_0": "Artistic-2.0", + "www.php.net/license/3_0.txt": "PHP-3.0", + "www.php.net/license/3_01.txt": "PHP-3.01", + "www.postgresql.org/about/licence": "PostgreSQL", + "www.proofpoint.com/sites/default/files/sendmail-license.pdf": "Sendmail-8.23", + "www.python.org/download/releases/1.6.1/download_win/": "CNRI-Python-GPL-Compatible", + "www.python.org/download/releases/2.0.1/license/": "Python-2.0.1", + "www.rosenlaw.com/AFL3.0.htm": "AFL-3.0", + "www.ruby-lang.org/en/about/license.txt": "Ruby", + "www.samurajdata.se/opensource/mirror/licenses/apsl.php": "APSL-1.2", + "www.saxproject.org/copying.html": "SAX-PD-2.0", + "www.sendmail.com/pdfs/open_source/sendmail_license.pdf": "Sendmail", + "www.smlnj.org/license.html": "SMLNJ", + "www.sqlite.org/src/artifact/e33a4df7e32d742a?ln=4-9": "blessing", + "www.sugarcrm.com/crm/SPL": "SugarCRM-1.1.3", + "www.tapr.org/OHL": "TAPR-OHL-1.0", + "www.tcl.tk/software/tcltk/license.html": "TCL", + "www.tq-group.com/filedownloads/files/software-license-conditions/OriginalSSLeay/OriginalSSLeay.pdf": "SSLeay-standalone", + "www.unicode.org/copyright.html": "Unicode-TOU", + "www.unicode.org/license.txt": "Unicode-DFS-2016", + "www.unidata.ucar.edu/software/netcdf/copyright.html": "NetCDF", + "www.users.on.net/~triforce/glidexp/COPYING.txt": "Glide", + "www.w3.org/Consortium/Legal/2002/copyright-software-20021231.html": "W3C", + "www.w3.org/Consortium/Legal/2015/copyright-software-and-document": "W3C-20150513", + "www.w3.org/Consortium/Legal/copyright-software-19980720.html": "W3C-19980720", + "www.w3.org/copyright/software-license-2015/": "W3C-20150513", + "www.w3.org/copyright/software-license-2023/": "W3C-20150513", + "www.wtfpl.net/about/": "WTFPL", + "www.xfree86.org/3.3.6/COPYRIGHT2.html#3": "X11", + "www.xfree86.org/current/LICENSE4.html": "XFree86-1.1", + "www.zimbra.com/legal/zimbra-public-license-1-4": "Zimbra-1.4", + "www.zimbra.com/license/yahoo_public_license_1.0.html": "YPL-1.0", + "www.zimbra.com/license/yahoo_public_license_1.1.html": "YPL-1.1", + "www.zlib.net/zlib_license.html": "Zlib", } diff --git a/internal/spdxlicense/license_url_test.go b/internal/spdxlicense/license_url_test.go index be84e88f3..2ae646308 100644 --- a/internal/spdxlicense/license_url_test.go +++ b/internal/spdxlicense/license_url_test.go @@ -76,6 +76,96 @@ func TestLicenseByURL(t *testing.T) { } } +func TestLicenseByURL_AlternateScheme(t *testing.T) { + // Test that URLs work with alternate schemes (http ↔ https) even if only one is in the SPDX list + tests := []struct { + name string + url string + wantID string + wantFound bool + }{ + { + name: "Apache URL with http when https is in list", + url: "http://www.apache.org/licenses/LICENSE-2.0", + wantID: "Apache-2.0", + wantFound: true, + }, + { + name: "BSD-3-Clause with http when https is in list", + url: "http://opensource.org/licenses/BSD-3-Clause", + wantID: "BSD-3-Clause", + wantFound: true, + }, + { + name: "Unknown URL with http still not found", + url: "http://example.com/not-a-real-license", + wantID: "", + wantFound: false, + }, + { + name: "Unknown URL with https still not found", + url: "https://example.com/not-a-real-license", + wantID: "", + wantFound: false, + }, + } + + for _, tt := range tests { + t.Run(tt.name, func(t *testing.T) { + info, found := LicenseByURL(tt.url) + if found != tt.wantFound { + t.Errorf("LicenseByURL() found = %v, want %v", found, tt.wantFound) + } + if found && info.ID != tt.wantID { + t.Errorf("LicenseByURL() ID = %v, want %v", info.ID, tt.wantID) + } + }) + } +} + +func TestStripScheme(t *testing.T) { + tests := []struct { + name string + url string + want string + }{ + { + name: "https scheme stripped", + url: "https://example.com/license", + want: "example.com/license", + }, + { + name: "http scheme stripped", + url: "http://example.com/license", + want: "example.com/license", + }, + { + name: "ftp scheme not stripped", + url: "ftp://example.com/license", + want: "ftp://example.com/license", + }, + { + name: "no scheme unchanged", + url: "example.com/license", + want: "example.com/license", + }, + { + name: "empty string unchanged", + url: "", + want: "", + }, + } + + for _, tt := range tests { + t.Run(tt.name, func(t *testing.T) { + got := stripScheme(tt.url) + if got != tt.want { + t.Errorf("stripScheme() = %v, want %v", got, tt.want) + } + }) + } +} + func TestLicenseByURL_DeprecatedLicenses(t *testing.T) { // Test that deprecated license URLs map to their replacement licenses // For example, GPL-2.0+ should map to GPL-2.0-or-later diff --git a/schema/cyclonedx/Makefile b/schema/cyclonedx/Makefile index 277cbbfae..f731d7681 100644 --- a/schema/cyclonedx/Makefile +++ b/schema/cyclonedx/Makefile @@ -8,4 +8,4 @@ validate-schema: xmllint --noout --schema ./cyclonedx.xsd bom.xml @echo "\nValidating CycloneDX JSON..." - ../../.tool/yajsv -s cyclonedx.json bom.json + ../../.tool/yajsv -s cyclonedx.json -r spdx.schema.json bom.json diff --git a/schema/cyclonedx/cyclonedx.json b/schema/cyclonedx/cyclonedx.json index e49dc52e6..c8d3d5e80 100644 --- a/schema/cyclonedx/cyclonedx.json +++ b/schema/cyclonedx/cyclonedx.json @@ -5670,4 +5670,4 @@ ] } } -} \ No newline at end of file +} diff --git a/schema/cyclonedx/spdx.schema.json b/schema/cyclonedx/spdx.schema.json new file mode 100644 index 000000000..1e49a6d9e --- /dev/null +++ b/schema/cyclonedx/spdx.schema.json @@ -0,0 +1,786 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "http://cyclonedx.org/schema/spdx.schema.json", + "$comment": "v1.0-3.27.0", + "type": "string", + "enum": [ + "0BSD", + "3D-Slicer-1.0", + "AAL", + "Abstyles", + "AdaCore-doc", + "Adobe-2006", + "Adobe-Display-PostScript", + "Adobe-Glyph", + "Adobe-Utopia", + "ADSL", + "AFL-1.1", + "AFL-1.2", + "AFL-2.0", + "AFL-2.1", + "AFL-3.0", + "Afmparse", + "AGPL-1.0", + "AGPL-1.0-only", + "AGPL-1.0-or-later", + "AGPL-3.0", + "AGPL-3.0-only", + "AGPL-3.0-or-later", + "Aladdin", + "AMD-newlib", + "AMDPLPA", + "AML", + "AML-glslang", + "AMPAS", + "ANTLR-PD", + "ANTLR-PD-fallback", + "any-OSI", + "any-OSI-perl-modules", + "Apache-1.0", + "Apache-1.1", + "Apache-2.0", + "APAFML", + "APL-1.0", + "App-s2p", + "APSL-1.0", + "APSL-1.1", + "APSL-1.2", + "APSL-2.0", + "Arphic-1999", + "Artistic-1.0", + "Artistic-1.0-cl8", + "Artistic-1.0-Perl", + "Artistic-2.0", + "Artistic-dist", + "Aspell-RU", + "ASWF-Digital-Assets-1.0", + "ASWF-Digital-Assets-1.1", + "Baekmuk", + "Bahyph", + "Barr", + "bcrypt-Solar-Designer", + "Beerware", + "Bitstream-Charter", + "Bitstream-Vera", + "BitTorrent-1.0", + "BitTorrent-1.1", + "blessing", + "BlueOak-1.0.0", + "Boehm-GC", + "Boehm-GC-without-fee", + "Borceux", + "Brian-Gladman-2-Clause", + "Brian-Gladman-3-Clause", + "BSD-1-Clause", + "BSD-2-Clause", + "BSD-2-Clause-Darwin", + "BSD-2-Clause-first-lines", + "BSD-2-Clause-FreeBSD", + "BSD-2-Clause-NetBSD", + "BSD-2-Clause-Patent", + "BSD-2-Clause-pkgconf-disclaimer", + "BSD-2-Clause-Views", + "BSD-3-Clause", + "BSD-3-Clause-acpica", + "BSD-3-Clause-Attribution", + "BSD-3-Clause-Clear", + "BSD-3-Clause-flex", + "BSD-3-Clause-HP", + "BSD-3-Clause-LBNL", + "BSD-3-Clause-Modification", + "BSD-3-Clause-No-Military-License", + "BSD-3-Clause-No-Nuclear-License", + "BSD-3-Clause-No-Nuclear-License-2014", + "BSD-3-Clause-No-Nuclear-Warranty", + "BSD-3-Clause-Open-MPI", + "BSD-3-Clause-Sun", + "BSD-4-Clause", + "BSD-4-Clause-Shortened", + "BSD-4-Clause-UC", + "BSD-4.3RENO", + "BSD-4.3TAHOE", + "BSD-Advertising-Acknowledgement", + "BSD-Attribution-HPND-disclaimer", + "BSD-Inferno-Nettverk", + "BSD-Protection", + "BSD-Source-beginning-file", + "BSD-Source-Code", + "BSD-Systemics", + "BSD-Systemics-W3Works", + "BSL-1.0", + "BUSL-1.1", + "bzip2-1.0.5", + "bzip2-1.0.6", + "C-UDA-1.0", + "CAL-1.0", + "CAL-1.0-Combined-Work-Exception", + "Caldera", + "Caldera-no-preamble", + "Catharon", + "CATOSL-1.1", + "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-AU", + "CC-BY-3.0-DE", + "CC-BY-3.0-IGO", + "CC-BY-3.0-NL", + "CC-BY-3.0-US", + "CC-BY-4.0", + "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", + "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", + "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", + "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", + "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", + "CC-BY-SA-4.0", + "CC-PDDC", + "CC-PDM-1.0", + "CC-SA-1.0", + "CC0-1.0", + "CDDL-1.0", + "CDDL-1.1", + "CDL-1.0", + "CDLA-Permissive-1.0", + "CDLA-Permissive-2.0", + "CDLA-Sharing-1.0", + "CECILL-1.0", + "CECILL-1.1", + "CECILL-2.0", + "CECILL-2.1", + "CECILL-B", + "CECILL-C", + "CERN-OHL-1.1", + "CERN-OHL-1.2", + "CERN-OHL-P-2.0", + "CERN-OHL-S-2.0", + "CERN-OHL-W-2.0", + "CFITSIO", + "check-cvs", + "checkmk", + "ClArtistic", + "Clips", + "CMU-Mach", + "CMU-Mach-nodoc", + "CNRI-Jython", + "CNRI-Python", + "CNRI-Python-GPL-Compatible", + "COIL-1.0", + "Community-Spec-1.0", + "Condor-1.1", + "copyleft-next-0.3.0", + "copyleft-next-0.3.1", + "Cornell-Lossless-JPEG", + "CPAL-1.0", + "CPL-1.0", + "CPOL-1.02", + "Cronyx", + "Crossword", + "CryptoSwift", + "CrystalStacker", + "CUA-OPL-1.0", + "Cube", + "curl", + "cve-tou", + "D-FSL-1.0", + "DEC-3-Clause", + "diffmark", + "DL-DE-BY-2.0", + "DL-DE-ZERO-2.0", + "DOC", + "DocBook-DTD", + "DocBook-Schema", + "DocBook-Stylesheet", + "DocBook-XML", + "Dotseqn", + "DRL-1.0", + "DRL-1.1", + "DSDP", + "dtoa", + "dvipdfm", + "ECL-1.0", + "ECL-2.0", + "eCos-2.0", + "EFL-1.0", + "EFL-2.0", + "eGenix", + "Elastic-2.0", + "Entessa", + "EPICS", + "EPL-1.0", + "EPL-2.0", + "ErlPL-1.1", + "etalab-2.0", + "EUDatagrid", + "EUPL-1.0", + "EUPL-1.1", + "EUPL-1.2", + "Eurosym", + "Fair", + "FBM", + "FDK-AAC", + "Ferguson-Twofish", + "Frameworx-1.0", + "FreeBSD-DOC", + "FreeImage", + "FSFAP", + "FSFAP-no-warranty-disclaimer", + "FSFUL", + "FSFULLR", + "FSFULLRSD", + "FSFULLRWD", + "FSL-1.1-ALv2", + "FSL-1.1-MIT", + "FTL", + "Furuseth", + "fwlw", + "Game-Programming-Gems", + "GCR-docs", + "GD", + "generic-xts", + "GFDL-1.1", + "GFDL-1.1-invariants-only", + "GFDL-1.1-invariants-or-later", + "GFDL-1.1-no-invariants-only", + "GFDL-1.1-no-invariants-or-later", + "GFDL-1.1-only", + "GFDL-1.1-or-later", + "GFDL-1.2", + "GFDL-1.2-invariants-only", + "GFDL-1.2-invariants-or-later", + "GFDL-1.2-no-invariants-only", + "GFDL-1.2-no-invariants-or-later", + "GFDL-1.2-only", + "GFDL-1.2-or-later", + "GFDL-1.3", + "GFDL-1.3-invariants-only", + "GFDL-1.3-invariants-or-later", + "GFDL-1.3-no-invariants-only", + "GFDL-1.3-no-invariants-or-later", + "GFDL-1.3-only", + "GFDL-1.3-or-later", + "Giftware", + "GL2PS", + "Glide", + "Glulxe", + "GLWTPL", + "gnuplot", + "GPL-1.0", + "GPL-1.0+", + "GPL-1.0-only", + "GPL-1.0-or-later", + "GPL-2.0", + "GPL-2.0+", + "GPL-2.0-only", + "GPL-2.0-or-later", + "GPL-2.0-with-autoconf-exception", + "GPL-2.0-with-bison-exception", + "GPL-2.0-with-classpath-exception", + "GPL-2.0-with-font-exception", + "GPL-2.0-with-GCC-exception", + "GPL-3.0", + "GPL-3.0+", + "GPL-3.0-only", + "GPL-3.0-or-later", + "GPL-3.0-with-autoconf-exception", + "GPL-3.0-with-GCC-exception", + "Graphics-Gems", + "gSOAP-1.3b", + "gtkbook", + "Gutmann", + "HaskellReport", + "HDF5", + "hdparm", + "HIDAPI", + "Hippocratic-2.1", + "HP-1986", + "HP-1989", + "HPND", + "HPND-DEC", + "HPND-doc", + "HPND-doc-sell", + "HPND-export-US", + "HPND-export-US-acknowledgement", + "HPND-export-US-modify", + "HPND-export2-US", + "HPND-Fenneberg-Livingston", + "HPND-INRIA-IMAG", + "HPND-Intel", + "HPND-Kevlin-Henney", + "HPND-Markus-Kuhn", + "HPND-merchantability-variant", + "HPND-MIT-disclaimer", + "HPND-Netrek", + "HPND-Pbmplus", + "HPND-sell-MIT-disclaimer-xserver", + "HPND-sell-regexpr", + "HPND-sell-variant", + "HPND-sell-variant-MIT-disclaimer", + "HPND-sell-variant-MIT-disclaimer-rev", + "HPND-UC", + "HPND-UC-export-US", + "HTMLTIDY", + "IBM-pibs", + "ICU", + "IEC-Code-Components-EULA", + "IJG", + "IJG-short", + "ImageMagick", + "iMatix", + "Imlib2", + "Info-ZIP", + "Inner-Net-2.0", + "InnoSetup", + "Intel", + "Intel-ACPI", + "Interbase-1.0", + "IPA", + "IPL-1.0", + "ISC", + "ISC-Veillard", + "Jam", + "JasPer-2.0", + "jove", + "JPL-image", + "JPNIC", + "JSON", + "Kastrup", + "Kazlib", + "Knuth-CTAN", + "LAL-1.2", + "LAL-1.3", + "Latex2e", + "Latex2e-translated-notice", + "Leptonica", + "LGPL-2.0", + "LGPL-2.0+", + "LGPL-2.0-only", + "LGPL-2.0-or-later", + "LGPL-2.1", + "LGPL-2.1+", + "LGPL-2.1-only", + "LGPL-2.1-or-later", + "LGPL-3.0", + "LGPL-3.0+", + "LGPL-3.0-only", + "LGPL-3.0-or-later", + "LGPLLR", + "Libpng", + "libpng-1.6.35", + "libpng-2.0", + "libselinux-1.0", + "libtiff", + "libutil-David-Nugent", + "LiLiQ-P-1.1", + "LiLiQ-R-1.1", + "LiLiQ-Rplus-1.1", + "Linux-man-pages-1-para", + "Linux-man-pages-copyleft", + "Linux-man-pages-copyleft-2-para", + "Linux-man-pages-copyleft-var", + "Linux-OpenIB", + "LOOP", + "LPD-document", + "LPL-1.0", + "LPL-1.02", + "LPPL-1.0", + "LPPL-1.1", + "LPPL-1.2", + "LPPL-1.3a", + "LPPL-1.3c", + "lsof", + "Lucida-Bitmap-Fonts", + "LZMA-SDK-9.11-to-9.20", + "LZMA-SDK-9.22", + "Mackerras-3-Clause", + "Mackerras-3-Clause-acknowledgment", + "magaz", + "mailprio", + "MakeIndex", + "man2html", + "Martin-Birgmeier", + "McPhee-slideshow", + "metamail", + "Minpack", + "MIPS", + "MirOS", + "MIT", + "MIT-0", + "MIT-advertising", + "MIT-Click", + "MIT-CMU", + "MIT-enna", + "MIT-feh", + "MIT-Festival", + "MIT-Khronos-old", + "MIT-Modern-Variant", + "MIT-open-group", + "MIT-testregex", + "MIT-Wu", + "MITNFA", + "MMIXware", + "Motosoto", + "MPEG-SSG", + "mpi-permissive", + "mpich2", + "MPL-1.0", + "MPL-1.1", + "MPL-2.0", + "MPL-2.0-no-copyleft-exception", + "mplus", + "MS-LPL", + "MS-PL", + "MS-RL", + "MTLL", + "MulanPSL-1.0", + "MulanPSL-2.0", + "Multics", + "Mup", + "NAIST-2003", + "NASA-1.3", + "Naumen", + "NBPL-1.0", + "NCBI-PD", + "NCGL-UK-2.0", + "NCL", + "NCSA", + "Net-SNMP", + "NetCDF", + "Newsletr", + "NGPL", + "ngrep", + "NICTA-1.0", + "NIST-PD", + "NIST-PD-fallback", + "NIST-Software", + "NLOD-1.0", + "NLOD-2.0", + "NLPL", + "Nokia", + "NOSL", + "Noweb", + "NPL-1.0", + "NPL-1.1", + "NPOSL-3.0", + "NRL", + "NTIA-PD", + "NTP", + "NTP-0", + "Nunit", + "O-UDA-1.0", + "OAR", + "OCCT-PL", + "OCLC-2.0", + "ODbL-1.0", + "ODC-By-1.0", + "OFFIS", + "OFL-1.0", + "OFL-1.0-no-RFN", + "OFL-1.0-RFN", + "OFL-1.1", + "OFL-1.1-no-RFN", + "OFL-1.1-RFN", + "OGC-1.0", + "OGDL-Taiwan-1.0", + "OGL-Canada-2.0", + "OGL-UK-1.0", + "OGL-UK-2.0", + "OGL-UK-3.0", + "OGTSL", + "OLDAP-1.1", + "OLDAP-1.2", + "OLDAP-1.3", + "OLDAP-1.4", + "OLDAP-2.0", + "OLDAP-2.0.1", + "OLDAP-2.1", + "OLDAP-2.2", + "OLDAP-2.2.1", + "OLDAP-2.2.2", + "OLDAP-2.3", + "OLDAP-2.4", + "OLDAP-2.5", + "OLDAP-2.6", + "OLDAP-2.7", + "OLDAP-2.8", + "OLFL-1.3", + "OML", + "OpenPBS-2.3", + "OpenSSL", + "OpenSSL-standalone", + "OpenVision", + "OPL-1.0", + "OPL-UK-3.0", + "OPUBL-1.0", + "OSET-PL-2.1", + "OSL-1.0", + "OSL-1.1", + "OSL-2.0", + "OSL-2.1", + "OSL-3.0", + "PADL", + "Parity-6.0.0", + "Parity-7.0.0", + "PDDL-1.0", + "PHP-3.0", + "PHP-3.01", + "Pixar", + "pkgconf", + "Plexus", + "pnmstitch", + "PolyForm-Noncommercial-1.0.0", + "PolyForm-Small-Business-1.0.0", + "PostgreSQL", + "PPL", + "PSF-2.0", + "psfrag", + "psutils", + "Python-2.0", + "Python-2.0.1", + "python-ldap", + "Qhull", + "QPL-1.0", + "QPL-1.0-INRIA-2004", + "radvd", + "Rdisc", + "RHeCos-1.1", + "RPL-1.1", + "RPL-1.5", + "RPSL-1.0", + "RSA-MD", + "RSCPL", + "Ruby", + "Ruby-pty", + "SAX-PD", + "SAX-PD-2.0", + "Saxpath", + "SCEA", + "SchemeReport", + "Sendmail", + "Sendmail-8.23", + "Sendmail-Open-Source-1.1", + "SGI-B-1.0", + "SGI-B-1.1", + "SGI-B-2.0", + "SGI-OpenGL", + "SGP4", + "SHL-0.5", + "SHL-0.51", + "SimPL-2.0", + "SISSL", + "SISSL-1.2", + "SL", + "Sleepycat", + "SMAIL-GPL", + "SMLNJ", + "SMPPL", + "SNIA", + "snprintf", + "SOFA", + "softSurfer", + "Soundex", + "Spencer-86", + "Spencer-94", + "Spencer-99", + "SPL-1.0", + "ssh-keyscan", + "SSH-OpenSSH", + "SSH-short", + "SSLeay-standalone", + "SSPL-1.0", + "StandardML-NJ", + "SugarCRM-1.1.3", + "SUL-1.0", + "Sun-PPP", + "Sun-PPP-2000", + "SunPro", + "SWL", + "swrule", + "Symlinks", + "TAPR-OHL-1.0", + "TCL", + "TCP-wrappers", + "TermReadKey", + "TGPPL-1.0", + "ThirdEye", + "threeparttable", + "TMate", + "TORQUE-1.1", + "TOSL", + "TPDL", + "TPL-1.0", + "TrustedQSL", + "TTWL", + "TTYP0", + "TU-Berlin-1.0", + "TU-Berlin-2.0", + "Ubuntu-font-1.0", + "UCAR", + "UCL-1.0", + "ulem", + "UMich-Merit", + "Unicode-3.0", + "Unicode-DFS-2015", + "Unicode-DFS-2016", + "Unicode-TOU", + "UnixCrypt", + "Unlicense", + "Unlicense-libtelnet", + "Unlicense-libwhirlpool", + "UPL-1.0", + "URT-RLE", + "Vim", + "VOSTROM", + "VSL-1.0", + "W3C", + "W3C-19980720", + "W3C-20150513", + "w3m", + "Watcom-1.0", + "Widget-Workshop", + "Wsuipa", + "WTFPL", + "wwl", + "wxWindows", + "X11", + "X11-distribute-modifications-variant", + "X11-swapped", + "Xdebug-1.03", + "Xerox", + "Xfig", + "XFree86-1.1", + "xinetd", + "xkeyboard-config-Zinoviev", + "xlock", + "Xnet", + "xpp", + "XSkat", + "xzoom", + "YPL-1.0", + "YPL-1.1", + "Zed", + "Zeeff", + "Zend-2.0", + "Zimbra-1.3", + "Zimbra-1.4", + "Zlib", + "zlib-acknowledgement", + "ZPL-1.1", + "ZPL-2.0", + "ZPL-2.1", + "389-exception", + "Asterisk-exception", + "Asterisk-linking-protocols-exception", + "Autoconf-exception-2.0", + "Autoconf-exception-3.0", + "Autoconf-exception-generic", + "Autoconf-exception-generic-3.0", + "Autoconf-exception-macro", + "Bison-exception-1.24", + "Bison-exception-2.2", + "Bootloader-exception", + "CGAL-linking-exception", + "Classpath-exception-2.0", + "CLISP-exception-2.0", + "cryptsetup-OpenSSL-exception", + "Digia-Qt-LGPL-exception-1.1", + "DigiRule-FOSS-exception", + "eCos-exception-2.0", + "erlang-otp-linking-exception", + "Fawkes-Runtime-exception", + "FLTK-exception", + "fmt-exception", + "Font-exception-2.0", + "freertos-exception-2.0", + "GCC-exception-2.0", + "GCC-exception-2.0-note", + "GCC-exception-3.1", + "Gmsh-exception", + "GNAT-exception", + "GNOME-examples-exception", + "GNU-compiler-exception", + "gnu-javamail-exception", + "GPL-3.0-389-ds-base-exception", + "GPL-3.0-interface-exception", + "GPL-3.0-linking-exception", + "GPL-3.0-linking-source-exception", + "GPL-CC-1.0", + "GStreamer-exception-2005", + "GStreamer-exception-2008", + "harbour-exception", + "i2p-gpl-java-exception", + "Independent-modules-exception", + "KiCad-libraries-exception", + "LGPL-3.0-linking-exception", + "libpri-OpenH323-exception", + "Libtool-exception", + "Linux-syscall-note", + "LLGPL", + "LLVM-exception", + "LZMA-exception", + "mif-exception", + "mxml-exception", + "Nokia-Qt-exception-1.1", + "OCaml-LGPL-linking-exception", + "OCCT-exception-1.0", + "OpenJDK-assembly-exception-1.0", + "openvpn-openssl-exception", + "PCRE2-exception", + "polyparse-exception", + "PS-or-PDF-font-exception-20170817", + "QPL-1.0-INRIA-2004-exception", + "Qt-GPL-exception-1.0", + "Qt-LGPL-exception-1.1", + "Qwt-exception-1.0", + "romic-exception", + "RRDtool-FLOSS-exception-2.0", + "SANE-exception", + "SHL-2.0", + "SHL-2.1", + "stunnel-exception", + "SWI-exception", + "Swift-exception", + "Texinfo-exception", + "u-boot-exception-2.0", + "UBDL-exception", + "Universal-FOSS-exception-1.0", + "vsftpd-openssl-exception", + "WxWindows-exception-3.1", + "x11vnc-openssl-exception" + ] +} diff --git a/schema/cyclonedx/spdx.xsd b/schema/cyclonedx/spdx.xsd index 6e90a9e43..41a27b02d 100644 --- a/schema/cyclonedx/spdx.xsd +++ b/schema/cyclonedx/spdx.xsd @@ -2,7 +2,7 @@ + version="1.0-3.27.0"> @@ -242,6 +242,16 @@ Artistic License 2.0 + + + Artistic License 1.0 (dist) + + + + + Aspell Russian License + + ASWF Digital Assets License version 1.0 @@ -367,6 +377,11 @@ BSD-2-Clause Plus Patent License + + + BSD 2-Clause pkgconf disclaimer variant + + BSD 2-Clause with views sentence @@ -1027,6 +1042,11 @@ Crossword License + + + CryptoSwift License + + CrystalStacker License @@ -1082,6 +1102,11 @@ DOC License + + + DocBook DTD License + + DocBook Schema License @@ -1272,11 +1297,26 @@ FSF Unlimited License (with License Retention) + + + FSF Unlimited License (with License Retention and Short Disclaimer) + + FSF Unlimited License (With License Retention and Warranty Disclaimer) + + + Functional Source License, Version 1.1, ALv2 Future License + + + + + Functional Source License, Version 1.1, MIT Future License + + Freetype Project License @@ -1292,6 +1332,11 @@ fwlw License + + + Game Programming Gems License + + Gnome GCR Documentation License @@ -1562,6 +1607,11 @@ Haskell Language Report License + + + HDF5 License + + hdparm License @@ -1812,6 +1862,11 @@ JasPer License + + + Jove License + + JPL Image Use Policy @@ -1937,6 +1992,11 @@ libpng License + + + PNG Reference Library License v1 (for libpng 0.5 through 1.6.35) + + PNG Reference Library version 2 @@ -2087,6 +2147,11 @@ MakeIndex License + + + man2html License + + Martin Birgmeier License @@ -2337,6 +2402,11 @@ Nethack General Public License + + + ngrep License + + NICTA Public Software License, Version 1.0 @@ -2407,6 +2477,11 @@ NRL License + + + NTIA Public Domain Notice + + NTP License @@ -2967,6 +3042,11 @@ snprintf License + + + SOFA Software License + + softSurfer License @@ -3032,6 +3112,11 @@ SugarCRM Public License v1.1.3 + + + Sustainable Use License v1.0 + + Sun PPP License @@ -3202,6 +3287,16 @@ The Unlicense + + + Unlicense - libtelnet variant + + + + + Unlicense - libwhirlpool variant + + Universal Permissive License v1.0 @@ -3483,6 +3578,11 @@ cryptsetup OpenSSL exception + + + Digia Qt LGPL Exception version 1.1 + + DigiRule FOSS License Exception @@ -3693,6 +3793,11 @@ PCRE2 exception + + + Polyparse Exception + + PS/PDF font exception (2017-08-17)