My working unpac space for OCaml projects in development
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge opam/patches/spdx_licenses

+10979
+2
vendor/opam/spdx_licenses/.gitignore
··· 1 + /_build 2 + /spdx_licenses.install
+2
vendor/opam/spdx_licenses/.ocp-indent
··· 1 + JaneStreet 2 + match_clause = 4
+25
vendor/opam/spdx_licenses/CHANGES.md
··· 1 + v1.4.0 (03/07/2025) 2 + ------------------- 3 + 4 + - Upgrade to Version 3.27.0 of the SPDX License List (@kit-ty-kate) 5 + 6 + v1.3.0 (19/01/2024) 7 + ------------------- 8 + 9 + - Upgrade to Version 3.26.0 of the SPDX License List (@kit-ty-kate) 10 + 11 + v1.2.0 (06/01/2023) 12 + ------------------- 13 + 14 + - Upgrade to Version 3.19 of the SPDX License List (@kit-ty-kate) 15 + - Always sort the lists of licenses and exceptions the same way to make it easier to diff with later changes (@kit-ty-kate) 16 + 17 + v1.1.0 (05/09/2021) 18 + ------------------- 19 + 20 + - Increase the minimal required version of OCaml from 4.03 to 4.08 (@kit-ty-kate) 21 + 22 + v1.0.0 (29/07/2021) 23 + ------------------- 24 + 25 + - First release: an (hopefully) complete and correct SPDX license expression parser and some tests. (@kit-ty-kate)
+18
vendor/opam/spdx_licenses/LICENSE.txt
··· 1 + Copyright (c) 2021 Kate <kit.ty.kate@disroot.org> 2 + 3 + Permission is hereby granted, free of charge, to any person obtaining a copy of 4 + this software and associated documentation files (the "Software"), to deal in 5 + the Software without restriction, including without limitation the rights to 6 + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 7 + the Software, and to permit persons to whom the Software is furnished to do so, 8 + subject to the following conditions: 9 + 10 + The above copyright notice and this permission notice shall be included in all 11 + copies or substantial portions of the Software. 12 + 13 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 15 + FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 16 + COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 17 + IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 18 + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+8
vendor/opam/spdx_licenses/README.md
··· 1 + spdx_licenses is an OCaml library aiming to provide an up-to-date and strict SPDX License Expression parser. 2 + 3 + It implements the format described in: https://spdx.github.io/spdx-spec/v3.0.1/annexes/spdx-license-expressions/ 4 + 5 + To install it simply call: 6 + ``` 7 + $ opam install spdx_licenses 8 + ```
+4
vendor/opam/spdx_licenses/dune-project
··· 1 + (lang dune 2.3) 2 + (name spdx_licenses) 3 + (version 1.4.0) 4 + (formatting disabled)
+21
vendor/opam/spdx_licenses/spdx_licenses.opam
··· 1 + opam-version: "2.0" 2 + version: "1.4.0" 3 + synopsis: "A library providing a strict SPDX License Expression parser" 4 + description: """ 5 + An OCaml library aiming to provide an up-to-date and strict SPDX License Expression parser. 6 + It implements the format described in: https://spdx.github.io/spdx-spec/v3.0.1/annexes/spdx-license-expressions/ 7 + See https://spdx.org/licenses/ for more details. 8 + """ 9 + maintainer: "Kate <kit-ty-kate@exn.st>" 10 + authors: "Kate <kit-ty-kate@exn.st>" 11 + license: "MIT" 12 + homepage: "https://github.com/kit-ty-kate/spdx_licenses" 13 + bug-reports: "https://github.com/kit-ty-kate/spdx_licenses/issues" 14 + dev-repo: "git+https://github.com/kit-ty-kate/spdx_licenses.git" 15 + depends: [ 16 + "ocaml" {>= "4.08"} 17 + "dune" {>= "2.3"} 18 + "alcotest" {with-test & >= "1.4.0"} 19 + ] 20 + build: ["dune" "build" "-p" name "-j" jobs] 21 + run-test: ["dune" "runtest" "-p" name "-j" jobs]
+13
vendor/opam/spdx_licenses/src/dune
··· 1 + (library 2 + (public_name spdx_licenses) 3 + (modules_without_implementation types)) 4 + 5 + (rule 6 + (targets licenseIDs.ml exceptionIDs.ml) 7 + (deps ids/licenses.json ids/exceptions.json) 8 + (mode promote) 9 + (enabled_if (= %{profile} "regenerate")) 10 + (action (run ./ids/generate.exe))) 11 + 12 + (ocamllex lexer) 13 + (ocamlyacc parser)
+82
vendor/opam/spdx_licenses/src/exceptionIDs.ml
··· 1 + (* This file was generated. See dune file. *) 2 + 3 + let list = [ 4 + "389-exception"; 5 + "Asterisk-exception"; 6 + "Asterisk-linking-protocols-exception"; 7 + "Autoconf-exception-2.0"; 8 + "Autoconf-exception-3.0"; 9 + "Autoconf-exception-generic"; 10 + "Autoconf-exception-generic-3.0"; 11 + "Autoconf-exception-macro"; 12 + "Bison-exception-1.24"; 13 + "Bison-exception-2.2"; 14 + "Bootloader-exception"; 15 + "CGAL-linking-exception"; 16 + "CLISP-exception-2.0"; 17 + "Classpath-exception-2.0"; 18 + "DigiRule-FOSS-exception"; 19 + "Digia-Qt-LGPL-exception-1.1"; 20 + "FLTK-exception"; 21 + "Fawkes-Runtime-exception"; 22 + "Font-exception-2.0"; 23 + "GCC-exception-2.0"; 24 + "GCC-exception-2.0-note"; 25 + "GCC-exception-3.1"; 26 + "GNAT-exception"; 27 + "GNOME-examples-exception"; 28 + "GNU-compiler-exception"; 29 + "GPL-3.0-389-ds-base-exception"; 30 + "GPL-3.0-interface-exception"; 31 + "GPL-3.0-linking-exception"; 32 + "GPL-3.0-linking-source-exception"; 33 + "GPL-CC-1.0"; 34 + "GStreamer-exception-2005"; 35 + "GStreamer-exception-2008"; 36 + "Gmsh-exception"; 37 + "Independent-modules-exception"; 38 + "KiCad-libraries-exception"; 39 + "LGPL-3.0-linking-exception"; 40 + "LLGPL"; 41 + "LLVM-exception"; 42 + "LZMA-exception"; 43 + "Libtool-exception"; 44 + "Linux-syscall-note"; 45 + "OCCT-exception-1.0"; 46 + "OCaml-LGPL-linking-exception"; 47 + "OpenJDK-assembly-exception-1.0"; 48 + "PCRE2-exception"; 49 + "PS-or-PDF-font-exception-20170817"; 50 + "QPL-1.0-INRIA-2004-exception"; 51 + "Qt-GPL-exception-1.0"; 52 + "Qt-LGPL-exception-1.1"; 53 + "Qwt-exception-1.0"; 54 + "RRDtool-FLOSS-exception-2.0"; 55 + "SANE-exception"; 56 + "SHL-2.0"; 57 + "SHL-2.1"; 58 + "SWI-exception"; 59 + "Swift-exception"; 60 + "Texinfo-exception"; 61 + "UBDL-exception"; 62 + "Universal-FOSS-exception-1.0"; 63 + "WxWindows-exception-3.1"; 64 + "cryptsetup-OpenSSL-exception"; 65 + "eCos-exception-2.0"; 66 + "erlang-otp-linking-exception"; 67 + "fmt-exception"; 68 + "freertos-exception-2.0"; 69 + "gnu-javamail-exception"; 70 + "harbour-exception"; 71 + "i2p-gpl-java-exception"; 72 + "libpri-OpenH323-exception"; 73 + "mif-exception"; 74 + "mxml-exception"; 75 + "openvpn-openssl-exception"; 76 + "polyparse-exception"; 77 + "romic-exception"; 78 + "stunnel-exception"; 79 + "u-boot-exception-2.0"; 80 + "vsftpd-openssl-exception"; 81 + "x11vnc-openssl-exception"; 82 + ]
+3
vendor/opam/spdx_licenses/src/exceptionIDs.mli
··· 1 + (* SPDX-License-Identifier: MIT *) 2 + 3 + val list : string list
+20
vendor/opam/spdx_licenses/src/ids/dune
··· 1 + ; NOTE: To update the list: change the version number to point to the latest 2 + ; release in https://github.com/spdx/license-list-data/releases 3 + ; then call "dune build --profile=regenerate" 4 + 5 + (rule 6 + (targets licenses.json) 7 + (mode promote) 8 + (enabled_if (= %{profile} "regenerate")) 9 + (action (run curl -sLO https://raw.githubusercontent.com/spdx/license-list-data/refs/tags/v3.27.0/json/licenses.json))) 10 + 11 + (rule 12 + (targets exceptions.json) 13 + (mode promote) 14 + (enabled_if (= %{profile} "regenerate")) 15 + (action (run curl -sLO https://raw.githubusercontent.com/spdx/license-list-data/refs/tags/v3.27.0/json/exceptions.json))) 16 + 17 + (executable 18 + (name generate) 19 + (enabled_if (= %{profile} "regenerate")) 20 + (libraries ezjsonm))
+914
vendor/opam/spdx_licenses/src/ids/exceptions.json
··· 1 + { 2 + "licenseListVersion": "3.27.0", 3 + "exceptions": [ 4 + { 5 + "reference": "https://spdx.org/licenses/389-exception.html", 6 + "isDeprecatedLicenseId": false, 7 + "detailsUrl": "https://spdx.org/licenses/389-exception.json", 8 + "referenceNumber": 36, 9 + "name": "389 Directory Server Exception", 10 + "licenseExceptionId": "389-exception", 11 + "seeAlso": [ 12 + "http://directory.fedoraproject.org/wiki/GPL_Exception_License_Text", 13 + "https://web.archive.org/web/20080828121337/http://directory.fedoraproject.org/wiki/GPL_Exception_License_Text" 14 + ] 15 + }, 16 + { 17 + "reference": "https://spdx.org/licenses/Asterisk-exception.html", 18 + "isDeprecatedLicenseId": false, 19 + "detailsUrl": "https://spdx.org/licenses/Asterisk-exception.json", 20 + "referenceNumber": 16, 21 + "name": "Asterisk exception", 22 + "licenseExceptionId": "Asterisk-exception", 23 + "seeAlso": [ 24 + "https://github.com/asterisk/libpri/blob/7f91151e6bd10957c746c031c1f4a030e8146e9a/pri.c#L22", 25 + "https://github.com/asterisk/libss7/blob/03e81bcd0d28ff25d4c77c78351ddadc82ff5c3f/ss7.c#L24" 26 + ] 27 + }, 28 + { 29 + "reference": "https://spdx.org/licenses/Asterisk-linking-protocols-exception.html", 30 + "isDeprecatedLicenseId": false, 31 + "detailsUrl": "https://spdx.org/licenses/Asterisk-linking-protocols-exception.json", 32 + "referenceNumber": 22, 33 + "name": "Asterisk linking protocols exception", 34 + "licenseExceptionId": "Asterisk-linking-protocols-exception", 35 + "seeAlso": [ 36 + "https://github.com/asterisk/asterisk/blob/115d7c01e32ccf4566a99e9d74e2b88830985a0b/LICENSE#L27" 37 + ] 38 + }, 39 + { 40 + "reference": "https://spdx.org/licenses/Autoconf-exception-2.0.html", 41 + "isDeprecatedLicenseId": false, 42 + "detailsUrl": "https://spdx.org/licenses/Autoconf-exception-2.0.json", 43 + "referenceNumber": 2, 44 + "name": "Autoconf exception 2.0", 45 + "licenseExceptionId": "Autoconf-exception-2.0", 46 + "seeAlso": [ 47 + "http://ac-archive.sourceforge.net/doc/copyright.html", 48 + "http://ftp.gnu.org/gnu/autoconf/autoconf-2.59.tar.gz" 49 + ] 50 + }, 51 + { 52 + "reference": "https://spdx.org/licenses/Autoconf-exception-3.0.html", 53 + "isDeprecatedLicenseId": false, 54 + "detailsUrl": "https://spdx.org/licenses/Autoconf-exception-3.0.json", 55 + "referenceNumber": 51, 56 + "name": "Autoconf exception 3.0", 57 + "licenseExceptionId": "Autoconf-exception-3.0", 58 + "seeAlso": [ 59 + "http://www.gnu.org/licenses/autoconf-exception-3.0.html" 60 + ] 61 + }, 62 + { 63 + "reference": "https://spdx.org/licenses/Autoconf-exception-generic.html", 64 + "isDeprecatedLicenseId": false, 65 + "detailsUrl": "https://spdx.org/licenses/Autoconf-exception-generic.json", 66 + "referenceNumber": 73, 67 + "name": "Autoconf generic exception", 68 + "licenseExceptionId": "Autoconf-exception-generic", 69 + "seeAlso": [ 70 + "https://launchpad.net/ubuntu/precise/+source/xmltooling/+copyright", 71 + "https://tracker.debian.org/media/packages/s/sipwitch/copyright-1.9.15-3", 72 + "https://opensource.apple.com/source/launchd/launchd-258.1/launchd/compile.auto.html", 73 + "https://git.savannah.gnu.org/gitweb/?p\u003dgnulib.git;a\u003dblob;f\u003dgnulib-tool;h\u003d029a8cf377ad8d8f2d9e54061bf2f20496ad2eef;hb\u003d73c74ba0197e6566da6882c87b1adee63e24d75c#l407" 74 + ] 75 + }, 76 + { 77 + "reference": "https://spdx.org/licenses/Autoconf-exception-generic-3.0.html", 78 + "isDeprecatedLicenseId": false, 79 + "detailsUrl": "https://spdx.org/licenses/Autoconf-exception-generic-3.0.json", 80 + "referenceNumber": 40, 81 + "name": "Autoconf generic exception for GPL-3.0", 82 + "licenseExceptionId": "Autoconf-exception-generic-3.0", 83 + "seeAlso": [ 84 + "https://src.fedoraproject.org/rpms/redhat-rpm-config/blob/rawhide/f/config.guess" 85 + ] 86 + }, 87 + { 88 + "reference": "https://spdx.org/licenses/Autoconf-exception-macro.html", 89 + "isDeprecatedLicenseId": false, 90 + "detailsUrl": "https://spdx.org/licenses/Autoconf-exception-macro.json", 91 + "referenceNumber": 63, 92 + "name": "Autoconf macro exception", 93 + "licenseExceptionId": "Autoconf-exception-macro", 94 + "seeAlso": [ 95 + "https://github.com/freedesktop/xorg-macros/blob/39f07f7db58ebbf3dcb64a2bf9098ed5cf3d1223/xorg-macros.m4.in", 96 + "https://www.gnu.org/software/autoconf-archive/ax_pthread.html", 97 + "https://launchpad.net/ubuntu/precise/+source/xmltooling/+copyright" 98 + ] 99 + }, 100 + { 101 + "reference": "https://spdx.org/licenses/Bison-exception-1.24.html", 102 + "isDeprecatedLicenseId": false, 103 + "detailsUrl": "https://spdx.org/licenses/Bison-exception-1.24.json", 104 + "referenceNumber": 56, 105 + "name": "Bison exception 1.24", 106 + "licenseExceptionId": "Bison-exception-1.24", 107 + "seeAlso": [ 108 + "https://github.com/arineng/rwhoisd/blob/master/rwhoisd/mkdb/y.tab.c#L180" 109 + ] 110 + }, 111 + { 112 + "reference": "https://spdx.org/licenses/Bison-exception-2.2.html", 113 + "isDeprecatedLicenseId": false, 114 + "detailsUrl": "https://spdx.org/licenses/Bison-exception-2.2.json", 115 + "referenceNumber": 28, 116 + "name": "Bison exception 2.2", 117 + "licenseExceptionId": "Bison-exception-2.2", 118 + "seeAlso": [ 119 + "http://git.savannah.gnu.org/cgit/bison.git/tree/data/yacc.c?id\u003d193d7c7054ba7197b0789e14965b739162319b5e#n141" 120 + ] 121 + }, 122 + { 123 + "reference": "https://spdx.org/licenses/Bootloader-exception.html", 124 + "isDeprecatedLicenseId": false, 125 + "detailsUrl": "https://spdx.org/licenses/Bootloader-exception.json", 126 + "referenceNumber": 65, 127 + "name": "Bootloader Distribution Exception", 128 + "licenseExceptionId": "Bootloader-exception", 129 + "seeAlso": [ 130 + "https://github.com/pyinstaller/pyinstaller/blob/develop/COPYING.txt" 131 + ] 132 + }, 133 + { 134 + "reference": "https://spdx.org/licenses/CGAL-linking-exception.html", 135 + "isDeprecatedLicenseId": false, 136 + "detailsUrl": "https://spdx.org/licenses/CGAL-linking-exception.json", 137 + "referenceNumber": 74, 138 + "name": "CGAL Linking Exception", 139 + "licenseExceptionId": "CGAL-linking-exception", 140 + "seeAlso": [ 141 + "https://github.com/openscad/openscad/blob/openscad-2021.01/COPYING#L3", 142 + "https://github.com/floriankirsch/OpenCSG/blob/opencsg-1-4-2-release/license.txt#L3" 143 + ] 144 + }, 145 + { 146 + "reference": "https://spdx.org/licenses/Classpath-exception-2.0.html", 147 + "isDeprecatedLicenseId": false, 148 + "detailsUrl": "https://spdx.org/licenses/Classpath-exception-2.0.json", 149 + "referenceNumber": 67, 150 + "name": "Classpath exception 2.0", 151 + "licenseExceptionId": "Classpath-exception-2.0", 152 + "seeAlso": [ 153 + "http://www.gnu.org/software/classpath/license.html", 154 + "https://fedoraproject.org/wiki/Licensing/GPL_Classpath_Exception" 155 + ] 156 + }, 157 + { 158 + "reference": "https://spdx.org/licenses/CLISP-exception-2.0.html", 159 + "isDeprecatedLicenseId": false, 160 + "detailsUrl": "https://spdx.org/licenses/CLISP-exception-2.0.json", 161 + "referenceNumber": 10, 162 + "name": "CLISP exception 2.0", 163 + "licenseExceptionId": "CLISP-exception-2.0", 164 + "seeAlso": [ 165 + "http://sourceforge.net/p/clisp/clisp/ci/default/tree/COPYRIGHT" 166 + ] 167 + }, 168 + { 169 + "reference": "https://spdx.org/licenses/cryptsetup-OpenSSL-exception.html", 170 + "isDeprecatedLicenseId": false, 171 + "detailsUrl": "https://spdx.org/licenses/cryptsetup-OpenSSL-exception.json", 172 + "referenceNumber": 46, 173 + "name": "cryptsetup OpenSSL exception", 174 + "licenseExceptionId": "cryptsetup-OpenSSL-exception", 175 + "seeAlso": [ 176 + "https://gitlab.com/cryptsetup/cryptsetup/-/blob/main/COPYING", 177 + "https://gitlab.nic.cz/datovka/datovka/-/blob/develop/COPYING", 178 + "https://github.com/nbs-system/naxsi/blob/951123ad456bdf5ac94e8d8819342fe3d49bc002/naxsi_src/naxsi_raw.c", 179 + "http://web.mit.edu/jgross/arch/amd64_deb60/bin/mosh", 180 + "https://sourceforge.net/p/linux-ima/ima-evm-utils/ci/master/tree/src/evmctl.c#l30", 181 + "https://github.com/ocaml-omake/omake/blob/master/LICENSE.OMake#L20" 182 + ] 183 + }, 184 + { 185 + "reference": "https://spdx.org/licenses/Digia-Qt-LGPL-exception-1.1.html", 186 + "isDeprecatedLicenseId": false, 187 + "detailsUrl": "https://spdx.org/licenses/Digia-Qt-LGPL-exception-1.1.json", 188 + "referenceNumber": 48, 189 + "name": "Digia Qt LGPL Exception version 1.1", 190 + "licenseExceptionId": "Digia-Qt-LGPL-exception-1.1", 191 + "seeAlso": [ 192 + "https://src.fedoraproject.org/rpms/qtlockedfile/blob/rawhide/f/LGPL_EXCEPTION" 193 + ] 194 + }, 195 + { 196 + "reference": "https://spdx.org/licenses/DigiRule-FOSS-exception.html", 197 + "isDeprecatedLicenseId": false, 198 + "detailsUrl": "https://spdx.org/licenses/DigiRule-FOSS-exception.json", 199 + "referenceNumber": 53, 200 + "name": "DigiRule FOSS License Exception", 201 + "licenseExceptionId": "DigiRule-FOSS-exception", 202 + "seeAlso": [ 203 + "http://www.digirulesolutions.com/drupal/foss" 204 + ] 205 + }, 206 + { 207 + "reference": "https://spdx.org/licenses/eCos-exception-2.0.html", 208 + "isDeprecatedLicenseId": false, 209 + "detailsUrl": "https://spdx.org/licenses/eCos-exception-2.0.json", 210 + "referenceNumber": 61, 211 + "name": "eCos exception 2.0", 212 + "licenseExceptionId": "eCos-exception-2.0", 213 + "seeAlso": [ 214 + "http://ecos.sourceware.org/license-overview.html" 215 + ] 216 + }, 217 + { 218 + "reference": "https://spdx.org/licenses/erlang-otp-linking-exception.html", 219 + "isDeprecatedLicenseId": false, 220 + "detailsUrl": "https://spdx.org/licenses/erlang-otp-linking-exception.json", 221 + "referenceNumber": 13, 222 + "name": "Erlang/OTP Linking Exception", 223 + "licenseExceptionId": "erlang-otp-linking-exception", 224 + "seeAlso": [ 225 + "https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs", 226 + "https://erlang.org/pipermail/erlang-questions/2012-May/066355.html", 227 + "https://gitea.osmocom.org/erlang/osmo_ss7/src/commit/2286c1b8738d715950026650bf53f19a69d6ed0e/src/ss7_links.erl#L20" 228 + ] 229 + }, 230 + { 231 + "reference": "https://spdx.org/licenses/Fawkes-Runtime-exception.html", 232 + "isDeprecatedLicenseId": false, 233 + "detailsUrl": "https://spdx.org/licenses/Fawkes-Runtime-exception.json", 234 + "referenceNumber": 21, 235 + "name": "Fawkes Runtime Exception", 236 + "licenseExceptionId": "Fawkes-Runtime-exception", 237 + "seeAlso": [ 238 + "http://www.fawkesrobotics.org/about/license/" 239 + ] 240 + }, 241 + { 242 + "reference": "https://spdx.org/licenses/FLTK-exception.html", 243 + "isDeprecatedLicenseId": false, 244 + "detailsUrl": "https://spdx.org/licenses/FLTK-exception.json", 245 + "referenceNumber": 66, 246 + "name": "FLTK exception", 247 + "licenseExceptionId": "FLTK-exception", 248 + "seeAlso": [ 249 + "http://www.fltk.org/COPYING.php" 250 + ] 251 + }, 252 + { 253 + "reference": "https://spdx.org/licenses/fmt-exception.html", 254 + "isDeprecatedLicenseId": false, 255 + "detailsUrl": "https://spdx.org/licenses/fmt-exception.json", 256 + "referenceNumber": 77, 257 + "name": "fmt exception", 258 + "licenseExceptionId": "fmt-exception", 259 + "seeAlso": [ 260 + "https://github.com/fmtlib/fmt/blob/master/LICENSE", 261 + "https://github.com/fmtlib/fmt/blob/2eb363297b24cd71a68ccfb20ff755430f17e60f/LICENSE#L22C1-L27C62" 262 + ] 263 + }, 264 + { 265 + "reference": "https://spdx.org/licenses/Font-exception-2.0.html", 266 + "isDeprecatedLicenseId": false, 267 + "detailsUrl": "https://spdx.org/licenses/Font-exception-2.0.json", 268 + "referenceNumber": 35, 269 + "name": "Font exception 2.0", 270 + "licenseExceptionId": "Font-exception-2.0", 271 + "seeAlso": [ 272 + "http://www.gnu.org/licenses/gpl-faq.html#FontException" 273 + ] 274 + }, 275 + { 276 + "reference": "https://spdx.org/licenses/freertos-exception-2.0.html", 277 + "isDeprecatedLicenseId": false, 278 + "detailsUrl": "https://spdx.org/licenses/freertos-exception-2.0.json", 279 + "referenceNumber": 23, 280 + "name": "FreeRTOS Exception 2.0", 281 + "licenseExceptionId": "freertos-exception-2.0", 282 + "seeAlso": [ 283 + "https://web.archive.org/web/20060809182744/http://www.freertos.org/a00114.html" 284 + ] 285 + }, 286 + { 287 + "reference": "https://spdx.org/licenses/GCC-exception-2.0.html", 288 + "isDeprecatedLicenseId": false, 289 + "detailsUrl": "https://spdx.org/licenses/GCC-exception-2.0.json", 290 + "referenceNumber": 14, 291 + "name": "GCC Runtime Library exception 2.0", 292 + "licenseExceptionId": "GCC-exception-2.0", 293 + "seeAlso": [ 294 + "https://gcc.gnu.org/git/?p\u003dgcc.git;a\u003dblob;f\u003dgcc/libgcc1.c;h\u003d762f5143fc6eed57b6797c82710f3538aa52b40b;hb\u003dcb143a3ce4fb417c68f5fa2691a1b1b1053dfba9#l10", 295 + "https://sourceware.org/git/?p\u003dglibc.git;a\u003dblob;f\u003dcsu/abi-note.c;h\u003dc2ec208e94fbe91f63d3c375bd254b884695d190;hb\u003dHEAD" 296 + ] 297 + }, 298 + { 299 + "reference": "https://spdx.org/licenses/GCC-exception-2.0-note.html", 300 + "isDeprecatedLicenseId": false, 301 + "detailsUrl": "https://spdx.org/licenses/GCC-exception-2.0-note.json", 302 + "referenceNumber": 20, 303 + "name": "GCC Runtime Library exception 2.0 - note variant", 304 + "licenseExceptionId": "GCC-exception-2.0-note", 305 + "seeAlso": [ 306 + "https://sourceware.org/git/?p\u003dglibc.git;a\u003dblob;f\u003dsysdeps/x86_64/start.S" 307 + ] 308 + }, 309 + { 310 + "reference": "https://spdx.org/licenses/GCC-exception-3.1.html", 311 + "isDeprecatedLicenseId": false, 312 + "detailsUrl": "https://spdx.org/licenses/GCC-exception-3.1.json", 313 + "referenceNumber": 25, 314 + "name": "GCC Runtime Library exception 3.1", 315 + "licenseExceptionId": "GCC-exception-3.1", 316 + "seeAlso": [ 317 + "http://www.gnu.org/licenses/gcc-exception-3.1.html" 318 + ] 319 + }, 320 + { 321 + "reference": "https://spdx.org/licenses/Gmsh-exception.html", 322 + "isDeprecatedLicenseId": false, 323 + "detailsUrl": "https://spdx.org/licenses/Gmsh-exception.json", 324 + "referenceNumber": 26, 325 + "name": "Gmsh exception", 326 + "licenseExceptionId": "Gmsh-exception", 327 + "seeAlso": [ 328 + "https://gitlab.onelab.info/gmsh/gmsh/-/raw/master/LICENSE.txt" 329 + ] 330 + }, 331 + { 332 + "reference": "https://spdx.org/licenses/GNAT-exception.html", 333 + "isDeprecatedLicenseId": false, 334 + "detailsUrl": "https://spdx.org/licenses/GNAT-exception.json", 335 + "referenceNumber": 69, 336 + "name": "GNAT exception", 337 + "licenseExceptionId": "GNAT-exception", 338 + "seeAlso": [ 339 + "https://github.com/AdaCore/florist/blob/master/libsrc/posix-configurable_file_limits.adb" 340 + ] 341 + }, 342 + { 343 + "reference": "https://spdx.org/licenses/GNOME-examples-exception.html", 344 + "isDeprecatedLicenseId": false, 345 + "detailsUrl": "https://spdx.org/licenses/GNOME-examples-exception.json", 346 + "referenceNumber": 76, 347 + "name": "GNOME examples exception", 348 + "licenseExceptionId": "GNOME-examples-exception", 349 + "seeAlso": [ 350 + "https://gitlab.gnome.org/Archive/gnome-devel-docs/-/blob/master/platform-demos/C/legal.xml?ref_type\u003dheads", 351 + "http://meldmerge.org/help/" 352 + ] 353 + }, 354 + { 355 + "reference": "https://spdx.org/licenses/GNU-compiler-exception.html", 356 + "isDeprecatedLicenseId": false, 357 + "detailsUrl": "https://spdx.org/licenses/GNU-compiler-exception.json", 358 + "referenceNumber": 58, 359 + "name": "GNU Compiler Exception", 360 + "licenseExceptionId": "GNU-compiler-exception", 361 + "seeAlso": [ 362 + "https://sourceware.org/git?p\u003dbinutils-gdb.git;a\u003dblob;f\u003dlibiberty/unlink-if-ordinary.c;h\u003de49f2f2f67bfdb10d6b2bd579b0e01cad0fd708e;hb\u003dHEAD#l19" 363 + ] 364 + }, 365 + { 366 + "reference": "https://spdx.org/licenses/gnu-javamail-exception.html", 367 + "isDeprecatedLicenseId": false, 368 + "detailsUrl": "https://spdx.org/licenses/gnu-javamail-exception.json", 369 + "referenceNumber": 64, 370 + "name": "GNU JavaMail exception", 371 + "licenseExceptionId": "gnu-javamail-exception", 372 + "seeAlso": [ 373 + "http://www.gnu.org/software/classpathx/javamail/javamail.html" 374 + ] 375 + }, 376 + { 377 + "reference": "https://spdx.org/licenses/GPL-3.0-389-ds-base-exception.html", 378 + "isDeprecatedLicenseId": false, 379 + "detailsUrl": "https://spdx.org/licenses/GPL-3.0-389-ds-base-exception.json", 380 + "referenceNumber": 18, 381 + "name": "GPL-3.0 389 DS Base Exception", 382 + "licenseExceptionId": "GPL-3.0-389-ds-base-exception", 383 + "seeAlso": [] 384 + }, 385 + { 386 + "reference": "https://spdx.org/licenses/GPL-3.0-interface-exception.html", 387 + "isDeprecatedLicenseId": false, 388 + "detailsUrl": "https://spdx.org/licenses/GPL-3.0-interface-exception.json", 389 + "referenceNumber": 78, 390 + "name": "GPL-3.0 Interface Exception", 391 + "licenseExceptionId": "GPL-3.0-interface-exception", 392 + "seeAlso": [ 393 + "https://www.gnu.org/licenses/gpl-faq.en.html#LinkingOverControlledInterface" 394 + ] 395 + }, 396 + { 397 + "reference": "https://spdx.org/licenses/GPL-3.0-linking-exception.html", 398 + "isDeprecatedLicenseId": false, 399 + "detailsUrl": "https://spdx.org/licenses/GPL-3.0-linking-exception.json", 400 + "referenceNumber": 68, 401 + "name": "GPL-3.0 Linking Exception", 402 + "licenseExceptionId": "GPL-3.0-linking-exception", 403 + "seeAlso": [ 404 + "https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs" 405 + ] 406 + }, 407 + { 408 + "reference": "https://spdx.org/licenses/GPL-3.0-linking-source-exception.html", 409 + "isDeprecatedLicenseId": false, 410 + "detailsUrl": "https://spdx.org/licenses/GPL-3.0-linking-source-exception.json", 411 + "referenceNumber": 62, 412 + "name": "GPL-3.0 Linking Exception (with Corresponding Source)", 413 + "licenseExceptionId": "GPL-3.0-linking-source-exception", 414 + "seeAlso": [ 415 + "https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs", 416 + "https://github.com/mirror/wget/blob/master/src/http.c#L20" 417 + ] 418 + }, 419 + { 420 + "reference": "https://spdx.org/licenses/GPL-CC-1.0.html", 421 + "isDeprecatedLicenseId": false, 422 + "detailsUrl": "https://spdx.org/licenses/GPL-CC-1.0.json", 423 + "referenceNumber": 33, 424 + "name": "GPL Cooperation Commitment 1.0", 425 + "licenseExceptionId": "GPL-CC-1.0", 426 + "seeAlso": [ 427 + "https://github.com/gplcc/gplcc/blob/master/Project/COMMITMENT", 428 + "https://gplcc.github.io/gplcc/Project/README-PROJECT.html" 429 + ] 430 + }, 431 + { 432 + "reference": "https://spdx.org/licenses/GStreamer-exception-2005.html", 433 + "isDeprecatedLicenseId": false, 434 + "detailsUrl": "https://spdx.org/licenses/GStreamer-exception-2005.json", 435 + "referenceNumber": 4, 436 + "name": "GStreamer Exception (2005)", 437 + "licenseExceptionId": "GStreamer-exception-2005", 438 + "seeAlso": [ 439 + "https://gstreamer.freedesktop.org/documentation/frequently-asked-questions/licensing.html?gi-language\u003dc#licensing-of-applications-using-gstreamer" 440 + ] 441 + }, 442 + { 443 + "reference": "https://spdx.org/licenses/GStreamer-exception-2008.html", 444 + "isDeprecatedLicenseId": false, 445 + "detailsUrl": "https://spdx.org/licenses/GStreamer-exception-2008.json", 446 + "referenceNumber": 41, 447 + "name": "GStreamer Exception (2008)", 448 + "licenseExceptionId": "GStreamer-exception-2008", 449 + "seeAlso": [ 450 + "https://gstreamer.freedesktop.org/documentation/frequently-asked-questions/licensing.html?gi-language\u003dc#licensing-of-applications-using-gstreamer" 451 + ] 452 + }, 453 + { 454 + "reference": "https://spdx.org/licenses/harbour-exception.html", 455 + "isDeprecatedLicenseId": false, 456 + "detailsUrl": "https://spdx.org/licenses/harbour-exception.json", 457 + "referenceNumber": 59, 458 + "name": "harbour exception", 459 + "licenseExceptionId": "harbour-exception", 460 + "seeAlso": [ 461 + "https://github.com/harbour/core/blob/master/LICENSE.txt#L44-L66" 462 + ] 463 + }, 464 + { 465 + "reference": "https://spdx.org/licenses/i2p-gpl-java-exception.html", 466 + "isDeprecatedLicenseId": false, 467 + "detailsUrl": "https://spdx.org/licenses/i2p-gpl-java-exception.json", 468 + "referenceNumber": 9, 469 + "name": "i2p GPL+Java Exception", 470 + "licenseExceptionId": "i2p-gpl-java-exception", 471 + "seeAlso": [ 472 + "http://geti2p.net/en/get-involved/develop/licenses#java_exception" 473 + ] 474 + }, 475 + { 476 + "reference": "https://spdx.org/licenses/Independent-modules-exception.html", 477 + "isDeprecatedLicenseId": false, 478 + "detailsUrl": "https://spdx.org/licenses/Independent-modules-exception.json", 479 + "referenceNumber": 45, 480 + "name": "Independent Module Linking exception", 481 + "licenseExceptionId": "Independent-modules-exception", 482 + "seeAlso": [ 483 + "https://gitlab.com/freepascal.org/fpc/source/-/blob/release_3_2_2/rtl/COPYING.FPC" 484 + ] 485 + }, 486 + { 487 + "reference": "https://spdx.org/licenses/KiCad-libraries-exception.html", 488 + "isDeprecatedLicenseId": false, 489 + "detailsUrl": "https://spdx.org/licenses/KiCad-libraries-exception.json", 490 + "referenceNumber": 44, 491 + "name": "KiCad Libraries Exception", 492 + "licenseExceptionId": "KiCad-libraries-exception", 493 + "seeAlso": [ 494 + "https://www.kicad.org/libraries/license/" 495 + ] 496 + }, 497 + { 498 + "reference": "https://spdx.org/licenses/LGPL-3.0-linking-exception.html", 499 + "isDeprecatedLicenseId": false, 500 + "detailsUrl": "https://spdx.org/licenses/LGPL-3.0-linking-exception.json", 501 + "referenceNumber": 32, 502 + "name": "LGPL-3.0 Linking Exception", 503 + "licenseExceptionId": "LGPL-3.0-linking-exception", 504 + "seeAlso": [ 505 + "https://raw.githubusercontent.com/go-xmlpath/xmlpath/v2/LICENSE", 506 + "https://github.com/goamz/goamz/blob/master/LICENSE", 507 + "https://github.com/juju/errors/blob/master/LICENSE" 508 + ] 509 + }, 510 + { 511 + "reference": "https://spdx.org/licenses/libpri-OpenH323-exception.html", 512 + "isDeprecatedLicenseId": false, 513 + "detailsUrl": "https://spdx.org/licenses/libpri-OpenH323-exception.json", 514 + "referenceNumber": 19, 515 + "name": "libpri OpenH323 exception", 516 + "licenseExceptionId": "libpri-OpenH323-exception", 517 + "seeAlso": [ 518 + "https://github.com/asterisk/libpri/blob/1.6.0/README#L19-L22" 519 + ] 520 + }, 521 + { 522 + "reference": "https://spdx.org/licenses/Libtool-exception.html", 523 + "isDeprecatedLicenseId": false, 524 + "detailsUrl": "https://spdx.org/licenses/Libtool-exception.json", 525 + "referenceNumber": 71, 526 + "name": "Libtool Exception", 527 + "licenseExceptionId": "Libtool-exception", 528 + "seeAlso": [ 529 + "http://git.savannah.gnu.org/cgit/libtool.git/tree/m4/libtool.m4", 530 + "https://git.savannah.gnu.org/cgit/libtool.git/tree/libltdl/lt__alloc.c#n15" 531 + ] 532 + }, 533 + { 534 + "reference": "https://spdx.org/licenses/Linux-syscall-note.html", 535 + "isDeprecatedLicenseId": false, 536 + "detailsUrl": "https://spdx.org/licenses/Linux-syscall-note.json", 537 + "referenceNumber": 37, 538 + "name": "Linux Syscall Note", 539 + "licenseExceptionId": "Linux-syscall-note", 540 + "seeAlso": [ 541 + "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/COPYING" 542 + ] 543 + }, 544 + { 545 + "reference": "https://spdx.org/licenses/LLGPL.html", 546 + "isDeprecatedLicenseId": false, 547 + "detailsUrl": "https://spdx.org/licenses/LLGPL.json", 548 + "referenceNumber": 24, 549 + "name": "LLGPL Preamble", 550 + "licenseExceptionId": "LLGPL", 551 + "seeAlso": [ 552 + "http://opensource.franz.com/preamble.html" 553 + ] 554 + }, 555 + { 556 + "reference": "https://spdx.org/licenses/LLVM-exception.html", 557 + "isDeprecatedLicenseId": false, 558 + "detailsUrl": "https://spdx.org/licenses/LLVM-exception.json", 559 + "referenceNumber": 72, 560 + "name": "LLVM Exception", 561 + "licenseExceptionId": "LLVM-exception", 562 + "seeAlso": [ 563 + "http://llvm.org/foundation/relicensing/LICENSE.txt" 564 + ] 565 + }, 566 + { 567 + "reference": "https://spdx.org/licenses/LZMA-exception.html", 568 + "isDeprecatedLicenseId": false, 569 + "detailsUrl": "https://spdx.org/licenses/LZMA-exception.json", 570 + "referenceNumber": 30, 571 + "name": "LZMA exception", 572 + "licenseExceptionId": "LZMA-exception", 573 + "seeAlso": [ 574 + "http://nsis.sourceforge.net/Docs/AppendixI.html#I.6" 575 + ] 576 + }, 577 + { 578 + "reference": "https://spdx.org/licenses/mif-exception.html", 579 + "isDeprecatedLicenseId": false, 580 + "detailsUrl": "https://spdx.org/licenses/mif-exception.json", 581 + "referenceNumber": 29, 582 + "name": "Macros and Inline Functions Exception", 583 + "licenseExceptionId": "mif-exception", 584 + "seeAlso": [ 585 + "http://www.scs.stanford.edu/histar/src/lib/cppsup/exception", 586 + "http://dev.bertos.org/doxygen/", 587 + "https://www.threadingbuildingblocks.org/licensing" 588 + ] 589 + }, 590 + { 591 + "reference": "https://spdx.org/licenses/mxml-exception.html", 592 + "isDeprecatedLicenseId": false, 593 + "detailsUrl": "https://spdx.org/licenses/mxml-exception.json", 594 + "referenceNumber": 38, 595 + "name": "mxml Exception", 596 + "licenseExceptionId": "mxml-exception", 597 + "seeAlso": [ 598 + "https://github.com/michaelrsweet/mxml/blob/master/NOTICE", 599 + "https://github.com/michaelrsweet/mxml/blob/master/LICENSE" 600 + ] 601 + }, 602 + { 603 + "reference": "https://spdx.org/licenses/Nokia-Qt-exception-1.1.html", 604 + "isDeprecatedLicenseId": true, 605 + "detailsUrl": "https://spdx.org/licenses/Nokia-Qt-exception-1.1.json", 606 + "referenceNumber": 47, 607 + "name": "Nokia Qt LGPL exception 1.1", 608 + "licenseExceptionId": "Nokia-Qt-exception-1.1", 609 + "seeAlso": [ 610 + "https://www.keepassx.org/dev/projects/keepassx/repository/revisions/b8dfb9cc4d5133e0f09cd7533d15a4f1c19a40f2/entry/LICENSE.NOKIA-LGPL-EXCEPTION" 611 + ] 612 + }, 613 + { 614 + "reference": "https://spdx.org/licenses/OCaml-LGPL-linking-exception.html", 615 + "isDeprecatedLicenseId": false, 616 + "detailsUrl": "https://spdx.org/licenses/OCaml-LGPL-linking-exception.json", 617 + "referenceNumber": 42, 618 + "name": "OCaml LGPL Linking Exception", 619 + "licenseExceptionId": "OCaml-LGPL-linking-exception", 620 + "seeAlso": [ 621 + "https://caml.inria.fr/ocaml/license.en.html" 622 + ] 623 + }, 624 + { 625 + "reference": "https://spdx.org/licenses/OCCT-exception-1.0.html", 626 + "isDeprecatedLicenseId": false, 627 + "detailsUrl": "https://spdx.org/licenses/OCCT-exception-1.0.json", 628 + "referenceNumber": 17, 629 + "name": "Open CASCADE Exception 1.0", 630 + "licenseExceptionId": "OCCT-exception-1.0", 631 + "seeAlso": [ 632 + "http://www.opencascade.com/content/licensing" 633 + ] 634 + }, 635 + { 636 + "reference": "https://spdx.org/licenses/OpenJDK-assembly-exception-1.0.html", 637 + "isDeprecatedLicenseId": false, 638 + "detailsUrl": "https://spdx.org/licenses/OpenJDK-assembly-exception-1.0.json", 639 + "referenceNumber": 11, 640 + "name": "OpenJDK Assembly exception 1.0", 641 + "licenseExceptionId": "OpenJDK-assembly-exception-1.0", 642 + "seeAlso": [ 643 + "http://openjdk.java.net/legal/assembly-exception.html" 644 + ] 645 + }, 646 + { 647 + "reference": "https://spdx.org/licenses/openvpn-openssl-exception.html", 648 + "isDeprecatedLicenseId": false, 649 + "detailsUrl": "https://spdx.org/licenses/openvpn-openssl-exception.json", 650 + "referenceNumber": 3, 651 + "name": "OpenVPN OpenSSL Exception", 652 + "licenseExceptionId": "openvpn-openssl-exception", 653 + "seeAlso": [ 654 + "http://openvpn.net/index.php/license.html", 655 + "https://github.com/psycopg/psycopg2/blob/2_9_3/LICENSE#L14" 656 + ] 657 + }, 658 + { 659 + "reference": "https://spdx.org/licenses/PCRE2-exception.html", 660 + "isDeprecatedLicenseId": false, 661 + "detailsUrl": "https://spdx.org/licenses/PCRE2-exception.json", 662 + "referenceNumber": 12, 663 + "name": "PCRE2 exception", 664 + "licenseExceptionId": "PCRE2-exception", 665 + "seeAlso": [ 666 + "https://www.pcre.org/licence.txt" 667 + ] 668 + }, 669 + { 670 + "reference": "https://spdx.org/licenses/polyparse-exception.html", 671 + "isDeprecatedLicenseId": false, 672 + "detailsUrl": "https://spdx.org/licenses/polyparse-exception.json", 673 + "referenceNumber": 54, 674 + "name": "Polyparse Exception", 675 + "licenseExceptionId": "polyparse-exception", 676 + "seeAlso": [ 677 + "https://hackage.haskell.org/package/polyparse-1.13/src/COPYRIGHT" 678 + ] 679 + }, 680 + { 681 + "reference": "https://spdx.org/licenses/PS-or-PDF-font-exception-20170817.html", 682 + "isDeprecatedLicenseId": false, 683 + "detailsUrl": "https://spdx.org/licenses/PS-or-PDF-font-exception-20170817.json", 684 + "referenceNumber": 43, 685 + "name": "PS/PDF font exception (2017-08-17)", 686 + "licenseExceptionId": "PS-or-PDF-font-exception-20170817", 687 + "seeAlso": [ 688 + "https://github.com/ArtifexSoftware/urw-base35-fonts/blob/65962e27febc3883a17e651cdb23e783668c996f/LICENSE" 689 + ] 690 + }, 691 + { 692 + "reference": "https://spdx.org/licenses/QPL-1.0-INRIA-2004-exception.html", 693 + "isDeprecatedLicenseId": false, 694 + "detailsUrl": "https://spdx.org/licenses/QPL-1.0-INRIA-2004-exception.json", 695 + "referenceNumber": 50, 696 + "name": "INRIA QPL 1.0 2004 variant exception", 697 + "licenseExceptionId": "QPL-1.0-INRIA-2004-exception", 698 + "seeAlso": [ 699 + "https://git.frama-c.com/pub/frama-c/-/blob/master/licenses/Q_MODIFIED_LICENSE", 700 + "https://github.com/maranget/hevea/blob/master/LICENSE" 701 + ] 702 + }, 703 + { 704 + "reference": "https://spdx.org/licenses/Qt-GPL-exception-1.0.html", 705 + "isDeprecatedLicenseId": false, 706 + "detailsUrl": "https://spdx.org/licenses/Qt-GPL-exception-1.0.json", 707 + "referenceNumber": 34, 708 + "name": "Qt GPL exception 1.0", 709 + "licenseExceptionId": "Qt-GPL-exception-1.0", 710 + "seeAlso": [ 711 + "http://code.qt.io/cgit/qt/qtbase.git/tree/LICENSE.GPL3-EXCEPT" 712 + ] 713 + }, 714 + { 715 + "reference": "https://spdx.org/licenses/Qt-LGPL-exception-1.1.html", 716 + "isDeprecatedLicenseId": false, 717 + "detailsUrl": "https://spdx.org/licenses/Qt-LGPL-exception-1.1.json", 718 + "referenceNumber": 39, 719 + "name": "Qt LGPL exception 1.1", 720 + "licenseExceptionId": "Qt-LGPL-exception-1.1", 721 + "seeAlso": [ 722 + "http://code.qt.io/cgit/qt/qtbase.git/tree/LGPL_EXCEPTION.txt" 723 + ] 724 + }, 725 + { 726 + "reference": "https://spdx.org/licenses/Qwt-exception-1.0.html", 727 + "isDeprecatedLicenseId": false, 728 + "detailsUrl": "https://spdx.org/licenses/Qwt-exception-1.0.json", 729 + "referenceNumber": 79, 730 + "name": "Qwt exception 1.0", 731 + "licenseExceptionId": "Qwt-exception-1.0", 732 + "seeAlso": [ 733 + "http://qwt.sourceforge.net/qwtlicense.html" 734 + ] 735 + }, 736 + { 737 + "reference": "https://spdx.org/licenses/romic-exception.html", 738 + "isDeprecatedLicenseId": false, 739 + "detailsUrl": "https://spdx.org/licenses/romic-exception.json", 740 + "referenceNumber": 6, 741 + "name": "Romic Exception", 742 + "licenseExceptionId": "romic-exception", 743 + "seeAlso": [ 744 + "https://web.archive.org/web/20210124015834/http://mo.morsi.org/blog/2009/08/13/lesser_affero_gplv3/", 745 + "https://sourceforge.net/p/romic/code/ci/3ab2856180cf0d8b007609af53154cf092efc58f/tree/COPYING", 746 + "https://github.com/moll/node-mitm/blob/bbf24b8bd7596dc6e091e625363161ce91984fc7/LICENSE#L8-L11", 747 + "https://github.com/zenbones/SmallMind/blob/3c62b5995fe7f27c453f140ff9b60560a0893f2a/COPYRIGHT#L25-L30", 748 + "https://github.com/CubeArtisan/cubeartisan/blob/2c6ab53455237b88a3ea07be02a838a135c4ab79/LICENSE.LESSER#L10-L15", 749 + "https://github.com/savearray2/py.js/blob/b781273c08c8afa89f4954de4ecf42ec01429bae/README.md#license" 750 + ] 751 + }, 752 + { 753 + "reference": "https://spdx.org/licenses/RRDtool-FLOSS-exception-2.0.html", 754 + "isDeprecatedLicenseId": false, 755 + "detailsUrl": "https://spdx.org/licenses/RRDtool-FLOSS-exception-2.0.json", 756 + "referenceNumber": 7, 757 + "name": "RRDtool FLOSS exception 2.0", 758 + "licenseExceptionId": "RRDtool-FLOSS-exception-2.0", 759 + "seeAlso": [ 760 + "https://github.com/oetiker/rrdtool-1.x/blob/master/COPYRIGHT#L25-L90", 761 + "https://oss.oetiker.ch/rrdtool/license.en.html" 762 + ] 763 + }, 764 + { 765 + "reference": "https://spdx.org/licenses/SANE-exception.html", 766 + "isDeprecatedLicenseId": false, 767 + "detailsUrl": "https://spdx.org/licenses/SANE-exception.json", 768 + "referenceNumber": 27, 769 + "name": "SANE Exception", 770 + "licenseExceptionId": "SANE-exception", 771 + "seeAlso": [ 772 + "https://github.com/alexpevzner/sane-airscan/blob/master/LICENSE", 773 + "https://gitlab.com/sane-project/backends/-/blob/master/sanei/sanei_pp.c?ref_type\u003dheads", 774 + "https://gitlab.com/sane-project/frontends/-/blob/master/sanei/sanei_codec_ascii.c?ref_type\u003dheads" 775 + ] 776 + }, 777 + { 778 + "reference": "https://spdx.org/licenses/SHL-2.0.html", 779 + "isDeprecatedLicenseId": false, 780 + "detailsUrl": "https://spdx.org/licenses/SHL-2.0.json", 781 + "referenceNumber": 5, 782 + "name": "Solderpad Hardware License v2.0", 783 + "licenseExceptionId": "SHL-2.0", 784 + "seeAlso": [ 785 + "https://solderpad.org/licenses/SHL-2.0/" 786 + ] 787 + }, 788 + { 789 + "reference": "https://spdx.org/licenses/SHL-2.1.html", 790 + "isDeprecatedLicenseId": false, 791 + "detailsUrl": "https://spdx.org/licenses/SHL-2.1.json", 792 + "referenceNumber": 1, 793 + "name": "Solderpad Hardware License v2.1", 794 + "licenseExceptionId": "SHL-2.1", 795 + "seeAlso": [ 796 + "https://solderpad.org/licenses/SHL-2.1/" 797 + ] 798 + }, 799 + { 800 + "reference": "https://spdx.org/licenses/stunnel-exception.html", 801 + "isDeprecatedLicenseId": false, 802 + "detailsUrl": "https://spdx.org/licenses/stunnel-exception.json", 803 + "referenceNumber": 49, 804 + "name": "stunnel Exception", 805 + "licenseExceptionId": "stunnel-exception", 806 + "seeAlso": [ 807 + "https://github.com/mtrojnar/stunnel/blob/master/COPYING.md" 808 + ] 809 + }, 810 + { 811 + "reference": "https://spdx.org/licenses/SWI-exception.html", 812 + "isDeprecatedLicenseId": false, 813 + "detailsUrl": "https://spdx.org/licenses/SWI-exception.json", 814 + "referenceNumber": 15, 815 + "name": "SWI exception", 816 + "licenseExceptionId": "SWI-exception", 817 + "seeAlso": [ 818 + "https://github.com/SWI-Prolog/packages-clpqr/blob/bfa80b9270274f0800120d5b8e6fef42ac2dc6a5/clpqr/class.pl" 819 + ] 820 + }, 821 + { 822 + "reference": "https://spdx.org/licenses/Swift-exception.html", 823 + "isDeprecatedLicenseId": false, 824 + "detailsUrl": "https://spdx.org/licenses/Swift-exception.json", 825 + "referenceNumber": 52, 826 + "name": "Swift Exception", 827 + "licenseExceptionId": "Swift-exception", 828 + "seeAlso": [ 829 + "https://swift.org/LICENSE.txt", 830 + "https://github.com/apple/swift-package-manager/blob/7ab2275f447a5eb37497ed63a9340f8a6d1e488b/LICENSE.txt#L205" 831 + ] 832 + }, 833 + { 834 + "reference": "https://spdx.org/licenses/Texinfo-exception.html", 835 + "isDeprecatedLicenseId": false, 836 + "detailsUrl": "https://spdx.org/licenses/Texinfo-exception.json", 837 + "referenceNumber": 60, 838 + "name": "Texinfo exception", 839 + "licenseExceptionId": "Texinfo-exception", 840 + "seeAlso": [ 841 + "https://git.savannah.gnu.org/cgit/automake.git/tree/lib/texinfo.tex?h\u003dv1.16.5#n23" 842 + ] 843 + }, 844 + { 845 + "reference": "https://spdx.org/licenses/u-boot-exception-2.0.html", 846 + "isDeprecatedLicenseId": false, 847 + "detailsUrl": "https://spdx.org/licenses/u-boot-exception-2.0.json", 848 + "referenceNumber": 8, 849 + "name": "U-Boot exception 2.0", 850 + "licenseExceptionId": "u-boot-exception-2.0", 851 + "seeAlso": [ 852 + "http://git.denx.de/?p\u003du-boot.git;a\u003dblob;f\u003dLicenses/Exceptions" 853 + ] 854 + }, 855 + { 856 + "reference": "https://spdx.org/licenses/UBDL-exception.html", 857 + "isDeprecatedLicenseId": false, 858 + "detailsUrl": "https://spdx.org/licenses/UBDL-exception.json", 859 + "referenceNumber": 75, 860 + "name": "Unmodified Binary Distribution exception", 861 + "licenseExceptionId": "UBDL-exception", 862 + "seeAlso": [ 863 + "https://github.com/ipxe/ipxe/blob/master/COPYING.UBDL" 864 + ] 865 + }, 866 + { 867 + "reference": "https://spdx.org/licenses/Universal-FOSS-exception-1.0.html", 868 + "isDeprecatedLicenseId": false, 869 + "detailsUrl": "https://spdx.org/licenses/Universal-FOSS-exception-1.0.json", 870 + "referenceNumber": 70, 871 + "name": "Universal FOSS Exception, Version 1.0", 872 + "licenseExceptionId": "Universal-FOSS-exception-1.0", 873 + "seeAlso": [ 874 + "https://oss.oracle.com/licenses/universal-foss-exception/" 875 + ] 876 + }, 877 + { 878 + "reference": "https://spdx.org/licenses/vsftpd-openssl-exception.html", 879 + "isDeprecatedLicenseId": false, 880 + "detailsUrl": "https://spdx.org/licenses/vsftpd-openssl-exception.json", 881 + "referenceNumber": 55, 882 + "name": "vsftpd OpenSSL exception", 883 + "licenseExceptionId": "vsftpd-openssl-exception", 884 + "seeAlso": [ 885 + "https://git.stg.centos.org/source-git/vsftpd/blob/f727873674d9c9cd7afcae6677aa782eb54c8362/f/LICENSE", 886 + "https://launchpad.net/debian/squeeze/+source/vsftpd/+copyright", 887 + "https://github.com/richardcochran/vsftpd/blob/master/COPYING" 888 + ] 889 + }, 890 + { 891 + "reference": "https://spdx.org/licenses/WxWindows-exception-3.1.html", 892 + "isDeprecatedLicenseId": false, 893 + "detailsUrl": "https://spdx.org/licenses/WxWindows-exception-3.1.json", 894 + "referenceNumber": 31, 895 + "name": "WxWindows Library Exception 3.1", 896 + "licenseExceptionId": "WxWindows-exception-3.1", 897 + "seeAlso": [ 898 + "http://www.opensource.org/licenses/WXwindows" 899 + ] 900 + }, 901 + { 902 + "reference": "https://spdx.org/licenses/x11vnc-openssl-exception.html", 903 + "isDeprecatedLicenseId": false, 904 + "detailsUrl": "https://spdx.org/licenses/x11vnc-openssl-exception.json", 905 + "referenceNumber": 57, 906 + "name": "x11vnc OpenSSL Exception", 907 + "licenseExceptionId": "x11vnc-openssl-exception", 908 + "seeAlso": [ 909 + "https://github.com/LibVNC/x11vnc/blob/master/src/8to24.c#L22" 910 + ] 911 + } 912 + ], 913 + "releaseDate": "2025-07-01T00:00:00Z" 914 + }
+66
vendor/opam/spdx_licenses/src/ids/generate.ml
··· 1 + (* SPDX-License-Identifier: MIT *) 2 + 3 + let output_endline ch s = 4 + Stdlib.output_string ch (s^"\n") 5 + 6 + let write file list = 7 + let list = List.stable_sort String.compare list in 8 + let ch = Stdlib.open_out file in 9 + Fun.protect ~finally:(fun () -> close_out ch) begin fun () -> 10 + output_endline ch "(* This file was generated. See dune file. *)"; 11 + output_endline ch ""; 12 + output_endline ch "let list = ["; 13 + List.iter (fun x -> output_endline ch (Printf.sprintf " %S;" x)) list; 14 + output_endline ch "]"; 15 + end 16 + 17 + let read file = 18 + let ch = Stdlib.open_in file in 19 + Fun.protect 20 + (fun () -> Ezjsonm.from_channel ch) 21 + ~finally:(fun () -> close_in ch) 22 + 23 + let generate_licenses () = 24 + let list = 25 + let value = read "ids/licenses.json" in 26 + Ezjsonm.find value ["licenses"] |> 27 + Ezjsonm.get_list Fun.id |> 28 + List.filter_map begin fun license -> 29 + let is_deprecated = 30 + Ezjsonm.find license ["isDeprecatedLicenseId"] |> 31 + Ezjsonm.get_bool 32 + in 33 + if is_deprecated then 34 + None 35 + else 36 + Ezjsonm.find license ["licenseId"] |> 37 + Ezjsonm.get_string |> 38 + Option.some 39 + end 40 + in 41 + write "licenseIDs.ml" list 42 + 43 + let generate_exceptions () = 44 + let list = 45 + let value = read "ids/exceptions.json" in 46 + Ezjsonm.find value ["exceptions"] |> 47 + Ezjsonm.get_list Fun.id |> 48 + List.filter_map begin fun license -> 49 + let is_deprecated = 50 + Ezjsonm.find license ["isDeprecatedLicenseId"] |> 51 + Ezjsonm.get_bool 52 + in 53 + if is_deprecated then 54 + None 55 + else 56 + Ezjsonm.find license ["licenseExceptionId"] |> 57 + Ezjsonm.get_string |> 58 + Option.some 59 + end 60 + in 61 + write "exceptionIDs.ml" list 62 + 63 + let () = begin 64 + generate_licenses (); 65 + generate_exceptions (); 66 + end
+3
vendor/opam/spdx_licenses/src/ids/generate.mli
··· 1 + (* SPDX-License-Identifier: MIT *) 2 + 3 + (* Binary file *)
+8771
vendor/opam/spdx_licenses/src/ids/licenses.json
··· 1 + { 2 + "licenseListVersion": "3.27.0", 3 + "licenses": [ 4 + { 5 + "reference": "https://spdx.org/licenses/0BSD.html", 6 + "isDeprecatedLicenseId": false, 7 + "detailsUrl": "https://spdx.org/licenses/0BSD.json", 8 + "referenceNumber": 316, 9 + "name": "BSD Zero Clause License", 10 + "licenseId": "0BSD", 11 + "seeAlso": [ 12 + "http://landley.net/toybox/license.html", 13 + "https://opensource.org/licenses/0BSD" 14 + ], 15 + "isOsiApproved": true 16 + }, 17 + { 18 + "reference": "https://spdx.org/licenses/3D-Slicer-1.0.html", 19 + "isDeprecatedLicenseId": false, 20 + "detailsUrl": "https://spdx.org/licenses/3D-Slicer-1.0.json", 21 + "referenceNumber": 61, 22 + "name": "3D Slicer License v1.0", 23 + "licenseId": "3D-Slicer-1.0", 24 + "seeAlso": [ 25 + "https://slicer.org/LICENSE", 26 + "https://github.com/Slicer/Slicer/blob/main/License.txt" 27 + ], 28 + "isOsiApproved": false 29 + }, 30 + { 31 + "reference": "https://spdx.org/licenses/AAL.html", 32 + "isDeprecatedLicenseId": false, 33 + "detailsUrl": "https://spdx.org/licenses/AAL.json", 34 + "referenceNumber": 424, 35 + "name": "Attribution Assurance License", 36 + "licenseId": "AAL", 37 + "seeAlso": [ 38 + "https://opensource.org/licenses/attribution" 39 + ], 40 + "isOsiApproved": true 41 + }, 42 + { 43 + "reference": "https://spdx.org/licenses/Abstyles.html", 44 + "isDeprecatedLicenseId": false, 45 + "detailsUrl": "https://spdx.org/licenses/Abstyles.json", 46 + "referenceNumber": 252, 47 + "name": "Abstyles License", 48 + "licenseId": "Abstyles", 49 + "seeAlso": [ 50 + "https://fedoraproject.org/wiki/Licensing/Abstyles" 51 + ], 52 + "isOsiApproved": false 53 + }, 54 + { 55 + "reference": "https://spdx.org/licenses/AdaCore-doc.html", 56 + "isDeprecatedLicenseId": false, 57 + "detailsUrl": "https://spdx.org/licenses/AdaCore-doc.json", 58 + "referenceNumber": 315, 59 + "name": "AdaCore Doc License", 60 + "licenseId": "AdaCore-doc", 61 + "seeAlso": [ 62 + "https://github.com/AdaCore/xmlada/blob/master/docs/index.rst", 63 + "https://github.com/AdaCore/gnatcoll-core/blob/master/docs/index.rst", 64 + "https://github.com/AdaCore/gnatcoll-db/blob/master/docs/index.rst" 65 + ], 66 + "isOsiApproved": false 67 + }, 68 + { 69 + "reference": "https://spdx.org/licenses/Adobe-2006.html", 70 + "isDeprecatedLicenseId": false, 71 + "detailsUrl": "https://spdx.org/licenses/Adobe-2006.json", 72 + "referenceNumber": 658, 73 + "name": "Adobe Systems Incorporated Source Code License Agreement", 74 + "licenseId": "Adobe-2006", 75 + "seeAlso": [ 76 + "https://fedoraproject.org/wiki/Licensing/AdobeLicense" 77 + ], 78 + "isOsiApproved": false 79 + }, 80 + { 81 + "reference": "https://spdx.org/licenses/Adobe-Display-PostScript.html", 82 + "isDeprecatedLicenseId": false, 83 + "detailsUrl": "https://spdx.org/licenses/Adobe-Display-PostScript.json", 84 + "referenceNumber": 499, 85 + "name": "Adobe Display PostScript License", 86 + "licenseId": "Adobe-Display-PostScript", 87 + "seeAlso": [ 88 + "https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/COPYING?ref_type\u003dheads#L752" 89 + ], 90 + "isOsiApproved": false 91 + }, 92 + { 93 + "reference": "https://spdx.org/licenses/Adobe-Glyph.html", 94 + "isDeprecatedLicenseId": false, 95 + "detailsUrl": "https://spdx.org/licenses/Adobe-Glyph.json", 96 + "referenceNumber": 492, 97 + "name": "Adobe Glyph List License", 98 + "licenseId": "Adobe-Glyph", 99 + "seeAlso": [ 100 + "https://fedoraproject.org/wiki/Licensing/MIT#AdobeGlyph" 101 + ], 102 + "isOsiApproved": false 103 + }, 104 + { 105 + "reference": "https://spdx.org/licenses/Adobe-Utopia.html", 106 + "isDeprecatedLicenseId": false, 107 + "detailsUrl": "https://spdx.org/licenses/Adobe-Utopia.json", 108 + "referenceNumber": 554, 109 + "name": "Adobe Utopia Font License", 110 + "licenseId": "Adobe-Utopia", 111 + "seeAlso": [ 112 + "https://gitlab.freedesktop.org/xorg/font/adobe-utopia-100dpi/-/blob/master/COPYING?ref_type\u003dheads" 113 + ], 114 + "isOsiApproved": false 115 + }, 116 + { 117 + "reference": "https://spdx.org/licenses/ADSL.html", 118 + "isDeprecatedLicenseId": false, 119 + "detailsUrl": "https://spdx.org/licenses/ADSL.json", 120 + "referenceNumber": 76, 121 + "name": "Amazon Digital Services License", 122 + "licenseId": "ADSL", 123 + "seeAlso": [ 124 + "https://fedoraproject.org/wiki/Licensing/AmazonDigitalServicesLicense" 125 + ], 126 + "isOsiApproved": false 127 + }, 128 + { 129 + "reference": "https://spdx.org/licenses/AFL-1.1.html", 130 + "isDeprecatedLicenseId": false, 131 + "detailsUrl": "https://spdx.org/licenses/AFL-1.1.json", 132 + "referenceNumber": 7, 133 + "name": "Academic Free License v1.1", 134 + "licenseId": "AFL-1.1", 135 + "seeAlso": [ 136 + "http://opensource.linux-mirror.org/licenses/afl-1.1.txt", 137 + "http://wayback.archive.org/web/20021004124254/http://www.opensource.org/licenses/academic.php" 138 + ], 139 + "isOsiApproved": true, 140 + "isFsfLibre": true 141 + }, 142 + { 143 + "reference": "https://spdx.org/licenses/AFL-1.2.html", 144 + "isDeprecatedLicenseId": false, 145 + "detailsUrl": "https://spdx.org/licenses/AFL-1.2.json", 146 + "referenceNumber": 480, 147 + "name": "Academic Free License v1.2", 148 + "licenseId": "AFL-1.2", 149 + "seeAlso": [ 150 + "http://opensource.linux-mirror.org/licenses/afl-1.2.txt", 151 + "http://wayback.archive.org/web/20021204204652/http://www.opensource.org/licenses/academic.php" 152 + ], 153 + "isOsiApproved": true, 154 + "isFsfLibre": true 155 + }, 156 + { 157 + "reference": "https://spdx.org/licenses/AFL-2.0.html", 158 + "isDeprecatedLicenseId": false, 159 + "detailsUrl": "https://spdx.org/licenses/AFL-2.0.json", 160 + "referenceNumber": 41, 161 + "name": "Academic Free License v2.0", 162 + "licenseId": "AFL-2.0", 163 + "seeAlso": [ 164 + "http://wayback.archive.org/web/20060924134533/http://www.opensource.org/licenses/afl-2.0.txt" 165 + ], 166 + "isOsiApproved": true, 167 + "isFsfLibre": true 168 + }, 169 + { 170 + "reference": "https://spdx.org/licenses/AFL-2.1.html", 171 + "isDeprecatedLicenseId": false, 172 + "detailsUrl": "https://spdx.org/licenses/AFL-2.1.json", 173 + "referenceNumber": 682, 174 + "name": "Academic Free License v2.1", 175 + "licenseId": "AFL-2.1", 176 + "seeAlso": [ 177 + "http://opensource.linux-mirror.org/licenses/afl-2.1.txt" 178 + ], 179 + "isOsiApproved": true, 180 + "isFsfLibre": true 181 + }, 182 + { 183 + "reference": "https://spdx.org/licenses/AFL-3.0.html", 184 + "isDeprecatedLicenseId": false, 185 + "detailsUrl": "https://spdx.org/licenses/AFL-3.0.json", 186 + "referenceNumber": 343, 187 + "name": "Academic Free License v3.0", 188 + "licenseId": "AFL-3.0", 189 + "seeAlso": [ 190 + "http://www.rosenlaw.com/AFL3.0.htm", 191 + "https://opensource.org/licenses/afl-3.0" 192 + ], 193 + "isOsiApproved": true, 194 + "isFsfLibre": true 195 + }, 196 + { 197 + "reference": "https://spdx.org/licenses/Afmparse.html", 198 + "isDeprecatedLicenseId": false, 199 + "detailsUrl": "https://spdx.org/licenses/Afmparse.json", 200 + "referenceNumber": 84, 201 + "name": "Afmparse License", 202 + "licenseId": "Afmparse", 203 + "seeAlso": [ 204 + "https://fedoraproject.org/wiki/Licensing/Afmparse" 205 + ], 206 + "isOsiApproved": false 207 + }, 208 + { 209 + "reference": "https://spdx.org/licenses/AGPL-1.0.html", 210 + "isDeprecatedLicenseId": true, 211 + "detailsUrl": "https://spdx.org/licenses/AGPL-1.0.json", 212 + "referenceNumber": 38, 213 + "name": "Affero General Public License v1.0", 214 + "licenseId": "AGPL-1.0", 215 + "seeAlso": [ 216 + "http://www.affero.org/oagpl.html" 217 + ], 218 + "isOsiApproved": false, 219 + "isFsfLibre": true 220 + }, 221 + { 222 + "reference": "https://spdx.org/licenses/AGPL-1.0-only.html", 223 + "isDeprecatedLicenseId": false, 224 + "detailsUrl": "https://spdx.org/licenses/AGPL-1.0-only.json", 225 + "referenceNumber": 415, 226 + "name": "Affero General Public License v1.0 only", 227 + "licenseId": "AGPL-1.0-only", 228 + "seeAlso": [ 229 + "http://www.affero.org/oagpl.html" 230 + ], 231 + "isOsiApproved": false 232 + }, 233 + { 234 + "reference": "https://spdx.org/licenses/AGPL-1.0-or-later.html", 235 + "isDeprecatedLicenseId": false, 236 + "detailsUrl": "https://spdx.org/licenses/AGPL-1.0-or-later.json", 237 + "referenceNumber": 24, 238 + "name": "Affero General Public License v1.0 or later", 239 + "licenseId": "AGPL-1.0-or-later", 240 + "seeAlso": [ 241 + "http://www.affero.org/oagpl.html" 242 + ], 243 + "isOsiApproved": false 244 + }, 245 + { 246 + "reference": "https://spdx.org/licenses/AGPL-3.0.html", 247 + "isDeprecatedLicenseId": true, 248 + "detailsUrl": "https://spdx.org/licenses/AGPL-3.0.json", 249 + "referenceNumber": 427, 250 + "name": "GNU Affero General Public License v3.0", 251 + "licenseId": "AGPL-3.0", 252 + "seeAlso": [ 253 + "https://www.gnu.org/licenses/agpl.txt", 254 + "https://opensource.org/licenses/AGPL-3.0" 255 + ], 256 + "isOsiApproved": true, 257 + "isFsfLibre": true 258 + }, 259 + { 260 + "reference": "https://spdx.org/licenses/AGPL-3.0-only.html", 261 + "isDeprecatedLicenseId": false, 262 + "detailsUrl": "https://spdx.org/licenses/AGPL-3.0-only.json", 263 + "referenceNumber": 191, 264 + "name": "GNU Affero General Public License v3.0 only", 265 + "licenseId": "AGPL-3.0-only", 266 + "seeAlso": [ 267 + "https://www.gnu.org/licenses/agpl.txt", 268 + "https://opensource.org/licenses/AGPL-3.0" 269 + ], 270 + "isOsiApproved": true, 271 + "isFsfLibre": true 272 + }, 273 + { 274 + "reference": "https://spdx.org/licenses/AGPL-3.0-or-later.html", 275 + "isDeprecatedLicenseId": false, 276 + "detailsUrl": "https://spdx.org/licenses/AGPL-3.0-or-later.json", 277 + "referenceNumber": 469, 278 + "name": "GNU Affero General Public License v3.0 or later", 279 + "licenseId": "AGPL-3.0-or-later", 280 + "seeAlso": [ 281 + "https://www.gnu.org/licenses/agpl.txt", 282 + "https://opensource.org/licenses/AGPL-3.0" 283 + ], 284 + "isOsiApproved": true, 285 + "isFsfLibre": true 286 + }, 287 + { 288 + "reference": "https://spdx.org/licenses/Aladdin.html", 289 + "isDeprecatedLicenseId": false, 290 + "detailsUrl": "https://spdx.org/licenses/Aladdin.json", 291 + "referenceNumber": 495, 292 + "name": "Aladdin Free Public License", 293 + "licenseId": "Aladdin", 294 + "seeAlso": [ 295 + "http://pages.cs.wisc.edu/~ghost/doc/AFPL/6.01/Public.htm" 296 + ], 297 + "isOsiApproved": false, 298 + "isFsfLibre": false 299 + }, 300 + { 301 + "reference": "https://spdx.org/licenses/AMD-newlib.html", 302 + "isDeprecatedLicenseId": false, 303 + "detailsUrl": "https://spdx.org/licenses/AMD-newlib.json", 304 + "referenceNumber": 437, 305 + "name": "AMD newlib License", 306 + "licenseId": "AMD-newlib", 307 + "seeAlso": [ 308 + "https://sourceware.org/git/?p\u003dnewlib-cygwin.git;a\u003dblob;f\u003dnewlib/libc/sys/a29khif/_close.S;h\u003d04f52ae00de1dafbd9055ad8d73c5c697a3aae7f;hb\u003dHEAD" 309 + ], 310 + "isOsiApproved": false 311 + }, 312 + { 313 + "reference": "https://spdx.org/licenses/AMDPLPA.html", 314 + "isDeprecatedLicenseId": false, 315 + "detailsUrl": "https://spdx.org/licenses/AMDPLPA.json", 316 + "referenceNumber": 194, 317 + "name": "AMD\u0027s plpa_map.c License", 318 + "licenseId": "AMDPLPA", 319 + "seeAlso": [ 320 + "https://fedoraproject.org/wiki/Licensing/AMD_plpa_map_License" 321 + ], 322 + "isOsiApproved": false 323 + }, 324 + { 325 + "reference": "https://spdx.org/licenses/AML.html", 326 + "isDeprecatedLicenseId": false, 327 + "detailsUrl": "https://spdx.org/licenses/AML.json", 328 + "referenceNumber": 644, 329 + "name": "Apple MIT License", 330 + "licenseId": "AML", 331 + "seeAlso": [ 332 + "https://fedoraproject.org/wiki/Licensing/Apple_MIT_License" 333 + ], 334 + "isOsiApproved": false 335 + }, 336 + { 337 + "reference": "https://spdx.org/licenses/AML-glslang.html", 338 + "isDeprecatedLicenseId": false, 339 + "detailsUrl": "https://spdx.org/licenses/AML-glslang.json", 340 + "referenceNumber": 439, 341 + "name": "AML glslang variant License", 342 + "licenseId": "AML-glslang", 343 + "seeAlso": [ 344 + "https://github.com/KhronosGroup/glslang/blob/main/LICENSE.txt#L949", 345 + "https://docs.omniverse.nvidia.com/install-guide/latest/common/licenses.html" 346 + ], 347 + "isOsiApproved": false 348 + }, 349 + { 350 + "reference": "https://spdx.org/licenses/AMPAS.html", 351 + "isDeprecatedLicenseId": false, 352 + "detailsUrl": "https://spdx.org/licenses/AMPAS.json", 353 + "referenceNumber": 15, 354 + "name": "Academy of Motion Picture Arts and Sciences BSD", 355 + "licenseId": "AMPAS", 356 + "seeAlso": [ 357 + "https://fedoraproject.org/wiki/Licensing/BSD#AMPASBSD" 358 + ], 359 + "isOsiApproved": false 360 + }, 361 + { 362 + "reference": "https://spdx.org/licenses/ANTLR-PD.html", 363 + "isDeprecatedLicenseId": false, 364 + "detailsUrl": "https://spdx.org/licenses/ANTLR-PD.json", 365 + "referenceNumber": 25, 366 + "name": "ANTLR Software Rights Notice", 367 + "licenseId": "ANTLR-PD", 368 + "seeAlso": [ 369 + "http://www.antlr2.org/license.html" 370 + ], 371 + "isOsiApproved": false 372 + }, 373 + { 374 + "reference": "https://spdx.org/licenses/ANTLR-PD-fallback.html", 375 + "isDeprecatedLicenseId": false, 376 + "detailsUrl": "https://spdx.org/licenses/ANTLR-PD-fallback.json", 377 + "referenceNumber": 218, 378 + "name": "ANTLR Software Rights Notice with license fallback", 379 + "licenseId": "ANTLR-PD-fallback", 380 + "seeAlso": [ 381 + "http://www.antlr2.org/license.html" 382 + ], 383 + "isOsiApproved": false 384 + }, 385 + { 386 + "reference": "https://spdx.org/licenses/any-OSI.html", 387 + "isDeprecatedLicenseId": false, 388 + "detailsUrl": "https://spdx.org/licenses/any-OSI.json", 389 + "referenceNumber": 74, 390 + "name": "Any OSI License", 391 + "licenseId": "any-OSI", 392 + "seeAlso": [ 393 + "https://metacpan.org/pod/Exporter::Tidy#LICENSE" 394 + ], 395 + "isOsiApproved": false 396 + }, 397 + { 398 + "reference": "https://spdx.org/licenses/any-OSI-perl-modules.html", 399 + "isDeprecatedLicenseId": false, 400 + "detailsUrl": "https://spdx.org/licenses/any-OSI-perl-modules.json", 401 + "referenceNumber": 230, 402 + "name": "Any OSI License - Perl Modules", 403 + "licenseId": "any-OSI-perl-modules", 404 + "seeAlso": [ 405 + "https://metacpan.org/release/JUERD/Exporter-Tidy-0.09/view/Tidy.pm#LICENSE", 406 + "https://metacpan.org/pod/Qmail::Deliverable::Client#LICENSE", 407 + "https://metacpan.org/pod/Net::MQTT::Simple#LICENSE" 408 + ], 409 + "isOsiApproved": false 410 + }, 411 + { 412 + "reference": "https://spdx.org/licenses/Apache-1.0.html", 413 + "isDeprecatedLicenseId": false, 414 + "detailsUrl": "https://spdx.org/licenses/Apache-1.0.json", 415 + "referenceNumber": 379, 416 + "name": "Apache License 1.0", 417 + "licenseId": "Apache-1.0", 418 + "seeAlso": [ 419 + "http://www.apache.org/licenses/LICENSE-1.0" 420 + ], 421 + "isOsiApproved": false, 422 + "isFsfLibre": true 423 + }, 424 + { 425 + "reference": "https://spdx.org/licenses/Apache-1.1.html", 426 + "isDeprecatedLicenseId": false, 427 + "detailsUrl": "https://spdx.org/licenses/Apache-1.1.json", 428 + "referenceNumber": 111, 429 + "name": "Apache License 1.1", 430 + "licenseId": "Apache-1.1", 431 + "seeAlso": [ 432 + "http://apache.org/licenses/LICENSE-1.1", 433 + "https://opensource.org/licenses/Apache-1.1" 434 + ], 435 + "isOsiApproved": true, 436 + "isFsfLibre": true 437 + }, 438 + { 439 + "reference": "https://spdx.org/licenses/Apache-2.0.html", 440 + "isDeprecatedLicenseId": false, 441 + "detailsUrl": "https://spdx.org/licenses/Apache-2.0.json", 442 + "referenceNumber": 162, 443 + "name": "Apache License 2.0", 444 + "licenseId": "Apache-2.0", 445 + "seeAlso": [ 446 + "https://www.apache.org/licenses/LICENSE-2.0", 447 + "https://opensource.org/licenses/Apache-2.0", 448 + "https://opensource.org/license/apache-2-0" 449 + ], 450 + "isOsiApproved": true, 451 + "isFsfLibre": true 452 + }, 453 + { 454 + "reference": "https://spdx.org/licenses/APAFML.html", 455 + "isDeprecatedLicenseId": false, 456 + "detailsUrl": "https://spdx.org/licenses/APAFML.json", 457 + "referenceNumber": 474, 458 + "name": "Adobe Postscript AFM License", 459 + "licenseId": "APAFML", 460 + "seeAlso": [ 461 + "https://fedoraproject.org/wiki/Licensing/AdobePostscriptAFM" 462 + ], 463 + "isOsiApproved": false 464 + }, 465 + { 466 + "reference": "https://spdx.org/licenses/APL-1.0.html", 467 + "isDeprecatedLicenseId": false, 468 + "detailsUrl": "https://spdx.org/licenses/APL-1.0.json", 469 + "referenceNumber": 127, 470 + "name": "Adaptive Public License 1.0", 471 + "licenseId": "APL-1.0", 472 + "seeAlso": [ 473 + "https://opensource.org/licenses/APL-1.0" 474 + ], 475 + "isOsiApproved": true 476 + }, 477 + { 478 + "reference": "https://spdx.org/licenses/App-s2p.html", 479 + "isDeprecatedLicenseId": false, 480 + "detailsUrl": "https://spdx.org/licenses/App-s2p.json", 481 + "referenceNumber": 155, 482 + "name": "App::s2p License", 483 + "licenseId": "App-s2p", 484 + "seeAlso": [ 485 + "https://fedoraproject.org/wiki/Licensing/App-s2p" 486 + ], 487 + "isOsiApproved": false 488 + }, 489 + { 490 + "reference": "https://spdx.org/licenses/APSL-1.0.html", 491 + "isDeprecatedLicenseId": false, 492 + "detailsUrl": "https://spdx.org/licenses/APSL-1.0.json", 493 + "referenceNumber": 86, 494 + "name": "Apple Public Source License 1.0", 495 + "licenseId": "APSL-1.0", 496 + "seeAlso": [ 497 + "https://fedoraproject.org/wiki/Licensing/Apple_Public_Source_License_1.0" 498 + ], 499 + "isOsiApproved": true, 500 + "isFsfLibre": false 501 + }, 502 + { 503 + "reference": "https://spdx.org/licenses/APSL-1.1.html", 504 + "isDeprecatedLicenseId": false, 505 + "detailsUrl": "https://spdx.org/licenses/APSL-1.1.json", 506 + "referenceNumber": 23, 507 + "name": "Apple Public Source License 1.1", 508 + "licenseId": "APSL-1.1", 509 + "seeAlso": [ 510 + "http://www.opensource.apple.com/source/IOSerialFamily/IOSerialFamily-7/APPLE_LICENSE" 511 + ], 512 + "isOsiApproved": true 513 + }, 514 + { 515 + "reference": "https://spdx.org/licenses/APSL-1.2.html", 516 + "isDeprecatedLicenseId": false, 517 + "detailsUrl": "https://spdx.org/licenses/APSL-1.2.json", 518 + "referenceNumber": 265, 519 + "name": "Apple Public Source License 1.2", 520 + "licenseId": "APSL-1.2", 521 + "seeAlso": [ 522 + "http://www.samurajdata.se/opensource/mirror/licenses/apsl.php" 523 + ], 524 + "isOsiApproved": true 525 + }, 526 + { 527 + "reference": "https://spdx.org/licenses/APSL-2.0.html", 528 + "isDeprecatedLicenseId": false, 529 + "detailsUrl": "https://spdx.org/licenses/APSL-2.0.json", 530 + "referenceNumber": 568, 531 + "name": "Apple Public Source License 2.0", 532 + "licenseId": "APSL-2.0", 533 + "seeAlso": [ 534 + "http://www.opensource.apple.com/license/apsl/" 535 + ], 536 + "isOsiApproved": true, 537 + "isFsfLibre": true 538 + }, 539 + { 540 + "reference": "https://spdx.org/licenses/Arphic-1999.html", 541 + "isDeprecatedLicenseId": false, 542 + "detailsUrl": "https://spdx.org/licenses/Arphic-1999.json", 543 + "referenceNumber": 649, 544 + "name": "Arphic Public License", 545 + "licenseId": "Arphic-1999", 546 + "seeAlso": [ 547 + "http://ftp.gnu.org/gnu/non-gnu/chinese-fonts-truetype/LICENSE" 548 + ], 549 + "isOsiApproved": false 550 + }, 551 + { 552 + "reference": "https://spdx.org/licenses/Artistic-1.0.html", 553 + "isDeprecatedLicenseId": false, 554 + "detailsUrl": "https://spdx.org/licenses/Artistic-1.0.json", 555 + "referenceNumber": 388, 556 + "name": "Artistic License 1.0", 557 + "licenseId": "Artistic-1.0", 558 + "seeAlso": [ 559 + "https://opensource.org/licenses/Artistic-1.0" 560 + ], 561 + "isOsiApproved": true, 562 + "isFsfLibre": false 563 + }, 564 + { 565 + "reference": "https://spdx.org/licenses/Artistic-1.0-cl8.html", 566 + "isDeprecatedLicenseId": false, 567 + "detailsUrl": "https://spdx.org/licenses/Artistic-1.0-cl8.json", 568 + "referenceNumber": 291, 569 + "name": "Artistic License 1.0 w/clause 8", 570 + "licenseId": "Artistic-1.0-cl8", 571 + "seeAlso": [ 572 + "https://opensource.org/licenses/Artistic-1.0" 573 + ], 574 + "isOsiApproved": true 575 + }, 576 + { 577 + "reference": "https://spdx.org/licenses/Artistic-1.0-Perl.html", 578 + "isDeprecatedLicenseId": false, 579 + "detailsUrl": "https://spdx.org/licenses/Artistic-1.0-Perl.json", 580 + "referenceNumber": 20, 581 + "name": "Artistic License 1.0 (Perl)", 582 + "licenseId": "Artistic-1.0-Perl", 583 + "seeAlso": [ 584 + "http://dev.perl.org/licenses/artistic.html" 585 + ], 586 + "isOsiApproved": true 587 + }, 588 + { 589 + "reference": "https://spdx.org/licenses/Artistic-2.0.html", 590 + "isDeprecatedLicenseId": false, 591 + "detailsUrl": "https://spdx.org/licenses/Artistic-2.0.json", 592 + "referenceNumber": 217, 593 + "name": "Artistic License 2.0", 594 + "licenseId": "Artistic-2.0", 595 + "seeAlso": [ 596 + "http://www.perlfoundation.org/artistic_license_2_0", 597 + "https://www.perlfoundation.org/artistic-license-20.html", 598 + "https://opensource.org/licenses/artistic-license-2.0" 599 + ], 600 + "isOsiApproved": true, 601 + "isFsfLibre": true 602 + }, 603 + { 604 + "reference": "https://spdx.org/licenses/Artistic-dist.html", 605 + "isDeprecatedLicenseId": false, 606 + "detailsUrl": "https://spdx.org/licenses/Artistic-dist.json", 607 + "referenceNumber": 511, 608 + "name": "Artistic License 1.0 (dist)", 609 + "licenseId": "Artistic-dist", 610 + "seeAlso": [ 611 + "https://github.com/pexip/os-perl/blob/833cf4c86cc465ccfc627ff16db67e783156a248/debian/copyright#L2720-L2845" 612 + ], 613 + "isOsiApproved": false 614 + }, 615 + { 616 + "reference": "https://spdx.org/licenses/Aspell-RU.html", 617 + "isDeprecatedLicenseId": false, 618 + "detailsUrl": "https://spdx.org/licenses/Aspell-RU.json", 619 + "referenceNumber": 231, 620 + "name": "Aspell Russian License", 621 + "licenseId": "Aspell-RU", 622 + "seeAlso": [ 623 + "https://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-0.99f7-1.tar.bz2" 624 + ], 625 + "isOsiApproved": false 626 + }, 627 + { 628 + "reference": "https://spdx.org/licenses/ASWF-Digital-Assets-1.0.html", 629 + "isDeprecatedLicenseId": false, 630 + "detailsUrl": "https://spdx.org/licenses/ASWF-Digital-Assets-1.0.json", 631 + "referenceNumber": 340, 632 + "name": "ASWF Digital Assets License version 1.0", 633 + "licenseId": "ASWF-Digital-Assets-1.0", 634 + "seeAlso": [ 635 + "https://github.com/AcademySoftwareFoundation/foundation/blob/main/digital_assets/aswf_digital_assets_license_v1.0.txt" 636 + ], 637 + "isOsiApproved": false 638 + }, 639 + { 640 + "reference": "https://spdx.org/licenses/ASWF-Digital-Assets-1.1.html", 641 + "isDeprecatedLicenseId": false, 642 + "detailsUrl": "https://spdx.org/licenses/ASWF-Digital-Assets-1.1.json", 643 + "referenceNumber": 153, 644 + "name": "ASWF Digital Assets License 1.1", 645 + "licenseId": "ASWF-Digital-Assets-1.1", 646 + "seeAlso": [ 647 + "https://github.com/AcademySoftwareFoundation/foundation/blob/main/digital_assets/aswf_digital_assets_license_v1.1.txt" 648 + ], 649 + "isOsiApproved": false 650 + }, 651 + { 652 + "reference": "https://spdx.org/licenses/Baekmuk.html", 653 + "isDeprecatedLicenseId": false, 654 + "detailsUrl": "https://spdx.org/licenses/Baekmuk.json", 655 + "referenceNumber": 311, 656 + "name": "Baekmuk License", 657 + "licenseId": "Baekmuk", 658 + "seeAlso": [ 659 + "https://fedoraproject.org/wiki/Licensing:Baekmuk?rd\u003dLicensing/Baekmuk" 660 + ], 661 + "isOsiApproved": false 662 + }, 663 + { 664 + "reference": "https://spdx.org/licenses/Bahyph.html", 665 + "isDeprecatedLicenseId": false, 666 + "detailsUrl": "https://spdx.org/licenses/Bahyph.json", 667 + "referenceNumber": 505, 668 + "name": "Bahyph License", 669 + "licenseId": "Bahyph", 670 + "seeAlso": [ 671 + "https://fedoraproject.org/wiki/Licensing/Bahyph" 672 + ], 673 + "isOsiApproved": false 674 + }, 675 + { 676 + "reference": "https://spdx.org/licenses/Barr.html", 677 + "isDeprecatedLicenseId": false, 678 + "detailsUrl": "https://spdx.org/licenses/Barr.json", 679 + "referenceNumber": 420, 680 + "name": "Barr License", 681 + "licenseId": "Barr", 682 + "seeAlso": [ 683 + "https://fedoraproject.org/wiki/Licensing/Barr" 684 + ], 685 + "isOsiApproved": false 686 + }, 687 + { 688 + "reference": "https://spdx.org/licenses/bcrypt-Solar-Designer.html", 689 + "isDeprecatedLicenseId": false, 690 + "detailsUrl": "https://spdx.org/licenses/bcrypt-Solar-Designer.json", 691 + "referenceNumber": 167, 692 + "name": "bcrypt Solar Designer License", 693 + "licenseId": "bcrypt-Solar-Designer", 694 + "seeAlso": [ 695 + "https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/ext/mri/crypt_blowfish.c" 696 + ], 697 + "isOsiApproved": false 698 + }, 699 + { 700 + "reference": "https://spdx.org/licenses/Beerware.html", 701 + "isDeprecatedLicenseId": false, 702 + "detailsUrl": "https://spdx.org/licenses/Beerware.json", 703 + "referenceNumber": 556, 704 + "name": "Beerware License", 705 + "licenseId": "Beerware", 706 + "seeAlso": [ 707 + "https://fedoraproject.org/wiki/Licensing/Beerware", 708 + "https://people.freebsd.org/~phk/" 709 + ], 710 + "isOsiApproved": false 711 + }, 712 + { 713 + "reference": "https://spdx.org/licenses/Bitstream-Charter.html", 714 + "isDeprecatedLicenseId": false, 715 + "detailsUrl": "https://spdx.org/licenses/Bitstream-Charter.json", 716 + "referenceNumber": 47, 717 + "name": "Bitstream Charter Font License", 718 + "licenseId": "Bitstream-Charter", 719 + "seeAlso": [ 720 + "https://fedoraproject.org/wiki/Licensing/Charter#License_Text", 721 + "https://raw.githubusercontent.com/blackhole89/notekit/master/data/fonts/Charter%20license.txt" 722 + ], 723 + "isOsiApproved": false 724 + }, 725 + { 726 + "reference": "https://spdx.org/licenses/Bitstream-Vera.html", 727 + "isDeprecatedLicenseId": false, 728 + "detailsUrl": "https://spdx.org/licenses/Bitstream-Vera.json", 729 + "referenceNumber": 208, 730 + "name": "Bitstream Vera Font License", 731 + "licenseId": "Bitstream-Vera", 732 + "seeAlso": [ 733 + "https://web.archive.org/web/20080207013128/http://www.gnome.org/fonts/", 734 + "https://docubrain.com/sites/default/files/licenses/bitstream-vera.html" 735 + ], 736 + "isOsiApproved": false 737 + }, 738 + { 739 + "reference": "https://spdx.org/licenses/BitTorrent-1.0.html", 740 + "isDeprecatedLicenseId": false, 741 + "detailsUrl": "https://spdx.org/licenses/BitTorrent-1.0.json", 742 + "referenceNumber": 156, 743 + "name": "BitTorrent Open Source License v1.0", 744 + "licenseId": "BitTorrent-1.0", 745 + "seeAlso": [ 746 + "http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/licenses/BitTorrent?r1\u003d1.1\u0026r2\u003d1.1.1.1\u0026diff_format\u003ds" 747 + ], 748 + "isOsiApproved": false 749 + }, 750 + { 751 + "reference": "https://spdx.org/licenses/BitTorrent-1.1.html", 752 + "isDeprecatedLicenseId": false, 753 + "detailsUrl": "https://spdx.org/licenses/BitTorrent-1.1.json", 754 + "referenceNumber": 325, 755 + "name": "BitTorrent Open Source License v1.1", 756 + "licenseId": "BitTorrent-1.1", 757 + "seeAlso": [ 758 + "http://directory.fsf.org/wiki/License:BitTorrentOSL1.1" 759 + ], 760 + "isOsiApproved": false, 761 + "isFsfLibre": true 762 + }, 763 + { 764 + "reference": "https://spdx.org/licenses/blessing.html", 765 + "isDeprecatedLicenseId": false, 766 + "detailsUrl": "https://spdx.org/licenses/blessing.json", 767 + "referenceNumber": 680, 768 + "name": "SQLite Blessing", 769 + "licenseId": "blessing", 770 + "seeAlso": [ 771 + "https://www.sqlite.org/src/artifact/e33a4df7e32d742a?ln\u003d4-9", 772 + "https://sqlite.org/src/artifact/df5091916dbb40e6" 773 + ], 774 + "isOsiApproved": false 775 + }, 776 + { 777 + "reference": "https://spdx.org/licenses/BlueOak-1.0.0.html", 778 + "isDeprecatedLicenseId": false, 779 + "detailsUrl": "https://spdx.org/licenses/BlueOak-1.0.0.json", 780 + "referenceNumber": 51, 781 + "name": "Blue Oak Model License 1.0.0", 782 + "licenseId": "BlueOak-1.0.0", 783 + "seeAlso": [ 784 + "https://blueoakcouncil.org/license/1.0.0" 785 + ], 786 + "isOsiApproved": true 787 + }, 788 + { 789 + "reference": "https://spdx.org/licenses/Boehm-GC.html", 790 + "isDeprecatedLicenseId": false, 791 + "detailsUrl": "https://spdx.org/licenses/Boehm-GC.json", 792 + "referenceNumber": 92, 793 + "name": "Boehm-Demers-Weiser GC License", 794 + "licenseId": "Boehm-GC", 795 + "seeAlso": [ 796 + "https://fedoraproject.org/wiki/Licensing:MIT#Another_Minimal_variant_(found_in_libatomic_ops)", 797 + "https://github.com/uim/libgcroots/blob/master/COPYING", 798 + "https://github.com/ivmai/libatomic_ops/blob/master/LICENSE" 799 + ], 800 + "isOsiApproved": false 801 + }, 802 + { 803 + "reference": "https://spdx.org/licenses/Boehm-GC-without-fee.html", 804 + "isDeprecatedLicenseId": false, 805 + "detailsUrl": "https://spdx.org/licenses/Boehm-GC-without-fee.json", 806 + "referenceNumber": 466, 807 + "name": "Boehm-Demers-Weiser GC License (without fee)", 808 + "licenseId": "Boehm-GC-without-fee", 809 + "seeAlso": [ 810 + "https://github.com/MariaDB/server/blob/11.6/libmysqld/lib_sql.cc" 811 + ], 812 + "isOsiApproved": false 813 + }, 814 + { 815 + "reference": "https://spdx.org/licenses/Borceux.html", 816 + "isDeprecatedLicenseId": false, 817 + "detailsUrl": "https://spdx.org/licenses/Borceux.json", 818 + "referenceNumber": 335, 819 + "name": "Borceux license", 820 + "licenseId": "Borceux", 821 + "seeAlso": [ 822 + "https://fedoraproject.org/wiki/Licensing/Borceux" 823 + ], 824 + "isOsiApproved": false 825 + }, 826 + { 827 + "reference": "https://spdx.org/licenses/Brian-Gladman-2-Clause.html", 828 + "isDeprecatedLicenseId": false, 829 + "detailsUrl": "https://spdx.org/licenses/Brian-Gladman-2-Clause.json", 830 + "referenceNumber": 198, 831 + "name": "Brian Gladman 2-Clause License", 832 + "licenseId": "Brian-Gladman-2-Clause", 833 + "seeAlso": [ 834 + "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L140-L156", 835 + "https://web.mit.edu/kerberos/krb5-1.21/doc/mitK5license.html" 836 + ], 837 + "isOsiApproved": false 838 + }, 839 + { 840 + "reference": "https://spdx.org/licenses/Brian-Gladman-3-Clause.html", 841 + "isDeprecatedLicenseId": false, 842 + "detailsUrl": "https://spdx.org/licenses/Brian-Gladman-3-Clause.json", 843 + "referenceNumber": 675, 844 + "name": "Brian Gladman 3-Clause License", 845 + "licenseId": "Brian-Gladman-3-Clause", 846 + "seeAlso": [ 847 + "https://github.com/SWI-Prolog/packages-clib/blob/master/sha1/brg_endian.h" 848 + ], 849 + "isOsiApproved": false 850 + }, 851 + { 852 + "reference": "https://spdx.org/licenses/BSD-1-Clause.html", 853 + "isDeprecatedLicenseId": false, 854 + "detailsUrl": "https://spdx.org/licenses/BSD-1-Clause.json", 855 + "referenceNumber": 286, 856 + "name": "BSD 1-Clause License", 857 + "licenseId": "BSD-1-Clause", 858 + "seeAlso": [ 859 + "https://svnweb.freebsd.org/base/head/include/ifaddrs.h?revision\u003d326823" 860 + ], 861 + "isOsiApproved": true 862 + }, 863 + { 864 + "reference": "https://spdx.org/licenses/BSD-2-Clause.html", 865 + "isDeprecatedLicenseId": false, 866 + "detailsUrl": "https://spdx.org/licenses/BSD-2-Clause.json", 867 + "referenceNumber": 430, 868 + "name": "BSD 2-Clause \"Simplified\" License", 869 + "licenseId": "BSD-2-Clause", 870 + "seeAlso": [ 871 + "https://opensource.org/licenses/BSD-2-Clause" 872 + ], 873 + "isOsiApproved": true, 874 + "isFsfLibre": true 875 + }, 876 + { 877 + "reference": "https://spdx.org/licenses/BSD-2-Clause-Darwin.html", 878 + "isDeprecatedLicenseId": false, 879 + "detailsUrl": "https://spdx.org/licenses/BSD-2-Clause-Darwin.json", 880 + "referenceNumber": 477, 881 + "name": "BSD 2-Clause - Ian Darwin variant", 882 + "licenseId": "BSD-2-Clause-Darwin", 883 + "seeAlso": [ 884 + "https://github.com/file/file/blob/master/COPYING" 885 + ], 886 + "isOsiApproved": false 887 + }, 888 + { 889 + "reference": "https://spdx.org/licenses/BSD-2-Clause-first-lines.html", 890 + "isDeprecatedLicenseId": false, 891 + "detailsUrl": "https://spdx.org/licenses/BSD-2-Clause-first-lines.json", 892 + "referenceNumber": 543, 893 + "name": "BSD 2-Clause - first lines requirement", 894 + "licenseId": "BSD-2-Clause-first-lines", 895 + "seeAlso": [ 896 + "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L664-L690", 897 + "https://web.mit.edu/kerberos/krb5-1.21/doc/mitK5license.html" 898 + ], 899 + "isOsiApproved": false 900 + }, 901 + { 902 + "reference": "https://spdx.org/licenses/BSD-2-Clause-FreeBSD.html", 903 + "isDeprecatedLicenseId": true, 904 + "detailsUrl": "https://spdx.org/licenses/BSD-2-Clause-FreeBSD.json", 905 + "referenceNumber": 622, 906 + "name": "BSD 2-Clause FreeBSD License", 907 + "licenseId": "BSD-2-Clause-FreeBSD", 908 + "seeAlso": [ 909 + "http://www.freebsd.org/copyright/freebsd-license.html" 910 + ], 911 + "isOsiApproved": false, 912 + "isFsfLibre": true 913 + }, 914 + { 915 + "reference": "https://spdx.org/licenses/BSD-2-Clause-NetBSD.html", 916 + "isDeprecatedLicenseId": true, 917 + "detailsUrl": "https://spdx.org/licenses/BSD-2-Clause-NetBSD.json", 918 + "referenceNumber": 531, 919 + "name": "BSD 2-Clause NetBSD License", 920 + "licenseId": "BSD-2-Clause-NetBSD", 921 + "seeAlso": [ 922 + "http://www.netbsd.org/about/redistribution.html#default" 923 + ], 924 + "isOsiApproved": false, 925 + "isFsfLibre": true 926 + }, 927 + { 928 + "reference": "https://spdx.org/licenses/BSD-2-Clause-Patent.html", 929 + "isDeprecatedLicenseId": false, 930 + "detailsUrl": "https://spdx.org/licenses/BSD-2-Clause-Patent.json", 931 + "referenceNumber": 584, 932 + "name": "BSD-2-Clause Plus Patent License", 933 + "licenseId": "BSD-2-Clause-Patent", 934 + "seeAlso": [ 935 + "https://opensource.org/licenses/BSDplusPatent" 936 + ], 937 + "isOsiApproved": true 938 + }, 939 + { 940 + "reference": "https://spdx.org/licenses/BSD-2-Clause-pkgconf-disclaimer.html", 941 + "isDeprecatedLicenseId": false, 942 + "detailsUrl": "https://spdx.org/licenses/BSD-2-Clause-pkgconf-disclaimer.json", 943 + "referenceNumber": 624, 944 + "name": "BSD 2-Clause pkgconf disclaimer variant", 945 + "licenseId": "BSD-2-Clause-pkgconf-disclaimer", 946 + "seeAlso": [ 947 + "https://github.com/audacious-media-player/audacious/blob/master/src/audacious/main.cc", 948 + "https://github.com/audacious-media-player/audacious/blob/master/COPYING" 949 + ], 950 + "isOsiApproved": false 951 + }, 952 + { 953 + "reference": "https://spdx.org/licenses/BSD-2-Clause-Views.html", 954 + "isDeprecatedLicenseId": false, 955 + "detailsUrl": "https://spdx.org/licenses/BSD-2-Clause-Views.json", 956 + "referenceNumber": 536, 957 + "name": "BSD 2-Clause with views sentence", 958 + "licenseId": "BSD-2-Clause-Views", 959 + "seeAlso": [ 960 + "http://www.freebsd.org/copyright/freebsd-license.html", 961 + "https://people.freebsd.org/~ivoras/wine/patch-wine-nvidia.sh", 962 + "https://github.com/protegeproject/protege/blob/master/license.txt" 963 + ], 964 + "isOsiApproved": false 965 + }, 966 + { 967 + "reference": "https://spdx.org/licenses/BSD-3-Clause.html", 968 + "isDeprecatedLicenseId": false, 969 + "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause.json", 970 + "referenceNumber": 567, 971 + "name": "BSD 3-Clause \"New\" or \"Revised\" License", 972 + "licenseId": "BSD-3-Clause", 973 + "seeAlso": [ 974 + "https://opensource.org/licenses/BSD-3-Clause", 975 + "https://www.eclipse.org/org/documents/edl-v10.php" 976 + ], 977 + "isOsiApproved": true, 978 + "isFsfLibre": true 979 + }, 980 + { 981 + "reference": "https://spdx.org/licenses/BSD-3-Clause-acpica.html", 982 + "isDeprecatedLicenseId": false, 983 + "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause-acpica.json", 984 + "referenceNumber": 277, 985 + "name": "BSD 3-Clause acpica variant", 986 + "licenseId": "BSD-3-Clause-acpica", 987 + "seeAlso": [ 988 + "https://github.com/acpica/acpica/blob/master/source/common/acfileio.c#L119" 989 + ], 990 + "isOsiApproved": false 991 + }, 992 + { 993 + "reference": "https://spdx.org/licenses/BSD-3-Clause-Attribution.html", 994 + "isDeprecatedLicenseId": false, 995 + "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause-Attribution.json", 996 + "referenceNumber": 159, 997 + "name": "BSD with attribution", 998 + "licenseId": "BSD-3-Clause-Attribution", 999 + "seeAlso": [ 1000 + "https://fedoraproject.org/wiki/Licensing/BSD_with_Attribution" 1001 + ], 1002 + "isOsiApproved": false 1003 + }, 1004 + { 1005 + "reference": "https://spdx.org/licenses/BSD-3-Clause-Clear.html", 1006 + "isDeprecatedLicenseId": false, 1007 + "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause-Clear.json", 1008 + "referenceNumber": 259, 1009 + "name": "BSD 3-Clause Clear License", 1010 + "licenseId": "BSD-3-Clause-Clear", 1011 + "seeAlso": [ 1012 + "http://labs.metacarta.com/license-explanation.html#license" 1013 + ], 1014 + "isOsiApproved": false, 1015 + "isFsfLibre": true 1016 + }, 1017 + { 1018 + "reference": "https://spdx.org/licenses/BSD-3-Clause-flex.html", 1019 + "isDeprecatedLicenseId": false, 1020 + "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause-flex.json", 1021 + "referenceNumber": 205, 1022 + "name": "BSD 3-Clause Flex variant", 1023 + "licenseId": "BSD-3-Clause-flex", 1024 + "seeAlso": [ 1025 + "https://github.com/westes/flex/blob/master/COPYING" 1026 + ], 1027 + "isOsiApproved": false 1028 + }, 1029 + { 1030 + "reference": "https://spdx.org/licenses/BSD-3-Clause-HP.html", 1031 + "isDeprecatedLicenseId": false, 1032 + "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause-HP.json", 1033 + "referenceNumber": 643, 1034 + "name": "Hewlett-Packard BSD variant license", 1035 + "licenseId": "BSD-3-Clause-HP", 1036 + "seeAlso": [ 1037 + "https://github.com/zdohnal/hplip/blob/master/COPYING#L939" 1038 + ], 1039 + "isOsiApproved": false 1040 + }, 1041 + { 1042 + "reference": "https://spdx.org/licenses/BSD-3-Clause-LBNL.html", 1043 + "isDeprecatedLicenseId": false, 1044 + "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause-LBNL.json", 1045 + "referenceNumber": 6, 1046 + "name": "Lawrence Berkeley National Labs BSD variant license", 1047 + "licenseId": "BSD-3-Clause-LBNL", 1048 + "seeAlso": [ 1049 + "https://fedoraproject.org/wiki/Licensing/LBNLBSD" 1050 + ], 1051 + "isOsiApproved": true 1052 + }, 1053 + { 1054 + "reference": "https://spdx.org/licenses/BSD-3-Clause-Modification.html", 1055 + "isDeprecatedLicenseId": false, 1056 + "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause-Modification.json", 1057 + "referenceNumber": 497, 1058 + "name": "BSD 3-Clause Modification", 1059 + "licenseId": "BSD-3-Clause-Modification", 1060 + "seeAlso": [ 1061 + "https://fedoraproject.org/wiki/Licensing:BSD#Modification_Variant" 1062 + ], 1063 + "isOsiApproved": false 1064 + }, 1065 + { 1066 + "reference": "https://spdx.org/licenses/BSD-3-Clause-No-Military-License.html", 1067 + "isDeprecatedLicenseId": false, 1068 + "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause-No-Military-License.json", 1069 + "referenceNumber": 498, 1070 + "name": "BSD 3-Clause No Military License", 1071 + "licenseId": "BSD-3-Clause-No-Military-License", 1072 + "seeAlso": [ 1073 + "https://gitlab.syncad.com/hive/dhive/-/blob/master/LICENSE", 1074 + "https://github.com/greymass/swift-eosio/blob/master/LICENSE" 1075 + ], 1076 + "isOsiApproved": false 1077 + }, 1078 + { 1079 + "reference": "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License.html", 1080 + "isDeprecatedLicenseId": false, 1081 + "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License.json", 1082 + "referenceNumber": 108, 1083 + "name": "BSD 3-Clause No Nuclear License", 1084 + "licenseId": "BSD-3-Clause-No-Nuclear-License", 1085 + "seeAlso": [ 1086 + "http://download.oracle.com/otn-pub/java/licenses/bsd.txt" 1087 + ], 1088 + "isOsiApproved": false 1089 + }, 1090 + { 1091 + "reference": "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License-2014.html", 1092 + "isDeprecatedLicenseId": false, 1093 + "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License-2014.json", 1094 + "referenceNumber": 239, 1095 + "name": "BSD 3-Clause No Nuclear License 2014", 1096 + "licenseId": "BSD-3-Clause-No-Nuclear-License-2014", 1097 + "seeAlso": [ 1098 + "https://java.net/projects/javaeetutorial/pages/BerkeleyLicense" 1099 + ], 1100 + "isOsiApproved": false 1101 + }, 1102 + { 1103 + "reference": "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-Warranty.html", 1104 + "isDeprecatedLicenseId": false, 1105 + "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-Warranty.json", 1106 + "referenceNumber": 606, 1107 + "name": "BSD 3-Clause No Nuclear Warranty", 1108 + "licenseId": "BSD-3-Clause-No-Nuclear-Warranty", 1109 + "seeAlso": [ 1110 + "https://jogamp.org/git/?p\u003dgluegen.git;a\u003dblob_plain;f\u003dLICENSE.txt" 1111 + ], 1112 + "isOsiApproved": false 1113 + }, 1114 + { 1115 + "reference": "https://spdx.org/licenses/BSD-3-Clause-Open-MPI.html", 1116 + "isDeprecatedLicenseId": false, 1117 + "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause-Open-MPI.json", 1118 + "referenceNumber": 637, 1119 + "name": "BSD 3-Clause Open MPI variant", 1120 + "licenseId": "BSD-3-Clause-Open-MPI", 1121 + "seeAlso": [ 1122 + "https://www.open-mpi.org/community/license.php", 1123 + "http://www.netlib.org/lapack/LICENSE.txt" 1124 + ], 1125 + "isOsiApproved": false 1126 + }, 1127 + { 1128 + "reference": "https://spdx.org/licenses/BSD-3-Clause-Sun.html", 1129 + "isDeprecatedLicenseId": false, 1130 + "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause-Sun.json", 1131 + "referenceNumber": 240, 1132 + "name": "BSD 3-Clause Sun Microsystems", 1133 + "licenseId": "BSD-3-Clause-Sun", 1134 + "seeAlso": [ 1135 + "https://github.com/xmlark/msv/blob/b9316e2f2270bc1606952ea4939ec87fbba157f3/xsdlib/src/main/java/com/sun/msv/datatype/regexp/InternalImpl.java" 1136 + ], 1137 + "isOsiApproved": false 1138 + }, 1139 + { 1140 + "reference": "https://spdx.org/licenses/BSD-4-Clause.html", 1141 + "isDeprecatedLicenseId": false, 1142 + "detailsUrl": "https://spdx.org/licenses/BSD-4-Clause.json", 1143 + "referenceNumber": 227, 1144 + "name": "BSD 4-Clause \"Original\" or \"Old\" License", 1145 + "licenseId": "BSD-4-Clause", 1146 + "seeAlso": [ 1147 + "http://directory.fsf.org/wiki/License:BSD_4Clause" 1148 + ], 1149 + "isOsiApproved": false, 1150 + "isFsfLibre": true 1151 + }, 1152 + { 1153 + "reference": "https://spdx.org/licenses/BSD-4-Clause-Shortened.html", 1154 + "isDeprecatedLicenseId": false, 1155 + "detailsUrl": "https://spdx.org/licenses/BSD-4-Clause-Shortened.json", 1156 + "referenceNumber": 269, 1157 + "name": "BSD 4 Clause Shortened", 1158 + "licenseId": "BSD-4-Clause-Shortened", 1159 + "seeAlso": [ 1160 + "https://metadata.ftp-master.debian.org/changelogs//main/a/arpwatch/arpwatch_2.1a15-7_copyright" 1161 + ], 1162 + "isOsiApproved": false 1163 + }, 1164 + { 1165 + "reference": "https://spdx.org/licenses/BSD-4-Clause-UC.html", 1166 + "isDeprecatedLicenseId": false, 1167 + "detailsUrl": "https://spdx.org/licenses/BSD-4-Clause-UC.json", 1168 + "referenceNumber": 21, 1169 + "name": "BSD-4-Clause (University of California-Specific)", 1170 + "licenseId": "BSD-4-Clause-UC", 1171 + "seeAlso": [ 1172 + "http://www.freebsd.org/copyright/license.html" 1173 + ], 1174 + "isOsiApproved": false 1175 + }, 1176 + { 1177 + "reference": "https://spdx.org/licenses/BSD-4.3RENO.html", 1178 + "isDeprecatedLicenseId": false, 1179 + "detailsUrl": "https://spdx.org/licenses/BSD-4.3RENO.json", 1180 + "referenceNumber": 434, 1181 + "name": "BSD 4.3 RENO License", 1182 + "licenseId": "BSD-4.3RENO", 1183 + "seeAlso": [ 1184 + "https://sourceware.org/git/?p\u003dbinutils-gdb.git;a\u003dblob;f\u003dlibiberty/strcasecmp.c;h\u003d131d81c2ce7881fa48c363dc5bf5fb302c61ce0b;hb\u003dHEAD", 1185 + "https://git.openldap.org/openldap/openldap/-/blob/master/COPYRIGHT#L55-63" 1186 + ], 1187 + "isOsiApproved": false 1188 + }, 1189 + { 1190 + "reference": "https://spdx.org/licenses/BSD-4.3TAHOE.html", 1191 + "isDeprecatedLicenseId": false, 1192 + "detailsUrl": "https://spdx.org/licenses/BSD-4.3TAHOE.json", 1193 + "referenceNumber": 685, 1194 + "name": "BSD 4.3 TAHOE License", 1195 + "licenseId": "BSD-4.3TAHOE", 1196 + "seeAlso": [ 1197 + "https://github.com/389ds/389-ds-base/blob/main/ldap/include/sysexits-compat.h#L15", 1198 + "https://git.savannah.gnu.org/cgit/indent.git/tree/doc/indent.texi?id\u003da74c6b4ee49397cf330b333da1042bffa60ed14f#n1788" 1199 + ], 1200 + "isOsiApproved": false 1201 + }, 1202 + { 1203 + "reference": "https://spdx.org/licenses/BSD-Advertising-Acknowledgement.html", 1204 + "isDeprecatedLicenseId": false, 1205 + "detailsUrl": "https://spdx.org/licenses/BSD-Advertising-Acknowledgement.json", 1206 + "referenceNumber": 345, 1207 + "name": "BSD Advertising Acknowledgement License", 1208 + "licenseId": "BSD-Advertising-Acknowledgement", 1209 + "seeAlso": [ 1210 + "https://github.com/python-excel/xlrd/blob/master/LICENSE#L33" 1211 + ], 1212 + "isOsiApproved": false 1213 + }, 1214 + { 1215 + "reference": "https://spdx.org/licenses/BSD-Attribution-HPND-disclaimer.html", 1216 + "isDeprecatedLicenseId": false, 1217 + "detailsUrl": "https://spdx.org/licenses/BSD-Attribution-HPND-disclaimer.json", 1218 + "referenceNumber": 506, 1219 + "name": "BSD with Attribution and HPND disclaimer", 1220 + "licenseId": "BSD-Attribution-HPND-disclaimer", 1221 + "seeAlso": [ 1222 + "https://github.com/cyrusimap/cyrus-sasl/blob/master/COPYING" 1223 + ], 1224 + "isOsiApproved": false 1225 + }, 1226 + { 1227 + "reference": "https://spdx.org/licenses/BSD-Inferno-Nettverk.html", 1228 + "isDeprecatedLicenseId": false, 1229 + "detailsUrl": "https://spdx.org/licenses/BSD-Inferno-Nettverk.json", 1230 + "referenceNumber": 535, 1231 + "name": "BSD-Inferno-Nettverk", 1232 + "licenseId": "BSD-Inferno-Nettverk", 1233 + "seeAlso": [ 1234 + "https://www.inet.no/dante/LICENSE" 1235 + ], 1236 + "isOsiApproved": false 1237 + }, 1238 + { 1239 + "reference": "https://spdx.org/licenses/BSD-Protection.html", 1240 + "isDeprecatedLicenseId": false, 1241 + "detailsUrl": "https://spdx.org/licenses/BSD-Protection.json", 1242 + "referenceNumber": 163, 1243 + "name": "BSD Protection License", 1244 + "licenseId": "BSD-Protection", 1245 + "seeAlso": [ 1246 + "https://fedoraproject.org/wiki/Licensing/BSD_Protection_License" 1247 + ], 1248 + "isOsiApproved": false 1249 + }, 1250 + { 1251 + "reference": "https://spdx.org/licenses/BSD-Source-beginning-file.html", 1252 + "isDeprecatedLicenseId": false, 1253 + "detailsUrl": "https://spdx.org/licenses/BSD-Source-beginning-file.json", 1254 + "referenceNumber": 383, 1255 + "name": "BSD Source Code Attribution - beginning of file variant", 1256 + "licenseId": "BSD-Source-beginning-file", 1257 + "seeAlso": [ 1258 + "https://github.com/lattera/freebsd/blob/master/sys/cam/cam.c#L4" 1259 + ], 1260 + "isOsiApproved": false 1261 + }, 1262 + { 1263 + "reference": "https://spdx.org/licenses/BSD-Source-Code.html", 1264 + "isDeprecatedLicenseId": false, 1265 + "detailsUrl": "https://spdx.org/licenses/BSD-Source-Code.json", 1266 + "referenceNumber": 450, 1267 + "name": "BSD Source Code Attribution", 1268 + "licenseId": "BSD-Source-Code", 1269 + "seeAlso": [ 1270 + "https://github.com/robbiehanson/CocoaHTTPServer/blob/master/LICENSE.txt" 1271 + ], 1272 + "isOsiApproved": false 1273 + }, 1274 + { 1275 + "reference": "https://spdx.org/licenses/BSD-Systemics.html", 1276 + "isDeprecatedLicenseId": false, 1277 + "detailsUrl": "https://spdx.org/licenses/BSD-Systemics.json", 1278 + "referenceNumber": 602, 1279 + "name": "Systemics BSD variant license", 1280 + "licenseId": "BSD-Systemics", 1281 + "seeAlso": [ 1282 + "https://metacpan.org/release/DPARIS/Crypt-DES-2.07/source/COPYRIGHT" 1283 + ], 1284 + "isOsiApproved": false 1285 + }, 1286 + { 1287 + "reference": "https://spdx.org/licenses/BSD-Systemics-W3Works.html", 1288 + "isDeprecatedLicenseId": false, 1289 + "detailsUrl": "https://spdx.org/licenses/BSD-Systemics-W3Works.json", 1290 + "referenceNumber": 422, 1291 + "name": "Systemics W3Works BSD variant license", 1292 + "licenseId": "BSD-Systemics-W3Works", 1293 + "seeAlso": [ 1294 + "https://metacpan.org/release/DPARIS/Crypt-Blowfish-2.14/source/COPYRIGHT#L7" 1295 + ], 1296 + "isOsiApproved": false 1297 + }, 1298 + { 1299 + "reference": "https://spdx.org/licenses/BSL-1.0.html", 1300 + "isDeprecatedLicenseId": false, 1301 + "detailsUrl": "https://spdx.org/licenses/BSL-1.0.json", 1302 + "referenceNumber": 130, 1303 + "name": "Boost Software License 1.0", 1304 + "licenseId": "BSL-1.0", 1305 + "seeAlso": [ 1306 + "http://www.boost.org/LICENSE_1_0.txt", 1307 + "https://opensource.org/licenses/BSL-1.0" 1308 + ], 1309 + "isOsiApproved": true, 1310 + "isFsfLibre": true 1311 + }, 1312 + { 1313 + "reference": "https://spdx.org/licenses/BUSL-1.1.html", 1314 + "isDeprecatedLicenseId": false, 1315 + "detailsUrl": "https://spdx.org/licenses/BUSL-1.1.json", 1316 + "referenceNumber": 234, 1317 + "name": "Business Source License 1.1", 1318 + "licenseId": "BUSL-1.1", 1319 + "seeAlso": [ 1320 + "https://mariadb.com/bsl11/" 1321 + ], 1322 + "isOsiApproved": false 1323 + }, 1324 + { 1325 + "reference": "https://spdx.org/licenses/bzip2-1.0.5.html", 1326 + "isDeprecatedLicenseId": true, 1327 + "detailsUrl": "https://spdx.org/licenses/bzip2-1.0.5.json", 1328 + "referenceNumber": 412, 1329 + "name": "bzip2 and libbzip2 License v1.0.5", 1330 + "licenseId": "bzip2-1.0.5", 1331 + "seeAlso": [ 1332 + "https://sourceware.org/bzip2/1.0.5/bzip2-manual-1.0.5.html", 1333 + "http://bzip.org/1.0.5/bzip2-manual-1.0.5.html" 1334 + ], 1335 + "isOsiApproved": false 1336 + }, 1337 + { 1338 + "reference": "https://spdx.org/licenses/bzip2-1.0.6.html", 1339 + "isDeprecatedLicenseId": false, 1340 + "detailsUrl": "https://spdx.org/licenses/bzip2-1.0.6.json", 1341 + "referenceNumber": 243, 1342 + "name": "bzip2 and libbzip2 License v1.0.6", 1343 + "licenseId": "bzip2-1.0.6", 1344 + "seeAlso": [ 1345 + "https://sourceware.org/git/?p\u003dbzip2.git;a\u003dblob;f\u003dLICENSE;hb\u003dbzip2-1.0.6", 1346 + "http://bzip.org/1.0.5/bzip2-manual-1.0.5.html", 1347 + "https://sourceware.org/cgit/valgrind/tree/mpi/libmpiwrap.c" 1348 + ], 1349 + "isOsiApproved": false 1350 + }, 1351 + { 1352 + "reference": "https://spdx.org/licenses/C-UDA-1.0.html", 1353 + "isDeprecatedLicenseId": false, 1354 + "detailsUrl": "https://spdx.org/licenses/C-UDA-1.0.json", 1355 + "referenceNumber": 660, 1356 + "name": "Computational Use of Data Agreement v1.0", 1357 + "licenseId": "C-UDA-1.0", 1358 + "seeAlso": [ 1359 + "https://github.com/microsoft/Computational-Use-of-Data-Agreement/blob/master/C-UDA-1.0.md", 1360 + "https://cdla.dev/computational-use-of-data-agreement-v1-0/" 1361 + ], 1362 + "isOsiApproved": false 1363 + }, 1364 + { 1365 + "reference": "https://spdx.org/licenses/CAL-1.0.html", 1366 + "isDeprecatedLicenseId": false, 1367 + "detailsUrl": "https://spdx.org/licenses/CAL-1.0.json", 1368 + "referenceNumber": 305, 1369 + "name": "Cryptographic Autonomy License 1.0", 1370 + "licenseId": "CAL-1.0", 1371 + "seeAlso": [ 1372 + "http://cryptographicautonomylicense.com/license-text.html", 1373 + "https://opensource.org/licenses/CAL-1.0" 1374 + ], 1375 + "isOsiApproved": true 1376 + }, 1377 + { 1378 + "reference": "https://spdx.org/licenses/CAL-1.0-Combined-Work-Exception.html", 1379 + "isDeprecatedLicenseId": false, 1380 + "detailsUrl": "https://spdx.org/licenses/CAL-1.0-Combined-Work-Exception.json", 1381 + "referenceNumber": 569, 1382 + "name": "Cryptographic Autonomy License 1.0 (Combined Work Exception)", 1383 + "licenseId": "CAL-1.0-Combined-Work-Exception", 1384 + "seeAlso": [ 1385 + "http://cryptographicautonomylicense.com/license-text.html", 1386 + "https://opensource.org/licenses/CAL-1.0" 1387 + ], 1388 + "isOsiApproved": true 1389 + }, 1390 + { 1391 + "reference": "https://spdx.org/licenses/Caldera.html", 1392 + "isDeprecatedLicenseId": false, 1393 + "detailsUrl": "https://spdx.org/licenses/Caldera.json", 1394 + "referenceNumber": 483, 1395 + "name": "Caldera License", 1396 + "licenseId": "Caldera", 1397 + "seeAlso": [ 1398 + "http://www.lemis.com/grog/UNIX/ancient-source-all.pdf" 1399 + ], 1400 + "isOsiApproved": false 1401 + }, 1402 + { 1403 + "reference": "https://spdx.org/licenses/Caldera-no-preamble.html", 1404 + "isDeprecatedLicenseId": false, 1405 + "detailsUrl": "https://spdx.org/licenses/Caldera-no-preamble.json", 1406 + "referenceNumber": 401, 1407 + "name": "Caldera License (without preamble)", 1408 + "licenseId": "Caldera-no-preamble", 1409 + "seeAlso": [ 1410 + "https://github.com/apache/apr/blob/trunk/LICENSE#L298C6-L298C29" 1411 + ], 1412 + "isOsiApproved": false 1413 + }, 1414 + { 1415 + "reference": "https://spdx.org/licenses/Catharon.html", 1416 + "isDeprecatedLicenseId": false, 1417 + "detailsUrl": "https://spdx.org/licenses/Catharon.json", 1418 + "referenceNumber": 581, 1419 + "name": "Catharon License", 1420 + "licenseId": "Catharon", 1421 + "seeAlso": [ 1422 + "https://github.com/scummvm/scummvm/blob/v2.8.0/LICENSES/CatharonLicense.txt" 1423 + ], 1424 + "isOsiApproved": false 1425 + }, 1426 + { 1427 + "reference": "https://spdx.org/licenses/CATOSL-1.1.html", 1428 + "isDeprecatedLicenseId": false, 1429 + "detailsUrl": "https://spdx.org/licenses/CATOSL-1.1.json", 1430 + "referenceNumber": 97, 1431 + "name": "Computer Associates Trusted Open Source License 1.1", 1432 + "licenseId": "CATOSL-1.1", 1433 + "seeAlso": [ 1434 + "https://opensource.org/licenses/CATOSL-1.1" 1435 + ], 1436 + "isOsiApproved": true 1437 + }, 1438 + { 1439 + "reference": "https://spdx.org/licenses/CC-BY-1.0.html", 1440 + "isDeprecatedLicenseId": false, 1441 + "detailsUrl": "https://spdx.org/licenses/CC-BY-1.0.json", 1442 + "referenceNumber": 559, 1443 + "name": "Creative Commons Attribution 1.0 Generic", 1444 + "licenseId": "CC-BY-1.0", 1445 + "seeAlso": [ 1446 + "https://creativecommons.org/licenses/by/1.0/legalcode" 1447 + ], 1448 + "isOsiApproved": false 1449 + }, 1450 + { 1451 + "reference": "https://spdx.org/licenses/CC-BY-2.0.html", 1452 + "isDeprecatedLicenseId": false, 1453 + "detailsUrl": "https://spdx.org/licenses/CC-BY-2.0.json", 1454 + "referenceNumber": 441, 1455 + "name": "Creative Commons Attribution 2.0 Generic", 1456 + "licenseId": "CC-BY-2.0", 1457 + "seeAlso": [ 1458 + "https://creativecommons.org/licenses/by/2.0/legalcode" 1459 + ], 1460 + "isOsiApproved": false 1461 + }, 1462 + { 1463 + "reference": "https://spdx.org/licenses/CC-BY-2.5.html", 1464 + "isDeprecatedLicenseId": false, 1465 + "detailsUrl": "https://spdx.org/licenses/CC-BY-2.5.json", 1466 + "referenceNumber": 292, 1467 + "name": "Creative Commons Attribution 2.5 Generic", 1468 + "licenseId": "CC-BY-2.5", 1469 + "seeAlso": [ 1470 + "https://creativecommons.org/licenses/by/2.5/legalcode" 1471 + ], 1472 + "isOsiApproved": false 1473 + }, 1474 + { 1475 + "reference": "https://spdx.org/licenses/CC-BY-2.5-AU.html", 1476 + "isDeprecatedLicenseId": false, 1477 + "detailsUrl": "https://spdx.org/licenses/CC-BY-2.5-AU.json", 1478 + "referenceNumber": 126, 1479 + "name": "Creative Commons Attribution 2.5 Australia", 1480 + "licenseId": "CC-BY-2.5-AU", 1481 + "seeAlso": [ 1482 + "https://creativecommons.org/licenses/by/2.5/au/legalcode" 1483 + ], 1484 + "isOsiApproved": false 1485 + }, 1486 + { 1487 + "reference": "https://spdx.org/licenses/CC-BY-3.0.html", 1488 + "isDeprecatedLicenseId": false, 1489 + "detailsUrl": "https://spdx.org/licenses/CC-BY-3.0.json", 1490 + "referenceNumber": 576, 1491 + "name": "Creative Commons Attribution 3.0 Unported", 1492 + "licenseId": "CC-BY-3.0", 1493 + "seeAlso": [ 1494 + "https://creativecommons.org/licenses/by/3.0/legalcode" 1495 + ], 1496 + "isOsiApproved": false 1497 + }, 1498 + { 1499 + "reference": "https://spdx.org/licenses/CC-BY-3.0-AT.html", 1500 + "isDeprecatedLicenseId": false, 1501 + "detailsUrl": "https://spdx.org/licenses/CC-BY-3.0-AT.json", 1502 + "referenceNumber": 107, 1503 + "name": "Creative Commons Attribution 3.0 Austria", 1504 + "licenseId": "CC-BY-3.0-AT", 1505 + "seeAlso": [ 1506 + "https://creativecommons.org/licenses/by/3.0/at/legalcode" 1507 + ], 1508 + "isOsiApproved": false 1509 + }, 1510 + { 1511 + "reference": "https://spdx.org/licenses/CC-BY-3.0-AU.html", 1512 + "isDeprecatedLicenseId": false, 1513 + "detailsUrl": "https://spdx.org/licenses/CC-BY-3.0-AU.json", 1514 + "referenceNumber": 648, 1515 + "name": "Creative Commons Attribution 3.0 Australia", 1516 + "licenseId": "CC-BY-3.0-AU", 1517 + "seeAlso": [ 1518 + "https://creativecommons.org/licenses/by/3.0/au/legalcode" 1519 + ], 1520 + "isOsiApproved": false 1521 + }, 1522 + { 1523 + "reference": "https://spdx.org/licenses/CC-BY-3.0-DE.html", 1524 + "isDeprecatedLicenseId": false, 1525 + "detailsUrl": "https://spdx.org/licenses/CC-BY-3.0-DE.json", 1526 + "referenceNumber": 458, 1527 + "name": "Creative Commons Attribution 3.0 Germany", 1528 + "licenseId": "CC-BY-3.0-DE", 1529 + "seeAlso": [ 1530 + "https://creativecommons.org/licenses/by/3.0/de/legalcode" 1531 + ], 1532 + "isOsiApproved": false 1533 + }, 1534 + { 1535 + "reference": "https://spdx.org/licenses/CC-BY-3.0-IGO.html", 1536 + "isDeprecatedLicenseId": false, 1537 + "detailsUrl": "https://spdx.org/licenses/CC-BY-3.0-IGO.json", 1538 + "referenceNumber": 410, 1539 + "name": "Creative Commons Attribution 3.0 IGO", 1540 + "licenseId": "CC-BY-3.0-IGO", 1541 + "seeAlso": [ 1542 + "https://creativecommons.org/licenses/by/3.0/igo/legalcode" 1543 + ], 1544 + "isOsiApproved": false 1545 + }, 1546 + { 1547 + "reference": "https://spdx.org/licenses/CC-BY-3.0-NL.html", 1548 + "isDeprecatedLicenseId": false, 1549 + "detailsUrl": "https://spdx.org/licenses/CC-BY-3.0-NL.json", 1550 + "referenceNumber": 436, 1551 + "name": "Creative Commons Attribution 3.0 Netherlands", 1552 + "licenseId": "CC-BY-3.0-NL", 1553 + "seeAlso": [ 1554 + "https://creativecommons.org/licenses/by/3.0/nl/legalcode" 1555 + ], 1556 + "isOsiApproved": false 1557 + }, 1558 + { 1559 + "reference": "https://spdx.org/licenses/CC-BY-3.0-US.html", 1560 + "isDeprecatedLicenseId": false, 1561 + "detailsUrl": "https://spdx.org/licenses/CC-BY-3.0-US.json", 1562 + "referenceNumber": 366, 1563 + "name": "Creative Commons Attribution 3.0 United States", 1564 + "licenseId": "CC-BY-3.0-US", 1565 + "seeAlso": [ 1566 + "https://creativecommons.org/licenses/by/3.0/us/legalcode" 1567 + ], 1568 + "isOsiApproved": false 1569 + }, 1570 + { 1571 + "reference": "https://spdx.org/licenses/CC-BY-4.0.html", 1572 + "isDeprecatedLicenseId": false, 1573 + "detailsUrl": "https://spdx.org/licenses/CC-BY-4.0.json", 1574 + "referenceNumber": 66, 1575 + "name": "Creative Commons Attribution 4.0 International", 1576 + "licenseId": "CC-BY-4.0", 1577 + "seeAlso": [ 1578 + "https://creativecommons.org/licenses/by/4.0/legalcode" 1579 + ], 1580 + "isOsiApproved": false, 1581 + "isFsfLibre": true 1582 + }, 1583 + { 1584 + "reference": "https://spdx.org/licenses/CC-BY-NC-1.0.html", 1585 + "isDeprecatedLicenseId": false, 1586 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-1.0.json", 1587 + "referenceNumber": 428, 1588 + "name": "Creative Commons Attribution Non Commercial 1.0 Generic", 1589 + "licenseId": "CC-BY-NC-1.0", 1590 + "seeAlso": [ 1591 + "https://creativecommons.org/licenses/by-nc/1.0/legalcode" 1592 + ], 1593 + "isOsiApproved": false, 1594 + "isFsfLibre": false 1595 + }, 1596 + { 1597 + "reference": "https://spdx.org/licenses/CC-BY-NC-2.0.html", 1598 + "isDeprecatedLicenseId": false, 1599 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-2.0.json", 1600 + "referenceNumber": 553, 1601 + "name": "Creative Commons Attribution Non Commercial 2.0 Generic", 1602 + "licenseId": "CC-BY-NC-2.0", 1603 + "seeAlso": [ 1604 + "https://creativecommons.org/licenses/by-nc/2.0/legalcode" 1605 + ], 1606 + "isOsiApproved": false, 1607 + "isFsfLibre": false 1608 + }, 1609 + { 1610 + "reference": "https://spdx.org/licenses/CC-BY-NC-2.5.html", 1611 + "isDeprecatedLicenseId": false, 1612 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-2.5.json", 1613 + "referenceNumber": 49, 1614 + "name": "Creative Commons Attribution Non Commercial 2.5 Generic", 1615 + "licenseId": "CC-BY-NC-2.5", 1616 + "seeAlso": [ 1617 + "https://creativecommons.org/licenses/by-nc/2.5/legalcode" 1618 + ], 1619 + "isOsiApproved": false, 1620 + "isFsfLibre": false 1621 + }, 1622 + { 1623 + "reference": "https://spdx.org/licenses/CC-BY-NC-3.0.html", 1624 + "isDeprecatedLicenseId": false, 1625 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-3.0.json", 1626 + "referenceNumber": 686, 1627 + "name": "Creative Commons Attribution Non Commercial 3.0 Unported", 1628 + "licenseId": "CC-BY-NC-3.0", 1629 + "seeAlso": [ 1630 + "https://creativecommons.org/licenses/by-nc/3.0/legalcode" 1631 + ], 1632 + "isOsiApproved": false, 1633 + "isFsfLibre": false 1634 + }, 1635 + { 1636 + "reference": "https://spdx.org/licenses/CC-BY-NC-3.0-DE.html", 1637 + "isDeprecatedLicenseId": false, 1638 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-3.0-DE.json", 1639 + "referenceNumber": 324, 1640 + "name": "Creative Commons Attribution Non Commercial 3.0 Germany", 1641 + "licenseId": "CC-BY-NC-3.0-DE", 1642 + "seeAlso": [ 1643 + "https://creativecommons.org/licenses/by-nc/3.0/de/legalcode" 1644 + ], 1645 + "isOsiApproved": false 1646 + }, 1647 + { 1648 + "reference": "https://spdx.org/licenses/CC-BY-NC-4.0.html", 1649 + "isDeprecatedLicenseId": false, 1650 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-4.0.json", 1651 + "referenceNumber": 560, 1652 + "name": "Creative Commons Attribution Non Commercial 4.0 International", 1653 + "licenseId": "CC-BY-NC-4.0", 1654 + "seeAlso": [ 1655 + "https://creativecommons.org/licenses/by-nc/4.0/legalcode" 1656 + ], 1657 + "isOsiApproved": false, 1658 + "isFsfLibre": false 1659 + }, 1660 + { 1661 + "reference": "https://spdx.org/licenses/CC-BY-NC-ND-1.0.html", 1662 + "isDeprecatedLicenseId": false, 1663 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-ND-1.0.json", 1664 + "referenceNumber": 442, 1665 + "name": "Creative Commons Attribution Non Commercial No Derivatives 1.0 Generic", 1666 + "licenseId": "CC-BY-NC-ND-1.0", 1667 + "seeAlso": [ 1668 + "https://creativecommons.org/licenses/by-nd-nc/1.0/legalcode" 1669 + ], 1670 + "isOsiApproved": false 1671 + }, 1672 + { 1673 + "reference": "https://spdx.org/licenses/CC-BY-NC-ND-2.0.html", 1674 + "isDeprecatedLicenseId": false, 1675 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-ND-2.0.json", 1676 + "referenceNumber": 334, 1677 + "name": "Creative Commons Attribution Non Commercial No Derivatives 2.0 Generic", 1678 + "licenseId": "CC-BY-NC-ND-2.0", 1679 + "seeAlso": [ 1680 + "https://creativecommons.org/licenses/by-nc-nd/2.0/legalcode" 1681 + ], 1682 + "isOsiApproved": false 1683 + }, 1684 + { 1685 + "reference": "https://spdx.org/licenses/CC-BY-NC-ND-2.5.html", 1686 + "isDeprecatedLicenseId": false, 1687 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-ND-2.5.json", 1688 + "referenceNumber": 215, 1689 + "name": "Creative Commons Attribution Non Commercial No Derivatives 2.5 Generic", 1690 + "licenseId": "CC-BY-NC-ND-2.5", 1691 + "seeAlso": [ 1692 + "https://creativecommons.org/licenses/by-nc-nd/2.5/legalcode" 1693 + ], 1694 + "isOsiApproved": false 1695 + }, 1696 + { 1697 + "reference": "https://spdx.org/licenses/CC-BY-NC-ND-3.0.html", 1698 + "isDeprecatedLicenseId": false, 1699 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-ND-3.0.json", 1700 + "referenceNumber": 94, 1701 + "name": "Creative Commons Attribution Non Commercial No Derivatives 3.0 Unported", 1702 + "licenseId": "CC-BY-NC-ND-3.0", 1703 + "seeAlso": [ 1704 + "https://creativecommons.org/licenses/by-nc-nd/3.0/legalcode" 1705 + ], 1706 + "isOsiApproved": false 1707 + }, 1708 + { 1709 + "reference": "https://spdx.org/licenses/CC-BY-NC-ND-3.0-DE.html", 1710 + "isDeprecatedLicenseId": false, 1711 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-ND-3.0-DE.json", 1712 + "referenceNumber": 185, 1713 + "name": "Creative Commons Attribution Non Commercial No Derivatives 3.0 Germany", 1714 + "licenseId": "CC-BY-NC-ND-3.0-DE", 1715 + "seeAlso": [ 1716 + "https://creativecommons.org/licenses/by-nc-nd/3.0/de/legalcode" 1717 + ], 1718 + "isOsiApproved": false 1719 + }, 1720 + { 1721 + "reference": "https://spdx.org/licenses/CC-BY-NC-ND-3.0-IGO.html", 1722 + "isDeprecatedLicenseId": false, 1723 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-ND-3.0-IGO.json", 1724 + "referenceNumber": 577, 1725 + "name": "Creative Commons Attribution Non Commercial No Derivatives 3.0 IGO", 1726 + "licenseId": "CC-BY-NC-ND-3.0-IGO", 1727 + "seeAlso": [ 1728 + "https://creativecommons.org/licenses/by-nc-nd/3.0/igo/legalcode" 1729 + ], 1730 + "isOsiApproved": false 1731 + }, 1732 + { 1733 + "reference": "https://spdx.org/licenses/CC-BY-NC-ND-4.0.html", 1734 + "isDeprecatedLicenseId": false, 1735 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-ND-4.0.json", 1736 + "referenceNumber": 53, 1737 + "name": "Creative Commons Attribution Non Commercial No Derivatives 4.0 International", 1738 + "licenseId": "CC-BY-NC-ND-4.0", 1739 + "seeAlso": [ 1740 + "https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode" 1741 + ], 1742 + "isOsiApproved": false 1743 + }, 1744 + { 1745 + "reference": "https://spdx.org/licenses/CC-BY-NC-SA-1.0.html", 1746 + "isDeprecatedLicenseId": false, 1747 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-SA-1.0.json", 1748 + "referenceNumber": 510, 1749 + "name": "Creative Commons Attribution Non Commercial Share Alike 1.0 Generic", 1750 + "licenseId": "CC-BY-NC-SA-1.0", 1751 + "seeAlso": [ 1752 + "https://creativecommons.org/licenses/by-nc-sa/1.0/legalcode" 1753 + ], 1754 + "isOsiApproved": false 1755 + }, 1756 + { 1757 + "reference": "https://spdx.org/licenses/CC-BY-NC-SA-2.0.html", 1758 + "isDeprecatedLicenseId": false, 1759 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-SA-2.0.json", 1760 + "referenceNumber": 199, 1761 + "name": "Creative Commons Attribution Non Commercial Share Alike 2.0 Generic", 1762 + "licenseId": "CC-BY-NC-SA-2.0", 1763 + "seeAlso": [ 1764 + "https://creativecommons.org/licenses/by-nc-sa/2.0/legalcode" 1765 + ], 1766 + "isOsiApproved": false 1767 + }, 1768 + { 1769 + "reference": "https://spdx.org/licenses/CC-BY-NC-SA-2.0-DE.html", 1770 + "isDeprecatedLicenseId": false, 1771 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-SA-2.0-DE.json", 1772 + "referenceNumber": 356, 1773 + "name": "Creative Commons Attribution Non Commercial Share Alike 2.0 Germany", 1774 + "licenseId": "CC-BY-NC-SA-2.0-DE", 1775 + "seeAlso": [ 1776 + "https://creativecommons.org/licenses/by-nc-sa/2.0/de/legalcode" 1777 + ], 1778 + "isOsiApproved": false 1779 + }, 1780 + { 1781 + "reference": "https://spdx.org/licenses/CC-BY-NC-SA-2.0-FR.html", 1782 + "isDeprecatedLicenseId": false, 1783 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-SA-2.0-FR.json", 1784 + "referenceNumber": 301, 1785 + "name": "Creative Commons Attribution-NonCommercial-ShareAlike 2.0 France", 1786 + "licenseId": "CC-BY-NC-SA-2.0-FR", 1787 + "seeAlso": [ 1788 + "https://creativecommons.org/licenses/by-nc-sa/2.0/fr/legalcode" 1789 + ], 1790 + "isOsiApproved": false 1791 + }, 1792 + { 1793 + "reference": "https://spdx.org/licenses/CC-BY-NC-SA-2.0-UK.html", 1794 + "isDeprecatedLicenseId": false, 1795 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-SA-2.0-UK.json", 1796 + "referenceNumber": 671, 1797 + "name": "Creative Commons Attribution Non Commercial Share Alike 2.0 England and Wales", 1798 + "licenseId": "CC-BY-NC-SA-2.0-UK", 1799 + "seeAlso": [ 1800 + "https://creativecommons.org/licenses/by-nc-sa/2.0/uk/legalcode" 1801 + ], 1802 + "isOsiApproved": false 1803 + }, 1804 + { 1805 + "reference": "https://spdx.org/licenses/CC-BY-NC-SA-2.5.html", 1806 + "isDeprecatedLicenseId": false, 1807 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-SA-2.5.json", 1808 + "referenceNumber": 659, 1809 + "name": "Creative Commons Attribution Non Commercial Share Alike 2.5 Generic", 1810 + "licenseId": "CC-BY-NC-SA-2.5", 1811 + "seeAlso": [ 1812 + "https://creativecommons.org/licenses/by-nc-sa/2.5/legalcode" 1813 + ], 1814 + "isOsiApproved": false 1815 + }, 1816 + { 1817 + "reference": "https://spdx.org/licenses/CC-BY-NC-SA-3.0.html", 1818 + "isDeprecatedLicenseId": false, 1819 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-SA-3.0.json", 1820 + "referenceNumber": 359, 1821 + "name": "Creative Commons Attribution Non Commercial Share Alike 3.0 Unported", 1822 + "licenseId": "CC-BY-NC-SA-3.0", 1823 + "seeAlso": [ 1824 + "https://creativecommons.org/licenses/by-nc-sa/3.0/legalcode" 1825 + ], 1826 + "isOsiApproved": false 1827 + }, 1828 + { 1829 + "reference": "https://spdx.org/licenses/CC-BY-NC-SA-3.0-DE.html", 1830 + "isDeprecatedLicenseId": false, 1831 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-SA-3.0-DE.json", 1832 + "referenceNumber": 279, 1833 + "name": "Creative Commons Attribution Non Commercial Share Alike 3.0 Germany", 1834 + "licenseId": "CC-BY-NC-SA-3.0-DE", 1835 + "seeAlso": [ 1836 + "https://creativecommons.org/licenses/by-nc-sa/3.0/de/legalcode" 1837 + ], 1838 + "isOsiApproved": false 1839 + }, 1840 + { 1841 + "reference": "https://spdx.org/licenses/CC-BY-NC-SA-3.0-IGO.html", 1842 + "isDeprecatedLicenseId": false, 1843 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-SA-3.0-IGO.json", 1844 + "referenceNumber": 636, 1845 + "name": "Creative Commons Attribution Non Commercial Share Alike 3.0 IGO", 1846 + "licenseId": "CC-BY-NC-SA-3.0-IGO", 1847 + "seeAlso": [ 1848 + "https://creativecommons.org/licenses/by-nc-sa/3.0/igo/legalcode" 1849 + ], 1850 + "isOsiApproved": false 1851 + }, 1852 + { 1853 + "reference": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html", 1854 + "isDeprecatedLicenseId": false, 1855 + "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.json", 1856 + "referenceNumber": 89, 1857 + "name": "Creative Commons Attribution Non Commercial Share Alike 4.0 International", 1858 + "licenseId": "CC-BY-NC-SA-4.0", 1859 + "seeAlso": [ 1860 + "https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode" 1861 + ], 1862 + "isOsiApproved": false 1863 + }, 1864 + { 1865 + "reference": "https://spdx.org/licenses/CC-BY-ND-1.0.html", 1866 + "isDeprecatedLicenseId": false, 1867 + "detailsUrl": "https://spdx.org/licenses/CC-BY-ND-1.0.json", 1868 + "referenceNumber": 118, 1869 + "name": "Creative Commons Attribution No Derivatives 1.0 Generic", 1870 + "licenseId": "CC-BY-ND-1.0", 1871 + "seeAlso": [ 1872 + "https://creativecommons.org/licenses/by-nd/1.0/legalcode" 1873 + ], 1874 + "isOsiApproved": false, 1875 + "isFsfLibre": false 1876 + }, 1877 + { 1878 + "reference": "https://spdx.org/licenses/CC-BY-ND-2.0.html", 1879 + "isDeprecatedLicenseId": false, 1880 + "detailsUrl": "https://spdx.org/licenses/CC-BY-ND-2.0.json", 1881 + "referenceNumber": 587, 1882 + "name": "Creative Commons Attribution No Derivatives 2.0 Generic", 1883 + "licenseId": "CC-BY-ND-2.0", 1884 + "seeAlso": [ 1885 + "https://creativecommons.org/licenses/by-nd/2.0/legalcode" 1886 + ], 1887 + "isOsiApproved": false, 1888 + "isFsfLibre": false 1889 + }, 1890 + { 1891 + "reference": "https://spdx.org/licenses/CC-BY-ND-2.5.html", 1892 + "isDeprecatedLicenseId": false, 1893 + "detailsUrl": "https://spdx.org/licenses/CC-BY-ND-2.5.json", 1894 + "referenceNumber": 394, 1895 + "name": "Creative Commons Attribution No Derivatives 2.5 Generic", 1896 + "licenseId": "CC-BY-ND-2.5", 1897 + "seeAlso": [ 1898 + "https://creativecommons.org/licenses/by-nd/2.5/legalcode" 1899 + ], 1900 + "isOsiApproved": false, 1901 + "isFsfLibre": false 1902 + }, 1903 + { 1904 + "reference": "https://spdx.org/licenses/CC-BY-ND-3.0.html", 1905 + "isDeprecatedLicenseId": false, 1906 + "detailsUrl": "https://spdx.org/licenses/CC-BY-ND-3.0.json", 1907 + "referenceNumber": 457, 1908 + "name": "Creative Commons Attribution No Derivatives 3.0 Unported", 1909 + "licenseId": "CC-BY-ND-3.0", 1910 + "seeAlso": [ 1911 + "https://creativecommons.org/licenses/by-nd/3.0/legalcode" 1912 + ], 1913 + "isOsiApproved": false, 1914 + "isFsfLibre": false 1915 + }, 1916 + { 1917 + "reference": "https://spdx.org/licenses/CC-BY-ND-3.0-DE.html", 1918 + "isDeprecatedLicenseId": false, 1919 + "detailsUrl": "https://spdx.org/licenses/CC-BY-ND-3.0-DE.json", 1920 + "referenceNumber": 610, 1921 + "name": "Creative Commons Attribution No Derivatives 3.0 Germany", 1922 + "licenseId": "CC-BY-ND-3.0-DE", 1923 + "seeAlso": [ 1924 + "https://creativecommons.org/licenses/by-nd/3.0/de/legalcode" 1925 + ], 1926 + "isOsiApproved": false 1927 + }, 1928 + { 1929 + "reference": "https://spdx.org/licenses/CC-BY-ND-4.0.html", 1930 + "isDeprecatedLicenseId": false, 1931 + "detailsUrl": "https://spdx.org/licenses/CC-BY-ND-4.0.json", 1932 + "referenceNumber": 11, 1933 + "name": "Creative Commons Attribution No Derivatives 4.0 International", 1934 + "licenseId": "CC-BY-ND-4.0", 1935 + "seeAlso": [ 1936 + "https://creativecommons.org/licenses/by-nd/4.0/legalcode" 1937 + ], 1938 + "isOsiApproved": false, 1939 + "isFsfLibre": false 1940 + }, 1941 + { 1942 + "reference": "https://spdx.org/licenses/CC-BY-SA-1.0.html", 1943 + "isDeprecatedLicenseId": false, 1944 + "detailsUrl": "https://spdx.org/licenses/CC-BY-SA-1.0.json", 1945 + "referenceNumber": 384, 1946 + "name": "Creative Commons Attribution Share Alike 1.0 Generic", 1947 + "licenseId": "CC-BY-SA-1.0", 1948 + "seeAlso": [ 1949 + "https://creativecommons.org/licenses/by-sa/1.0/legalcode" 1950 + ], 1951 + "isOsiApproved": false 1952 + }, 1953 + { 1954 + "reference": "https://spdx.org/licenses/CC-BY-SA-2.0.html", 1955 + "isDeprecatedLicenseId": false, 1956 + "detailsUrl": "https://spdx.org/licenses/CC-BY-SA-2.0.json", 1957 + "referenceNumber": 260, 1958 + "name": "Creative Commons Attribution Share Alike 2.0 Generic", 1959 + "licenseId": "CC-BY-SA-2.0", 1960 + "seeAlso": [ 1961 + "https://creativecommons.org/licenses/by-sa/2.0/legalcode" 1962 + ], 1963 + "isOsiApproved": false 1964 + }, 1965 + { 1966 + "reference": "https://spdx.org/licenses/CC-BY-SA-2.0-UK.html", 1967 + "isDeprecatedLicenseId": false, 1968 + "detailsUrl": "https://spdx.org/licenses/CC-BY-SA-2.0-UK.json", 1969 + "referenceNumber": 197, 1970 + "name": "Creative Commons Attribution Share Alike 2.0 England and Wales", 1971 + "licenseId": "CC-BY-SA-2.0-UK", 1972 + "seeAlso": [ 1973 + "https://creativecommons.org/licenses/by-sa/2.0/uk/legalcode" 1974 + ], 1975 + "isOsiApproved": false 1976 + }, 1977 + { 1978 + "reference": "https://spdx.org/licenses/CC-BY-SA-2.1-JP.html", 1979 + "isDeprecatedLicenseId": false, 1980 + "detailsUrl": "https://spdx.org/licenses/CC-BY-SA-2.1-JP.json", 1981 + "referenceNumber": 149, 1982 + "name": "Creative Commons Attribution Share Alike 2.1 Japan", 1983 + "licenseId": "CC-BY-SA-2.1-JP", 1984 + "seeAlso": [ 1985 + "https://creativecommons.org/licenses/by-sa/2.1/jp/legalcode" 1986 + ], 1987 + "isOsiApproved": false 1988 + }, 1989 + { 1990 + "reference": "https://spdx.org/licenses/CC-BY-SA-2.5.html", 1991 + "isDeprecatedLicenseId": false, 1992 + "detailsUrl": "https://spdx.org/licenses/CC-BY-SA-2.5.json", 1993 + "referenceNumber": 631, 1994 + "name": "Creative Commons Attribution Share Alike 2.5 Generic", 1995 + "licenseId": "CC-BY-SA-2.5", 1996 + "seeAlso": [ 1997 + "https://creativecommons.org/licenses/by-sa/2.5/legalcode" 1998 + ], 1999 + "isOsiApproved": false 2000 + }, 2001 + { 2002 + "reference": "https://spdx.org/licenses/CC-BY-SA-3.0.html", 2003 + "isDeprecatedLicenseId": false, 2004 + "detailsUrl": "https://spdx.org/licenses/CC-BY-SA-3.0.json", 2005 + "referenceNumber": 79, 2006 + "name": "Creative Commons Attribution Share Alike 3.0 Unported", 2007 + "licenseId": "CC-BY-SA-3.0", 2008 + "seeAlso": [ 2009 + "https://creativecommons.org/licenses/by-sa/3.0/legalcode" 2010 + ], 2011 + "isOsiApproved": false 2012 + }, 2013 + { 2014 + "reference": "https://spdx.org/licenses/CC-BY-SA-3.0-AT.html", 2015 + "isDeprecatedLicenseId": false, 2016 + "detailsUrl": "https://spdx.org/licenses/CC-BY-SA-3.0-AT.json", 2017 + "referenceNumber": 493, 2018 + "name": "Creative Commons Attribution Share Alike 3.0 Austria", 2019 + "licenseId": "CC-BY-SA-3.0-AT", 2020 + "seeAlso": [ 2021 + "https://creativecommons.org/licenses/by-sa/3.0/at/legalcode" 2022 + ], 2023 + "isOsiApproved": false 2024 + }, 2025 + { 2026 + "reference": "https://spdx.org/licenses/CC-BY-SA-3.0-DE.html", 2027 + "isDeprecatedLicenseId": false, 2028 + "detailsUrl": "https://spdx.org/licenses/CC-BY-SA-3.0-DE.json", 2029 + "referenceNumber": 683, 2030 + "name": "Creative Commons Attribution Share Alike 3.0 Germany", 2031 + "licenseId": "CC-BY-SA-3.0-DE", 2032 + "seeAlso": [ 2033 + "https://creativecommons.org/licenses/by-sa/3.0/de/legalcode" 2034 + ], 2035 + "isOsiApproved": false 2036 + }, 2037 + { 2038 + "reference": "https://spdx.org/licenses/CC-BY-SA-3.0-IGO.html", 2039 + "isDeprecatedLicenseId": false, 2040 + "detailsUrl": "https://spdx.org/licenses/CC-BY-SA-3.0-IGO.json", 2041 + "referenceNumber": 571, 2042 + "name": "Creative Commons Attribution-ShareAlike 3.0 IGO", 2043 + "licenseId": "CC-BY-SA-3.0-IGO", 2044 + "seeAlso": [ 2045 + "https://creativecommons.org/licenses/by-sa/3.0/igo/legalcode" 2046 + ], 2047 + "isOsiApproved": false 2048 + }, 2049 + { 2050 + "reference": "https://spdx.org/licenses/CC-BY-SA-4.0.html", 2051 + "isDeprecatedLicenseId": false, 2052 + "detailsUrl": "https://spdx.org/licenses/CC-BY-SA-4.0.json", 2053 + "referenceNumber": 256, 2054 + "name": "Creative Commons Attribution Share Alike 4.0 International", 2055 + "licenseId": "CC-BY-SA-4.0", 2056 + "seeAlso": [ 2057 + "https://creativecommons.org/licenses/by-sa/4.0/legalcode" 2058 + ], 2059 + "isOsiApproved": false, 2060 + "isFsfLibre": true 2061 + }, 2062 + { 2063 + "reference": "https://spdx.org/licenses/CC-PDDC.html", 2064 + "isDeprecatedLicenseId": false, 2065 + "detailsUrl": "https://spdx.org/licenses/CC-PDDC.json", 2066 + "referenceNumber": 273, 2067 + "name": "Creative Commons Public Domain Dedication and Certification", 2068 + "licenseId": "CC-PDDC", 2069 + "seeAlso": [ 2070 + "https://creativecommons.org/licenses/publicdomain/" 2071 + ], 2072 + "isOsiApproved": false 2073 + }, 2074 + { 2075 + "reference": "https://spdx.org/licenses/CC-PDM-1.0.html", 2076 + "isDeprecatedLicenseId": false, 2077 + "detailsUrl": "https://spdx.org/licenses/CC-PDM-1.0.json", 2078 + "referenceNumber": 547, 2079 + "name": "Creative Commons Public Domain Mark 1.0 Universal", 2080 + "licenseId": "CC-PDM-1.0", 2081 + "seeAlso": [ 2082 + "https://creativecommons.org/publicdomain/mark/1.0/", 2083 + "https://creativecommons.org/share-your-work/cclicenses/" 2084 + ], 2085 + "isOsiApproved": false 2086 + }, 2087 + { 2088 + "reference": "https://spdx.org/licenses/CC-SA-1.0.html", 2089 + "isDeprecatedLicenseId": false, 2090 + "detailsUrl": "https://spdx.org/licenses/CC-SA-1.0.json", 2091 + "referenceNumber": 85, 2092 + "name": "Creative Commons Share Alike 1.0 Generic", 2093 + "licenseId": "CC-SA-1.0", 2094 + "seeAlso": [ 2095 + "https://creativecommons.org/licenses/sa/1.0/legalcode" 2096 + ], 2097 + "isOsiApproved": false 2098 + }, 2099 + { 2100 + "reference": "https://spdx.org/licenses/CC0-1.0.html", 2101 + "isDeprecatedLicenseId": false, 2102 + "detailsUrl": "https://spdx.org/licenses/CC0-1.0.json", 2103 + "referenceNumber": 369, 2104 + "name": "Creative Commons Zero v1.0 Universal", 2105 + "licenseId": "CC0-1.0", 2106 + "seeAlso": [ 2107 + "https://creativecommons.org/publicdomain/zero/1.0/legalcode" 2108 + ], 2109 + "isOsiApproved": false, 2110 + "isFsfLibre": true 2111 + }, 2112 + { 2113 + "reference": "https://spdx.org/licenses/CDDL-1.0.html", 2114 + "isDeprecatedLicenseId": false, 2115 + "detailsUrl": "https://spdx.org/licenses/CDDL-1.0.json", 2116 + "referenceNumber": 407, 2117 + "name": "Common Development and Distribution License 1.0", 2118 + "licenseId": "CDDL-1.0", 2119 + "seeAlso": [ 2120 + "https://opensource.org/licenses/cddl1" 2121 + ], 2122 + "isOsiApproved": true, 2123 + "isFsfLibre": true 2124 + }, 2125 + { 2126 + "reference": "https://spdx.org/licenses/CDDL-1.1.html", 2127 + "isDeprecatedLicenseId": false, 2128 + "detailsUrl": "https://spdx.org/licenses/CDDL-1.1.json", 2129 + "referenceNumber": 124, 2130 + "name": "Common Development and Distribution License 1.1", 2131 + "licenseId": "CDDL-1.1", 2132 + "seeAlso": [ 2133 + "http://glassfish.java.net/public/CDDL+GPL_1_1.html", 2134 + "https://javaee.github.io/glassfish/LICENSE" 2135 + ], 2136 + "isOsiApproved": false 2137 + }, 2138 + { 2139 + "reference": "https://spdx.org/licenses/CDL-1.0.html", 2140 + "isDeprecatedLicenseId": false, 2141 + "detailsUrl": "https://spdx.org/licenses/CDL-1.0.json", 2142 + "referenceNumber": 385, 2143 + "name": "Common Documentation License 1.0", 2144 + "licenseId": "CDL-1.0", 2145 + "seeAlso": [ 2146 + "http://www.opensource.apple.com/cdl/", 2147 + "https://fedoraproject.org/wiki/Licensing/Common_Documentation_License", 2148 + "https://www.gnu.org/licenses/license-list.html#ACDL" 2149 + ], 2150 + "isOsiApproved": false 2151 + }, 2152 + { 2153 + "reference": "https://spdx.org/licenses/CDLA-Permissive-1.0.html", 2154 + "isDeprecatedLicenseId": false, 2155 + "detailsUrl": "https://spdx.org/licenses/CDLA-Permissive-1.0.json", 2156 + "referenceNumber": 454, 2157 + "name": "Community Data License Agreement Permissive 1.0", 2158 + "licenseId": "CDLA-Permissive-1.0", 2159 + "seeAlso": [ 2160 + "https://cdla.io/permissive-1-0" 2161 + ], 2162 + "isOsiApproved": false 2163 + }, 2164 + { 2165 + "reference": "https://spdx.org/licenses/CDLA-Permissive-2.0.html", 2166 + "isDeprecatedLicenseId": false, 2167 + "detailsUrl": "https://spdx.org/licenses/CDLA-Permissive-2.0.json", 2168 + "referenceNumber": 520, 2169 + "name": "Community Data License Agreement Permissive 2.0", 2170 + "licenseId": "CDLA-Permissive-2.0", 2171 + "seeAlso": [ 2172 + "https://cdla.dev/permissive-2-0" 2173 + ], 2174 + "isOsiApproved": false 2175 + }, 2176 + { 2177 + "reference": "https://spdx.org/licenses/CDLA-Sharing-1.0.html", 2178 + "isDeprecatedLicenseId": false, 2179 + "detailsUrl": "https://spdx.org/licenses/CDLA-Sharing-1.0.json", 2180 + "referenceNumber": 548, 2181 + "name": "Community Data License Agreement Sharing 1.0", 2182 + "licenseId": "CDLA-Sharing-1.0", 2183 + "seeAlso": [ 2184 + "https://cdla.io/sharing-1-0" 2185 + ], 2186 + "isOsiApproved": false 2187 + }, 2188 + { 2189 + "reference": "https://spdx.org/licenses/CECILL-1.0.html", 2190 + "isDeprecatedLicenseId": false, 2191 + "detailsUrl": "https://spdx.org/licenses/CECILL-1.0.json", 2192 + "referenceNumber": 468, 2193 + "name": "CeCILL Free Software License Agreement v1.0", 2194 + "licenseId": "CECILL-1.0", 2195 + "seeAlso": [ 2196 + "http://www.cecill.info/licences/Licence_CeCILL_V1-fr.html" 2197 + ], 2198 + "isOsiApproved": false 2199 + }, 2200 + { 2201 + "reference": "https://spdx.org/licenses/CECILL-1.1.html", 2202 + "isDeprecatedLicenseId": false, 2203 + "detailsUrl": "https://spdx.org/licenses/CECILL-1.1.json", 2204 + "referenceNumber": 100, 2205 + "name": "CeCILL Free Software License Agreement v1.1", 2206 + "licenseId": "CECILL-1.1", 2207 + "seeAlso": [ 2208 + "http://www.cecill.info/licences/Licence_CeCILL_V1.1-US.html" 2209 + ], 2210 + "isOsiApproved": false 2211 + }, 2212 + { 2213 + "reference": "https://spdx.org/licenses/CECILL-2.0.html", 2214 + "isDeprecatedLicenseId": false, 2215 + "detailsUrl": "https://spdx.org/licenses/CECILL-2.0.json", 2216 + "referenceNumber": 370, 2217 + "name": "CeCILL Free Software License Agreement v2.0", 2218 + "licenseId": "CECILL-2.0", 2219 + "seeAlso": [ 2220 + "http://www.cecill.info/licences/Licence_CeCILL_V2-en.html" 2221 + ], 2222 + "isOsiApproved": false, 2223 + "isFsfLibre": true 2224 + }, 2225 + { 2226 + "reference": "https://spdx.org/licenses/CECILL-2.1.html", 2227 + "isDeprecatedLicenseId": false, 2228 + "detailsUrl": "https://spdx.org/licenses/CECILL-2.1.json", 2229 + "referenceNumber": 95, 2230 + "name": "CeCILL Free Software License Agreement v2.1", 2231 + "licenseId": "CECILL-2.1", 2232 + "seeAlso": [ 2233 + "http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.html" 2234 + ], 2235 + "isOsiApproved": true 2236 + }, 2237 + { 2238 + "reference": "https://spdx.org/licenses/CECILL-B.html", 2239 + "isDeprecatedLicenseId": false, 2240 + "detailsUrl": "https://spdx.org/licenses/CECILL-B.json", 2241 + "referenceNumber": 425, 2242 + "name": "CeCILL-B Free Software License Agreement", 2243 + "licenseId": "CECILL-B", 2244 + "seeAlso": [ 2245 + "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html" 2246 + ], 2247 + "isOsiApproved": false, 2248 + "isFsfLibre": true 2249 + }, 2250 + { 2251 + "reference": "https://spdx.org/licenses/CECILL-C.html", 2252 + "isDeprecatedLicenseId": false, 2253 + "detailsUrl": "https://spdx.org/licenses/CECILL-C.json", 2254 + "referenceNumber": 45, 2255 + "name": "CeCILL-C Free Software License Agreement", 2256 + "licenseId": "CECILL-C", 2257 + "seeAlso": [ 2258 + "http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html" 2259 + ], 2260 + "isOsiApproved": false, 2261 + "isFsfLibre": true 2262 + }, 2263 + { 2264 + "reference": "https://spdx.org/licenses/CERN-OHL-1.1.html", 2265 + "isDeprecatedLicenseId": false, 2266 + "detailsUrl": "https://spdx.org/licenses/CERN-OHL-1.1.json", 2267 + "referenceNumber": 398, 2268 + "name": "CERN Open Hardware Licence v1.1", 2269 + "licenseId": "CERN-OHL-1.1", 2270 + "seeAlso": [ 2271 + "https://www.ohwr.org/project/licenses/wikis/cern-ohl-v1.1" 2272 + ], 2273 + "isOsiApproved": false 2274 + }, 2275 + { 2276 + "reference": "https://spdx.org/licenses/CERN-OHL-1.2.html", 2277 + "isDeprecatedLicenseId": false, 2278 + "detailsUrl": "https://spdx.org/licenses/CERN-OHL-1.2.json", 2279 + "referenceNumber": 318, 2280 + "name": "CERN Open Hardware Licence v1.2", 2281 + "licenseId": "CERN-OHL-1.2", 2282 + "seeAlso": [ 2283 + "https://www.ohwr.org/project/licenses/wikis/cern-ohl-v1.2" 2284 + ], 2285 + "isOsiApproved": false 2286 + }, 2287 + { 2288 + "reference": "https://spdx.org/licenses/CERN-OHL-P-2.0.html", 2289 + "isDeprecatedLicenseId": false, 2290 + "detailsUrl": "https://spdx.org/licenses/CERN-OHL-P-2.0.json", 2291 + "referenceNumber": 200, 2292 + "name": "CERN Open Hardware Licence Version 2 - Permissive", 2293 + "licenseId": "CERN-OHL-P-2.0", 2294 + "seeAlso": [ 2295 + "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2" 2296 + ], 2297 + "isOsiApproved": true 2298 + }, 2299 + { 2300 + "reference": "https://spdx.org/licenses/CERN-OHL-S-2.0.html", 2301 + "isDeprecatedLicenseId": false, 2302 + "detailsUrl": "https://spdx.org/licenses/CERN-OHL-S-2.0.json", 2303 + "referenceNumber": 175, 2304 + "name": "CERN Open Hardware Licence Version 2 - Strongly Reciprocal", 2305 + "licenseId": "CERN-OHL-S-2.0", 2306 + "seeAlso": [ 2307 + "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2" 2308 + ], 2309 + "isOsiApproved": true 2310 + }, 2311 + { 2312 + "reference": "https://spdx.org/licenses/CERN-OHL-W-2.0.html", 2313 + "isDeprecatedLicenseId": false, 2314 + "detailsUrl": "https://spdx.org/licenses/CERN-OHL-W-2.0.json", 2315 + "referenceNumber": 219, 2316 + "name": "CERN Open Hardware Licence Version 2 - Weakly Reciprocal", 2317 + "licenseId": "CERN-OHL-W-2.0", 2318 + "seeAlso": [ 2319 + "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2" 2320 + ], 2321 + "isOsiApproved": true 2322 + }, 2323 + { 2324 + "reference": "https://spdx.org/licenses/CFITSIO.html", 2325 + "isDeprecatedLicenseId": false, 2326 + "detailsUrl": "https://spdx.org/licenses/CFITSIO.json", 2327 + "referenceNumber": 207, 2328 + "name": "CFITSIO License", 2329 + "licenseId": "CFITSIO", 2330 + "seeAlso": [ 2331 + "https://heasarc.gsfc.nasa.gov/docs/software/fitsio/c/f_user/node9.html", 2332 + "https://heasarc.gsfc.nasa.gov/docs/software/ftools/fv/doc/license.html" 2333 + ], 2334 + "isOsiApproved": false 2335 + }, 2336 + { 2337 + "reference": "https://spdx.org/licenses/check-cvs.html", 2338 + "isDeprecatedLicenseId": false, 2339 + "detailsUrl": "https://spdx.org/licenses/check-cvs.json", 2340 + "referenceNumber": 377, 2341 + "name": "check-cvs License", 2342 + "licenseId": "check-cvs", 2343 + "seeAlso": [ 2344 + "http://cvs.savannah.gnu.org/viewvc/cvs/ccvs/contrib/check_cvs.in?revision\u003d1.1.4.3\u0026view\u003dmarkup\u0026pathrev\u003dcvs1-11-23#l2" 2345 + ], 2346 + "isOsiApproved": false 2347 + }, 2348 + { 2349 + "reference": "https://spdx.org/licenses/checkmk.html", 2350 + "isDeprecatedLicenseId": false, 2351 + "detailsUrl": "https://spdx.org/licenses/checkmk.json", 2352 + "referenceNumber": 389, 2353 + "name": "Checkmk License", 2354 + "licenseId": "checkmk", 2355 + "seeAlso": [ 2356 + "https://github.com/libcheck/check/blob/master/checkmk/checkmk.in" 2357 + ], 2358 + "isOsiApproved": false 2359 + }, 2360 + { 2361 + "reference": "https://spdx.org/licenses/ClArtistic.html", 2362 + "isDeprecatedLicenseId": false, 2363 + "detailsUrl": "https://spdx.org/licenses/ClArtistic.json", 2364 + "referenceNumber": 690, 2365 + "name": "Clarified Artistic License", 2366 + "licenseId": "ClArtistic", 2367 + "seeAlso": [ 2368 + "http://gianluca.dellavedova.org/2011/01/03/clarified-artistic-license/", 2369 + "http://www.ncftp.com/ncftp/doc/LICENSE.txt" 2370 + ], 2371 + "isOsiApproved": false, 2372 + "isFsfLibre": true 2373 + }, 2374 + { 2375 + "reference": "https://spdx.org/licenses/Clips.html", 2376 + "isDeprecatedLicenseId": false, 2377 + "detailsUrl": "https://spdx.org/licenses/Clips.json", 2378 + "referenceNumber": 65, 2379 + "name": "Clips License", 2380 + "licenseId": "Clips", 2381 + "seeAlso": [ 2382 + "https://github.com/DrItanium/maya/blob/master/LICENSE.CLIPS" 2383 + ], 2384 + "isOsiApproved": false 2385 + }, 2386 + { 2387 + "reference": "https://spdx.org/licenses/CMU-Mach.html", 2388 + "isDeprecatedLicenseId": false, 2389 + "detailsUrl": "https://spdx.org/licenses/CMU-Mach.json", 2390 + "referenceNumber": 178, 2391 + "name": "CMU Mach License", 2392 + "licenseId": "CMU-Mach", 2393 + "seeAlso": [ 2394 + "https://www.cs.cmu.edu/~410/licenses.html" 2395 + ], 2396 + "isOsiApproved": false 2397 + }, 2398 + { 2399 + "reference": "https://spdx.org/licenses/CMU-Mach-nodoc.html", 2400 + "isDeprecatedLicenseId": false, 2401 + "detailsUrl": "https://spdx.org/licenses/CMU-Mach-nodoc.json", 2402 + "referenceNumber": 391, 2403 + "name": "CMU Mach - no notices-in-documentation variant", 2404 + "licenseId": "CMU-Mach-nodoc", 2405 + "seeAlso": [ 2406 + "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L718-L728", 2407 + "https://web.mit.edu/kerberos/krb5-1.21/doc/mitK5license.html" 2408 + ], 2409 + "isOsiApproved": false 2410 + }, 2411 + { 2412 + "reference": "https://spdx.org/licenses/CNRI-Jython.html", 2413 + "isDeprecatedLicenseId": false, 2414 + "detailsUrl": "https://spdx.org/licenses/CNRI-Jython.json", 2415 + "referenceNumber": 138, 2416 + "name": "CNRI Jython License", 2417 + "licenseId": "CNRI-Jython", 2418 + "seeAlso": [ 2419 + "http://www.jython.org/license.html" 2420 + ], 2421 + "isOsiApproved": false 2422 + }, 2423 + { 2424 + "reference": "https://spdx.org/licenses/CNRI-Python.html", 2425 + "isDeprecatedLicenseId": false, 2426 + "detailsUrl": "https://spdx.org/licenses/CNRI-Python.json", 2427 + "referenceNumber": 352, 2428 + "name": "CNRI Python License", 2429 + "licenseId": "CNRI-Python", 2430 + "seeAlso": [ 2431 + "https://opensource.org/licenses/CNRI-Python" 2432 + ], 2433 + "isOsiApproved": true 2434 + }, 2435 + { 2436 + "reference": "https://spdx.org/licenses/CNRI-Python-GPL-Compatible.html", 2437 + "isDeprecatedLicenseId": false, 2438 + "detailsUrl": "https://spdx.org/licenses/CNRI-Python-GPL-Compatible.json", 2439 + "referenceNumber": 673, 2440 + "name": "CNRI Python Open Source GPL Compatible License Agreement", 2441 + "licenseId": "CNRI-Python-GPL-Compatible", 2442 + "seeAlso": [ 2443 + "http://www.python.org/download/releases/1.6.1/download_win/" 2444 + ], 2445 + "isOsiApproved": false 2446 + }, 2447 + { 2448 + "reference": "https://spdx.org/licenses/COIL-1.0.html", 2449 + "isDeprecatedLicenseId": false, 2450 + "detailsUrl": "https://spdx.org/licenses/COIL-1.0.json", 2451 + "referenceNumber": 526, 2452 + "name": "Copyfree Open Innovation License", 2453 + "licenseId": "COIL-1.0", 2454 + "seeAlso": [ 2455 + "https://coil.apotheon.org/plaintext/01.0.txt" 2456 + ], 2457 + "isOsiApproved": false 2458 + }, 2459 + { 2460 + "reference": "https://spdx.org/licenses/Community-Spec-1.0.html", 2461 + "isDeprecatedLicenseId": false, 2462 + "detailsUrl": "https://spdx.org/licenses/Community-Spec-1.0.json", 2463 + "referenceNumber": 695, 2464 + "name": "Community Specification License 1.0", 2465 + "licenseId": "Community-Spec-1.0", 2466 + "seeAlso": [ 2467 + "https://github.com/CommunitySpecification/1.0/blob/master/1._Community_Specification_License-v1.md" 2468 + ], 2469 + "isOsiApproved": false 2470 + }, 2471 + { 2472 + "reference": "https://spdx.org/licenses/Condor-1.1.html", 2473 + "isDeprecatedLicenseId": false, 2474 + "detailsUrl": "https://spdx.org/licenses/Condor-1.1.json", 2475 + "referenceNumber": 114, 2476 + "name": "Condor Public License v1.1", 2477 + "licenseId": "Condor-1.1", 2478 + "seeAlso": [ 2479 + "http://research.cs.wisc.edu/condor/license.html#condor", 2480 + "http://web.archive.org/web/20111123062036/http://research.cs.wisc.edu/condor/license.html#condor" 2481 + ], 2482 + "isOsiApproved": false, 2483 + "isFsfLibre": true 2484 + }, 2485 + { 2486 + "reference": "https://spdx.org/licenses/copyleft-next-0.3.0.html", 2487 + "isDeprecatedLicenseId": false, 2488 + "detailsUrl": "https://spdx.org/licenses/copyleft-next-0.3.0.json", 2489 + "referenceNumber": 122, 2490 + "name": "copyleft-next 0.3.0", 2491 + "licenseId": "copyleft-next-0.3.0", 2492 + "seeAlso": [ 2493 + "https://github.com/copyleft-next/copyleft-next/blob/master/Releases/copyleft-next-0.3.0" 2494 + ], 2495 + "isOsiApproved": false 2496 + }, 2497 + { 2498 + "reference": "https://spdx.org/licenses/copyleft-next-0.3.1.html", 2499 + "isDeprecatedLicenseId": false, 2500 + "detailsUrl": "https://spdx.org/licenses/copyleft-next-0.3.1.json", 2501 + "referenceNumber": 583, 2502 + "name": "copyleft-next 0.3.1", 2503 + "licenseId": "copyleft-next-0.3.1", 2504 + "seeAlso": [ 2505 + "https://github.com/copyleft-next/copyleft-next/blob/master/Releases/copyleft-next-0.3.1" 2506 + ], 2507 + "isOsiApproved": false 2508 + }, 2509 + { 2510 + "reference": "https://spdx.org/licenses/Cornell-Lossless-JPEG.html", 2511 + "isDeprecatedLicenseId": false, 2512 + "detailsUrl": "https://spdx.org/licenses/Cornell-Lossless-JPEG.json", 2513 + "referenceNumber": 331, 2514 + "name": "Cornell Lossless JPEG License", 2515 + "licenseId": "Cornell-Lossless-JPEG", 2516 + "seeAlso": [ 2517 + "https://android.googlesource.com/platform/external/dng_sdk/+/refs/heads/master/source/dng_lossless_jpeg.cpp#16", 2518 + "https://www.mssl.ucl.ac.uk/~mcrw/src/20050920/proto.h", 2519 + "https://gitlab.freedesktop.org/libopenraw/libopenraw/blob/master/lib/ljpegdecompressor.cpp#L32" 2520 + ], 2521 + "isOsiApproved": false 2522 + }, 2523 + { 2524 + "reference": "https://spdx.org/licenses/CPAL-1.0.html", 2525 + "isDeprecatedLicenseId": false, 2526 + "detailsUrl": "https://spdx.org/licenses/CPAL-1.0.json", 2527 + "referenceNumber": 147, 2528 + "name": "Common Public Attribution License 1.0", 2529 + "licenseId": "CPAL-1.0", 2530 + "seeAlso": [ 2531 + "https://opensource.org/licenses/CPAL-1.0" 2532 + ], 2533 + "isOsiApproved": true, 2534 + "isFsfLibre": true 2535 + }, 2536 + { 2537 + "reference": "https://spdx.org/licenses/CPL-1.0.html", 2538 + "isDeprecatedLicenseId": false, 2539 + "detailsUrl": "https://spdx.org/licenses/CPL-1.0.json", 2540 + "referenceNumber": 367, 2541 + "name": "Common Public License 1.0", 2542 + "licenseId": "CPL-1.0", 2543 + "seeAlso": [ 2544 + "https://opensource.org/licenses/CPL-1.0" 2545 + ], 2546 + "isOsiApproved": true, 2547 + "isFsfLibre": true 2548 + }, 2549 + { 2550 + "reference": "https://spdx.org/licenses/CPOL-1.02.html", 2551 + "isDeprecatedLicenseId": false, 2552 + "detailsUrl": "https://spdx.org/licenses/CPOL-1.02.json", 2553 + "referenceNumber": 250, 2554 + "name": "Code Project Open License 1.02", 2555 + "licenseId": "CPOL-1.02", 2556 + "seeAlso": [ 2557 + "http://www.codeproject.com/info/cpol10.aspx" 2558 + ], 2559 + "isOsiApproved": false, 2560 + "isFsfLibre": false 2561 + }, 2562 + { 2563 + "reference": "https://spdx.org/licenses/Cronyx.html", 2564 + "isDeprecatedLicenseId": false, 2565 + "detailsUrl": "https://spdx.org/licenses/Cronyx.json", 2566 + "referenceNumber": 32, 2567 + "name": "Cronyx License", 2568 + "licenseId": "Cronyx", 2569 + "seeAlso": [ 2570 + "https://gitlab.freedesktop.org/xorg/font/alias/-/blob/master/COPYING", 2571 + "https://gitlab.freedesktop.org/xorg/font/cronyx-cyrillic/-/blob/master/COPYING", 2572 + "https://gitlab.freedesktop.org/xorg/font/misc-cyrillic/-/blob/master/COPYING", 2573 + "https://gitlab.freedesktop.org/xorg/font/screen-cyrillic/-/blob/master/COPYING" 2574 + ], 2575 + "isOsiApproved": false 2576 + }, 2577 + { 2578 + "reference": "https://spdx.org/licenses/Crossword.html", 2579 + "isDeprecatedLicenseId": false, 2580 + "detailsUrl": "https://spdx.org/licenses/Crossword.json", 2581 + "referenceNumber": 347, 2582 + "name": "Crossword License", 2583 + "licenseId": "Crossword", 2584 + "seeAlso": [ 2585 + "https://fedoraproject.org/wiki/Licensing/Crossword" 2586 + ], 2587 + "isOsiApproved": false 2588 + }, 2589 + { 2590 + "reference": "https://spdx.org/licenses/CryptoSwift.html", 2591 + "isDeprecatedLicenseId": false, 2592 + "detailsUrl": "https://spdx.org/licenses/CryptoSwift.json", 2593 + "referenceNumber": 323, 2594 + "name": "CryptoSwift License", 2595 + "licenseId": "CryptoSwift", 2596 + "seeAlso": [ 2597 + "https://github.com/krzyzanowskim/CryptoSwift/blob/main/LICENSE" 2598 + ], 2599 + "isOsiApproved": false 2600 + }, 2601 + { 2602 + "reference": "https://spdx.org/licenses/CrystalStacker.html", 2603 + "isDeprecatedLicenseId": false, 2604 + "detailsUrl": "https://spdx.org/licenses/CrystalStacker.json", 2605 + "referenceNumber": 449, 2606 + "name": "CrystalStacker License", 2607 + "licenseId": "CrystalStacker", 2608 + "seeAlso": [ 2609 + "https://fedoraproject.org/wiki/Licensing:CrystalStacker?rd\u003dLicensing/CrystalStacker" 2610 + ], 2611 + "isOsiApproved": false 2612 + }, 2613 + { 2614 + "reference": "https://spdx.org/licenses/CUA-OPL-1.0.html", 2615 + "isDeprecatedLicenseId": false, 2616 + "detailsUrl": "https://spdx.org/licenses/CUA-OPL-1.0.json", 2617 + "referenceNumber": 298, 2618 + "name": "CUA Office Public License v1.0", 2619 + "licenseId": "CUA-OPL-1.0", 2620 + "seeAlso": [ 2621 + "https://opensource.org/licenses/CUA-OPL-1.0" 2622 + ], 2623 + "isOsiApproved": true 2624 + }, 2625 + { 2626 + "reference": "https://spdx.org/licenses/Cube.html", 2627 + "isDeprecatedLicenseId": false, 2628 + "detailsUrl": "https://spdx.org/licenses/Cube.json", 2629 + "referenceNumber": 140, 2630 + "name": "Cube License", 2631 + "licenseId": "Cube", 2632 + "seeAlso": [ 2633 + "https://fedoraproject.org/wiki/Licensing/Cube" 2634 + ], 2635 + "isOsiApproved": false 2636 + }, 2637 + { 2638 + "reference": "https://spdx.org/licenses/curl.html", 2639 + "isDeprecatedLicenseId": false, 2640 + "detailsUrl": "https://spdx.org/licenses/curl.json", 2641 + "referenceNumber": 160, 2642 + "name": "curl License", 2643 + "licenseId": "curl", 2644 + "seeAlso": [ 2645 + "https://github.com/bagder/curl/blob/master/COPYING" 2646 + ], 2647 + "isOsiApproved": false 2648 + }, 2649 + { 2650 + "reference": "https://spdx.org/licenses/cve-tou.html", 2651 + "isDeprecatedLicenseId": false, 2652 + "detailsUrl": "https://spdx.org/licenses/cve-tou.json", 2653 + "referenceNumber": 216, 2654 + "name": "Common Vulnerability Enumeration ToU License", 2655 + "licenseId": "cve-tou", 2656 + "seeAlso": [ 2657 + "https://www.cve.org/Legal/TermsOfUse" 2658 + ], 2659 + "isOsiApproved": false 2660 + }, 2661 + { 2662 + "reference": "https://spdx.org/licenses/D-FSL-1.0.html", 2663 + "isDeprecatedLicenseId": false, 2664 + "detailsUrl": "https://spdx.org/licenses/D-FSL-1.0.json", 2665 + "referenceNumber": 545, 2666 + "name": "Deutsche Freie Software Lizenz", 2667 + "licenseId": "D-FSL-1.0", 2668 + "seeAlso": [ 2669 + "http://www.dipp.nrw.de/d-fsl/lizenzen/", 2670 + "http://www.dipp.nrw.de/d-fsl/index_html/lizenzen/de/D-FSL-1_0_de.txt", 2671 + "http://www.dipp.nrw.de/d-fsl/index_html/lizenzen/en/D-FSL-1_0_en.txt", 2672 + "https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl", 2673 + "https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/deutsche-freie-software-lizenz", 2674 + "https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/german-free-software-license", 2675 + "https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/D-FSL-1_0_de.txt/at_download/file", 2676 + "https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/D-FSL-1_0_en.txt/at_download/file" 2677 + ], 2678 + "isOsiApproved": false 2679 + }, 2680 + { 2681 + "reference": "https://spdx.org/licenses/DEC-3-Clause.html", 2682 + "isDeprecatedLicenseId": false, 2683 + "detailsUrl": "https://spdx.org/licenses/DEC-3-Clause.json", 2684 + "referenceNumber": 164, 2685 + "name": "DEC 3-Clause License", 2686 + "licenseId": "DEC-3-Clause", 2687 + "seeAlso": [ 2688 + "https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/COPYING?ref_type\u003dheads#L239" 2689 + ], 2690 + "isOsiApproved": false 2691 + }, 2692 + { 2693 + "reference": "https://spdx.org/licenses/diffmark.html", 2694 + "isDeprecatedLicenseId": false, 2695 + "detailsUrl": "https://spdx.org/licenses/diffmark.json", 2696 + "referenceNumber": 50, 2697 + "name": "diffmark license", 2698 + "licenseId": "diffmark", 2699 + "seeAlso": [ 2700 + "https://fedoraproject.org/wiki/Licensing/diffmark" 2701 + ], 2702 + "isOsiApproved": false 2703 + }, 2704 + { 2705 + "reference": "https://spdx.org/licenses/DL-DE-BY-2.0.html", 2706 + "isDeprecatedLicenseId": false, 2707 + "detailsUrl": "https://spdx.org/licenses/DL-DE-BY-2.0.json", 2708 + "referenceNumber": 530, 2709 + "name": "Data licence Germany – attribution – version 2.0", 2710 + "licenseId": "DL-DE-BY-2.0", 2711 + "seeAlso": [ 2712 + "https://www.govdata.de/dl-de/by-2-0" 2713 + ], 2714 + "isOsiApproved": false 2715 + }, 2716 + { 2717 + "reference": "https://spdx.org/licenses/DL-DE-ZERO-2.0.html", 2718 + "isDeprecatedLicenseId": false, 2719 + "detailsUrl": "https://spdx.org/licenses/DL-DE-ZERO-2.0.json", 2720 + "referenceNumber": 139, 2721 + "name": "Data licence Germany – zero – version 2.0", 2722 + "licenseId": "DL-DE-ZERO-2.0", 2723 + "seeAlso": [ 2724 + "https://www.govdata.de/dl-de/zero-2-0" 2725 + ], 2726 + "isOsiApproved": false 2727 + }, 2728 + { 2729 + "reference": "https://spdx.org/licenses/DOC.html", 2730 + "isDeprecatedLicenseId": false, 2731 + "detailsUrl": "https://spdx.org/licenses/DOC.json", 2732 + "referenceNumber": 31, 2733 + "name": "DOC License", 2734 + "licenseId": "DOC", 2735 + "seeAlso": [ 2736 + "http://www.cs.wustl.edu/~schmidt/ACE-copying.html", 2737 + "https://www.dre.vanderbilt.edu/~schmidt/ACE-copying.html" 2738 + ], 2739 + "isOsiApproved": false 2740 + }, 2741 + { 2742 + "reference": "https://spdx.org/licenses/DocBook-DTD.html", 2743 + "isDeprecatedLicenseId": false, 2744 + "detailsUrl": "https://spdx.org/licenses/DocBook-DTD.json", 2745 + "referenceNumber": 603, 2746 + "name": "DocBook DTD License", 2747 + "licenseId": "DocBook-DTD", 2748 + "seeAlso": [ 2749 + "http://www.docbook.org/xml/simple/1.1/docbook-simple-1.1.zip" 2750 + ], 2751 + "isOsiApproved": false 2752 + }, 2753 + { 2754 + "reference": "https://spdx.org/licenses/DocBook-Schema.html", 2755 + "isDeprecatedLicenseId": false, 2756 + "detailsUrl": "https://spdx.org/licenses/DocBook-Schema.json", 2757 + "referenceNumber": 184, 2758 + "name": "DocBook Schema License", 2759 + "licenseId": "DocBook-Schema", 2760 + "seeAlso": [ 2761 + "https://github.com/docbook/xslt10-stylesheets/blob/efd62655c11cc8773708df7a843613fa1e932bf8/xsl/assembly/schema/docbook51b7.rnc" 2762 + ], 2763 + "isOsiApproved": false 2764 + }, 2765 + { 2766 + "reference": "https://spdx.org/licenses/DocBook-Stylesheet.html", 2767 + "isDeprecatedLicenseId": false, 2768 + "detailsUrl": "https://spdx.org/licenses/DocBook-Stylesheet.json", 2769 + "referenceNumber": 494, 2770 + "name": "DocBook Stylesheet License", 2771 + "licenseId": "DocBook-Stylesheet", 2772 + "seeAlso": [ 2773 + "http://www.docbook.org/xml/5.0/docbook-5.0.zip" 2774 + ], 2775 + "isOsiApproved": false 2776 + }, 2777 + { 2778 + "reference": "https://spdx.org/licenses/DocBook-XML.html", 2779 + "isDeprecatedLicenseId": false, 2780 + "detailsUrl": "https://spdx.org/licenses/DocBook-XML.json", 2781 + "referenceNumber": 672, 2782 + "name": "DocBook XML License", 2783 + "licenseId": "DocBook-XML", 2784 + "seeAlso": [ 2785 + "https://github.com/docbook/xslt10-stylesheets/blob/efd62655c11cc8773708df7a843613fa1e932bf8/xsl/COPYING#L27" 2786 + ], 2787 + "isOsiApproved": false 2788 + }, 2789 + { 2790 + "reference": "https://spdx.org/licenses/Dotseqn.html", 2791 + "isDeprecatedLicenseId": false, 2792 + "detailsUrl": "https://spdx.org/licenses/Dotseqn.json", 2793 + "referenceNumber": 257, 2794 + "name": "Dotseqn License", 2795 + "licenseId": "Dotseqn", 2796 + "seeAlso": [ 2797 + "https://fedoraproject.org/wiki/Licensing/Dotseqn" 2798 + ], 2799 + "isOsiApproved": false 2800 + }, 2801 + { 2802 + "reference": "https://spdx.org/licenses/DRL-1.0.html", 2803 + "isDeprecatedLicenseId": false, 2804 + "detailsUrl": "https://spdx.org/licenses/DRL-1.0.json", 2805 + "referenceNumber": 446, 2806 + "name": "Detection Rule License 1.0", 2807 + "licenseId": "DRL-1.0", 2808 + "seeAlso": [ 2809 + "https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md" 2810 + ], 2811 + "isOsiApproved": false 2812 + }, 2813 + { 2814 + "reference": "https://spdx.org/licenses/DRL-1.1.html", 2815 + "isDeprecatedLicenseId": false, 2816 + "detailsUrl": "https://spdx.org/licenses/DRL-1.1.json", 2817 + "referenceNumber": 135, 2818 + "name": "Detection Rule License 1.1", 2819 + "licenseId": "DRL-1.1", 2820 + "seeAlso": [ 2821 + "https://github.com/SigmaHQ/Detection-Rule-License/blob/6ec7fbde6101d101b5b5d1fcb8f9b69fbc76c04a/LICENSE.Detection.Rules.md" 2822 + ], 2823 + "isOsiApproved": false 2824 + }, 2825 + { 2826 + "reference": "https://spdx.org/licenses/DSDP.html", 2827 + "isDeprecatedLicenseId": false, 2828 + "detailsUrl": "https://spdx.org/licenses/DSDP.json", 2829 + "referenceNumber": 336, 2830 + "name": "DSDP License", 2831 + "licenseId": "DSDP", 2832 + "seeAlso": [ 2833 + "https://fedoraproject.org/wiki/Licensing/DSDP" 2834 + ], 2835 + "isOsiApproved": false 2836 + }, 2837 + { 2838 + "reference": "https://spdx.org/licenses/dtoa.html", 2839 + "isDeprecatedLicenseId": false, 2840 + "detailsUrl": "https://spdx.org/licenses/dtoa.json", 2841 + "referenceNumber": 578, 2842 + "name": "David M. Gay dtoa License", 2843 + "licenseId": "dtoa", 2844 + "seeAlso": [ 2845 + "https://github.com/SWI-Prolog/swipl-devel/blob/master/src/os/dtoa.c", 2846 + "https://sourceware.org/git/?p\u003dnewlib-cygwin.git;a\u003dblob;f\u003dnewlib/libc/stdlib/mprec.h;hb\u003dHEAD" 2847 + ], 2848 + "isOsiApproved": false 2849 + }, 2850 + { 2851 + "reference": "https://spdx.org/licenses/dvipdfm.html", 2852 + "isDeprecatedLicenseId": false, 2853 + "detailsUrl": "https://spdx.org/licenses/dvipdfm.json", 2854 + "referenceNumber": 319, 2855 + "name": "dvipdfm License", 2856 + "licenseId": "dvipdfm", 2857 + "seeAlso": [ 2858 + "https://fedoraproject.org/wiki/Licensing/dvipdfm" 2859 + ], 2860 + "isOsiApproved": false 2861 + }, 2862 + { 2863 + "reference": "https://spdx.org/licenses/ECL-1.0.html", 2864 + "isDeprecatedLicenseId": false, 2865 + "detailsUrl": "https://spdx.org/licenses/ECL-1.0.json", 2866 + "referenceNumber": 641, 2867 + "name": "Educational Community License v1.0", 2868 + "licenseId": "ECL-1.0", 2869 + "seeAlso": [ 2870 + "https://opensource.org/licenses/ECL-1.0" 2871 + ], 2872 + "isOsiApproved": true 2873 + }, 2874 + { 2875 + "reference": "https://spdx.org/licenses/ECL-2.0.html", 2876 + "isDeprecatedLicenseId": false, 2877 + "detailsUrl": "https://spdx.org/licenses/ECL-2.0.json", 2878 + "referenceNumber": 338, 2879 + "name": "Educational Community License v2.0", 2880 + "licenseId": "ECL-2.0", 2881 + "seeAlso": [ 2882 + "https://opensource.org/licenses/ECL-2.0" 2883 + ], 2884 + "isOsiApproved": true, 2885 + "isFsfLibre": true 2886 + }, 2887 + { 2888 + "reference": "https://spdx.org/licenses/eCos-2.0.html", 2889 + "isDeprecatedLicenseId": true, 2890 + "detailsUrl": "https://spdx.org/licenses/eCos-2.0.json", 2891 + "referenceNumber": 647, 2892 + "name": "eCos license version 2.0", 2893 + "licenseId": "eCos-2.0", 2894 + "seeAlso": [ 2895 + "https://www.gnu.org/licenses/ecos-license.html" 2896 + ], 2897 + "isOsiApproved": false, 2898 + "isFsfLibre": true 2899 + }, 2900 + { 2901 + "reference": "https://spdx.org/licenses/EFL-1.0.html", 2902 + "isDeprecatedLicenseId": false, 2903 + "detailsUrl": "https://spdx.org/licenses/EFL-1.0.json", 2904 + "referenceNumber": 145, 2905 + "name": "Eiffel Forum License v1.0", 2906 + "licenseId": "EFL-1.0", 2907 + "seeAlso": [ 2908 + "http://www.eiffel-nice.org/license/forum.txt", 2909 + "https://opensource.org/licenses/EFL-1.0" 2910 + ], 2911 + "isOsiApproved": true 2912 + }, 2913 + { 2914 + "reference": "https://spdx.org/licenses/EFL-2.0.html", 2915 + "isDeprecatedLicenseId": false, 2916 + "detailsUrl": "https://spdx.org/licenses/EFL-2.0.json", 2917 + "referenceNumber": 604, 2918 + "name": "Eiffel Forum License v2.0", 2919 + "licenseId": "EFL-2.0", 2920 + "seeAlso": [ 2921 + "http://www.eiffel-nice.org/license/eiffel-forum-license-2.html", 2922 + "https://opensource.org/licenses/EFL-2.0" 2923 + ], 2924 + "isOsiApproved": true, 2925 + "isFsfLibre": true 2926 + }, 2927 + { 2928 + "reference": "https://spdx.org/licenses/eGenix.html", 2929 + "isDeprecatedLicenseId": false, 2930 + "detailsUrl": "https://spdx.org/licenses/eGenix.json", 2931 + "referenceNumber": 613, 2932 + "name": "eGenix.com Public License 1.1.0", 2933 + "licenseId": "eGenix", 2934 + "seeAlso": [ 2935 + "http://www.egenix.com/products/eGenix.com-Public-License-1.1.0.pdf", 2936 + "https://fedoraproject.org/wiki/Licensing/eGenix.com_Public_License_1.1.0" 2937 + ], 2938 + "isOsiApproved": false 2939 + }, 2940 + { 2941 + "reference": "https://spdx.org/licenses/Elastic-2.0.html", 2942 + "isDeprecatedLicenseId": false, 2943 + "detailsUrl": "https://spdx.org/licenses/Elastic-2.0.json", 2944 + "referenceNumber": 396, 2945 + "name": "Elastic License 2.0", 2946 + "licenseId": "Elastic-2.0", 2947 + "seeAlso": [ 2948 + "https://www.elastic.co/licensing/elastic-license", 2949 + "https://github.com/elastic/elasticsearch/blob/master/licenses/ELASTIC-LICENSE-2.0.txt" 2950 + ], 2951 + "isOsiApproved": false 2952 + }, 2953 + { 2954 + "reference": "https://spdx.org/licenses/Entessa.html", 2955 + "isDeprecatedLicenseId": false, 2956 + "detailsUrl": "https://spdx.org/licenses/Entessa.json", 2957 + "referenceNumber": 40, 2958 + "name": "Entessa Public License v1.0", 2959 + "licenseId": "Entessa", 2960 + "seeAlso": [ 2961 + "https://opensource.org/licenses/Entessa" 2962 + ], 2963 + "isOsiApproved": true 2964 + }, 2965 + { 2966 + "reference": "https://spdx.org/licenses/EPICS.html", 2967 + "isDeprecatedLicenseId": false, 2968 + "detailsUrl": "https://spdx.org/licenses/EPICS.json", 2969 + "referenceNumber": 158, 2970 + "name": "EPICS Open License", 2971 + "licenseId": "EPICS", 2972 + "seeAlso": [ 2973 + "https://epics.anl.gov/license/open.php" 2974 + ], 2975 + "isOsiApproved": false 2976 + }, 2977 + { 2978 + "reference": "https://spdx.org/licenses/EPL-1.0.html", 2979 + "isDeprecatedLicenseId": false, 2980 + "detailsUrl": "https://spdx.org/licenses/EPL-1.0.json", 2981 + "referenceNumber": 558, 2982 + "name": "Eclipse Public License 1.0", 2983 + "licenseId": "EPL-1.0", 2984 + "seeAlso": [ 2985 + "http://www.eclipse.org/legal/epl-v10.html", 2986 + "https://opensource.org/licenses/EPL-1.0" 2987 + ], 2988 + "isOsiApproved": true, 2989 + "isFsfLibre": true 2990 + }, 2991 + { 2992 + "reference": "https://spdx.org/licenses/EPL-2.0.html", 2993 + "isDeprecatedLicenseId": false, 2994 + "detailsUrl": "https://spdx.org/licenses/EPL-2.0.json", 2995 + "referenceNumber": 326, 2996 + "name": "Eclipse Public License 2.0", 2997 + "licenseId": "EPL-2.0", 2998 + "seeAlso": [ 2999 + "https://www.eclipse.org/legal/epl-2.0", 3000 + "https://www.opensource.org/licenses/EPL-2.0", 3001 + "https://www.eclipse.org/legal/epl-v20.html", 3002 + "https://projects.eclipse.org/license/epl-2.0" 3003 + ], 3004 + "isOsiApproved": true, 3005 + "isFsfLibre": true 3006 + }, 3007 + { 3008 + "reference": "https://spdx.org/licenses/ErlPL-1.1.html", 3009 + "isDeprecatedLicenseId": false, 3010 + "detailsUrl": "https://spdx.org/licenses/ErlPL-1.1.json", 3011 + "referenceNumber": 541, 3012 + "name": "Erlang Public License v1.1", 3013 + "licenseId": "ErlPL-1.1", 3014 + "seeAlso": [ 3015 + "http://www.erlang.org/EPLICENSE" 3016 + ], 3017 + "isOsiApproved": false 3018 + }, 3019 + { 3020 + "reference": "https://spdx.org/licenses/etalab-2.0.html", 3021 + "isDeprecatedLicenseId": false, 3022 + "detailsUrl": "https://spdx.org/licenses/etalab-2.0.json", 3023 + "referenceNumber": 363, 3024 + "name": "Etalab Open License 2.0", 3025 + "licenseId": "etalab-2.0", 3026 + "seeAlso": [ 3027 + "https://github.com/DISIC/politique-de-contribution-open-source/blob/master/LICENSE.pdf", 3028 + "https://raw.githubusercontent.com/DISIC/politique-de-contribution-open-source/master/LICENSE" 3029 + ], 3030 + "isOsiApproved": false 3031 + }, 3032 + { 3033 + "reference": "https://spdx.org/licenses/EUDatagrid.html", 3034 + "isDeprecatedLicenseId": false, 3035 + "detailsUrl": "https://spdx.org/licenses/EUDatagrid.json", 3036 + "referenceNumber": 262, 3037 + "name": "EU DataGrid Software License", 3038 + "licenseId": "EUDatagrid", 3039 + "seeAlso": [ 3040 + "http://eu-datagrid.web.cern.ch/eu-datagrid/license.html", 3041 + "https://opensource.org/licenses/EUDatagrid" 3042 + ], 3043 + "isOsiApproved": true, 3044 + "isFsfLibre": true 3045 + }, 3046 + { 3047 + "reference": "https://spdx.org/licenses/EUPL-1.0.html", 3048 + "isDeprecatedLicenseId": false, 3049 + "detailsUrl": "https://spdx.org/licenses/EUPL-1.0.json", 3050 + "referenceNumber": 405, 3051 + "name": "European Union Public License 1.0", 3052 + "licenseId": "EUPL-1.0", 3053 + "seeAlso": [ 3054 + "http://ec.europa.eu/idabc/en/document/7330.html", 3055 + "http://ec.europa.eu/idabc/servlets/Doc027f.pdf?id\u003d31096" 3056 + ], 3057 + "isOsiApproved": false 3058 + }, 3059 + { 3060 + "reference": "https://spdx.org/licenses/EUPL-1.1.html", 3061 + "isDeprecatedLicenseId": false, 3062 + "detailsUrl": "https://spdx.org/licenses/EUPL-1.1.json", 3063 + "referenceNumber": 393, 3064 + "name": "European Union Public License 1.1", 3065 + "licenseId": "EUPL-1.1", 3066 + "seeAlso": [ 3067 + "https://joinup.ec.europa.eu/software/page/eupl/licence-eupl", 3068 + "https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/eupl1.1.-licence-en_0.pdf", 3069 + "https://opensource.org/licenses/EUPL-1.1" 3070 + ], 3071 + "isOsiApproved": true, 3072 + "isFsfLibre": true 3073 + }, 3074 + { 3075 + "reference": "https://spdx.org/licenses/EUPL-1.2.html", 3076 + "isDeprecatedLicenseId": false, 3077 + "detailsUrl": "https://spdx.org/licenses/EUPL-1.2.json", 3078 + "referenceNumber": 596, 3079 + "name": "European Union Public License 1.2", 3080 + "licenseId": "EUPL-1.2", 3081 + "seeAlso": [ 3082 + "https://joinup.ec.europa.eu/page/eupl-text-11-12", 3083 + "https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/eupl_v1.2_en.pdf", 3084 + "https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/2020-03/EUPL-1.2%20EN.txt", 3085 + "https://joinup.ec.europa.eu/sites/default/files/inline-files/EUPL%20v1_2%20EN(1).txt", 3086 + "http://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri\u003dCELEX:32017D0863", 3087 + "https://opensource.org/licenses/EUPL-1.2" 3088 + ], 3089 + "isOsiApproved": true, 3090 + "isFsfLibre": true 3091 + }, 3092 + { 3093 + "reference": "https://spdx.org/licenses/Eurosym.html", 3094 + "isDeprecatedLicenseId": false, 3095 + "detailsUrl": "https://spdx.org/licenses/Eurosym.json", 3096 + "referenceNumber": 299, 3097 + "name": "Eurosym License", 3098 + "licenseId": "Eurosym", 3099 + "seeAlso": [ 3100 + "https://fedoraproject.org/wiki/Licensing/Eurosym" 3101 + ], 3102 + "isOsiApproved": false 3103 + }, 3104 + { 3105 + "reference": "https://spdx.org/licenses/Fair.html", 3106 + "isDeprecatedLicenseId": false, 3107 + "detailsUrl": "https://spdx.org/licenses/Fair.json", 3108 + "referenceNumber": 190, 3109 + "name": "Fair License", 3110 + "licenseId": "Fair", 3111 + "seeAlso": [ 3112 + "https://web.archive.org/web/20150926120323/http://fairlicense.org/", 3113 + "https://opensource.org/licenses/Fair" 3114 + ], 3115 + "isOsiApproved": true 3116 + }, 3117 + { 3118 + "reference": "https://spdx.org/licenses/FBM.html", 3119 + "isDeprecatedLicenseId": false, 3120 + "detailsUrl": "https://spdx.org/licenses/FBM.json", 3121 + "referenceNumber": 476, 3122 + "name": "Fuzzy Bitmap License", 3123 + "licenseId": "FBM", 3124 + "seeAlso": [ 3125 + "https://github.com/SWI-Prolog/packages-xpce/blob/161a40cd82004f731ba48024f9d30af388a7edf5/src/img/gifwrite.c#L21-L26" 3126 + ], 3127 + "isOsiApproved": false 3128 + }, 3129 + { 3130 + "reference": "https://spdx.org/licenses/FDK-AAC.html", 3131 + "isDeprecatedLicenseId": false, 3132 + "detailsUrl": "https://spdx.org/licenses/FDK-AAC.json", 3133 + "referenceNumber": 44, 3134 + "name": "Fraunhofer FDK AAC Codec Library", 3135 + "licenseId": "FDK-AAC", 3136 + "seeAlso": [ 3137 + "https://fedoraproject.org/wiki/Licensing/FDK-AAC", 3138 + "https://directory.fsf.org/wiki/License:Fdk" 3139 + ], 3140 + "isOsiApproved": false 3141 + }, 3142 + { 3143 + "reference": "https://spdx.org/licenses/Ferguson-Twofish.html", 3144 + "isDeprecatedLicenseId": false, 3145 + "detailsUrl": "https://spdx.org/licenses/Ferguson-Twofish.json", 3146 + "referenceNumber": 662, 3147 + "name": "Ferguson Twofish License", 3148 + "licenseId": "Ferguson-Twofish", 3149 + "seeAlso": [ 3150 + "https://github.com/wernerd/ZRTPCPP/blob/6b3cd8e6783642292bad0c21e3e5e5ce45ff3e03/cryptcommon/twofish.c#L113C3-L127" 3151 + ], 3152 + "isOsiApproved": false 3153 + }, 3154 + { 3155 + "reference": "https://spdx.org/licenses/Frameworx-1.0.html", 3156 + "isDeprecatedLicenseId": false, 3157 + "detailsUrl": "https://spdx.org/licenses/Frameworx-1.0.json", 3158 + "referenceNumber": 376, 3159 + "name": "Frameworx Open License 1.0", 3160 + "licenseId": "Frameworx-1.0", 3161 + "seeAlso": [ 3162 + "https://opensource.org/licenses/Frameworx-1.0" 3163 + ], 3164 + "isOsiApproved": true 3165 + }, 3166 + { 3167 + "reference": "https://spdx.org/licenses/FreeBSD-DOC.html", 3168 + "isDeprecatedLicenseId": false, 3169 + "detailsUrl": "https://spdx.org/licenses/FreeBSD-DOC.json", 3170 + "referenceNumber": 645, 3171 + "name": "FreeBSD Documentation License", 3172 + "licenseId": "FreeBSD-DOC", 3173 + "seeAlso": [ 3174 + "https://www.freebsd.org/copyright/freebsd-doc-license/" 3175 + ], 3176 + "isOsiApproved": false 3177 + }, 3178 + { 3179 + "reference": "https://spdx.org/licenses/FreeImage.html", 3180 + "isDeprecatedLicenseId": false, 3181 + "detailsUrl": "https://spdx.org/licenses/FreeImage.json", 3182 + "referenceNumber": 264, 3183 + "name": "FreeImage Public License v1.0", 3184 + "licenseId": "FreeImage", 3185 + "seeAlso": [ 3186 + "http://freeimage.sourceforge.net/freeimage-license.txt" 3187 + ], 3188 + "isOsiApproved": false 3189 + }, 3190 + { 3191 + "reference": "https://spdx.org/licenses/FSFAP.html", 3192 + "isDeprecatedLicenseId": false, 3193 + "detailsUrl": "https://spdx.org/licenses/FSFAP.json", 3194 + "referenceNumber": 561, 3195 + "name": "FSF All Permissive License", 3196 + "licenseId": "FSFAP", 3197 + "seeAlso": [ 3198 + "https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html" 3199 + ], 3200 + "isOsiApproved": false, 3201 + "isFsfLibre": true 3202 + }, 3203 + { 3204 + "reference": "https://spdx.org/licenses/FSFAP-no-warranty-disclaimer.html", 3205 + "isDeprecatedLicenseId": false, 3206 + "detailsUrl": "https://spdx.org/licenses/FSFAP-no-warranty-disclaimer.json", 3207 + "referenceNumber": 629, 3208 + "name": "FSF All Permissive License (without Warranty)", 3209 + "licenseId": "FSFAP-no-warranty-disclaimer", 3210 + "seeAlso": [ 3211 + "https://git.savannah.gnu.org/cgit/wget.git/tree/util/trunc.c?h\u003dv1.21.3\u0026id\u003d40747a11e44ced5a8ac628a41f879ced3e2ebce9#n6" 3212 + ], 3213 + "isOsiApproved": false 3214 + }, 3215 + { 3216 + "reference": "https://spdx.org/licenses/FSFUL.html", 3217 + "isDeprecatedLicenseId": false, 3218 + "detailsUrl": "https://spdx.org/licenses/FSFUL.json", 3219 + "referenceNumber": 59, 3220 + "name": "FSF Unlimited License", 3221 + "licenseId": "FSFUL", 3222 + "seeAlso": [ 3223 + "https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License" 3224 + ], 3225 + "isOsiApproved": false 3226 + }, 3227 + { 3228 + "reference": "https://spdx.org/licenses/FSFULLR.html", 3229 + "isDeprecatedLicenseId": false, 3230 + "detailsUrl": "https://spdx.org/licenses/FSFULLR.json", 3231 + "referenceNumber": 322, 3232 + "name": "FSF Unlimited License (with License Retention)", 3233 + "licenseId": "FSFULLR", 3234 + "seeAlso": [ 3235 + "https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License#License_Retention_Variant" 3236 + ], 3237 + "isOsiApproved": false 3238 + }, 3239 + { 3240 + "reference": "https://spdx.org/licenses/FSFULLRSD.html", 3241 + "isDeprecatedLicenseId": false, 3242 + "detailsUrl": "https://spdx.org/licenses/FSFULLRSD.json", 3243 + "referenceNumber": 300, 3244 + "name": "FSF Unlimited License (with License Retention and Short Disclaimer)", 3245 + "licenseId": "FSFULLRSD", 3246 + "seeAlso": [ 3247 + "https://git.savannah.gnu.org/cgit/gnulib.git/tree/modules/COPYING?id\u003d7b08932179d0d6b017f7df01a2ddf6e096b038e3" 3248 + ], 3249 + "isOsiApproved": false 3250 + }, 3251 + { 3252 + "reference": "https://spdx.org/licenses/FSFULLRWD.html", 3253 + "isDeprecatedLicenseId": false, 3254 + "detailsUrl": "https://spdx.org/licenses/FSFULLRWD.json", 3255 + "referenceNumber": 245, 3256 + "name": "FSF Unlimited License (With License Retention and Warranty Disclaimer)", 3257 + "licenseId": "FSFULLRWD", 3258 + "seeAlso": [ 3259 + "https://lists.gnu.org/archive/html/autoconf/2012-04/msg00061.html" 3260 + ], 3261 + "isOsiApproved": false 3262 + }, 3263 + { 3264 + "reference": "https://spdx.org/licenses/FSL-1.1-ALv2.html", 3265 + "isDeprecatedLicenseId": false, 3266 + "detailsUrl": "https://spdx.org/licenses/FSL-1.1-ALv2.json", 3267 + "referenceNumber": 585, 3268 + "name": "Functional Source License, Version 1.1, ALv2 Future License", 3269 + "licenseId": "FSL-1.1-ALv2", 3270 + "seeAlso": [ 3271 + "https://fsl.software/FSL-1.1-ALv2.template.md" 3272 + ], 3273 + "isOsiApproved": false 3274 + }, 3275 + { 3276 + "reference": "https://spdx.org/licenses/FSL-1.1-MIT.html", 3277 + "isDeprecatedLicenseId": false, 3278 + "detailsUrl": "https://spdx.org/licenses/FSL-1.1-MIT.json", 3279 + "referenceNumber": 639, 3280 + "name": "Functional Source License, Version 1.1, MIT Future License", 3281 + "licenseId": "FSL-1.1-MIT", 3282 + "seeAlso": [ 3283 + "https://fsl.software/FSL-1.1-MIT.template.md" 3284 + ], 3285 + "isOsiApproved": false 3286 + }, 3287 + { 3288 + "reference": "https://spdx.org/licenses/FTL.html", 3289 + "isDeprecatedLicenseId": false, 3290 + "detailsUrl": "https://spdx.org/licenses/FTL.json", 3291 + "referenceNumber": 417, 3292 + "name": "Freetype Project License", 3293 + "licenseId": "FTL", 3294 + "seeAlso": [ 3295 + "http://freetype.fis.uniroma2.it/FTL.TXT", 3296 + "http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/FTL.TXT", 3297 + "http://gitlab.freedesktop.org/freetype/freetype/-/raw/master/docs/FTL.TXT" 3298 + ], 3299 + "isOsiApproved": false, 3300 + "isFsfLibre": true 3301 + }, 3302 + { 3303 + "reference": "https://spdx.org/licenses/Furuseth.html", 3304 + "isDeprecatedLicenseId": false, 3305 + "detailsUrl": "https://spdx.org/licenses/Furuseth.json", 3306 + "referenceNumber": 72, 3307 + "name": "Furuseth License", 3308 + "licenseId": "Furuseth", 3309 + "seeAlso": [ 3310 + "https://git.openldap.org/openldap/openldap/-/blob/master/COPYRIGHT?ref_type\u003dheads#L39-51" 3311 + ], 3312 + "isOsiApproved": false 3313 + }, 3314 + { 3315 + "reference": "https://spdx.org/licenses/fwlw.html", 3316 + "isDeprecatedLicenseId": false, 3317 + "detailsUrl": "https://spdx.org/licenses/fwlw.json", 3318 + "referenceNumber": 529, 3319 + "name": "fwlw License", 3320 + "licenseId": "fwlw", 3321 + "seeAlso": [ 3322 + "https://mirrors.nic.cz/tex-archive/macros/latex/contrib/fwlw/README" 3323 + ], 3324 + "isOsiApproved": false 3325 + }, 3326 + { 3327 + "reference": "https://spdx.org/licenses/Game-Programming-Gems.html", 3328 + "isDeprecatedLicenseId": false, 3329 + "detailsUrl": "https://spdx.org/licenses/Game-Programming-Gems.json", 3330 + "referenceNumber": 246, 3331 + "name": "Game Programming Gems License", 3332 + "licenseId": "Game-Programming-Gems", 3333 + "seeAlso": [ 3334 + "https://github.com/OGRECave/ogre/blob/master/OgreMain/include/OgreSingleton.h#L28C3-L35C46" 3335 + ], 3336 + "isOsiApproved": false 3337 + }, 3338 + { 3339 + "reference": "https://spdx.org/licenses/GCR-docs.html", 3340 + "isDeprecatedLicenseId": false, 3341 + "detailsUrl": "https://spdx.org/licenses/GCR-docs.json", 3342 + "referenceNumber": 270, 3343 + "name": "Gnome GCR Documentation License", 3344 + "licenseId": "GCR-docs", 3345 + "seeAlso": [ 3346 + "https://github.com/GNOME/gcr/blob/master/docs/COPYING" 3347 + ], 3348 + "isOsiApproved": false 3349 + }, 3350 + { 3351 + "reference": "https://spdx.org/licenses/GD.html", 3352 + "isDeprecatedLicenseId": false, 3353 + "detailsUrl": "https://spdx.org/licenses/GD.json", 3354 + "referenceNumber": 549, 3355 + "name": "GD License", 3356 + "licenseId": "GD", 3357 + "seeAlso": [ 3358 + "https://libgd.github.io/manuals/2.3.0/files/license-txt.html" 3359 + ], 3360 + "isOsiApproved": false 3361 + }, 3362 + { 3363 + "reference": "https://spdx.org/licenses/generic-xts.html", 3364 + "isDeprecatedLicenseId": false, 3365 + "detailsUrl": "https://spdx.org/licenses/generic-xts.json", 3366 + "referenceNumber": 132, 3367 + "name": "Generic XTS License", 3368 + "licenseId": "generic-xts", 3369 + "seeAlso": [ 3370 + "https://github.com/mhogomchungu/zuluCrypt/blob/master/external_libraries/tcplay/generic_xts.c" 3371 + ], 3372 + "isOsiApproved": false 3373 + }, 3374 + { 3375 + "reference": "https://spdx.org/licenses/GFDL-1.1.html", 3376 + "isDeprecatedLicenseId": true, 3377 + "detailsUrl": "https://spdx.org/licenses/GFDL-1.1.json", 3378 + "referenceNumber": 533, 3379 + "name": "GNU Free Documentation License v1.1", 3380 + "licenseId": "GFDL-1.1", 3381 + "seeAlso": [ 3382 + "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt" 3383 + ], 3384 + "isOsiApproved": false, 3385 + "isFsfLibre": true 3386 + }, 3387 + { 3388 + "reference": "https://spdx.org/licenses/GFDL-1.1-invariants-only.html", 3389 + "isDeprecatedLicenseId": false, 3390 + "detailsUrl": "https://spdx.org/licenses/GFDL-1.1-invariants-only.json", 3391 + "referenceNumber": 271, 3392 + "name": "GNU Free Documentation License v1.1 only - invariants", 3393 + "licenseId": "GFDL-1.1-invariants-only", 3394 + "seeAlso": [ 3395 + "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt" 3396 + ], 3397 + "isOsiApproved": false 3398 + }, 3399 + { 3400 + "reference": "https://spdx.org/licenses/GFDL-1.1-invariants-or-later.html", 3401 + "isDeprecatedLicenseId": false, 3402 + "detailsUrl": "https://spdx.org/licenses/GFDL-1.1-invariants-or-later.json", 3403 + "referenceNumber": 538, 3404 + "name": "GNU Free Documentation License v1.1 or later - invariants", 3405 + "licenseId": "GFDL-1.1-invariants-or-later", 3406 + "seeAlso": [ 3407 + "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt" 3408 + ], 3409 + "isOsiApproved": false 3410 + }, 3411 + { 3412 + "reference": "https://spdx.org/licenses/GFDL-1.1-no-invariants-only.html", 3413 + "isDeprecatedLicenseId": false, 3414 + "detailsUrl": "https://spdx.org/licenses/GFDL-1.1-no-invariants-only.json", 3415 + "referenceNumber": 609, 3416 + "name": "GNU Free Documentation License v1.1 only - no invariants", 3417 + "licenseId": "GFDL-1.1-no-invariants-only", 3418 + "seeAlso": [ 3419 + "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt" 3420 + ], 3421 + "isOsiApproved": false 3422 + }, 3423 + { 3424 + "reference": "https://spdx.org/licenses/GFDL-1.1-no-invariants-or-later.html", 3425 + "isDeprecatedLicenseId": false, 3426 + "detailsUrl": "https://spdx.org/licenses/GFDL-1.1-no-invariants-or-later.json", 3427 + "referenceNumber": 689, 3428 + "name": "GNU Free Documentation License v1.1 or later - no invariants", 3429 + "licenseId": "GFDL-1.1-no-invariants-or-later", 3430 + "seeAlso": [ 3431 + "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt" 3432 + ], 3433 + "isOsiApproved": false 3434 + }, 3435 + { 3436 + "reference": "https://spdx.org/licenses/GFDL-1.1-only.html", 3437 + "isDeprecatedLicenseId": false, 3438 + "detailsUrl": "https://spdx.org/licenses/GFDL-1.1-only.json", 3439 + "referenceNumber": 456, 3440 + "name": "GNU Free Documentation License v1.1 only", 3441 + "licenseId": "GFDL-1.1-only", 3442 + "seeAlso": [ 3443 + "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt" 3444 + ], 3445 + "isOsiApproved": false, 3446 + "isFsfLibre": true 3447 + }, 3448 + { 3449 + "reference": "https://spdx.org/licenses/GFDL-1.1-or-later.html", 3450 + "isDeprecatedLicenseId": false, 3451 + "detailsUrl": "https://spdx.org/licenses/GFDL-1.1-or-later.json", 3452 + "referenceNumber": 67, 3453 + "name": "GNU Free Documentation License v1.1 or later", 3454 + "licenseId": "GFDL-1.1-or-later", 3455 + "seeAlso": [ 3456 + "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt" 3457 + ], 3458 + "isOsiApproved": false, 3459 + "isFsfLibre": true 3460 + }, 3461 + { 3462 + "reference": "https://spdx.org/licenses/GFDL-1.2.html", 3463 + "isDeprecatedLicenseId": true, 3464 + "detailsUrl": "https://spdx.org/licenses/GFDL-1.2.json", 3465 + "referenceNumber": 350, 3466 + "name": "GNU Free Documentation License v1.2", 3467 + "licenseId": "GFDL-1.2", 3468 + "seeAlso": [ 3469 + "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt" 3470 + ], 3471 + "isOsiApproved": false, 3472 + "isFsfLibre": true 3473 + }, 3474 + { 3475 + "reference": "https://spdx.org/licenses/GFDL-1.2-invariants-only.html", 3476 + "isDeprecatedLicenseId": false, 3477 + "detailsUrl": "https://spdx.org/licenses/GFDL-1.2-invariants-only.json", 3478 + "referenceNumber": 192, 3479 + "name": "GNU Free Documentation License v1.2 only - invariants", 3480 + "licenseId": "GFDL-1.2-invariants-only", 3481 + "seeAlso": [ 3482 + "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt" 3483 + ], 3484 + "isOsiApproved": false 3485 + }, 3486 + { 3487 + "reference": "https://spdx.org/licenses/GFDL-1.2-invariants-or-later.html", 3488 + "isDeprecatedLicenseId": false, 3489 + "detailsUrl": "https://spdx.org/licenses/GFDL-1.2-invariants-or-later.json", 3490 + "referenceNumber": 261, 3491 + "name": "GNU Free Documentation License v1.2 or later - invariants", 3492 + "licenseId": "GFDL-1.2-invariants-or-later", 3493 + "seeAlso": [ 3494 + "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt" 3495 + ], 3496 + "isOsiApproved": false 3497 + }, 3498 + { 3499 + "reference": "https://spdx.org/licenses/GFDL-1.2-no-invariants-only.html", 3500 + "isDeprecatedLicenseId": false, 3501 + "detailsUrl": "https://spdx.org/licenses/GFDL-1.2-no-invariants-only.json", 3502 + "referenceNumber": 101, 3503 + "name": "GNU Free Documentation License v1.2 only - no invariants", 3504 + "licenseId": "GFDL-1.2-no-invariants-only", 3505 + "seeAlso": [ 3506 + "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt" 3507 + ], 3508 + "isOsiApproved": false 3509 + }, 3510 + { 3511 + "reference": "https://spdx.org/licenses/GFDL-1.2-no-invariants-or-later.html", 3512 + "isDeprecatedLicenseId": false, 3513 + "detailsUrl": "https://spdx.org/licenses/GFDL-1.2-no-invariants-or-later.json", 3514 + "referenceNumber": 244, 3515 + "name": "GNU Free Documentation License v1.2 or later - no invariants", 3516 + "licenseId": "GFDL-1.2-no-invariants-or-later", 3517 + "seeAlso": [ 3518 + "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt" 3519 + ], 3520 + "isOsiApproved": false 3521 + }, 3522 + { 3523 + "reference": "https://spdx.org/licenses/GFDL-1.2-only.html", 3524 + "isDeprecatedLicenseId": false, 3525 + "detailsUrl": "https://spdx.org/licenses/GFDL-1.2-only.json", 3526 + "referenceNumber": 595, 3527 + "name": "GNU Free Documentation License v1.2 only", 3528 + "licenseId": "GFDL-1.2-only", 3529 + "seeAlso": [ 3530 + "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt" 3531 + ], 3532 + "isOsiApproved": false, 3533 + "isFsfLibre": true 3534 + }, 3535 + { 3536 + "reference": "https://spdx.org/licenses/GFDL-1.2-or-later.html", 3537 + "isDeprecatedLicenseId": false, 3538 + "detailsUrl": "https://spdx.org/licenses/GFDL-1.2-or-later.json", 3539 + "referenceNumber": 488, 3540 + "name": "GNU Free Documentation License v1.2 or later", 3541 + "licenseId": "GFDL-1.2-or-later", 3542 + "seeAlso": [ 3543 + "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt" 3544 + ], 3545 + "isOsiApproved": false, 3546 + "isFsfLibre": true 3547 + }, 3548 + { 3549 + "reference": "https://spdx.org/licenses/GFDL-1.3.html", 3550 + "isDeprecatedLicenseId": true, 3551 + "detailsUrl": "https://spdx.org/licenses/GFDL-1.3.json", 3552 + "referenceNumber": 652, 3553 + "name": "GNU Free Documentation License v1.3", 3554 + "licenseId": "GFDL-1.3", 3555 + "seeAlso": [ 3556 + "https://www.gnu.org/licenses/fdl-1.3.txt" 3557 + ], 3558 + "isOsiApproved": false, 3559 + "isFsfLibre": true 3560 + }, 3561 + { 3562 + "reference": "https://spdx.org/licenses/GFDL-1.3-invariants-only.html", 3563 + "isDeprecatedLicenseId": false, 3564 + "detailsUrl": "https://spdx.org/licenses/GFDL-1.3-invariants-only.json", 3565 + "referenceNumber": 69, 3566 + "name": "GNU Free Documentation License v1.3 only - invariants", 3567 + "licenseId": "GFDL-1.3-invariants-only", 3568 + "seeAlso": [ 3569 + "https://www.gnu.org/licenses/fdl-1.3.txt" 3570 + ], 3571 + "isOsiApproved": false 3572 + }, 3573 + { 3574 + "reference": "https://spdx.org/licenses/GFDL-1.3-invariants-or-later.html", 3575 + "isDeprecatedLicenseId": false, 3576 + "detailsUrl": "https://spdx.org/licenses/GFDL-1.3-invariants-or-later.json", 3577 + "referenceNumber": 550, 3578 + "name": "GNU Free Documentation License v1.3 or later - invariants", 3579 + "licenseId": "GFDL-1.3-invariants-or-later", 3580 + "seeAlso": [ 3581 + "https://www.gnu.org/licenses/fdl-1.3.txt" 3582 + ], 3583 + "isOsiApproved": false 3584 + }, 3585 + { 3586 + "reference": "https://spdx.org/licenses/GFDL-1.3-no-invariants-only.html", 3587 + "isDeprecatedLicenseId": false, 3588 + "detailsUrl": "https://spdx.org/licenses/GFDL-1.3-no-invariants-only.json", 3589 + "referenceNumber": 516, 3590 + "name": "GNU Free Documentation License v1.3 only - no invariants", 3591 + "licenseId": "GFDL-1.3-no-invariants-only", 3592 + "seeAlso": [ 3593 + "https://www.gnu.org/licenses/fdl-1.3.txt" 3594 + ], 3595 + "isOsiApproved": false 3596 + }, 3597 + { 3598 + "reference": "https://spdx.org/licenses/GFDL-1.3-no-invariants-or-later.html", 3599 + "isDeprecatedLicenseId": false, 3600 + "detailsUrl": "https://spdx.org/licenses/GFDL-1.3-no-invariants-or-later.json", 3601 + "referenceNumber": 73, 3602 + "name": "GNU Free Documentation License v1.3 or later - no invariants", 3603 + "licenseId": "GFDL-1.3-no-invariants-or-later", 3604 + "seeAlso": [ 3605 + "https://www.gnu.org/licenses/fdl-1.3.txt" 3606 + ], 3607 + "isOsiApproved": false 3608 + }, 3609 + { 3610 + "reference": "https://spdx.org/licenses/GFDL-1.3-only.html", 3611 + "isDeprecatedLicenseId": false, 3612 + "detailsUrl": "https://spdx.org/licenses/GFDL-1.3-only.json", 3613 + "referenceNumber": 223, 3614 + "name": "GNU Free Documentation License v1.3 only", 3615 + "licenseId": "GFDL-1.3-only", 3616 + "seeAlso": [ 3617 + "https://www.gnu.org/licenses/fdl-1.3.txt" 3618 + ], 3619 + "isOsiApproved": false, 3620 + "isFsfLibre": true 3621 + }, 3622 + { 3623 + "reference": "https://spdx.org/licenses/GFDL-1.3-or-later.html", 3624 + "isDeprecatedLicenseId": false, 3625 + "detailsUrl": "https://spdx.org/licenses/GFDL-1.3-or-later.json", 3626 + "referenceNumber": 633, 3627 + "name": "GNU Free Documentation License v1.3 or later", 3628 + "licenseId": "GFDL-1.3-or-later", 3629 + "seeAlso": [ 3630 + "https://www.gnu.org/licenses/fdl-1.3.txt" 3631 + ], 3632 + "isOsiApproved": false, 3633 + "isFsfLibre": true 3634 + }, 3635 + { 3636 + "reference": "https://spdx.org/licenses/Giftware.html", 3637 + "isDeprecatedLicenseId": false, 3638 + "detailsUrl": "https://spdx.org/licenses/Giftware.json", 3639 + "referenceNumber": 519, 3640 + "name": "Giftware License", 3641 + "licenseId": "Giftware", 3642 + "seeAlso": [ 3643 + "http://liballeg.org/license.html#allegro-4-the-giftware-license" 3644 + ], 3645 + "isOsiApproved": false 3646 + }, 3647 + { 3648 + "reference": "https://spdx.org/licenses/GL2PS.html", 3649 + "isDeprecatedLicenseId": false, 3650 + "detailsUrl": "https://spdx.org/licenses/GL2PS.json", 3651 + "referenceNumber": 360, 3652 + "name": "GL2PS License", 3653 + "licenseId": "GL2PS", 3654 + "seeAlso": [ 3655 + "http://www.geuz.org/gl2ps/COPYING.GL2PS" 3656 + ], 3657 + "isOsiApproved": false 3658 + }, 3659 + { 3660 + "reference": "https://spdx.org/licenses/Glide.html", 3661 + "isDeprecatedLicenseId": false, 3662 + "detailsUrl": "https://spdx.org/licenses/Glide.json", 3663 + "referenceNumber": 71, 3664 + "name": "3dfx Glide License", 3665 + "licenseId": "Glide", 3666 + "seeAlso": [ 3667 + "http://www.users.on.net/~triforce/glidexp/COPYING.txt" 3668 + ], 3669 + "isOsiApproved": false 3670 + }, 3671 + { 3672 + "reference": "https://spdx.org/licenses/Glulxe.html", 3673 + "isDeprecatedLicenseId": false, 3674 + "detailsUrl": "https://spdx.org/licenses/Glulxe.json", 3675 + "referenceNumber": 635, 3676 + "name": "Glulxe License", 3677 + "licenseId": "Glulxe", 3678 + "seeAlso": [ 3679 + "https://fedoraproject.org/wiki/Licensing/Glulxe" 3680 + ], 3681 + "isOsiApproved": false 3682 + }, 3683 + { 3684 + "reference": "https://spdx.org/licenses/GLWTPL.html", 3685 + "isDeprecatedLicenseId": false, 3686 + "detailsUrl": "https://spdx.org/licenses/GLWTPL.json", 3687 + "referenceNumber": 27, 3688 + "name": "Good Luck With That Public License", 3689 + "licenseId": "GLWTPL", 3690 + "seeAlso": [ 3691 + "https://github.com/me-shaon/GLWTPL/commit/da5f6bc734095efbacb442c0b31e33a65b9d6e85" 3692 + ], 3693 + "isOsiApproved": false 3694 + }, 3695 + { 3696 + "reference": "https://spdx.org/licenses/gnuplot.html", 3697 + "isDeprecatedLicenseId": false, 3698 + "detailsUrl": "https://spdx.org/licenses/gnuplot.json", 3699 + "referenceNumber": 247, 3700 + "name": "gnuplot License", 3701 + "licenseId": "gnuplot", 3702 + "seeAlso": [ 3703 + "https://fedoraproject.org/wiki/Licensing/Gnuplot" 3704 + ], 3705 + "isOsiApproved": false, 3706 + "isFsfLibre": true 3707 + }, 3708 + { 3709 + "reference": "https://spdx.org/licenses/GPL-1.0.html", 3710 + "isDeprecatedLicenseId": true, 3711 + "detailsUrl": "https://spdx.org/licenses/GPL-1.0.json", 3712 + "referenceNumber": 10, 3713 + "name": "GNU General Public License v1.0 only", 3714 + "licenseId": "GPL-1.0", 3715 + "seeAlso": [ 3716 + "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html" 3717 + ], 3718 + "isOsiApproved": false 3719 + }, 3720 + { 3721 + "reference": "https://spdx.org/licenses/GPL-1.0+.html", 3722 + "isDeprecatedLicenseId": true, 3723 + "detailsUrl": "https://spdx.org/licenses/GPL-1.0+.json", 3724 + "referenceNumber": 177, 3725 + "name": "GNU General Public License v1.0 or later", 3726 + "licenseId": "GPL-1.0+", 3727 + "seeAlso": [ 3728 + "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html" 3729 + ], 3730 + "isOsiApproved": false 3731 + }, 3732 + { 3733 + "reference": "https://spdx.org/licenses/GPL-1.0-only.html", 3734 + "isDeprecatedLicenseId": false, 3735 + "detailsUrl": "https://spdx.org/licenses/GPL-1.0-only.json", 3736 + "referenceNumber": 152, 3737 + "name": "GNU General Public License v1.0 only", 3738 + "licenseId": "GPL-1.0-only", 3739 + "seeAlso": [ 3740 + "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html" 3741 + ], 3742 + "isOsiApproved": false 3743 + }, 3744 + { 3745 + "reference": "https://spdx.org/licenses/GPL-1.0-or-later.html", 3746 + "isDeprecatedLicenseId": false, 3747 + "detailsUrl": "https://spdx.org/licenses/GPL-1.0-or-later.json", 3748 + "referenceNumber": 68, 3749 + "name": "GNU General Public License v1.0 or later", 3750 + "licenseId": "GPL-1.0-or-later", 3751 + "seeAlso": [ 3752 + "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html" 3753 + ], 3754 + "isOsiApproved": false 3755 + }, 3756 + { 3757 + "reference": "https://spdx.org/licenses/GPL-2.0.html", 3758 + "isDeprecatedLicenseId": true, 3759 + "detailsUrl": "https://spdx.org/licenses/GPL-2.0.json", 3760 + "referenceNumber": 688, 3761 + "name": "GNU General Public License v2.0 only", 3762 + "licenseId": "GPL-2.0", 3763 + "seeAlso": [ 3764 + "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", 3765 + "https://opensource.org/licenses/GPL-2.0" 3766 + ], 3767 + "isOsiApproved": true, 3768 + "isFsfLibre": true 3769 + }, 3770 + { 3771 + "reference": "https://spdx.org/licenses/GPL-2.0+.html", 3772 + "isDeprecatedLicenseId": true, 3773 + "detailsUrl": "https://spdx.org/licenses/GPL-2.0+.json", 3774 + "referenceNumber": 144, 3775 + "name": "GNU General Public License v2.0 or later", 3776 + "licenseId": "GPL-2.0+", 3777 + "seeAlso": [ 3778 + "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", 3779 + "https://opensource.org/licenses/GPL-2.0" 3780 + ], 3781 + "isOsiApproved": true, 3782 + "isFsfLibre": true 3783 + }, 3784 + { 3785 + "reference": "https://spdx.org/licenses/GPL-2.0-only.html", 3786 + "isDeprecatedLicenseId": false, 3787 + "detailsUrl": "https://spdx.org/licenses/GPL-2.0-only.json", 3788 + "referenceNumber": 461, 3789 + "name": "GNU General Public License v2.0 only", 3790 + "licenseId": "GPL-2.0-only", 3791 + "seeAlso": [ 3792 + "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", 3793 + "https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt", 3794 + "https://opensource.org/licenses/GPL-2.0", 3795 + "https://github.com/openjdk/jdk/blob/6162e2c5213c5dd7c1127fd9616b543efa898962/LICENSE" 3796 + ], 3797 + "isOsiApproved": true, 3798 + "isFsfLibre": true 3799 + }, 3800 + { 3801 + "reference": "https://spdx.org/licenses/GPL-2.0-or-later.html", 3802 + "isDeprecatedLicenseId": false, 3803 + "detailsUrl": "https://spdx.org/licenses/GPL-2.0-or-later.json", 3804 + "referenceNumber": 99, 3805 + "name": "GNU General Public License v2.0 or later", 3806 + "licenseId": "GPL-2.0-or-later", 3807 + "seeAlso": [ 3808 + "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", 3809 + "https://opensource.org/licenses/GPL-2.0", 3810 + "https://github.com/openjdk/jdk/blob/6162e2c5213c5dd7c1127fd9616b543efa898962/LICENSE" 3811 + ], 3812 + "isOsiApproved": true, 3813 + "isFsfLibre": true 3814 + }, 3815 + { 3816 + "reference": "https://spdx.org/licenses/GPL-2.0-with-autoconf-exception.html", 3817 + "isDeprecatedLicenseId": true, 3818 + "detailsUrl": "https://spdx.org/licenses/GPL-2.0-with-autoconf-exception.json", 3819 + "referenceNumber": 618, 3820 + "name": "GNU General Public License v2.0 w/Autoconf exception", 3821 + "licenseId": "GPL-2.0-with-autoconf-exception", 3822 + "seeAlso": [ 3823 + "http://ac-archive.sourceforge.net/doc/copyright.html" 3824 + ], 3825 + "isOsiApproved": false 3826 + }, 3827 + { 3828 + "reference": "https://spdx.org/licenses/GPL-2.0-with-bison-exception.html", 3829 + "isDeprecatedLicenseId": true, 3830 + "detailsUrl": "https://spdx.org/licenses/GPL-2.0-with-bison-exception.json", 3831 + "referenceNumber": 358, 3832 + "name": "GNU General Public License v2.0 w/Bison exception", 3833 + "licenseId": "GPL-2.0-with-bison-exception", 3834 + "seeAlso": [ 3835 + "http://git.savannah.gnu.org/cgit/bison.git/tree/data/yacc.c?id\u003d193d7c7054ba7197b0789e14965b739162319b5e#n141" 3836 + ], 3837 + "isOsiApproved": false 3838 + }, 3839 + { 3840 + "reference": "https://spdx.org/licenses/GPL-2.0-with-classpath-exception.html", 3841 + "isDeprecatedLicenseId": true, 3842 + "detailsUrl": "https://spdx.org/licenses/GPL-2.0-with-classpath-exception.json", 3843 + "referenceNumber": 171, 3844 + "name": "GNU General Public License v2.0 w/Classpath exception", 3845 + "licenseId": "GPL-2.0-with-classpath-exception", 3846 + "seeAlso": [ 3847 + "https://www.gnu.org/software/classpath/license.html" 3848 + ], 3849 + "isOsiApproved": false 3850 + }, 3851 + { 3852 + "reference": "https://spdx.org/licenses/GPL-2.0-with-font-exception.html", 3853 + "isDeprecatedLicenseId": true, 3854 + "detailsUrl": "https://spdx.org/licenses/GPL-2.0-with-font-exception.json", 3855 + "referenceNumber": 151, 3856 + "name": "GNU General Public License v2.0 w/Font exception", 3857 + "licenseId": "GPL-2.0-with-font-exception", 3858 + "seeAlso": [ 3859 + "https://www.gnu.org/licenses/gpl-faq.html#FontException" 3860 + ], 3861 + "isOsiApproved": false 3862 + }, 3863 + { 3864 + "reference": "https://spdx.org/licenses/GPL-2.0-with-GCC-exception.html", 3865 + "isDeprecatedLicenseId": true, 3866 + "detailsUrl": "https://spdx.org/licenses/GPL-2.0-with-GCC-exception.json", 3867 + "referenceNumber": 525, 3868 + "name": "GNU General Public License v2.0 w/GCC Runtime Library exception", 3869 + "licenseId": "GPL-2.0-with-GCC-exception", 3870 + "seeAlso": [ 3871 + "https://gcc.gnu.org/git/?p\u003dgcc.git;a\u003dblob;f\u003dgcc/libgcc1.c;h\u003d762f5143fc6eed57b6797c82710f3538aa52b40b;hb\u003dcb143a3ce4fb417c68f5fa2691a1b1b1053dfba9#l10" 3872 + ], 3873 + "isOsiApproved": false 3874 + }, 3875 + { 3876 + "reference": "https://spdx.org/licenses/GPL-3.0.html", 3877 + "isDeprecatedLicenseId": true, 3878 + "detailsUrl": "https://spdx.org/licenses/GPL-3.0.json", 3879 + "referenceNumber": 503, 3880 + "name": "GNU General Public License v3.0 only", 3881 + "licenseId": "GPL-3.0", 3882 + "seeAlso": [ 3883 + "https://www.gnu.org/licenses/gpl-3.0-standalone.html", 3884 + "https://opensource.org/licenses/GPL-3.0" 3885 + ], 3886 + "isOsiApproved": true, 3887 + "isFsfLibre": true 3888 + }, 3889 + { 3890 + "reference": "https://spdx.org/licenses/GPL-3.0+.html", 3891 + "isDeprecatedLicenseId": true, 3892 + "detailsUrl": "https://spdx.org/licenses/GPL-3.0+.json", 3893 + "referenceNumber": 131, 3894 + "name": "GNU General Public License v3.0 or later", 3895 + "licenseId": "GPL-3.0+", 3896 + "seeAlso": [ 3897 + "https://www.gnu.org/licenses/gpl-3.0-standalone.html", 3898 + "https://opensource.org/licenses/GPL-3.0" 3899 + ], 3900 + "isOsiApproved": true, 3901 + "isFsfLibre": true 3902 + }, 3903 + { 3904 + "reference": "https://spdx.org/licenses/GPL-3.0-only.html", 3905 + "isDeprecatedLicenseId": false, 3906 + "detailsUrl": "https://spdx.org/licenses/GPL-3.0-only.json", 3907 + "referenceNumber": 632, 3908 + "name": "GNU General Public License v3.0 only", 3909 + "licenseId": "GPL-3.0-only", 3910 + "seeAlso": [ 3911 + "https://www.gnu.org/licenses/gpl-3.0-standalone.html", 3912 + "https://opensource.org/licenses/GPL-3.0" 3913 + ], 3914 + "isOsiApproved": true, 3915 + "isFsfLibre": true 3916 + }, 3917 + { 3918 + "reference": "https://spdx.org/licenses/GPL-3.0-or-later.html", 3919 + "isDeprecatedLicenseId": false, 3920 + "detailsUrl": "https://spdx.org/licenses/GPL-3.0-or-later.json", 3921 + "referenceNumber": 467, 3922 + "name": "GNU General Public License v3.0 or later", 3923 + "licenseId": "GPL-3.0-or-later", 3924 + "seeAlso": [ 3925 + "https://www.gnu.org/licenses/gpl-3.0-standalone.html", 3926 + "https://opensource.org/licenses/GPL-3.0" 3927 + ], 3928 + "isOsiApproved": true, 3929 + "isFsfLibre": true 3930 + }, 3931 + { 3932 + "reference": "https://spdx.org/licenses/GPL-3.0-with-autoconf-exception.html", 3933 + "isDeprecatedLicenseId": true, 3934 + "detailsUrl": "https://spdx.org/licenses/GPL-3.0-with-autoconf-exception.json", 3935 + "referenceNumber": 650, 3936 + "name": "GNU General Public License v3.0 w/Autoconf exception", 3937 + "licenseId": "GPL-3.0-with-autoconf-exception", 3938 + "seeAlso": [ 3939 + "https://www.gnu.org/licenses/autoconf-exception-3.0.html" 3940 + ], 3941 + "isOsiApproved": false 3942 + }, 3943 + { 3944 + "reference": "https://spdx.org/licenses/GPL-3.0-with-GCC-exception.html", 3945 + "isDeprecatedLicenseId": true, 3946 + "detailsUrl": "https://spdx.org/licenses/GPL-3.0-with-GCC-exception.json", 3947 + "referenceNumber": 601, 3948 + "name": "GNU General Public License v3.0 w/GCC Runtime Library exception", 3949 + "licenseId": "GPL-3.0-with-GCC-exception", 3950 + "seeAlso": [ 3951 + "https://www.gnu.org/licenses/gcc-exception-3.1.html" 3952 + ], 3953 + "isOsiApproved": true 3954 + }, 3955 + { 3956 + "reference": "https://spdx.org/licenses/Graphics-Gems.html", 3957 + "isDeprecatedLicenseId": false, 3958 + "detailsUrl": "https://spdx.org/licenses/Graphics-Gems.json", 3959 + "referenceNumber": 255, 3960 + "name": "Graphics Gems License", 3961 + "licenseId": "Graphics-Gems", 3962 + "seeAlso": [ 3963 + "https://github.com/erich666/GraphicsGems/blob/master/LICENSE.md" 3964 + ], 3965 + "isOsiApproved": false 3966 + }, 3967 + { 3968 + "reference": "https://spdx.org/licenses/gSOAP-1.3b.html", 3969 + "isDeprecatedLicenseId": false, 3970 + "detailsUrl": "https://spdx.org/licenses/gSOAP-1.3b.json", 3971 + "referenceNumber": 668, 3972 + "name": "gSOAP Public License v1.3b", 3973 + "licenseId": "gSOAP-1.3b", 3974 + "seeAlso": [ 3975 + "http://www.cs.fsu.edu/~engelen/license.html" 3976 + ], 3977 + "isOsiApproved": false 3978 + }, 3979 + { 3980 + "reference": "https://spdx.org/licenses/gtkbook.html", 3981 + "isDeprecatedLicenseId": false, 3982 + "detailsUrl": "https://spdx.org/licenses/gtkbook.json", 3983 + "referenceNumber": 465, 3984 + "name": "gtkbook License", 3985 + "licenseId": "gtkbook", 3986 + "seeAlso": [ 3987 + "https://github.com/slogan621/gtkbook", 3988 + "https://github.com/oetiker/rrdtool-1.x/blob/master/src/plbasename.c#L8-L11" 3989 + ], 3990 + "isOsiApproved": false 3991 + }, 3992 + { 3993 + "reference": "https://spdx.org/licenses/Gutmann.html", 3994 + "isDeprecatedLicenseId": false, 3995 + "detailsUrl": "https://spdx.org/licenses/Gutmann.json", 3996 + "referenceNumber": 524, 3997 + "name": "Gutmann License", 3998 + "licenseId": "Gutmann", 3999 + "seeAlso": [ 4000 + "https://www.cs.auckland.ac.nz/~pgut001/dumpasn1.c" 4001 + ], 4002 + "isOsiApproved": false 4003 + }, 4004 + { 4005 + "reference": "https://spdx.org/licenses/HaskellReport.html", 4006 + "isDeprecatedLicenseId": false, 4007 + "detailsUrl": "https://spdx.org/licenses/HaskellReport.json", 4008 + "referenceNumber": 605, 4009 + "name": "Haskell Language Report License", 4010 + "licenseId": "HaskellReport", 4011 + "seeAlso": [ 4012 + "https://fedoraproject.org/wiki/Licensing/Haskell_Language_Report_License" 4013 + ], 4014 + "isOsiApproved": false 4015 + }, 4016 + { 4017 + "reference": "https://spdx.org/licenses/HDF5.html", 4018 + "isDeprecatedLicenseId": false, 4019 + "detailsUrl": "https://spdx.org/licenses/HDF5.json", 4020 + "referenceNumber": 19, 4021 + "name": "HDF5 License", 4022 + "licenseId": "HDF5", 4023 + "seeAlso": [ 4024 + "https://github.com/HDFGroup/hdf5/?tab\u003dLicense-1-ov-file#readme" 4025 + ], 4026 + "isOsiApproved": false 4027 + }, 4028 + { 4029 + "reference": "https://spdx.org/licenses/hdparm.html", 4030 + "isDeprecatedLicenseId": false, 4031 + "detailsUrl": "https://spdx.org/licenses/hdparm.json", 4032 + "referenceNumber": 283, 4033 + "name": "hdparm License", 4034 + "licenseId": "hdparm", 4035 + "seeAlso": [ 4036 + "https://github.com/Distrotech/hdparm/blob/4517550db29a91420fb2b020349523b1b4512df2/LICENSE.TXT" 4037 + ], 4038 + "isOsiApproved": false 4039 + }, 4040 + { 4041 + "reference": "https://spdx.org/licenses/HIDAPI.html", 4042 + "isDeprecatedLicenseId": false, 4043 + "detailsUrl": "https://spdx.org/licenses/HIDAPI.json", 4044 + "referenceNumber": 310, 4045 + "name": "HIDAPI License", 4046 + "licenseId": "HIDAPI", 4047 + "seeAlso": [ 4048 + "https://github.com/signal11/hidapi/blob/master/LICENSE-orig.txt" 4049 + ], 4050 + "isOsiApproved": false 4051 + }, 4052 + { 4053 + "reference": "https://spdx.org/licenses/Hippocratic-2.1.html", 4054 + "isDeprecatedLicenseId": false, 4055 + "detailsUrl": "https://spdx.org/licenses/Hippocratic-2.1.json", 4056 + "referenceNumber": 87, 4057 + "name": "Hippocratic License 2.1", 4058 + "licenseId": "Hippocratic-2.1", 4059 + "seeAlso": [ 4060 + "https://firstdonoharm.dev/version/2/1/license.html", 4061 + "https://github.com/EthicalSource/hippocratic-license/blob/58c0e646d64ff6fbee275bfe2b9492f914e3ab2a/LICENSE.txt" 4062 + ], 4063 + "isOsiApproved": false 4064 + }, 4065 + { 4066 + "reference": "https://spdx.org/licenses/HP-1986.html", 4067 + "isDeprecatedLicenseId": false, 4068 + "detailsUrl": "https://spdx.org/licenses/HP-1986.json", 4069 + "referenceNumber": 282, 4070 + "name": "Hewlett-Packard 1986 License", 4071 + "licenseId": "HP-1986", 4072 + "seeAlso": [ 4073 + "https://sourceware.org/git/?p\u003dnewlib-cygwin.git;a\u003dblob;f\u003dnewlib/libc/machine/hppa/memchr.S;h\u003d1cca3e5e8867aa4bffef1f75a5c1bba25c0c441e;hb\u003dHEAD#l2" 4074 + ], 4075 + "isOsiApproved": false 4076 + }, 4077 + { 4078 + "reference": "https://spdx.org/licenses/HP-1989.html", 4079 + "isDeprecatedLicenseId": false, 4080 + "detailsUrl": "https://spdx.org/licenses/HP-1989.json", 4081 + "referenceNumber": 8, 4082 + "name": "Hewlett-Packard 1989 License", 4083 + "licenseId": "HP-1989", 4084 + "seeAlso": [ 4085 + "https://github.com/bleargh45/Data-UUID/blob/master/LICENSE" 4086 + ], 4087 + "isOsiApproved": false 4088 + }, 4089 + { 4090 + "reference": "https://spdx.org/licenses/HPND.html", 4091 + "isDeprecatedLicenseId": false, 4092 + "detailsUrl": "https://spdx.org/licenses/HPND.json", 4093 + "referenceNumber": 209, 4094 + "name": "Historical Permission Notice and Disclaimer", 4095 + "licenseId": "HPND", 4096 + "seeAlso": [ 4097 + "https://opensource.org/licenses/HPND", 4098 + "http://lists.opensource.org/pipermail/license-discuss_lists.opensource.org/2002-November/006304.html" 4099 + ], 4100 + "isOsiApproved": true, 4101 + "isFsfLibre": true 4102 + }, 4103 + { 4104 + "reference": "https://spdx.org/licenses/HPND-DEC.html", 4105 + "isDeprecatedLicenseId": false, 4106 + "detailsUrl": "https://spdx.org/licenses/HPND-DEC.json", 4107 + "referenceNumber": 112, 4108 + "name": "Historical Permission Notice and Disclaimer - DEC variant", 4109 + "licenseId": "HPND-DEC", 4110 + "seeAlso": [ 4111 + "https://gitlab.freedesktop.org/xorg/app/xkbcomp/-/blob/master/COPYING?ref_type\u003dheads#L69" 4112 + ], 4113 + "isOsiApproved": false 4114 + }, 4115 + { 4116 + "reference": "https://spdx.org/licenses/HPND-doc.html", 4117 + "isDeprecatedLicenseId": false, 4118 + "detailsUrl": "https://spdx.org/licenses/HPND-doc.json", 4119 + "referenceNumber": 600, 4120 + "name": "Historical Permission Notice and Disclaimer - documentation variant", 4121 + "licenseId": "HPND-doc", 4122 + "seeAlso": [ 4123 + "https://gitlab.freedesktop.org/xorg/lib/libxext/-/blob/master/COPYING?ref_type\u003dheads#L185-197", 4124 + "https://gitlab.freedesktop.org/xorg/lib/libxtst/-/blob/master/COPYING?ref_type\u003dheads#L70-77" 4125 + ], 4126 + "isOsiApproved": false 4127 + }, 4128 + { 4129 + "reference": "https://spdx.org/licenses/HPND-doc-sell.html", 4130 + "isDeprecatedLicenseId": false, 4131 + "detailsUrl": "https://spdx.org/licenses/HPND-doc-sell.json", 4132 + "referenceNumber": 306, 4133 + "name": "Historical Permission Notice and Disclaimer - documentation sell variant", 4134 + "licenseId": "HPND-doc-sell", 4135 + "seeAlso": [ 4136 + "https://gitlab.freedesktop.org/xorg/lib/libxtst/-/blob/master/COPYING?ref_type\u003dheads#L108-117", 4137 + "https://gitlab.freedesktop.org/xorg/lib/libxext/-/blob/master/COPYING?ref_type\u003dheads#L153-162" 4138 + ], 4139 + "isOsiApproved": false 4140 + }, 4141 + { 4142 + "reference": "https://spdx.org/licenses/HPND-export-US.html", 4143 + "isDeprecatedLicenseId": false, 4144 + "detailsUrl": "https://spdx.org/licenses/HPND-export-US.json", 4145 + "referenceNumber": 459, 4146 + "name": "HPND with US Government export control warning", 4147 + "licenseId": "HPND-export-US", 4148 + "seeAlso": [ 4149 + "https://www.kermitproject.org/ck90.html#source" 4150 + ], 4151 + "isOsiApproved": false 4152 + }, 4153 + { 4154 + "reference": "https://spdx.org/licenses/HPND-export-US-acknowledgement.html", 4155 + "isDeprecatedLicenseId": false, 4156 + "detailsUrl": "https://spdx.org/licenses/HPND-export-US-acknowledgement.json", 4157 + "referenceNumber": 487, 4158 + "name": "HPND with US Government export control warning and acknowledgment", 4159 + "licenseId": "HPND-export-US-acknowledgement", 4160 + "seeAlso": [ 4161 + "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L831-L852", 4162 + "https://web.mit.edu/kerberos/krb5-1.21/doc/mitK5license.html" 4163 + ], 4164 + "isOsiApproved": false 4165 + }, 4166 + { 4167 + "reference": "https://spdx.org/licenses/HPND-export-US-modify.html", 4168 + "isDeprecatedLicenseId": false, 4169 + "detailsUrl": "https://spdx.org/licenses/HPND-export-US-modify.json", 4170 + "referenceNumber": 172, 4171 + "name": "HPND with US Government export control warning and modification rqmt", 4172 + "licenseId": "HPND-export-US-modify", 4173 + "seeAlso": [ 4174 + "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L1157-L1182", 4175 + "https://github.com/pythongssapi/k5test/blob/v0.10.3/K5TEST-LICENSE.txt" 4176 + ], 4177 + "isOsiApproved": false 4178 + }, 4179 + { 4180 + "reference": "https://spdx.org/licenses/HPND-export2-US.html", 4181 + "isDeprecatedLicenseId": false, 4182 + "detailsUrl": "https://spdx.org/licenses/HPND-export2-US.json", 4183 + "referenceNumber": 1, 4184 + "name": "HPND with US Government export control and 2 disclaimers", 4185 + "licenseId": "HPND-export2-US", 4186 + "seeAlso": [ 4187 + "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L111-L133", 4188 + "https://web.mit.edu/kerberos/krb5-1.21/doc/mitK5license.html" 4189 + ], 4190 + "isOsiApproved": false 4191 + }, 4192 + { 4193 + "reference": "https://spdx.org/licenses/HPND-Fenneberg-Livingston.html", 4194 + "isDeprecatedLicenseId": false, 4195 + "detailsUrl": "https://spdx.org/licenses/HPND-Fenneberg-Livingston.json", 4196 + "referenceNumber": 445, 4197 + "name": "Historical Permission Notice and Disclaimer - Fenneberg-Livingston variant", 4198 + "licenseId": "HPND-Fenneberg-Livingston", 4199 + "seeAlso": [ 4200 + "https://github.com/FreeRADIUS/freeradius-client/blob/master/COPYRIGHT#L32", 4201 + "https://github.com/radcli/radcli/blob/master/COPYRIGHT#L34" 4202 + ], 4203 + "isOsiApproved": false 4204 + }, 4205 + { 4206 + "reference": "https://spdx.org/licenses/HPND-INRIA-IMAG.html", 4207 + "isDeprecatedLicenseId": false, 4208 + "detailsUrl": "https://spdx.org/licenses/HPND-INRIA-IMAG.json", 4209 + "referenceNumber": 233, 4210 + "name": "Historical Permission Notice and Disclaimer - INRIA-IMAG variant", 4211 + "licenseId": "HPND-INRIA-IMAG", 4212 + "seeAlso": [ 4213 + "https://github.com/ppp-project/ppp/blob/master/pppd/ipv6cp.c#L75-L83" 4214 + ], 4215 + "isOsiApproved": false 4216 + }, 4217 + { 4218 + "reference": "https://spdx.org/licenses/HPND-Intel.html", 4219 + "isDeprecatedLicenseId": false, 4220 + "detailsUrl": "https://spdx.org/licenses/HPND-Intel.json", 4221 + "referenceNumber": 228, 4222 + "name": "Historical Permission Notice and Disclaimer - Intel variant", 4223 + "licenseId": "HPND-Intel", 4224 + "seeAlso": [ 4225 + "https://sourceware.org/git/?p\u003dnewlib-cygwin.git;a\u003dblob;f\u003dnewlib/libc/machine/i960/memcpy.S;hb\u003dHEAD" 4226 + ], 4227 + "isOsiApproved": false 4228 + }, 4229 + { 4230 + "reference": "https://spdx.org/licenses/HPND-Kevlin-Henney.html", 4231 + "isDeprecatedLicenseId": false, 4232 + "detailsUrl": "https://spdx.org/licenses/HPND-Kevlin-Henney.json", 4233 + "referenceNumber": 528, 4234 + "name": "Historical Permission Notice and Disclaimer - Kevlin Henney variant", 4235 + "licenseId": "HPND-Kevlin-Henney", 4236 + "seeAlso": [ 4237 + "https://github.com/mruby/mruby/blob/83d12f8d52522cdb7c8cc46fad34821359f453e6/mrbgems/mruby-dir/src/Win/dirent.c#L127-L140" 4238 + ], 4239 + "isOsiApproved": false 4240 + }, 4241 + { 4242 + "reference": "https://spdx.org/licenses/HPND-Markus-Kuhn.html", 4243 + "isDeprecatedLicenseId": false, 4244 + "detailsUrl": "https://spdx.org/licenses/HPND-Markus-Kuhn.json", 4245 + "referenceNumber": 623, 4246 + "name": "Historical Permission Notice and Disclaimer - Markus Kuhn variant", 4247 + "licenseId": "HPND-Markus-Kuhn", 4248 + "seeAlso": [ 4249 + "https://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c", 4250 + "https://sourceware.org/git/?p\u003dbinutils-gdb.git;a\u003dblob;f\u003dreadline/readline/support/wcwidth.c;h\u003d0f5ec995796f4813abbcf4972aec0378ab74722a;hb\u003dHEAD#l55" 4251 + ], 4252 + "isOsiApproved": false 4253 + }, 4254 + { 4255 + "reference": "https://spdx.org/licenses/HPND-merchantability-variant.html", 4256 + "isDeprecatedLicenseId": false, 4257 + "detailsUrl": "https://spdx.org/licenses/HPND-merchantability-variant.json", 4258 + "referenceNumber": 157, 4259 + "name": "Historical Permission Notice and Disclaimer - merchantability variant", 4260 + "licenseId": "HPND-merchantability-variant", 4261 + "seeAlso": [ 4262 + "https://sourceware.org/git/?p\u003dnewlib-cygwin.git;a\u003dblob;f\u003dnewlib/libc/misc/fini.c;hb\u003dHEAD" 4263 + ], 4264 + "isOsiApproved": false 4265 + }, 4266 + { 4267 + "reference": "https://spdx.org/licenses/HPND-MIT-disclaimer.html", 4268 + "isDeprecatedLicenseId": false, 4269 + "detailsUrl": "https://spdx.org/licenses/HPND-MIT-disclaimer.json", 4270 + "referenceNumber": 313, 4271 + "name": "Historical Permission Notice and Disclaimer with MIT disclaimer", 4272 + "licenseId": "HPND-MIT-disclaimer", 4273 + "seeAlso": [ 4274 + "https://metacpan.org/release/NLNETLABS/Net-DNS-SEC-1.22/source/LICENSE" 4275 + ], 4276 + "isOsiApproved": false 4277 + }, 4278 + { 4279 + "reference": "https://spdx.org/licenses/HPND-Netrek.html", 4280 + "isDeprecatedLicenseId": false, 4281 + "detailsUrl": "https://spdx.org/licenses/HPND-Netrek.json", 4282 + "referenceNumber": 387, 4283 + "name": "Historical Permission Notice and Disclaimer - Netrek variant", 4284 + "licenseId": "HPND-Netrek", 4285 + "seeAlso": [], 4286 + "isOsiApproved": false 4287 + }, 4288 + { 4289 + "reference": "https://spdx.org/licenses/HPND-Pbmplus.html", 4290 + "isDeprecatedLicenseId": false, 4291 + "detailsUrl": "https://spdx.org/licenses/HPND-Pbmplus.json", 4292 + "referenceNumber": 339, 4293 + "name": "Historical Permission Notice and Disclaimer - Pbmplus variant", 4294 + "licenseId": "HPND-Pbmplus", 4295 + "seeAlso": [ 4296 + "https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/netpbm.c#l8" 4297 + ], 4298 + "isOsiApproved": false 4299 + }, 4300 + { 4301 + "reference": "https://spdx.org/licenses/HPND-sell-MIT-disclaimer-xserver.html", 4302 + "isDeprecatedLicenseId": false, 4303 + "detailsUrl": "https://spdx.org/licenses/HPND-sell-MIT-disclaimer-xserver.json", 4304 + "referenceNumber": 341, 4305 + "name": "Historical Permission Notice and Disclaimer - sell xserver variant with MIT disclaimer", 4306 + "licenseId": "HPND-sell-MIT-disclaimer-xserver", 4307 + "seeAlso": [ 4308 + "https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/COPYING?ref_type\u003dheads#L1781" 4309 + ], 4310 + "isOsiApproved": false 4311 + }, 4312 + { 4313 + "reference": "https://spdx.org/licenses/HPND-sell-regexpr.html", 4314 + "isDeprecatedLicenseId": false, 4315 + "detailsUrl": "https://spdx.org/licenses/HPND-sell-regexpr.json", 4316 + "referenceNumber": 681, 4317 + "name": "Historical Permission Notice and Disclaimer - sell regexpr variant", 4318 + "licenseId": "HPND-sell-regexpr", 4319 + "seeAlso": [ 4320 + "https://gitlab.com/bacula-org/bacula/-/blob/Branch-11.0/bacula/LICENSE-FOSS?ref_type\u003dheads#L245" 4321 + ], 4322 + "isOsiApproved": false 4323 + }, 4324 + { 4325 + "reference": "https://spdx.org/licenses/HPND-sell-variant.html", 4326 + "isDeprecatedLicenseId": false, 4327 + "detailsUrl": "https://spdx.org/licenses/HPND-sell-variant.json", 4328 + "referenceNumber": 13, 4329 + "name": "Historical Permission Notice and Disclaimer - sell variant", 4330 + "licenseId": "HPND-sell-variant", 4331 + "seeAlso": [ 4332 + "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/net/sunrpc/auth_gss/gss_generic_token.c?h\u003dv4.19", 4333 + "https://github.com/kfish/xsel/blob/master/COPYING" 4334 + ], 4335 + "isOsiApproved": false 4336 + }, 4337 + { 4338 + "reference": "https://spdx.org/licenses/HPND-sell-variant-MIT-disclaimer.html", 4339 + "isDeprecatedLicenseId": false, 4340 + "detailsUrl": "https://spdx.org/licenses/HPND-sell-variant-MIT-disclaimer.json", 4341 + "referenceNumber": 225, 4342 + "name": "HPND sell variant with MIT disclaimer", 4343 + "licenseId": "HPND-sell-variant-MIT-disclaimer", 4344 + "seeAlso": [ 4345 + "https://github.com/sigmavirus24/x11-ssh-askpass/blob/master/README" 4346 + ], 4347 + "isOsiApproved": false 4348 + }, 4349 + { 4350 + "reference": "https://spdx.org/licenses/HPND-sell-variant-MIT-disclaimer-rev.html", 4351 + "isDeprecatedLicenseId": false, 4352 + "detailsUrl": "https://spdx.org/licenses/HPND-sell-variant-MIT-disclaimer-rev.json", 4353 + "referenceNumber": 357, 4354 + "name": "HPND sell variant with MIT disclaimer - reverse", 4355 + "licenseId": "HPND-sell-variant-MIT-disclaimer-rev", 4356 + "seeAlso": [ 4357 + "https://github.com/sigmavirus24/x11-ssh-askpass/blob/master/dynlist.c" 4358 + ], 4359 + "isOsiApproved": false 4360 + }, 4361 + { 4362 + "reference": "https://spdx.org/licenses/HPND-UC.html", 4363 + "isDeprecatedLicenseId": false, 4364 + "detailsUrl": "https://spdx.org/licenses/HPND-UC.json", 4365 + "referenceNumber": 210, 4366 + "name": "Historical Permission Notice and Disclaimer - University of California variant", 4367 + "licenseId": "HPND-UC", 4368 + "seeAlso": [ 4369 + "https://core.tcl-lang.org/tk/file?name\u003dcompat/unistd.h" 4370 + ], 4371 + "isOsiApproved": false 4372 + }, 4373 + { 4374 + "reference": "https://spdx.org/licenses/HPND-UC-export-US.html", 4375 + "isDeprecatedLicenseId": false, 4376 + "detailsUrl": "https://spdx.org/licenses/HPND-UC-export-US.json", 4377 + "referenceNumber": 143, 4378 + "name": "Historical Permission Notice and Disclaimer - University of California, US export warning", 4379 + "licenseId": "HPND-UC-export-US", 4380 + "seeAlso": [ 4381 + "https://github.com/RTimothyEdwards/magic/blob/master/LICENSE" 4382 + ], 4383 + "isOsiApproved": false 4384 + }, 4385 + { 4386 + "reference": "https://spdx.org/licenses/HTMLTIDY.html", 4387 + "isDeprecatedLicenseId": false, 4388 + "detailsUrl": "https://spdx.org/licenses/HTMLTIDY.json", 4389 + "referenceNumber": 478, 4390 + "name": "HTML Tidy License", 4391 + "licenseId": "HTMLTIDY", 4392 + "seeAlso": [ 4393 + "https://github.com/htacg/tidy-html5/blob/next/README/LICENSE.md" 4394 + ], 4395 + "isOsiApproved": false 4396 + }, 4397 + { 4398 + "reference": "https://spdx.org/licenses/IBM-pibs.html", 4399 + "isDeprecatedLicenseId": false, 4400 + "detailsUrl": "https://spdx.org/licenses/IBM-pibs.json", 4401 + "referenceNumber": 242, 4402 + "name": "IBM PowerPC Initialization and Boot Software", 4403 + "licenseId": "IBM-pibs", 4404 + "seeAlso": [ 4405 + "http://git.denx.de/?p\u003du-boot.git;a\u003dblob;f\u003darch/powerpc/cpu/ppc4xx/miiphy.c;h\u003d297155fdafa064b955e53e9832de93bfb0cfb85b;hb\u003d9fab4bf4cc077c21e43941866f3f2c196f28670d" 4406 + ], 4407 + "isOsiApproved": false 4408 + }, 4409 + { 4410 + "reference": "https://spdx.org/licenses/ICU.html", 4411 + "isDeprecatedLicenseId": false, 4412 + "detailsUrl": "https://spdx.org/licenses/ICU.json", 4413 + "referenceNumber": 289, 4414 + "name": "ICU License", 4415 + "licenseId": "ICU", 4416 + "seeAlso": [ 4417 + "http://source.icu-project.org/repos/icu/icu/trunk/license.html" 4418 + ], 4419 + "isOsiApproved": true 4420 + }, 4421 + { 4422 + "reference": "https://spdx.org/licenses/IEC-Code-Components-EULA.html", 4423 + "isDeprecatedLicenseId": false, 4424 + "detailsUrl": "https://spdx.org/licenses/IEC-Code-Components-EULA.json", 4425 + "referenceNumber": 399, 4426 + "name": "IEC Code Components End-user licence agreement", 4427 + "licenseId": "IEC-Code-Components-EULA", 4428 + "seeAlso": [ 4429 + "https://www.iec.ch/webstore/custserv/pdf/CC-EULA.pdf", 4430 + "https://www.iec.ch/CCv1", 4431 + "https://www.iec.ch/copyright" 4432 + ], 4433 + "isOsiApproved": false 4434 + }, 4435 + { 4436 + "reference": "https://spdx.org/licenses/IJG.html", 4437 + "isDeprecatedLicenseId": false, 4438 + "detailsUrl": "https://spdx.org/licenses/IJG.json", 4439 + "referenceNumber": 512, 4440 + "name": "Independent JPEG Group License", 4441 + "licenseId": "IJG", 4442 + "seeAlso": [ 4443 + "http://dev.w3.org/cvsweb/Amaya/libjpeg/Attic/README?rev\u003d1.2" 4444 + ], 4445 + "isOsiApproved": false, 4446 + "isFsfLibre": true 4447 + }, 4448 + { 4449 + "reference": "https://spdx.org/licenses/IJG-short.html", 4450 + "isDeprecatedLicenseId": false, 4451 + "detailsUrl": "https://spdx.org/licenses/IJG-short.json", 4452 + "referenceNumber": 694, 4453 + "name": "Independent JPEG Group License - short", 4454 + "licenseId": "IJG-short", 4455 + "seeAlso": [ 4456 + "https://sourceforge.net/p/xmedcon/code/ci/master/tree/libs/ljpg/" 4457 + ], 4458 + "isOsiApproved": false 4459 + }, 4460 + { 4461 + "reference": "https://spdx.org/licenses/ImageMagick.html", 4462 + "isDeprecatedLicenseId": false, 4463 + "detailsUrl": "https://spdx.org/licenses/ImageMagick.json", 4464 + "referenceNumber": 472, 4465 + "name": "ImageMagick License", 4466 + "licenseId": "ImageMagick", 4467 + "seeAlso": [ 4468 + "http://www.imagemagick.org/script/license.php" 4469 + ], 4470 + "isOsiApproved": false 4471 + }, 4472 + { 4473 + "reference": "https://spdx.org/licenses/iMatix.html", 4474 + "isDeprecatedLicenseId": false, 4475 + "detailsUrl": "https://spdx.org/licenses/iMatix.json", 4476 + "referenceNumber": 482, 4477 + "name": "iMatix Standard Function Library Agreement", 4478 + "licenseId": "iMatix", 4479 + "seeAlso": [ 4480 + "http://legacy.imatix.com/html/sfl/sfl4.htm#license" 4481 + ], 4482 + "isOsiApproved": false, 4483 + "isFsfLibre": true 4484 + }, 4485 + { 4486 + "reference": "https://spdx.org/licenses/Imlib2.html", 4487 + "isDeprecatedLicenseId": false, 4488 + "detailsUrl": "https://spdx.org/licenses/Imlib2.json", 4489 + "referenceNumber": 552, 4490 + "name": "Imlib2 License", 4491 + "licenseId": "Imlib2", 4492 + "seeAlso": [ 4493 + "http://trac.enlightenment.org/e/browser/trunk/imlib2/COPYING", 4494 + "https://git.enlightenment.org/legacy/imlib2.git/tree/COPYING" 4495 + ], 4496 + "isOsiApproved": false, 4497 + "isFsfLibre": true 4498 + }, 4499 + { 4500 + "reference": "https://spdx.org/licenses/Info-ZIP.html", 4501 + "isDeprecatedLicenseId": false, 4502 + "detailsUrl": "https://spdx.org/licenses/Info-ZIP.json", 4503 + "referenceNumber": 52, 4504 + "name": "Info-ZIP License", 4505 + "licenseId": "Info-ZIP", 4506 + "seeAlso": [ 4507 + "http://www.info-zip.org/license.html" 4508 + ], 4509 + "isOsiApproved": false 4510 + }, 4511 + { 4512 + "reference": "https://spdx.org/licenses/Inner-Net-2.0.html", 4513 + "isDeprecatedLicenseId": false, 4514 + "detailsUrl": "https://spdx.org/licenses/Inner-Net-2.0.json", 4515 + "referenceNumber": 328, 4516 + "name": "Inner Net License v2.0", 4517 + "licenseId": "Inner-Net-2.0", 4518 + "seeAlso": [ 4519 + "https://fedoraproject.org/wiki/Licensing/Inner_Net_License", 4520 + "https://sourceware.org/git/?p\u003dglibc.git;a\u003dblob;f\u003dLICENSES;h\u003d530893b1dc9ea00755603c68fb36bd4fc38a7be8;hb\u003dHEAD#l207" 4521 + ], 4522 + "isOsiApproved": false 4523 + }, 4524 + { 4525 + "reference": "https://spdx.org/licenses/InnoSetup.html", 4526 + "isDeprecatedLicenseId": false, 4527 + "detailsUrl": "https://spdx.org/licenses/InnoSetup.json", 4528 + "referenceNumber": 354, 4529 + "name": "Inno Setup License", 4530 + "licenseId": "InnoSetup", 4531 + "seeAlso": [ 4532 + "https://github.com/jrsoftware/issrc/blob/HEAD/license.txt" 4533 + ], 4534 + "isOsiApproved": false 4535 + }, 4536 + { 4537 + "reference": "https://spdx.org/licenses/Intel.html", 4538 + "isDeprecatedLicenseId": false, 4539 + "detailsUrl": "https://spdx.org/licenses/Intel.json", 4540 + "referenceNumber": 419, 4541 + "name": "Intel Open Source License", 4542 + "licenseId": "Intel", 4543 + "seeAlso": [ 4544 + "https://opensource.org/licenses/Intel" 4545 + ], 4546 + "isOsiApproved": true, 4547 + "isFsfLibre": true 4548 + }, 4549 + { 4550 + "reference": "https://spdx.org/licenses/Intel-ACPI.html", 4551 + "isDeprecatedLicenseId": false, 4552 + "detailsUrl": "https://spdx.org/licenses/Intel-ACPI.json", 4553 + "referenceNumber": 206, 4554 + "name": "Intel ACPI Software License Agreement", 4555 + "licenseId": "Intel-ACPI", 4556 + "seeAlso": [ 4557 + "https://fedoraproject.org/wiki/Licensing/Intel_ACPI_Software_License_Agreement" 4558 + ], 4559 + "isOsiApproved": false 4560 + }, 4561 + { 4562 + "reference": "https://spdx.org/licenses/Interbase-1.0.html", 4563 + "isDeprecatedLicenseId": false, 4564 + "detailsUrl": "https://spdx.org/licenses/Interbase-1.0.json", 4565 + "referenceNumber": 532, 4566 + "name": "Interbase Public License v1.0", 4567 + "licenseId": "Interbase-1.0", 4568 + "seeAlso": [ 4569 + "https://web.archive.org/web/20060319014854/http://info.borland.com/devsupport/interbase/opensource/IPL.html" 4570 + ], 4571 + "isOsiApproved": false 4572 + }, 4573 + { 4574 + "reference": "https://spdx.org/licenses/IPA.html", 4575 + "isDeprecatedLicenseId": false, 4576 + "detailsUrl": "https://spdx.org/licenses/IPA.json", 4577 + "referenceNumber": 186, 4578 + "name": "IPA Font License", 4579 + "licenseId": "IPA", 4580 + "seeAlso": [ 4581 + "https://opensource.org/licenses/IPA" 4582 + ], 4583 + "isOsiApproved": true, 4584 + "isFsfLibre": true 4585 + }, 4586 + { 4587 + "reference": "https://spdx.org/licenses/IPL-1.0.html", 4588 + "isDeprecatedLicenseId": false, 4589 + "detailsUrl": "https://spdx.org/licenses/IPL-1.0.json", 4590 + "referenceNumber": 591, 4591 + "name": "IBM Public License v1.0", 4592 + "licenseId": "IPL-1.0", 4593 + "seeAlso": [ 4594 + "https://opensource.org/licenses/IPL-1.0" 4595 + ], 4596 + "isOsiApproved": true, 4597 + "isFsfLibre": true 4598 + }, 4599 + { 4600 + "reference": "https://spdx.org/licenses/ISC.html", 4601 + "isDeprecatedLicenseId": false, 4602 + "detailsUrl": "https://spdx.org/licenses/ISC.json", 4603 + "referenceNumber": 58, 4604 + "name": "ISC License", 4605 + "licenseId": "ISC", 4606 + "seeAlso": [ 4607 + "https://www.isc.org/licenses/", 4608 + "https://www.isc.org/downloads/software-support-policy/isc-license/", 4609 + "https://opensource.org/licenses/ISC" 4610 + ], 4611 + "isOsiApproved": true, 4612 + "isFsfLibre": true 4613 + }, 4614 + { 4615 + "reference": "https://spdx.org/licenses/ISC-Veillard.html", 4616 + "isDeprecatedLicenseId": false, 4617 + "detailsUrl": "https://spdx.org/licenses/ISC-Veillard.json", 4618 + "referenceNumber": 317, 4619 + "name": "ISC Veillard variant", 4620 + "licenseId": "ISC-Veillard", 4621 + "seeAlso": [ 4622 + "https://raw.githubusercontent.com/GNOME/libxml2/4c2e7c651f6c2f0d1a74f350cbda95f7df3e7017/hash.c", 4623 + "https://github.com/GNOME/libxml2/blob/master/dict.c", 4624 + "https://sourceforge.net/p/ctrio/git/ci/master/tree/README" 4625 + ], 4626 + "isOsiApproved": false 4627 + }, 4628 + { 4629 + "reference": "https://spdx.org/licenses/Jam.html", 4630 + "isDeprecatedLicenseId": false, 4631 + "detailsUrl": "https://spdx.org/licenses/Jam.json", 4632 + "referenceNumber": 475, 4633 + "name": "Jam License", 4634 + "licenseId": "Jam", 4635 + "seeAlso": [ 4636 + "https://www.boost.org/doc/libs/1_35_0/doc/html/jam.html", 4637 + "https://web.archive.org/web/20160330173339/https://swarm.workshop.perforce.com/files/guest/perforce_software/jam/src/README" 4638 + ], 4639 + "isOsiApproved": true 4640 + }, 4641 + { 4642 + "reference": "https://spdx.org/licenses/JasPer-2.0.html", 4643 + "isDeprecatedLicenseId": false, 4644 + "detailsUrl": "https://spdx.org/licenses/JasPer-2.0.json", 4645 + "referenceNumber": 103, 4646 + "name": "JasPer License", 4647 + "licenseId": "JasPer-2.0", 4648 + "seeAlso": [ 4649 + "http://www.ece.uvic.ca/~mdadams/jasper/LICENSE" 4650 + ], 4651 + "isOsiApproved": false 4652 + }, 4653 + { 4654 + "reference": "https://spdx.org/licenses/jove.html", 4655 + "isDeprecatedLicenseId": false, 4656 + "detailsUrl": "https://spdx.org/licenses/jove.json", 4657 + "referenceNumber": 642, 4658 + "name": "Jove License", 4659 + "licenseId": "jove", 4660 + "seeAlso": [ 4661 + "https://github.com/jonmacs/jove/blob/4_17/LICENSE" 4662 + ], 4663 + "isOsiApproved": false 4664 + }, 4665 + { 4666 + "reference": "https://spdx.org/licenses/JPL-image.html", 4667 + "isDeprecatedLicenseId": false, 4668 + "detailsUrl": "https://spdx.org/licenses/JPL-image.json", 4669 + "referenceNumber": 321, 4670 + "name": "JPL Image Use Policy", 4671 + "licenseId": "JPL-image", 4672 + "seeAlso": [ 4673 + "https://www.jpl.nasa.gov/jpl-image-use-policy" 4674 + ], 4675 + "isOsiApproved": false 4676 + }, 4677 + { 4678 + "reference": "https://spdx.org/licenses/JPNIC.html", 4679 + "isDeprecatedLicenseId": false, 4680 + "detailsUrl": "https://spdx.org/licenses/JPNIC.json", 4681 + "referenceNumber": 655, 4682 + "name": "Japan Network Information Center License", 4683 + "licenseId": "JPNIC", 4684 + "seeAlso": [ 4685 + "https://gitlab.isc.org/isc-projects/bind9/blob/master/COPYRIGHT#L366" 4686 + ], 4687 + "isOsiApproved": false 4688 + }, 4689 + { 4690 + "reference": "https://spdx.org/licenses/JSON.html", 4691 + "isDeprecatedLicenseId": false, 4692 + "detailsUrl": "https://spdx.org/licenses/JSON.json", 4693 + "referenceNumber": 54, 4694 + "name": "JSON License", 4695 + "licenseId": "JSON", 4696 + "seeAlso": [ 4697 + "http://www.json.org/license.html" 4698 + ], 4699 + "isOsiApproved": false, 4700 + "isFsfLibre": false 4701 + }, 4702 + { 4703 + "reference": "https://spdx.org/licenses/Kastrup.html", 4704 + "isDeprecatedLicenseId": false, 4705 + "detailsUrl": "https://spdx.org/licenses/Kastrup.json", 4706 + "referenceNumber": 491, 4707 + "name": "Kastrup License", 4708 + "licenseId": "Kastrup", 4709 + "seeAlso": [ 4710 + "https://ctan.math.utah.edu/ctan/tex-archive/macros/generic/kastrup/binhex.dtx" 4711 + ], 4712 + "isOsiApproved": false 4713 + }, 4714 + { 4715 + "reference": "https://spdx.org/licenses/Kazlib.html", 4716 + "isDeprecatedLicenseId": false, 4717 + "detailsUrl": "https://spdx.org/licenses/Kazlib.json", 4718 + "referenceNumber": 312, 4719 + "name": "Kazlib License", 4720 + "licenseId": "Kazlib", 4721 + "seeAlso": [ 4722 + "http://git.savannah.gnu.org/cgit/kazlib.git/tree/except.c?id\u003d0062df360c2d17d57f6af19b0e444c51feb99036" 4723 + ], 4724 + "isOsiApproved": false 4725 + }, 4726 + { 4727 + "reference": "https://spdx.org/licenses/Knuth-CTAN.html", 4728 + "isDeprecatedLicenseId": false, 4729 + "detailsUrl": "https://spdx.org/licenses/Knuth-CTAN.json", 4730 + "referenceNumber": 332, 4731 + "name": "Knuth CTAN License", 4732 + "licenseId": "Knuth-CTAN", 4733 + "seeAlso": [ 4734 + "https://ctan.org/license/knuth" 4735 + ], 4736 + "isOsiApproved": false 4737 + }, 4738 + { 4739 + "reference": "https://spdx.org/licenses/LAL-1.2.html", 4740 + "isDeprecatedLicenseId": false, 4741 + "detailsUrl": "https://spdx.org/licenses/LAL-1.2.json", 4742 + "referenceNumber": 134, 4743 + "name": "Licence Art Libre 1.2", 4744 + "licenseId": "LAL-1.2", 4745 + "seeAlso": [ 4746 + "http://artlibre.org/licence/lal/licence-art-libre-12/" 4747 + ], 4748 + "isOsiApproved": false 4749 + }, 4750 + { 4751 + "reference": "https://spdx.org/licenses/LAL-1.3.html", 4752 + "isDeprecatedLicenseId": false, 4753 + "detailsUrl": "https://spdx.org/licenses/LAL-1.3.json", 4754 + "referenceNumber": 521, 4755 + "name": "Licence Art Libre 1.3", 4756 + "licenseId": "LAL-1.3", 4757 + "seeAlso": [ 4758 + "https://artlibre.org/" 4759 + ], 4760 + "isOsiApproved": false 4761 + }, 4762 + { 4763 + "reference": "https://spdx.org/licenses/Latex2e.html", 4764 + "isDeprecatedLicenseId": false, 4765 + "detailsUrl": "https://spdx.org/licenses/Latex2e.json", 4766 + "referenceNumber": 43, 4767 + "name": "Latex2e License", 4768 + "licenseId": "Latex2e", 4769 + "seeAlso": [ 4770 + "https://fedoraproject.org/wiki/Licensing/Latex2e" 4771 + ], 4772 + "isOsiApproved": false 4773 + }, 4774 + { 4775 + "reference": "https://spdx.org/licenses/Latex2e-translated-notice.html", 4776 + "isDeprecatedLicenseId": false, 4777 + "detailsUrl": "https://spdx.org/licenses/Latex2e-translated-notice.json", 4778 + "referenceNumber": 523, 4779 + "name": "Latex2e with translated notice permission", 4780 + "licenseId": "Latex2e-translated-notice", 4781 + "seeAlso": [ 4782 + "https://git.savannah.gnu.org/cgit/indent.git/tree/doc/indent.texi?id\u003da74c6b4ee49397cf330b333da1042bffa60ed14f#n74" 4783 + ], 4784 + "isOsiApproved": false 4785 + }, 4786 + { 4787 + "reference": "https://spdx.org/licenses/Leptonica.html", 4788 + "isDeprecatedLicenseId": false, 4789 + "detailsUrl": "https://spdx.org/licenses/Leptonica.json", 4790 + "referenceNumber": 137, 4791 + "name": "Leptonica License", 4792 + "licenseId": "Leptonica", 4793 + "seeAlso": [ 4794 + "https://fedoraproject.org/wiki/Licensing/Leptonica" 4795 + ], 4796 + "isOsiApproved": false 4797 + }, 4798 + { 4799 + "reference": "https://spdx.org/licenses/LGPL-2.0.html", 4800 + "isDeprecatedLicenseId": true, 4801 + "detailsUrl": "https://spdx.org/licenses/LGPL-2.0.json", 4802 + "referenceNumber": 676, 4803 + "name": "GNU Library General Public License v2 only", 4804 + "licenseId": "LGPL-2.0", 4805 + "seeAlso": [ 4806 + "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html" 4807 + ], 4808 + "isOsiApproved": true 4809 + }, 4810 + { 4811 + "reference": "https://spdx.org/licenses/LGPL-2.0+.html", 4812 + "isDeprecatedLicenseId": true, 4813 + "detailsUrl": "https://spdx.org/licenses/LGPL-2.0+.json", 4814 + "referenceNumber": 409, 4815 + "name": "GNU Library General Public License v2 or later", 4816 + "licenseId": "LGPL-2.0+", 4817 + "seeAlso": [ 4818 + "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html" 4819 + ], 4820 + "isOsiApproved": true 4821 + }, 4822 + { 4823 + "reference": "https://spdx.org/licenses/LGPL-2.0-only.html", 4824 + "isDeprecatedLicenseId": false, 4825 + "detailsUrl": "https://spdx.org/licenses/LGPL-2.0-only.json", 4826 + "referenceNumber": 329, 4827 + "name": "GNU Library General Public License v2 only", 4828 + "licenseId": "LGPL-2.0-only", 4829 + "seeAlso": [ 4830 + "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html" 4831 + ], 4832 + "isOsiApproved": true 4833 + }, 4834 + { 4835 + "reference": "https://spdx.org/licenses/LGPL-2.0-or-later.html", 4836 + "isDeprecatedLicenseId": false, 4837 + "detailsUrl": "https://spdx.org/licenses/LGPL-2.0-or-later.json", 4838 + "referenceNumber": 75, 4839 + "name": "GNU Library General Public License v2 or later", 4840 + "licenseId": "LGPL-2.0-or-later", 4841 + "seeAlso": [ 4842 + "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html" 4843 + ], 4844 + "isOsiApproved": true 4845 + }, 4846 + { 4847 + "reference": "https://spdx.org/licenses/LGPL-2.1.html", 4848 + "isDeprecatedLicenseId": true, 4849 + "detailsUrl": "https://spdx.org/licenses/LGPL-2.1.json", 4850 + "referenceNumber": 677, 4851 + "name": "GNU Lesser General Public License v2.1 only", 4852 + "licenseId": "LGPL-2.1", 4853 + "seeAlso": [ 4854 + "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", 4855 + "https://opensource.org/licenses/LGPL-2.1" 4856 + ], 4857 + "isOsiApproved": true, 4858 + "isFsfLibre": true 4859 + }, 4860 + { 4861 + "reference": "https://spdx.org/licenses/LGPL-2.1+.html", 4862 + "isDeprecatedLicenseId": true, 4863 + "detailsUrl": "https://spdx.org/licenses/LGPL-2.1+.json", 4864 + "referenceNumber": 448, 4865 + "name": "GNU Lesser General Public License v2.1 or later", 4866 + "licenseId": "LGPL-2.1+", 4867 + "seeAlso": [ 4868 + "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", 4869 + "https://opensource.org/licenses/LGPL-2.1" 4870 + ], 4871 + "isOsiApproved": true, 4872 + "isFsfLibre": true 4873 + }, 4874 + { 4875 + "reference": "https://spdx.org/licenses/LGPL-2.1-only.html", 4876 + "isDeprecatedLicenseId": false, 4877 + "detailsUrl": "https://spdx.org/licenses/LGPL-2.1-only.json", 4878 + "referenceNumber": 297, 4879 + "name": "GNU Lesser General Public License v2.1 only", 4880 + "licenseId": "LGPL-2.1-only", 4881 + "seeAlso": [ 4882 + "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", 4883 + "https://opensource.org/licenses/LGPL-2.1" 4884 + ], 4885 + "isOsiApproved": true, 4886 + "isFsfLibre": true 4887 + }, 4888 + { 4889 + "reference": "https://spdx.org/licenses/LGPL-2.1-or-later.html", 4890 + "isDeprecatedLicenseId": false, 4891 + "detailsUrl": "https://spdx.org/licenses/LGPL-2.1-or-later.json", 4892 + "referenceNumber": 187, 4893 + "name": "GNU Lesser General Public License v2.1 or later", 4894 + "licenseId": "LGPL-2.1-or-later", 4895 + "seeAlso": [ 4896 + "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", 4897 + "https://opensource.org/licenses/LGPL-2.1" 4898 + ], 4899 + "isOsiApproved": true, 4900 + "isFsfLibre": true 4901 + }, 4902 + { 4903 + "reference": "https://spdx.org/licenses/LGPL-3.0.html", 4904 + "isDeprecatedLicenseId": true, 4905 + "detailsUrl": "https://spdx.org/licenses/LGPL-3.0.json", 4906 + "referenceNumber": 9, 4907 + "name": "GNU Lesser General Public License v3.0 only", 4908 + "licenseId": "LGPL-3.0", 4909 + "seeAlso": [ 4910 + "https://www.gnu.org/licenses/lgpl-3.0-standalone.html", 4911 + "https://www.gnu.org/licenses/lgpl+gpl-3.0.txt", 4912 + "https://opensource.org/licenses/LGPL-3.0" 4913 + ], 4914 + "isOsiApproved": true, 4915 + "isFsfLibre": true 4916 + }, 4917 + { 4918 + "reference": "https://spdx.org/licenses/LGPL-3.0+.html", 4919 + "isDeprecatedLicenseId": true, 4920 + "detailsUrl": "https://spdx.org/licenses/LGPL-3.0+.json", 4921 + "referenceNumber": 169, 4922 + "name": "GNU Lesser General Public License v3.0 or later", 4923 + "licenseId": "LGPL-3.0+", 4924 + "seeAlso": [ 4925 + "https://www.gnu.org/licenses/lgpl-3.0-standalone.html", 4926 + "https://www.gnu.org/licenses/lgpl+gpl-3.0.txt", 4927 + "https://opensource.org/licenses/LGPL-3.0" 4928 + ], 4929 + "isOsiApproved": true, 4930 + "isFsfLibre": true 4931 + }, 4932 + { 4933 + "reference": "https://spdx.org/licenses/LGPL-3.0-only.html", 4934 + "isDeprecatedLicenseId": false, 4935 + "detailsUrl": "https://spdx.org/licenses/LGPL-3.0-only.json", 4936 + "referenceNumber": 634, 4937 + "name": "GNU Lesser General Public License v3.0 only", 4938 + "licenseId": "LGPL-3.0-only", 4939 + "seeAlso": [ 4940 + "https://www.gnu.org/licenses/lgpl-3.0-standalone.html", 4941 + "https://www.gnu.org/licenses/lgpl+gpl-3.0.txt", 4942 + "https://opensource.org/licenses/LGPL-3.0" 4943 + ], 4944 + "isOsiApproved": true, 4945 + "isFsfLibre": true 4946 + }, 4947 + { 4948 + "reference": "https://spdx.org/licenses/LGPL-3.0-or-later.html", 4949 + "isDeprecatedLicenseId": false, 4950 + "detailsUrl": "https://spdx.org/licenses/LGPL-3.0-or-later.json", 4951 + "referenceNumber": 502, 4952 + "name": "GNU Lesser General Public License v3.0 or later", 4953 + "licenseId": "LGPL-3.0-or-later", 4954 + "seeAlso": [ 4955 + "https://www.gnu.org/licenses/lgpl-3.0-standalone.html", 4956 + "https://www.gnu.org/licenses/lgpl+gpl-3.0.txt", 4957 + "https://opensource.org/licenses/LGPL-3.0" 4958 + ], 4959 + "isOsiApproved": true, 4960 + "isFsfLibre": true 4961 + }, 4962 + { 4963 + "reference": "https://spdx.org/licenses/LGPLLR.html", 4964 + "isDeprecatedLicenseId": false, 4965 + "detailsUrl": "https://spdx.org/licenses/LGPLLR.json", 4966 + "referenceNumber": 123, 4967 + "name": "Lesser General Public License For Linguistic Resources", 4968 + "licenseId": "LGPLLR", 4969 + "seeAlso": [ 4970 + "http://www-igm.univ-mlv.fr/~unitex/lgpllr.html" 4971 + ], 4972 + "isOsiApproved": false 4973 + }, 4974 + { 4975 + "reference": "https://spdx.org/licenses/Libpng.html", 4976 + "isDeprecatedLicenseId": false, 4977 + "detailsUrl": "https://spdx.org/licenses/Libpng.json", 4978 + "referenceNumber": 62, 4979 + "name": "libpng License", 4980 + "licenseId": "Libpng", 4981 + "seeAlso": [ 4982 + "http://www.libpng.org/pub/png/src/libpng-LICENSE.txt" 4983 + ], 4984 + "isOsiApproved": false 4985 + }, 4986 + { 4987 + "reference": "https://spdx.org/licenses/libpng-1.6.35.html", 4988 + "isDeprecatedLicenseId": false, 4989 + "detailsUrl": "https://spdx.org/licenses/libpng-1.6.35.json", 4990 + "referenceNumber": 429, 4991 + "name": "PNG Reference Library License v1 (for libpng 0.5 through 1.6.35)", 4992 + "licenseId": "libpng-1.6.35", 4993 + "seeAlso": [ 4994 + "http://www.libpng.org/pub/png/src/libpng-LICENSE.txt" 4995 + ], 4996 + "isOsiApproved": false 4997 + }, 4998 + { 4999 + "reference": "https://spdx.org/licenses/libpng-2.0.html", 5000 + "isDeprecatedLicenseId": false, 5001 + "detailsUrl": "https://spdx.org/licenses/libpng-2.0.json", 5002 + "referenceNumber": 226, 5003 + "name": "PNG Reference Library version 2", 5004 + "licenseId": "libpng-2.0", 5005 + "seeAlso": [ 5006 + "http://www.libpng.org/pub/png/src/libpng-LICENSE.txt" 5007 + ], 5008 + "isOsiApproved": false 5009 + }, 5010 + { 5011 + "reference": "https://spdx.org/licenses/libselinux-1.0.html", 5012 + "isDeprecatedLicenseId": false, 5013 + "detailsUrl": "https://spdx.org/licenses/libselinux-1.0.json", 5014 + "referenceNumber": 263, 5015 + "name": "libselinux public domain notice", 5016 + "licenseId": "libselinux-1.0", 5017 + "seeAlso": [ 5018 + "https://github.com/SELinuxProject/selinux/blob/master/libselinux/LICENSE" 5019 + ], 5020 + "isOsiApproved": false 5021 + }, 5022 + { 5023 + "reference": "https://spdx.org/licenses/libtiff.html", 5024 + "isDeprecatedLicenseId": false, 5025 + "detailsUrl": "https://spdx.org/licenses/libtiff.json", 5026 + "referenceNumber": 35, 5027 + "name": "libtiff License", 5028 + "licenseId": "libtiff", 5029 + "seeAlso": [ 5030 + "https://fedoraproject.org/wiki/Licensing/libtiff" 5031 + ], 5032 + "isOsiApproved": false 5033 + }, 5034 + { 5035 + "reference": "https://spdx.org/licenses/libutil-David-Nugent.html", 5036 + "isDeprecatedLicenseId": false, 5037 + "detailsUrl": "https://spdx.org/licenses/libutil-David-Nugent.json", 5038 + "referenceNumber": 402, 5039 + "name": "libutil David Nugent License", 5040 + "licenseId": "libutil-David-Nugent", 5041 + "seeAlso": [ 5042 + "http://web.mit.edu/freebsd/head/lib/libutil/login_ok.3", 5043 + "https://cgit.freedesktop.org/libbsd/tree/man/setproctitle.3bsd" 5044 + ], 5045 + "isOsiApproved": false 5046 + }, 5047 + { 5048 + "reference": "https://spdx.org/licenses/LiLiQ-P-1.1.html", 5049 + "isDeprecatedLicenseId": false, 5050 + "detailsUrl": "https://spdx.org/licenses/LiLiQ-P-1.1.json", 5051 + "referenceNumber": 232, 5052 + "name": "Licence Libre du Québec – Permissive version 1.1", 5053 + "licenseId": "LiLiQ-P-1.1", 5054 + "seeAlso": [ 5055 + "https://forge.gouv.qc.ca/licence/fr/liliq-v1-1/", 5056 + "http://opensource.org/licenses/LiLiQ-P-1.1" 5057 + ], 5058 + "isOsiApproved": true 5059 + }, 5060 + { 5061 + "reference": "https://spdx.org/licenses/LiLiQ-R-1.1.html", 5062 + "isDeprecatedLicenseId": false, 5063 + "detailsUrl": "https://spdx.org/licenses/LiLiQ-R-1.1.json", 5064 + "referenceNumber": 229, 5065 + "name": "Licence Libre du Québec – Réciprocité version 1.1", 5066 + "licenseId": "LiLiQ-R-1.1", 5067 + "seeAlso": [ 5068 + "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/", 5069 + "http://opensource.org/licenses/LiLiQ-R-1.1" 5070 + ], 5071 + "isOsiApproved": true 5072 + }, 5073 + { 5074 + "reference": "https://spdx.org/licenses/LiLiQ-Rplus-1.1.html", 5075 + "isDeprecatedLicenseId": false, 5076 + "detailsUrl": "https://spdx.org/licenses/LiLiQ-Rplus-1.1.json", 5077 + "referenceNumber": 238, 5078 + "name": "Licence Libre du Québec – Réciprocité forte version 1.1", 5079 + "licenseId": "LiLiQ-Rplus-1.1", 5080 + "seeAlso": [ 5081 + "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/", 5082 + "http://opensource.org/licenses/LiLiQ-Rplus-1.1" 5083 + ], 5084 + "isOsiApproved": true 5085 + }, 5086 + { 5087 + "reference": "https://spdx.org/licenses/Linux-man-pages-1-para.html", 5088 + "isDeprecatedLicenseId": false, 5089 + "detailsUrl": "https://spdx.org/licenses/Linux-man-pages-1-para.json", 5090 + "referenceNumber": 78, 5091 + "name": "Linux man-pages - 1 paragraph", 5092 + "licenseId": "Linux-man-pages-1-para", 5093 + "seeAlso": [ 5094 + "https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man2/getcpu.2#n4" 5095 + ], 5096 + "isOsiApproved": false 5097 + }, 5098 + { 5099 + "reference": "https://spdx.org/licenses/Linux-man-pages-copyleft.html", 5100 + "isDeprecatedLicenseId": false, 5101 + "detailsUrl": "https://spdx.org/licenses/Linux-man-pages-copyleft.json", 5102 + "referenceNumber": 640, 5103 + "name": "Linux man-pages Copyleft", 5104 + "licenseId": "Linux-man-pages-copyleft", 5105 + "seeAlso": [ 5106 + "https://www.kernel.org/doc/man-pages/licenses.html" 5107 + ], 5108 + "isOsiApproved": false 5109 + }, 5110 + { 5111 + "reference": "https://spdx.org/licenses/Linux-man-pages-copyleft-2-para.html", 5112 + "isDeprecatedLicenseId": false, 5113 + "detailsUrl": "https://spdx.org/licenses/Linux-man-pages-copyleft-2-para.json", 5114 + "referenceNumber": 592, 5115 + "name": "Linux man-pages Copyleft - 2 paragraphs", 5116 + "licenseId": "Linux-man-pages-copyleft-2-para", 5117 + "seeAlso": [ 5118 + "https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man2/move_pages.2#n5", 5119 + "https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man2/migrate_pages.2#n8" 5120 + ], 5121 + "isOsiApproved": false 5122 + }, 5123 + { 5124 + "reference": "https://spdx.org/licenses/Linux-man-pages-copyleft-var.html", 5125 + "isDeprecatedLicenseId": false, 5126 + "detailsUrl": "https://spdx.org/licenses/Linux-man-pages-copyleft-var.json", 5127 + "referenceNumber": 202, 5128 + "name": "Linux man-pages Copyleft Variant", 5129 + "licenseId": "Linux-man-pages-copyleft-var", 5130 + "seeAlso": [ 5131 + "https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man2/set_mempolicy.2#n5" 5132 + ], 5133 + "isOsiApproved": false 5134 + }, 5135 + { 5136 + "reference": "https://spdx.org/licenses/Linux-OpenIB.html", 5137 + "isDeprecatedLicenseId": false, 5138 + "detailsUrl": "https://spdx.org/licenses/Linux-OpenIB.json", 5139 + "referenceNumber": 513, 5140 + "name": "Linux Kernel Variant of OpenIB.org license", 5141 + "licenseId": "Linux-OpenIB", 5142 + "seeAlso": [ 5143 + "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/infiniband/core/sa.h" 5144 + ], 5145 + "isOsiApproved": false 5146 + }, 5147 + { 5148 + "reference": "https://spdx.org/licenses/LOOP.html", 5149 + "isDeprecatedLicenseId": false, 5150 + "detailsUrl": "https://spdx.org/licenses/LOOP.json", 5151 + "referenceNumber": 237, 5152 + "name": "Common Lisp LOOP License", 5153 + "licenseId": "LOOP", 5154 + "seeAlso": [ 5155 + "https://gitlab.com/embeddable-common-lisp/ecl/-/blob/develop/src/lsp/loop.lsp", 5156 + "http://git.savannah.gnu.org/cgit/gcl.git/tree/gcl/lsp/gcl_loop.lsp?h\u003dVersion_2_6_13pre", 5157 + "https://sourceforge.net/p/sbcl/sbcl/ci/master/tree/src/code/loop.lisp", 5158 + "https://github.com/cl-adams/adams/blob/master/LICENSE.md", 5159 + "https://github.com/blakemcbride/eclipse-lisp/blob/master/lisp/loop.lisp", 5160 + "https://gitlab.common-lisp.net/cmucl/cmucl/-/blob/master/src/code/loop.lisp" 5161 + ], 5162 + "isOsiApproved": false 5163 + }, 5164 + { 5165 + "reference": "https://spdx.org/licenses/LPD-document.html", 5166 + "isDeprecatedLicenseId": false, 5167 + "detailsUrl": "https://spdx.org/licenses/LPD-document.json", 5168 + "referenceNumber": 5, 5169 + "name": "LPD Documentation License", 5170 + "licenseId": "LPD-document", 5171 + "seeAlso": [ 5172 + "https://github.com/Cyan4973/xxHash/blob/dev/doc/xxhash_spec.md", 5173 + "https://www.ietf.org/rfc/rfc1952.txt" 5174 + ], 5175 + "isOsiApproved": false 5176 + }, 5177 + { 5178 + "reference": "https://spdx.org/licenses/LPL-1.0.html", 5179 + "isDeprecatedLicenseId": false, 5180 + "detailsUrl": "https://spdx.org/licenses/LPL-1.0.json", 5181 + "referenceNumber": 136, 5182 + "name": "Lucent Public License Version 1.0", 5183 + "licenseId": "LPL-1.0", 5184 + "seeAlso": [ 5185 + "https://opensource.org/licenses/LPL-1.0" 5186 + ], 5187 + "isOsiApproved": true 5188 + }, 5189 + { 5190 + "reference": "https://spdx.org/licenses/LPL-1.02.html", 5191 + "isDeprecatedLicenseId": false, 5192 + "detailsUrl": "https://spdx.org/licenses/LPL-1.02.json", 5193 + "referenceNumber": 656, 5194 + "name": "Lucent Public License v1.02", 5195 + "licenseId": "LPL-1.02", 5196 + "seeAlso": [ 5197 + "http://plan9.bell-labs.com/plan9/license.html", 5198 + "https://opensource.org/licenses/LPL-1.02" 5199 + ], 5200 + "isOsiApproved": true, 5201 + "isFsfLibre": true 5202 + }, 5203 + { 5204 + "reference": "https://spdx.org/licenses/LPPL-1.0.html", 5205 + "isDeprecatedLicenseId": false, 5206 + "detailsUrl": "https://spdx.org/licenses/LPPL-1.0.json", 5207 + "referenceNumber": 63, 5208 + "name": "LaTeX Project Public License v1.0", 5209 + "licenseId": "LPPL-1.0", 5210 + "seeAlso": [ 5211 + "http://www.latex-project.org/lppl/lppl-1-0.txt" 5212 + ], 5213 + "isOsiApproved": false 5214 + }, 5215 + { 5216 + "reference": "https://spdx.org/licenses/LPPL-1.1.html", 5217 + "isDeprecatedLicenseId": false, 5218 + "detailsUrl": "https://spdx.org/licenses/LPPL-1.1.json", 5219 + "referenceNumber": 542, 5220 + "name": "LaTeX Project Public License v1.1", 5221 + "licenseId": "LPPL-1.1", 5222 + "seeAlso": [ 5223 + "http://www.latex-project.org/lppl/lppl-1-1.txt" 5224 + ], 5225 + "isOsiApproved": false 5226 + }, 5227 + { 5228 + "reference": "https://spdx.org/licenses/LPPL-1.2.html", 5229 + "isDeprecatedLicenseId": false, 5230 + "detailsUrl": "https://spdx.org/licenses/LPPL-1.2.json", 5231 + "referenceNumber": 486, 5232 + "name": "LaTeX Project Public License v1.2", 5233 + "licenseId": "LPPL-1.2", 5234 + "seeAlso": [ 5235 + "http://www.latex-project.org/lppl/lppl-1-2.txt" 5236 + ], 5237 + "isOsiApproved": false, 5238 + "isFsfLibre": true 5239 + }, 5240 + { 5241 + "reference": "https://spdx.org/licenses/LPPL-1.3a.html", 5242 + "isDeprecatedLicenseId": false, 5243 + "detailsUrl": "https://spdx.org/licenses/LPPL-1.3a.json", 5244 + "referenceNumber": 280, 5245 + "name": "LaTeX Project Public License v1.3a", 5246 + "licenseId": "LPPL-1.3a", 5247 + "seeAlso": [ 5248 + "http://www.latex-project.org/lppl/lppl-1-3a.txt" 5249 + ], 5250 + "isOsiApproved": false, 5251 + "isFsfLibre": true 5252 + }, 5253 + { 5254 + "reference": "https://spdx.org/licenses/LPPL-1.3c.html", 5255 + "isDeprecatedLicenseId": false, 5256 + "detailsUrl": "https://spdx.org/licenses/LPPL-1.3c.json", 5257 + "referenceNumber": 33, 5258 + "name": "LaTeX Project Public License v1.3c", 5259 + "licenseId": "LPPL-1.3c", 5260 + "seeAlso": [ 5261 + "http://www.latex-project.org/lppl/lppl-1-3c.txt", 5262 + "https://opensource.org/licenses/LPPL-1.3c" 5263 + ], 5264 + "isOsiApproved": true 5265 + }, 5266 + { 5267 + "reference": "https://spdx.org/licenses/lsof.html", 5268 + "isDeprecatedLicenseId": false, 5269 + "detailsUrl": "https://spdx.org/licenses/lsof.json", 5270 + "referenceNumber": 563, 5271 + "name": "lsof License", 5272 + "licenseId": "lsof", 5273 + "seeAlso": [ 5274 + "https://github.com/lsof-org/lsof/blob/master/COPYING" 5275 + ], 5276 + "isOsiApproved": false 5277 + }, 5278 + { 5279 + "reference": "https://spdx.org/licenses/Lucida-Bitmap-Fonts.html", 5280 + "isDeprecatedLicenseId": false, 5281 + "detailsUrl": "https://spdx.org/licenses/Lucida-Bitmap-Fonts.json", 5282 + "referenceNumber": 661, 5283 + "name": "Lucida Bitmap Fonts License", 5284 + "licenseId": "Lucida-Bitmap-Fonts", 5285 + "seeAlso": [ 5286 + "https://gitlab.freedesktop.org/xorg/font/bh-100dpi/-/blob/master/COPYING?ref_type\u003dheads" 5287 + ], 5288 + "isOsiApproved": false 5289 + }, 5290 + { 5291 + "reference": "https://spdx.org/licenses/LZMA-SDK-9.11-to-9.20.html", 5292 + "isDeprecatedLicenseId": false, 5293 + "detailsUrl": "https://spdx.org/licenses/LZMA-SDK-9.11-to-9.20.json", 5294 + "referenceNumber": 349, 5295 + "name": "LZMA SDK License (versions 9.11 to 9.20)", 5296 + "licenseId": "LZMA-SDK-9.11-to-9.20", 5297 + "seeAlso": [ 5298 + "https://www.7-zip.org/sdk.html", 5299 + "https://sourceforge.net/projects/sevenzip/files/LZMA%20SDK/" 5300 + ], 5301 + "isOsiApproved": false 5302 + }, 5303 + { 5304 + "reference": "https://spdx.org/licenses/LZMA-SDK-9.22.html", 5305 + "isDeprecatedLicenseId": false, 5306 + "detailsUrl": "https://spdx.org/licenses/LZMA-SDK-9.22.json", 5307 + "referenceNumber": 504, 5308 + "name": "LZMA SDK License (versions 9.22 and beyond)", 5309 + "licenseId": "LZMA-SDK-9.22", 5310 + "seeAlso": [ 5311 + "https://www.7-zip.org/sdk.html", 5312 + "https://sourceforge.net/projects/sevenzip/files/LZMA%20SDK/" 5313 + ], 5314 + "isOsiApproved": false 5315 + }, 5316 + { 5317 + "reference": "https://spdx.org/licenses/Mackerras-3-Clause.html", 5318 + "isDeprecatedLicenseId": false, 5319 + "detailsUrl": "https://spdx.org/licenses/Mackerras-3-Clause.json", 5320 + "referenceNumber": 539, 5321 + "name": "Mackerras 3-Clause License", 5322 + "licenseId": "Mackerras-3-Clause", 5323 + "seeAlso": [ 5324 + "https://github.com/ppp-project/ppp/blob/master/pppd/chap_ms.c#L6-L28" 5325 + ], 5326 + "isOsiApproved": false 5327 + }, 5328 + { 5329 + "reference": "https://spdx.org/licenses/Mackerras-3-Clause-acknowledgment.html", 5330 + "isDeprecatedLicenseId": false, 5331 + "detailsUrl": "https://spdx.org/licenses/Mackerras-3-Clause-acknowledgment.json", 5332 + "referenceNumber": 433, 5333 + "name": "Mackerras 3-Clause - acknowledgment variant", 5334 + "licenseId": "Mackerras-3-Clause-acknowledgment", 5335 + "seeAlso": [ 5336 + "https://github.com/ppp-project/ppp/blob/master/pppd/auth.c#L6-L28" 5337 + ], 5338 + "isOsiApproved": false 5339 + }, 5340 + { 5341 + "reference": "https://spdx.org/licenses/magaz.html", 5342 + "isDeprecatedLicenseId": false, 5343 + "detailsUrl": "https://spdx.org/licenses/magaz.json", 5344 + "referenceNumber": 373, 5345 + "name": "magaz License", 5346 + "licenseId": "magaz", 5347 + "seeAlso": [ 5348 + "https://mirrors.nic.cz/tex-archive/macros/latex/contrib/magaz/magaz.tex", 5349 + "https://mirrors.ctan.org/macros/latex/contrib/version/version.sty" 5350 + ], 5351 + "isOsiApproved": false 5352 + }, 5353 + { 5354 + "reference": "https://spdx.org/licenses/mailprio.html", 5355 + "isDeprecatedLicenseId": false, 5356 + "detailsUrl": "https://spdx.org/licenses/mailprio.json", 5357 + "referenceNumber": 381, 5358 + "name": "mailprio License", 5359 + "licenseId": "mailprio", 5360 + "seeAlso": [ 5361 + "https://fossies.org/linux/sendmail/contrib/mailprio" 5362 + ], 5363 + "isOsiApproved": false 5364 + }, 5365 + { 5366 + "reference": "https://spdx.org/licenses/MakeIndex.html", 5367 + "isDeprecatedLicenseId": false, 5368 + "detailsUrl": "https://spdx.org/licenses/MakeIndex.json", 5369 + "referenceNumber": 165, 5370 + "name": "MakeIndex License", 5371 + "licenseId": "MakeIndex", 5372 + "seeAlso": [ 5373 + "https://fedoraproject.org/wiki/Licensing/MakeIndex" 5374 + ], 5375 + "isOsiApproved": false 5376 + }, 5377 + { 5378 + "reference": "https://spdx.org/licenses/man2html.html", 5379 + "isDeprecatedLicenseId": false, 5380 + "detailsUrl": "https://spdx.org/licenses/man2html.json", 5381 + "referenceNumber": 120, 5382 + "name": "man2html License", 5383 + "licenseId": "man2html", 5384 + "seeAlso": [ 5385 + "http://primates.ximian.com/~flucifredi/man/man-1.6g.tar.gz", 5386 + "https://github.com/hamano/man2html/blob/master/man2html.c", 5387 + "https://docs.oracle.com/cd/E81115_01/html/E81116/licenses.html" 5388 + ], 5389 + "isOsiApproved": false 5390 + }, 5391 + { 5392 + "reference": "https://spdx.org/licenses/Martin-Birgmeier.html", 5393 + "isDeprecatedLicenseId": false, 5394 + "detailsUrl": "https://spdx.org/licenses/Martin-Birgmeier.json", 5395 + "referenceNumber": 361, 5396 + "name": "Martin Birgmeier License", 5397 + "licenseId": "Martin-Birgmeier", 5398 + "seeAlso": [ 5399 + "https://github.com/Perl/perl5/blob/blead/util.c#L6136" 5400 + ], 5401 + "isOsiApproved": false 5402 + }, 5403 + { 5404 + "reference": "https://spdx.org/licenses/McPhee-slideshow.html", 5405 + "isDeprecatedLicenseId": false, 5406 + "detailsUrl": "https://spdx.org/licenses/McPhee-slideshow.json", 5407 + "referenceNumber": 489, 5408 + "name": "McPhee Slideshow License", 5409 + "licenseId": "McPhee-slideshow", 5410 + "seeAlso": [ 5411 + "https://mirror.las.iastate.edu/tex-archive/graphics/metapost/contrib/macros/slideshow/slideshow.mp" 5412 + ], 5413 + "isOsiApproved": false 5414 + }, 5415 + { 5416 + "reference": "https://spdx.org/licenses/metamail.html", 5417 + "isDeprecatedLicenseId": false, 5418 + "detailsUrl": "https://spdx.org/licenses/metamail.json", 5419 + "referenceNumber": 455, 5420 + "name": "metamail License", 5421 + "licenseId": "metamail", 5422 + "seeAlso": [ 5423 + "https://github.com/Dual-Life/mime-base64/blob/master/Base64.xs#L12" 5424 + ], 5425 + "isOsiApproved": false 5426 + }, 5427 + { 5428 + "reference": "https://spdx.org/licenses/Minpack.html", 5429 + "isDeprecatedLicenseId": false, 5430 + "detailsUrl": "https://spdx.org/licenses/Minpack.json", 5431 + "referenceNumber": 28, 5432 + "name": "Minpack License", 5433 + "licenseId": "Minpack", 5434 + "seeAlso": [ 5435 + "http://www.netlib.org/minpack/disclaimer", 5436 + "https://gitlab.com/libeigen/eigen/-/blob/master/COPYING.MINPACK" 5437 + ], 5438 + "isOsiApproved": false 5439 + }, 5440 + { 5441 + "reference": "https://spdx.org/licenses/MIPS.html", 5442 + "isDeprecatedLicenseId": false, 5443 + "detailsUrl": "https://spdx.org/licenses/MIPS.json", 5444 + "referenceNumber": 351, 5445 + "name": "MIPS License", 5446 + "licenseId": "MIPS", 5447 + "seeAlso": [ 5448 + "https://sourceware.org/cgit/binutils-gdb/tree/include/coff/sym.h#n11" 5449 + ], 5450 + "isOsiApproved": false 5451 + }, 5452 + { 5453 + "reference": "https://spdx.org/licenses/MirOS.html", 5454 + "isDeprecatedLicenseId": false, 5455 + "detailsUrl": "https://spdx.org/licenses/MirOS.json", 5456 + "referenceNumber": 692, 5457 + "name": "The MirOS Licence", 5458 + "licenseId": "MirOS", 5459 + "seeAlso": [ 5460 + "https://opensource.org/licenses/MirOS" 5461 + ], 5462 + "isOsiApproved": true 5463 + }, 5464 + { 5465 + "reference": "https://spdx.org/licenses/MIT.html", 5466 + "isDeprecatedLicenseId": false, 5467 + "detailsUrl": "https://spdx.org/licenses/MIT.json", 5468 + "referenceNumber": 515, 5469 + "name": "MIT License", 5470 + "licenseId": "MIT", 5471 + "seeAlso": [ 5472 + "https://opensource.org/license/mit/", 5473 + "http://opensource.org/licenses/MIT" 5474 + ], 5475 + "isOsiApproved": true, 5476 + "isFsfLibre": true 5477 + }, 5478 + { 5479 + "reference": "https://spdx.org/licenses/MIT-0.html", 5480 + "isDeprecatedLicenseId": false, 5481 + "detailsUrl": "https://spdx.org/licenses/MIT-0.json", 5482 + "referenceNumber": 173, 5483 + "name": "MIT No Attribution", 5484 + "licenseId": "MIT-0", 5485 + "seeAlso": [ 5486 + "https://github.com/aws/mit-0", 5487 + "https://romanrm.net/mit-zero", 5488 + "https://github.com/awsdocs/aws-cloud9-user-guide/blob/master/LICENSE-SAMPLECODE" 5489 + ], 5490 + "isOsiApproved": true 5491 + }, 5492 + { 5493 + "reference": "https://spdx.org/licenses/MIT-advertising.html", 5494 + "isDeprecatedLicenseId": false, 5495 + "detailsUrl": "https://spdx.org/licenses/MIT-advertising.json", 5496 + "referenceNumber": 440, 5497 + "name": "Enlightenment License (e16)", 5498 + "licenseId": "MIT-advertising", 5499 + "seeAlso": [ 5500 + "https://fedoraproject.org/wiki/Licensing/MIT_With_Advertising" 5501 + ], 5502 + "isOsiApproved": false 5503 + }, 5504 + { 5505 + "reference": "https://spdx.org/licenses/MIT-Click.html", 5506 + "isDeprecatedLicenseId": false, 5507 + "detailsUrl": "https://spdx.org/licenses/MIT-Click.json", 5508 + "referenceNumber": 438, 5509 + "name": "MIT Click License", 5510 + "licenseId": "MIT-Click", 5511 + "seeAlso": [ 5512 + "https://github.com/kohler/t1utils/blob/master/LICENSE" 5513 + ], 5514 + "isOsiApproved": false 5515 + }, 5516 + { 5517 + "reference": "https://spdx.org/licenses/MIT-CMU.html", 5518 + "isDeprecatedLicenseId": false, 5519 + "detailsUrl": "https://spdx.org/licenses/MIT-CMU.json", 5520 + "referenceNumber": 287, 5521 + "name": "CMU License", 5522 + "licenseId": "MIT-CMU", 5523 + "seeAlso": [ 5524 + "https://fedoraproject.org/wiki/Licensing:MIT?rd\u003dLicensing/MIT#CMU_Style", 5525 + "https://github.com/python-pillow/Pillow/blob/fffb426092c8db24a5f4b6df243a8a3c01fb63cd/LICENSE" 5526 + ], 5527 + "isOsiApproved": false 5528 + }, 5529 + { 5530 + "reference": "https://spdx.org/licenses/MIT-enna.html", 5531 + "isDeprecatedLicenseId": false, 5532 + "detailsUrl": "https://spdx.org/licenses/MIT-enna.json", 5533 + "referenceNumber": 580, 5534 + "name": "enna License", 5535 + "licenseId": "MIT-enna", 5536 + "seeAlso": [ 5537 + "https://fedoraproject.org/wiki/Licensing/MIT#enna" 5538 + ], 5539 + "isOsiApproved": false 5540 + }, 5541 + { 5542 + "reference": "https://spdx.org/licenses/MIT-feh.html", 5543 + "isDeprecatedLicenseId": false, 5544 + "detailsUrl": "https://spdx.org/licenses/MIT-feh.json", 5545 + "referenceNumber": 408, 5546 + "name": "feh License", 5547 + "licenseId": "MIT-feh", 5548 + "seeAlso": [ 5549 + "https://fedoraproject.org/wiki/Licensing/MIT#feh" 5550 + ], 5551 + "isOsiApproved": false 5552 + }, 5553 + { 5554 + "reference": "https://spdx.org/licenses/MIT-Festival.html", 5555 + "isDeprecatedLicenseId": false, 5556 + "detailsUrl": "https://spdx.org/licenses/MIT-Festival.json", 5557 + "referenceNumber": 18, 5558 + "name": "MIT Festival Variant", 5559 + "licenseId": "MIT-Festival", 5560 + "seeAlso": [ 5561 + "https://github.com/festvox/flite/blob/master/COPYING", 5562 + "https://github.com/festvox/speech_tools/blob/master/COPYING" 5563 + ], 5564 + "isOsiApproved": false 5565 + }, 5566 + { 5567 + "reference": "https://spdx.org/licenses/MIT-Khronos-old.html", 5568 + "isDeprecatedLicenseId": false, 5569 + "detailsUrl": "https://spdx.org/licenses/MIT-Khronos-old.json", 5570 + "referenceNumber": 508, 5571 + "name": "MIT Khronos - old variant", 5572 + "licenseId": "MIT-Khronos-old", 5573 + "seeAlso": [ 5574 + "https://github.com/KhronosGroup/SPIRV-Cross/blob/main/LICENSES/LicenseRef-KhronosFreeUse.txt" 5575 + ], 5576 + "isOsiApproved": false 5577 + }, 5578 + { 5579 + "reference": "https://spdx.org/licenses/MIT-Modern-Variant.html", 5580 + "isDeprecatedLicenseId": false, 5581 + "detailsUrl": "https://spdx.org/licenses/MIT-Modern-Variant.json", 5582 + "referenceNumber": 304, 5583 + "name": "MIT License Modern Variant", 5584 + "licenseId": "MIT-Modern-Variant", 5585 + "seeAlso": [ 5586 + "https://fedoraproject.org/wiki/Licensing:MIT#Modern_Variants", 5587 + "https://ptolemy.berkeley.edu/copyright.htm", 5588 + "https://pirlwww.lpl.arizona.edu/resources/guide/software/PerlTk/Tixlic.html" 5589 + ], 5590 + "isOsiApproved": true 5591 + }, 5592 + { 5593 + "reference": "https://spdx.org/licenses/MIT-open-group.html", 5594 + "isDeprecatedLicenseId": false, 5595 + "detailsUrl": "https://spdx.org/licenses/MIT-open-group.json", 5596 + "referenceNumber": 404, 5597 + "name": "MIT Open Group variant", 5598 + "licenseId": "MIT-open-group", 5599 + "seeAlso": [ 5600 + "https://gitlab.freedesktop.org/xorg/app/iceauth/-/blob/master/COPYING", 5601 + "https://gitlab.freedesktop.org/xorg/app/xsetroot/-/blob/master/COPYING", 5602 + "https://gitlab.freedesktop.org/xorg/app/xauth/-/blob/master/COPYING" 5603 + ], 5604 + "isOsiApproved": false 5605 + }, 5606 + { 5607 + "reference": "https://spdx.org/licenses/MIT-testregex.html", 5608 + "isDeprecatedLicenseId": false, 5609 + "detailsUrl": "https://spdx.org/licenses/MIT-testregex.json", 5610 + "referenceNumber": 496, 5611 + "name": "MIT testregex Variant", 5612 + "licenseId": "MIT-testregex", 5613 + "seeAlso": [ 5614 + "https://github.com/dotnet/runtime/blob/55e1ac7c07df62c4108d4acedf78f77574470ce5/src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AttRegexTests.cs#L12-L28" 5615 + ], 5616 + "isOsiApproved": false 5617 + }, 5618 + { 5619 + "reference": "https://spdx.org/licenses/MIT-Wu.html", 5620 + "isDeprecatedLicenseId": false, 5621 + "detailsUrl": "https://spdx.org/licenses/MIT-Wu.json", 5622 + "referenceNumber": 355, 5623 + "name": "MIT Tom Wu Variant", 5624 + "licenseId": "MIT-Wu", 5625 + "seeAlso": [ 5626 + "https://github.com/chromium/octane/blob/master/crypto.js" 5627 + ], 5628 + "isOsiApproved": false 5629 + }, 5630 + { 5631 + "reference": "https://spdx.org/licenses/MITNFA.html", 5632 + "isDeprecatedLicenseId": false, 5633 + "detailsUrl": "https://spdx.org/licenses/MITNFA.json", 5634 + "referenceNumber": 473, 5635 + "name": "MIT +no-false-attribs license", 5636 + "licenseId": "MITNFA", 5637 + "seeAlso": [ 5638 + "https://fedoraproject.org/wiki/Licensing/MITNFA" 5639 + ], 5640 + "isOsiApproved": false 5641 + }, 5642 + { 5643 + "reference": "https://spdx.org/licenses/MMIXware.html", 5644 + "isDeprecatedLicenseId": false, 5645 + "detailsUrl": "https://spdx.org/licenses/MMIXware.json", 5646 + "referenceNumber": 663, 5647 + "name": "MMIXware License", 5648 + "licenseId": "MMIXware", 5649 + "seeAlso": [ 5650 + "https://gitlab.lrz.de/mmix/mmixware/-/blob/master/boilerplate.w" 5651 + ], 5652 + "isOsiApproved": false 5653 + }, 5654 + { 5655 + "reference": "https://spdx.org/licenses/Motosoto.html", 5656 + "isDeprecatedLicenseId": false, 5657 + "detailsUrl": "https://spdx.org/licenses/Motosoto.json", 5658 + "referenceNumber": 507, 5659 + "name": "Motosoto License", 5660 + "licenseId": "Motosoto", 5661 + "seeAlso": [ 5662 + "https://opensource.org/licenses/Motosoto" 5663 + ], 5664 + "isOsiApproved": true 5665 + }, 5666 + { 5667 + "reference": "https://spdx.org/licenses/MPEG-SSG.html", 5668 + "isDeprecatedLicenseId": false, 5669 + "detailsUrl": "https://spdx.org/licenses/MPEG-SSG.json", 5670 + "referenceNumber": 303, 5671 + "name": "MPEG Software Simulation", 5672 + "licenseId": "MPEG-SSG", 5673 + "seeAlso": [ 5674 + "https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/converter/ppm/ppmtompeg/jrevdct.c#l1189" 5675 + ], 5676 + "isOsiApproved": false 5677 + }, 5678 + { 5679 + "reference": "https://spdx.org/licenses/mpi-permissive.html", 5680 + "isDeprecatedLicenseId": false, 5681 + "detailsUrl": "https://spdx.org/licenses/mpi-permissive.json", 5682 + "referenceNumber": 213, 5683 + "name": "mpi Permissive License", 5684 + "licenseId": "mpi-permissive", 5685 + "seeAlso": [ 5686 + "https://sources.debian.org/src/openmpi/4.1.0-10/ompi/debuggers/msgq_interface.h/?hl\u003d19#L19" 5687 + ], 5688 + "isOsiApproved": false 5689 + }, 5690 + { 5691 + "reference": "https://spdx.org/licenses/mpich2.html", 5692 + "isDeprecatedLicenseId": false, 5693 + "detailsUrl": "https://spdx.org/licenses/mpich2.json", 5694 + "referenceNumber": 102, 5695 + "name": "mpich2 License", 5696 + "licenseId": "mpich2", 5697 + "seeAlso": [ 5698 + "https://fedoraproject.org/wiki/Licensing/MIT" 5699 + ], 5700 + "isOsiApproved": false 5701 + }, 5702 + { 5703 + "reference": "https://spdx.org/licenses/MPL-1.0.html", 5704 + "isDeprecatedLicenseId": false, 5705 + "detailsUrl": "https://spdx.org/licenses/MPL-1.0.json", 5706 + "referenceNumber": 665, 5707 + "name": "Mozilla Public License 1.0", 5708 + "licenseId": "MPL-1.0", 5709 + "seeAlso": [ 5710 + "http://www.mozilla.org/MPL/MPL-1.0.html", 5711 + "https://opensource.org/licenses/MPL-1.0" 5712 + ], 5713 + "isOsiApproved": true 5714 + }, 5715 + { 5716 + "reference": "https://spdx.org/licenses/MPL-1.1.html", 5717 + "isDeprecatedLicenseId": false, 5718 + "detailsUrl": "https://spdx.org/licenses/MPL-1.1.json", 5719 + "referenceNumber": 679, 5720 + "name": "Mozilla Public License 1.1", 5721 + "licenseId": "MPL-1.1", 5722 + "seeAlso": [ 5723 + "http://www.mozilla.org/MPL/MPL-1.1.html", 5724 + "https://opensource.org/licenses/MPL-1.1" 5725 + ], 5726 + "isOsiApproved": true, 5727 + "isFsfLibre": true 5728 + }, 5729 + { 5730 + "reference": "https://spdx.org/licenses/MPL-2.0.html", 5731 + "isDeprecatedLicenseId": false, 5732 + "detailsUrl": "https://spdx.org/licenses/MPL-2.0.json", 5733 + "referenceNumber": 599, 5734 + "name": "Mozilla Public License 2.0", 5735 + "licenseId": "MPL-2.0", 5736 + "seeAlso": [ 5737 + "https://www.mozilla.org/MPL/2.0/", 5738 + "https://opensource.org/licenses/MPL-2.0" 5739 + ], 5740 + "isOsiApproved": true, 5741 + "isFsfLibre": true 5742 + }, 5743 + { 5744 + "reference": "https://spdx.org/licenses/MPL-2.0-no-copyleft-exception.html", 5745 + "isDeprecatedLicenseId": false, 5746 + "detailsUrl": "https://spdx.org/licenses/MPL-2.0-no-copyleft-exception.json", 5747 + "referenceNumber": 174, 5748 + "name": "Mozilla Public License 2.0 (no copyleft exception)", 5749 + "licenseId": "MPL-2.0-no-copyleft-exception", 5750 + "seeAlso": [ 5751 + "https://www.mozilla.org/MPL/2.0/", 5752 + "https://opensource.org/licenses/MPL-2.0" 5753 + ], 5754 + "isOsiApproved": true 5755 + }, 5756 + { 5757 + "reference": "https://spdx.org/licenses/mplus.html", 5758 + "isDeprecatedLicenseId": false, 5759 + "detailsUrl": "https://spdx.org/licenses/mplus.json", 5760 + "referenceNumber": 17, 5761 + "name": "mplus Font License", 5762 + "licenseId": "mplus", 5763 + "seeAlso": [ 5764 + "https://fedoraproject.org/wiki/Licensing:Mplus?rd\u003dLicensing/mplus" 5765 + ], 5766 + "isOsiApproved": false 5767 + }, 5768 + { 5769 + "reference": "https://spdx.org/licenses/MS-LPL.html", 5770 + "isDeprecatedLicenseId": false, 5771 + "detailsUrl": "https://spdx.org/licenses/MS-LPL.json", 5772 + "referenceNumber": 674, 5773 + "name": "Microsoft Limited Public License", 5774 + "licenseId": "MS-LPL", 5775 + "seeAlso": [ 5776 + "https://www.openhub.net/licenses/mslpl", 5777 + "https://github.com/gabegundy/atlserver/blob/master/License.txt", 5778 + "https://en.wikipedia.org/wiki/Shared_Source_Initiative#Microsoft_Limited_Public_License_(Ms-LPL)" 5779 + ], 5780 + "isOsiApproved": false 5781 + }, 5782 + { 5783 + "reference": "https://spdx.org/licenses/MS-PL.html", 5784 + "isDeprecatedLicenseId": false, 5785 + "detailsUrl": "https://spdx.org/licenses/MS-PL.json", 5786 + "referenceNumber": 698, 5787 + "name": "Microsoft Public License", 5788 + "licenseId": "MS-PL", 5789 + "seeAlso": [ 5790 + "http://www.microsoft.com/opensource/licenses.mspx", 5791 + "https://opensource.org/licenses/MS-PL" 5792 + ], 5793 + "isOsiApproved": true, 5794 + "isFsfLibre": true 5795 + }, 5796 + { 5797 + "reference": "https://spdx.org/licenses/MS-RL.html", 5798 + "isDeprecatedLicenseId": false, 5799 + "detailsUrl": "https://spdx.org/licenses/MS-RL.json", 5800 + "referenceNumber": 276, 5801 + "name": "Microsoft Reciprocal License", 5802 + "licenseId": "MS-RL", 5803 + "seeAlso": [ 5804 + "http://www.microsoft.com/opensource/licenses.mspx", 5805 + "https://opensource.org/licenses/MS-RL" 5806 + ], 5807 + "isOsiApproved": true, 5808 + "isFsfLibre": true 5809 + }, 5810 + { 5811 + "reference": "https://spdx.org/licenses/MTLL.html", 5812 + "isDeprecatedLicenseId": false, 5813 + "detailsUrl": "https://spdx.org/licenses/MTLL.json", 5814 + "referenceNumber": 588, 5815 + "name": "Matrix Template Library License", 5816 + "licenseId": "MTLL", 5817 + "seeAlso": [ 5818 + "https://fedoraproject.org/wiki/Licensing/Matrix_Template_Library_License" 5819 + ], 5820 + "isOsiApproved": false 5821 + }, 5822 + { 5823 + "reference": "https://spdx.org/licenses/MulanPSL-1.0.html", 5824 + "isDeprecatedLicenseId": false, 5825 + "detailsUrl": "https://spdx.org/licenses/MulanPSL-1.0.json", 5826 + "referenceNumber": 320, 5827 + "name": "Mulan Permissive Software License, Version 1", 5828 + "licenseId": "MulanPSL-1.0", 5829 + "seeAlso": [ 5830 + "https://license.coscl.org.cn/MulanPSL/", 5831 + "https://github.com/yuwenlong/longphp/blob/25dfb70cc2a466dc4bb55ba30901cbce08d164b5/LICENSE" 5832 + ], 5833 + "isOsiApproved": false 5834 + }, 5835 + { 5836 + "reference": "https://spdx.org/licenses/MulanPSL-2.0.html", 5837 + "isDeprecatedLicenseId": false, 5838 + "detailsUrl": "https://spdx.org/licenses/MulanPSL-2.0.json", 5839 + "referenceNumber": 182, 5840 + "name": "Mulan Permissive Software License, Version 2", 5841 + "licenseId": "MulanPSL-2.0", 5842 + "seeAlso": [ 5843 + "https://license.coscl.org.cn/MulanPSL2" 5844 + ], 5845 + "isOsiApproved": true 5846 + }, 5847 + { 5848 + "reference": "https://spdx.org/licenses/Multics.html", 5849 + "isDeprecatedLicenseId": false, 5850 + "detailsUrl": "https://spdx.org/licenses/Multics.json", 5851 + "referenceNumber": 60, 5852 + "name": "Multics License", 5853 + "licenseId": "Multics", 5854 + "seeAlso": [ 5855 + "https://opensource.org/licenses/Multics" 5856 + ], 5857 + "isOsiApproved": true 5858 + }, 5859 + { 5860 + "reference": "https://spdx.org/licenses/Mup.html", 5861 + "isDeprecatedLicenseId": false, 5862 + "detailsUrl": "https://spdx.org/licenses/Mup.json", 5863 + "referenceNumber": 288, 5864 + "name": "Mup License", 5865 + "licenseId": "Mup", 5866 + "seeAlso": [ 5867 + "https://fedoraproject.org/wiki/Licensing/Mup" 5868 + ], 5869 + "isOsiApproved": false 5870 + }, 5871 + { 5872 + "reference": "https://spdx.org/licenses/NAIST-2003.html", 5873 + "isDeprecatedLicenseId": false, 5874 + "detailsUrl": "https://spdx.org/licenses/NAIST-2003.json", 5875 + "referenceNumber": 462, 5876 + "name": "Nara Institute of Science and Technology License (2003)", 5877 + "licenseId": "NAIST-2003", 5878 + "seeAlso": [ 5879 + "https://enterprise.dejacode.com/licenses/public/naist-2003/#license-text", 5880 + "https://github.com/nodejs/node/blob/4a19cc8947b1bba2b2d27816ec3d0edf9b28e503/LICENSE#L343" 5881 + ], 5882 + "isOsiApproved": false 5883 + }, 5884 + { 5885 + "reference": "https://spdx.org/licenses/NASA-1.3.html", 5886 + "isDeprecatedLicenseId": false, 5887 + "detailsUrl": "https://spdx.org/licenses/NASA-1.3.json", 5888 + "referenceNumber": 432, 5889 + "name": "NASA Open Source Agreement 1.3", 5890 + "licenseId": "NASA-1.3", 5891 + "seeAlso": [ 5892 + "http://ti.arc.nasa.gov/opensource/nosa/", 5893 + "https://opensource.org/licenses/NASA-1.3" 5894 + ], 5895 + "isOsiApproved": true, 5896 + "isFsfLibre": false 5897 + }, 5898 + { 5899 + "reference": "https://spdx.org/licenses/Naumen.html", 5900 + "isDeprecatedLicenseId": false, 5901 + "detailsUrl": "https://spdx.org/licenses/Naumen.json", 5902 + "referenceNumber": 307, 5903 + "name": "Naumen Public License", 5904 + "licenseId": "Naumen", 5905 + "seeAlso": [ 5906 + "https://opensource.org/licenses/Naumen" 5907 + ], 5908 + "isOsiApproved": true 5909 + }, 5910 + { 5911 + "reference": "https://spdx.org/licenses/NBPL-1.0.html", 5912 + "isDeprecatedLicenseId": false, 5913 + "detailsUrl": "https://spdx.org/licenses/NBPL-1.0.json", 5914 + "referenceNumber": 460, 5915 + "name": "Net Boolean Public License v1", 5916 + "licenseId": "NBPL-1.0", 5917 + "seeAlso": [ 5918 + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d37b4b3f6cc4bf34e1d3dec61e69914b9819d8894" 5919 + ], 5920 + "isOsiApproved": false 5921 + }, 5922 + { 5923 + "reference": "https://spdx.org/licenses/NCBI-PD.html", 5924 + "isDeprecatedLicenseId": false, 5925 + "detailsUrl": "https://spdx.org/licenses/NCBI-PD.json", 5926 + "referenceNumber": 696, 5927 + "name": "NCBI Public Domain Notice", 5928 + "licenseId": "NCBI-PD", 5929 + "seeAlso": [ 5930 + "https://github.com/ncbi/sra-tools/blob/e8e5b6af4edc460156ad9ce5902d0779cffbf685/LICENSE", 5931 + "https://github.com/ncbi/datasets/blob/0ea4cd16b61e5b799d9cc55aecfa016d6c9bd2bf/LICENSE.md", 5932 + "https://github.com/ncbi/gprobe/blob/de64d30fee8b4c4013094d7d3139ea89b5dd1ace/LICENSE", 5933 + "https://github.com/ncbi/egapx/blob/08930b9dec0c69b2d1a05e5153c7b95ef0a3eb0f/LICENSE", 5934 + "https://github.com/ncbi/datasets/blob/master/LICENSE.md" 5935 + ], 5936 + "isOsiApproved": false 5937 + }, 5938 + { 5939 + "reference": "https://spdx.org/licenses/NCGL-UK-2.0.html", 5940 + "isDeprecatedLicenseId": false, 5941 + "detailsUrl": "https://spdx.org/licenses/NCGL-UK-2.0.json", 5942 + "referenceNumber": 392, 5943 + "name": "Non-Commercial Government Licence", 5944 + "licenseId": "NCGL-UK-2.0", 5945 + "seeAlso": [ 5946 + "http://www.nationalarchives.gov.uk/doc/non-commercial-government-licence/version/2/" 5947 + ], 5948 + "isOsiApproved": false 5949 + }, 5950 + { 5951 + "reference": "https://spdx.org/licenses/NCL.html", 5952 + "isDeprecatedLicenseId": false, 5953 + "detailsUrl": "https://spdx.org/licenses/NCL.json", 5954 + "referenceNumber": 154, 5955 + "name": "NCL Source Code License", 5956 + "licenseId": "NCL", 5957 + "seeAlso": [ 5958 + "https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/master/src/modules/module-filter-chain/pffft.c?ref_type\u003dheads#L1-52" 5959 + ], 5960 + "isOsiApproved": false 5961 + }, 5962 + { 5963 + "reference": "https://spdx.org/licenses/NCSA.html", 5964 + "isDeprecatedLicenseId": false, 5965 + "detailsUrl": "https://spdx.org/licenses/NCSA.json", 5966 + "referenceNumber": 148, 5967 + "name": "University of Illinois/NCSA Open Source License", 5968 + "licenseId": "NCSA", 5969 + "seeAlso": [ 5970 + "http://otm.illinois.edu/uiuc_openSource", 5971 + "https://opensource.org/licenses/NCSA" 5972 + ], 5973 + "isOsiApproved": true, 5974 + "isFsfLibre": true 5975 + }, 5976 + { 5977 + "reference": "https://spdx.org/licenses/Net-SNMP.html", 5978 + "isDeprecatedLicenseId": true, 5979 + "detailsUrl": "https://spdx.org/licenses/Net-SNMP.json", 5980 + "referenceNumber": 638, 5981 + "name": "Net-SNMP License", 5982 + "licenseId": "Net-SNMP", 5983 + "seeAlso": [ 5984 + "http://net-snmp.sourceforge.net/about/license.html" 5985 + ], 5986 + "isOsiApproved": false 5987 + }, 5988 + { 5989 + "reference": "https://spdx.org/licenses/NetCDF.html", 5990 + "isDeprecatedLicenseId": false, 5991 + "detailsUrl": "https://spdx.org/licenses/NetCDF.json", 5992 + "referenceNumber": 626, 5993 + "name": "NetCDF license", 5994 + "licenseId": "NetCDF", 5995 + "seeAlso": [ 5996 + "http://www.unidata.ucar.edu/software/netcdf/copyright.html" 5997 + ], 5998 + "isOsiApproved": false 5999 + }, 6000 + { 6001 + "reference": "https://spdx.org/licenses/Newsletr.html", 6002 + "isDeprecatedLicenseId": false, 6003 + "detailsUrl": "https://spdx.org/licenses/Newsletr.json", 6004 + "referenceNumber": 607, 6005 + "name": "Newsletr License", 6006 + "licenseId": "Newsletr", 6007 + "seeAlso": [ 6008 + "https://fedoraproject.org/wiki/Licensing/Newsletr" 6009 + ], 6010 + "isOsiApproved": false 6011 + }, 6012 + { 6013 + "reference": "https://spdx.org/licenses/NGPL.html", 6014 + "isDeprecatedLicenseId": false, 6015 + "detailsUrl": "https://spdx.org/licenses/NGPL.json", 6016 + "referenceNumber": 64, 6017 + "name": "Nethack General Public License", 6018 + "licenseId": "NGPL", 6019 + "seeAlso": [ 6020 + "https://opensource.org/licenses/NGPL" 6021 + ], 6022 + "isOsiApproved": true 6023 + }, 6024 + { 6025 + "reference": "https://spdx.org/licenses/ngrep.html", 6026 + "isDeprecatedLicenseId": false, 6027 + "detailsUrl": "https://spdx.org/licenses/ngrep.json", 6028 + "referenceNumber": 16, 6029 + "name": "ngrep License", 6030 + "licenseId": "ngrep", 6031 + "seeAlso": [ 6032 + "https://github.com/jpr5/ngrep/blob/master/LICENSE" 6033 + ], 6034 + "isOsiApproved": false 6035 + }, 6036 + { 6037 + "reference": "https://spdx.org/licenses/NICTA-1.0.html", 6038 + "isDeprecatedLicenseId": false, 6039 + "detailsUrl": "https://spdx.org/licenses/NICTA-1.0.json", 6040 + "referenceNumber": 406, 6041 + "name": "NICTA Public Software License, Version 1.0", 6042 + "licenseId": "NICTA-1.0", 6043 + "seeAlso": [ 6044 + "https://opensource.apple.com/source/mDNSResponder/mDNSResponder-320.10/mDNSPosix/nss_ReadMe.txt" 6045 + ], 6046 + "isOsiApproved": false 6047 + }, 6048 + { 6049 + "reference": "https://spdx.org/licenses/NIST-PD.html", 6050 + "isDeprecatedLicenseId": false, 6051 + "detailsUrl": "https://spdx.org/licenses/NIST-PD.json", 6052 + "referenceNumber": 98, 6053 + "name": "NIST Public Domain Notice", 6054 + "licenseId": "NIST-PD", 6055 + "seeAlso": [ 6056 + "https://github.com/tcheneau/simpleRPL/blob/e645e69e38dd4e3ccfeceb2db8cba05b7c2e0cd3/LICENSE.txt", 6057 + "https://github.com/tcheneau/Routing/blob/f09f46fcfe636107f22f2c98348188a65a135d98/README.md" 6058 + ], 6059 + "isOsiApproved": false 6060 + }, 6061 + { 6062 + "reference": "https://spdx.org/licenses/NIST-PD-fallback.html", 6063 + "isDeprecatedLicenseId": false, 6064 + "detailsUrl": "https://spdx.org/licenses/NIST-PD-fallback.json", 6065 + "referenceNumber": 616, 6066 + "name": "NIST Public Domain Notice with license fallback", 6067 + "licenseId": "NIST-PD-fallback", 6068 + "seeAlso": [ 6069 + "https://github.com/usnistgov/jsip/blob/59700e6926cbe96c5cdae897d9a7d2656b42abe3/LICENSE", 6070 + "https://github.com/usnistgov/fipy/blob/86aaa5c2ba2c6f1be19593c5986071cf6568cc34/LICENSE.rst" 6071 + ], 6072 + "isOsiApproved": false 6073 + }, 6074 + { 6075 + "reference": "https://spdx.org/licenses/NIST-Software.html", 6076 + "isDeprecatedLicenseId": false, 6077 + "detailsUrl": "https://spdx.org/licenses/NIST-Software.json", 6078 + "referenceNumber": 447, 6079 + "name": "NIST Software License", 6080 + "licenseId": "NIST-Software", 6081 + "seeAlso": [ 6082 + "https://github.com/open-quantum-safe/liboqs/blob/40b01fdbb270f8614fde30e65d30e9da18c02393/src/common/rand/rand_nist.c#L1-L15" 6083 + ], 6084 + "isOsiApproved": false 6085 + }, 6086 + { 6087 + "reference": "https://spdx.org/licenses/NLOD-1.0.html", 6088 + "isDeprecatedLicenseId": false, 6089 + "detailsUrl": "https://spdx.org/licenses/NLOD-1.0.json", 6090 + "referenceNumber": 249, 6091 + "name": "Norwegian Licence for Open Government Data (NLOD) 1.0", 6092 + "licenseId": "NLOD-1.0", 6093 + "seeAlso": [ 6094 + "http://data.norge.no/nlod/en/1.0" 6095 + ], 6096 + "isOsiApproved": false 6097 + }, 6098 + { 6099 + "reference": "https://spdx.org/licenses/NLOD-2.0.html", 6100 + "isDeprecatedLicenseId": false, 6101 + "detailsUrl": "https://spdx.org/licenses/NLOD-2.0.json", 6102 + "referenceNumber": 687, 6103 + "name": "Norwegian Licence for Open Government Data (NLOD) 2.0", 6104 + "licenseId": "NLOD-2.0", 6105 + "seeAlso": [ 6106 + "http://data.norge.no/nlod/en/2.0" 6107 + ], 6108 + "isOsiApproved": false 6109 + }, 6110 + { 6111 + "reference": "https://spdx.org/licenses/NLPL.html", 6112 + "isDeprecatedLicenseId": false, 6113 + "detailsUrl": "https://spdx.org/licenses/NLPL.json", 6114 + "referenceNumber": 161, 6115 + "name": "No Limit Public License", 6116 + "licenseId": "NLPL", 6117 + "seeAlso": [ 6118 + "https://fedoraproject.org/wiki/Licensing/NLPL" 6119 + ], 6120 + "isOsiApproved": false 6121 + }, 6122 + { 6123 + "reference": "https://spdx.org/licenses/Nokia.html", 6124 + "isDeprecatedLicenseId": false, 6125 + "detailsUrl": "https://spdx.org/licenses/Nokia.json", 6126 + "referenceNumber": 464, 6127 + "name": "Nokia Open Source License", 6128 + "licenseId": "Nokia", 6129 + "seeAlso": [ 6130 + "https://opensource.org/licenses/nokia" 6131 + ], 6132 + "isOsiApproved": true, 6133 + "isFsfLibre": true 6134 + }, 6135 + { 6136 + "reference": "https://spdx.org/licenses/NOSL.html", 6137 + "isDeprecatedLicenseId": false, 6138 + "detailsUrl": "https://spdx.org/licenses/NOSL.json", 6139 + "referenceNumber": 471, 6140 + "name": "Netizen Open Source License", 6141 + "licenseId": "NOSL", 6142 + "seeAlso": [ 6143 + "http://bits.netizen.com.au/licenses/NOSL/nosl.txt" 6144 + ], 6145 + "isOsiApproved": false, 6146 + "isFsfLibre": true 6147 + }, 6148 + { 6149 + "reference": "https://spdx.org/licenses/Noweb.html", 6150 + "isDeprecatedLicenseId": false, 6151 + "detailsUrl": "https://spdx.org/licenses/Noweb.json", 6152 + "referenceNumber": 77, 6153 + "name": "Noweb License", 6154 + "licenseId": "Noweb", 6155 + "seeAlso": [ 6156 + "https://fedoraproject.org/wiki/Licensing/Noweb" 6157 + ], 6158 + "isOsiApproved": false 6159 + }, 6160 + { 6161 + "reference": "https://spdx.org/licenses/NPL-1.0.html", 6162 + "isDeprecatedLicenseId": false, 6163 + "detailsUrl": "https://spdx.org/licenses/NPL-1.0.json", 6164 + "referenceNumber": 372, 6165 + "name": "Netscape Public License v1.0", 6166 + "licenseId": "NPL-1.0", 6167 + "seeAlso": [ 6168 + "http://www.mozilla.org/MPL/NPL/1.0/" 6169 + ], 6170 + "isOsiApproved": false, 6171 + "isFsfLibre": true 6172 + }, 6173 + { 6174 + "reference": "https://spdx.org/licenses/NPL-1.1.html", 6175 + "isDeprecatedLicenseId": false, 6176 + "detailsUrl": "https://spdx.org/licenses/NPL-1.1.json", 6177 + "referenceNumber": 518, 6178 + "name": "Netscape Public License v1.1", 6179 + "licenseId": "NPL-1.1", 6180 + "seeAlso": [ 6181 + "http://www.mozilla.org/MPL/NPL/1.1/" 6182 + ], 6183 + "isOsiApproved": false, 6184 + "isFsfLibre": true 6185 + }, 6186 + { 6187 + "reference": "https://spdx.org/licenses/NPOSL-3.0.html", 6188 + "isDeprecatedLicenseId": false, 6189 + "detailsUrl": "https://spdx.org/licenses/NPOSL-3.0.json", 6190 + "referenceNumber": 195, 6191 + "name": "Non-Profit Open Software License 3.0", 6192 + "licenseId": "NPOSL-3.0", 6193 + "seeAlso": [ 6194 + "https://opensource.org/licenses/NOSL3.0" 6195 + ], 6196 + "isOsiApproved": true 6197 + }, 6198 + { 6199 + "reference": "https://spdx.org/licenses/NRL.html", 6200 + "isDeprecatedLicenseId": false, 6201 + "detailsUrl": "https://spdx.org/licenses/NRL.json", 6202 + "referenceNumber": 146, 6203 + "name": "NRL License", 6204 + "licenseId": "NRL", 6205 + "seeAlso": [ 6206 + "http://web.mit.edu/network/isakmp/nrllicense.html" 6207 + ], 6208 + "isOsiApproved": false 6209 + }, 6210 + { 6211 + "reference": "https://spdx.org/licenses/NTIA-PD.html", 6212 + "isDeprecatedLicenseId": false, 6213 + "detailsUrl": "https://spdx.org/licenses/NTIA-PD.json", 6214 + "referenceNumber": 426, 6215 + "name": "NTIA Public Domain Notice", 6216 + "licenseId": "NTIA-PD", 6217 + "seeAlso": [ 6218 + "https://raw.githubusercontent.com/NTIA/itm/refs/heads/master/LICENSE.md", 6219 + "https://raw.githubusercontent.com/NTIA/scos-sensor/refs/heads/master/LICENSE.md" 6220 + ], 6221 + "isOsiApproved": false 6222 + }, 6223 + { 6224 + "reference": "https://spdx.org/licenses/NTP.html", 6225 + "isDeprecatedLicenseId": false, 6226 + "detailsUrl": "https://spdx.org/licenses/NTP.json", 6227 + "referenceNumber": 621, 6228 + "name": "NTP License", 6229 + "licenseId": "NTP", 6230 + "seeAlso": [ 6231 + "https://opensource.org/licenses/NTP" 6232 + ], 6233 + "isOsiApproved": true 6234 + }, 6235 + { 6236 + "reference": "https://spdx.org/licenses/NTP-0.html", 6237 + "isDeprecatedLicenseId": false, 6238 + "detailsUrl": "https://spdx.org/licenses/NTP-0.json", 6239 + "referenceNumber": 566, 6240 + "name": "NTP No Attribution", 6241 + "licenseId": "NTP-0", 6242 + "seeAlso": [ 6243 + "https://github.com/tytso/e2fsprogs/blob/master/lib/et/et_name.c" 6244 + ], 6245 + "isOsiApproved": false 6246 + }, 6247 + { 6248 + "reference": "https://spdx.org/licenses/Nunit.html", 6249 + "isDeprecatedLicenseId": true, 6250 + "detailsUrl": "https://spdx.org/licenses/Nunit.json", 6251 + "referenceNumber": 203, 6252 + "name": "Nunit License", 6253 + "licenseId": "Nunit", 6254 + "seeAlso": [ 6255 + "https://fedoraproject.org/wiki/Licensing/Nunit" 6256 + ], 6257 + "isOsiApproved": false, 6258 + "isFsfLibre": true 6259 + }, 6260 + { 6261 + "reference": "https://spdx.org/licenses/O-UDA-1.0.html", 6262 + "isDeprecatedLicenseId": false, 6263 + "detailsUrl": "https://spdx.org/licenses/O-UDA-1.0.json", 6264 + "referenceNumber": 485, 6265 + "name": "Open Use of Data Agreement v1.0", 6266 + "licenseId": "O-UDA-1.0", 6267 + "seeAlso": [ 6268 + "https://github.com/microsoft/Open-Use-of-Data-Agreement/blob/v1.0/O-UDA-1.0.md", 6269 + "https://cdla.dev/open-use-of-data-agreement-v1-0/" 6270 + ], 6271 + "isOsiApproved": false 6272 + }, 6273 + { 6274 + "reference": "https://spdx.org/licenses/OAR.html", 6275 + "isDeprecatedLicenseId": false, 6276 + "detailsUrl": "https://spdx.org/licenses/OAR.json", 6277 + "referenceNumber": 251, 6278 + "name": "OAR License", 6279 + "licenseId": "OAR", 6280 + "seeAlso": [ 6281 + "https://sourceware.org/git/?p\u003dnewlib-cygwin.git;a\u003dblob;f\u003dnewlib/libc/string/strsignal.c;hb\u003dHEAD#l35" 6282 + ], 6283 + "isOsiApproved": false 6284 + }, 6285 + { 6286 + "reference": "https://spdx.org/licenses/OCCT-PL.html", 6287 + "isDeprecatedLicenseId": false, 6288 + "detailsUrl": "https://spdx.org/licenses/OCCT-PL.json", 6289 + "referenceNumber": 371, 6290 + "name": "Open CASCADE Technology Public License", 6291 + "licenseId": "OCCT-PL", 6292 + "seeAlso": [ 6293 + "http://www.opencascade.com/content/occt-public-license" 6294 + ], 6295 + "isOsiApproved": false 6296 + }, 6297 + { 6298 + "reference": "https://spdx.org/licenses/OCLC-2.0.html", 6299 + "isDeprecatedLicenseId": false, 6300 + "detailsUrl": "https://spdx.org/licenses/OCLC-2.0.json", 6301 + "referenceNumber": 274, 6302 + "name": "OCLC Research Public License 2.0", 6303 + "licenseId": "OCLC-2.0", 6304 + "seeAlso": [ 6305 + "http://www.oclc.org/research/activities/software/license/v2final.htm", 6306 + "https://opensource.org/licenses/OCLC-2.0" 6307 + ], 6308 + "isOsiApproved": true 6309 + }, 6310 + { 6311 + "reference": "https://spdx.org/licenses/ODbL-1.0.html", 6312 + "isDeprecatedLicenseId": false, 6313 + "detailsUrl": "https://spdx.org/licenses/ODbL-1.0.json", 6314 + "referenceNumber": 397, 6315 + "name": "Open Data Commons Open Database License v1.0", 6316 + "licenseId": "ODbL-1.0", 6317 + "seeAlso": [ 6318 + "http://www.opendatacommons.org/licenses/odbl/1.0/", 6319 + "https://opendatacommons.org/licenses/odbl/1-0/" 6320 + ], 6321 + "isOsiApproved": false, 6322 + "isFsfLibre": true 6323 + }, 6324 + { 6325 + "reference": "https://spdx.org/licenses/ODC-By-1.0.html", 6326 + "isDeprecatedLicenseId": false, 6327 + "detailsUrl": "https://spdx.org/licenses/ODC-By-1.0.json", 6328 + "referenceNumber": 46, 6329 + "name": "Open Data Commons Attribution License v1.0", 6330 + "licenseId": "ODC-By-1.0", 6331 + "seeAlso": [ 6332 + "https://opendatacommons.org/licenses/by/1.0/" 6333 + ], 6334 + "isOsiApproved": false 6335 + }, 6336 + { 6337 + "reference": "https://spdx.org/licenses/OFFIS.html", 6338 + "isDeprecatedLicenseId": false, 6339 + "detailsUrl": "https://spdx.org/licenses/OFFIS.json", 6340 + "referenceNumber": 368, 6341 + "name": "OFFIS License", 6342 + "licenseId": "OFFIS", 6343 + "seeAlso": [ 6344 + "https://sourceforge.net/p/xmedcon/code/ci/master/tree/libs/dicom/README" 6345 + ], 6346 + "isOsiApproved": false 6347 + }, 6348 + { 6349 + "reference": "https://spdx.org/licenses/OFL-1.0.html", 6350 + "isDeprecatedLicenseId": false, 6351 + "detailsUrl": "https://spdx.org/licenses/OFL-1.0.json", 6352 + "referenceNumber": 589, 6353 + "name": "SIL Open Font License 1.0", 6354 + "licenseId": "OFL-1.0", 6355 + "seeAlso": [ 6356 + "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL10_web" 6357 + ], 6358 + "isOsiApproved": false, 6359 + "isFsfLibre": true 6360 + }, 6361 + { 6362 + "reference": "https://spdx.org/licenses/OFL-1.0-no-RFN.html", 6363 + "isDeprecatedLicenseId": false, 6364 + "detailsUrl": "https://spdx.org/licenses/OFL-1.0-no-RFN.json", 6365 + "referenceNumber": 653, 6366 + "name": "SIL Open Font License 1.0 with no Reserved Font Name", 6367 + "licenseId": "OFL-1.0-no-RFN", 6368 + "seeAlso": [ 6369 + "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL10_web" 6370 + ], 6371 + "isOsiApproved": false 6372 + }, 6373 + { 6374 + "reference": "https://spdx.org/licenses/OFL-1.0-RFN.html", 6375 + "isDeprecatedLicenseId": false, 6376 + "detailsUrl": "https://spdx.org/licenses/OFL-1.0-RFN.json", 6377 + "referenceNumber": 201, 6378 + "name": "SIL Open Font License 1.0 with Reserved Font Name", 6379 + "licenseId": "OFL-1.0-RFN", 6380 + "seeAlso": [ 6381 + "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL10_web" 6382 + ], 6383 + "isOsiApproved": false 6384 + }, 6385 + { 6386 + "reference": "https://spdx.org/licenses/OFL-1.1.html", 6387 + "isDeprecatedLicenseId": false, 6388 + "detailsUrl": "https://spdx.org/licenses/OFL-1.1.json", 6389 + "referenceNumber": 608, 6390 + "name": "SIL Open Font License 1.1", 6391 + "licenseId": "OFL-1.1", 6392 + "seeAlso": [ 6393 + "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL_web", 6394 + "https://opensource.org/licenses/OFL-1.1" 6395 + ], 6396 + "isOsiApproved": true, 6397 + "isFsfLibre": true 6398 + }, 6399 + { 6400 + "reference": "https://spdx.org/licenses/OFL-1.1-no-RFN.html", 6401 + "isDeprecatedLicenseId": false, 6402 + "detailsUrl": "https://spdx.org/licenses/OFL-1.1-no-RFN.json", 6403 + "referenceNumber": 204, 6404 + "name": "SIL Open Font License 1.1 with no Reserved Font Name", 6405 + "licenseId": "OFL-1.1-no-RFN", 6406 + "seeAlso": [ 6407 + "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL_web", 6408 + "https://opensource.org/licenses/OFL-1.1" 6409 + ], 6410 + "isOsiApproved": true 6411 + }, 6412 + { 6413 + "reference": "https://spdx.org/licenses/OFL-1.1-RFN.html", 6414 + "isDeprecatedLicenseId": false, 6415 + "detailsUrl": "https://spdx.org/licenses/OFL-1.1-RFN.json", 6416 + "referenceNumber": 82, 6417 + "name": "SIL Open Font License 1.1 with Reserved Font Name", 6418 + "licenseId": "OFL-1.1-RFN", 6419 + "seeAlso": [ 6420 + "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL_web", 6421 + "https://opensource.org/licenses/OFL-1.1" 6422 + ], 6423 + "isOsiApproved": true 6424 + }, 6425 + { 6426 + "reference": "https://spdx.org/licenses/OGC-1.0.html", 6427 + "isDeprecatedLicenseId": false, 6428 + "detailsUrl": "https://spdx.org/licenses/OGC-1.0.json", 6429 + "referenceNumber": 612, 6430 + "name": "OGC Software License, Version 1.0", 6431 + "licenseId": "OGC-1.0", 6432 + "seeAlso": [ 6433 + "https://www.ogc.org/ogc/software/1.0" 6434 + ], 6435 + "isOsiApproved": false 6436 + }, 6437 + { 6438 + "reference": "https://spdx.org/licenses/OGDL-Taiwan-1.0.html", 6439 + "isDeprecatedLicenseId": false, 6440 + "detailsUrl": "https://spdx.org/licenses/OGDL-Taiwan-1.0.json", 6441 + "referenceNumber": 129, 6442 + "name": "Taiwan Open Government Data License, version 1.0", 6443 + "licenseId": "OGDL-Taiwan-1.0", 6444 + "seeAlso": [ 6445 + "https://data.gov.tw/license" 6446 + ], 6447 + "isOsiApproved": false 6448 + }, 6449 + { 6450 + "reference": "https://spdx.org/licenses/OGL-Canada-2.0.html", 6451 + "isDeprecatedLicenseId": false, 6452 + "detailsUrl": "https://spdx.org/licenses/OGL-Canada-2.0.json", 6453 + "referenceNumber": 544, 6454 + "name": "Open Government Licence - Canada", 6455 + "licenseId": "OGL-Canada-2.0", 6456 + "seeAlso": [ 6457 + "https://open.canada.ca/en/open-government-licence-canada" 6458 + ], 6459 + "isOsiApproved": false 6460 + }, 6461 + { 6462 + "reference": "https://spdx.org/licenses/OGL-UK-1.0.html", 6463 + "isDeprecatedLicenseId": false, 6464 + "detailsUrl": "https://spdx.org/licenses/OGL-UK-1.0.json", 6465 + "referenceNumber": 168, 6466 + "name": "Open Government Licence v1.0", 6467 + "licenseId": "OGL-UK-1.0", 6468 + "seeAlso": [ 6469 + "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/1/" 6470 + ], 6471 + "isOsiApproved": false 6472 + }, 6473 + { 6474 + "reference": "https://spdx.org/licenses/OGL-UK-2.0.html", 6475 + "isDeprecatedLicenseId": false, 6476 + "detailsUrl": "https://spdx.org/licenses/OGL-UK-2.0.json", 6477 + "referenceNumber": 400, 6478 + "name": "Open Government Licence v2.0", 6479 + "licenseId": "OGL-UK-2.0", 6480 + "seeAlso": [ 6481 + "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/" 6482 + ], 6483 + "isOsiApproved": false 6484 + }, 6485 + { 6486 + "reference": "https://spdx.org/licenses/OGL-UK-3.0.html", 6487 + "isDeprecatedLicenseId": false, 6488 + "detailsUrl": "https://spdx.org/licenses/OGL-UK-3.0.json", 6489 + "referenceNumber": 570, 6490 + "name": "Open Government Licence v3.0", 6491 + "licenseId": "OGL-UK-3.0", 6492 + "seeAlso": [ 6493 + "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" 6494 + ], 6495 + "isOsiApproved": false 6496 + }, 6497 + { 6498 + "reference": "https://spdx.org/licenses/OGTSL.html", 6499 + "isDeprecatedLicenseId": false, 6500 + "detailsUrl": "https://spdx.org/licenses/OGTSL.json", 6501 + "referenceNumber": 534, 6502 + "name": "Open Group Test Suite License", 6503 + "licenseId": "OGTSL", 6504 + "seeAlso": [ 6505 + "http://www.opengroup.org/testing/downloads/The_Open_Group_TSL.txt", 6506 + "https://opensource.org/licenses/OGTSL" 6507 + ], 6508 + "isOsiApproved": true 6509 + }, 6510 + { 6511 + "reference": "https://spdx.org/licenses/OLDAP-1.1.html", 6512 + "isDeprecatedLicenseId": false, 6513 + "detailsUrl": "https://spdx.org/licenses/OLDAP-1.1.json", 6514 + "referenceNumber": 333, 6515 + "name": "Open LDAP Public License v1.1", 6516 + "licenseId": "OLDAP-1.1", 6517 + "seeAlso": [ 6518 + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d806557a5ad59804ef3a44d5abfbe91d706b0791f" 6519 + ], 6520 + "isOsiApproved": false 6521 + }, 6522 + { 6523 + "reference": "https://spdx.org/licenses/OLDAP-1.2.html", 6524 + "isDeprecatedLicenseId": false, 6525 + "detailsUrl": "https://spdx.org/licenses/OLDAP-1.2.json", 6526 + "referenceNumber": 281, 6527 + "name": "Open LDAP Public License v1.2", 6528 + "licenseId": "OLDAP-1.2", 6529 + "seeAlso": [ 6530 + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d42b0383c50c299977b5893ee695cf4e486fb0dc7" 6531 + ], 6532 + "isOsiApproved": false 6533 + }, 6534 + { 6535 + "reference": "https://spdx.org/licenses/OLDAP-1.3.html", 6536 + "isDeprecatedLicenseId": false, 6537 + "detailsUrl": "https://spdx.org/licenses/OLDAP-1.3.json", 6538 + "referenceNumber": 386, 6539 + "name": "Open LDAP Public License v1.3", 6540 + "licenseId": "OLDAP-1.3", 6541 + "seeAlso": [ 6542 + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003de5f8117f0ce088d0bd7a8e18ddf37eaa40eb09b1" 6543 + ], 6544 + "isOsiApproved": false 6545 + }, 6546 + { 6547 + "reference": "https://spdx.org/licenses/OLDAP-1.4.html", 6548 + "isDeprecatedLicenseId": false, 6549 + "detailsUrl": "https://spdx.org/licenses/OLDAP-1.4.json", 6550 + "referenceNumber": 105, 6551 + "name": "Open LDAP Public License v1.4", 6552 + "licenseId": "OLDAP-1.4", 6553 + "seeAlso": [ 6554 + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003dc9f95c2f3f2ffb5e0ae55fe7388af75547660941" 6555 + ], 6556 + "isOsiApproved": false 6557 + }, 6558 + { 6559 + "reference": "https://spdx.org/licenses/OLDAP-2.0.html", 6560 + "isDeprecatedLicenseId": false, 6561 + "detailsUrl": "https://spdx.org/licenses/OLDAP-2.0.json", 6562 + "referenceNumber": 657, 6563 + "name": "Open LDAP Public License v2.0 (or possibly 2.0A and 2.0B)", 6564 + "licenseId": "OLDAP-2.0", 6565 + "seeAlso": [ 6566 + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003dcbf50f4e1185a21abd4c0a54d3f4341fe28f36ea" 6567 + ], 6568 + "isOsiApproved": false 6569 + }, 6570 + { 6571 + "reference": "https://spdx.org/licenses/OLDAP-2.0.1.html", 6572 + "isDeprecatedLicenseId": false, 6573 + "detailsUrl": "https://spdx.org/licenses/OLDAP-2.0.1.json", 6574 + "referenceNumber": 654, 6575 + "name": "Open LDAP Public License v2.0.1", 6576 + "licenseId": "OLDAP-2.0.1", 6577 + "seeAlso": [ 6578 + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003db6d68acd14e51ca3aab4428bf26522aa74873f0e" 6579 + ], 6580 + "isOsiApproved": false 6581 + }, 6582 + { 6583 + "reference": "https://spdx.org/licenses/OLDAP-2.1.html", 6584 + "isDeprecatedLicenseId": false, 6585 + "detailsUrl": "https://spdx.org/licenses/OLDAP-2.1.json", 6586 + "referenceNumber": 170, 6587 + "name": "Open LDAP Public License v2.1", 6588 + "licenseId": "OLDAP-2.1", 6589 + "seeAlso": [ 6590 + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003db0d176738e96a0d3b9f85cb51e140a86f21be715" 6591 + ], 6592 + "isOsiApproved": false 6593 + }, 6594 + { 6595 + "reference": "https://spdx.org/licenses/OLDAP-2.2.html", 6596 + "isDeprecatedLicenseId": false, 6597 + "detailsUrl": "https://spdx.org/licenses/OLDAP-2.2.json", 6598 + "referenceNumber": 667, 6599 + "name": "Open LDAP Public License v2.2", 6600 + "licenseId": "OLDAP-2.2", 6601 + "seeAlso": [ 6602 + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d470b0c18ec67621c85881b2733057fecf4a1acc3" 6603 + ], 6604 + "isOsiApproved": false 6605 + }, 6606 + { 6607 + "reference": "https://spdx.org/licenses/OLDAP-2.2.1.html", 6608 + "isDeprecatedLicenseId": false, 6609 + "detailsUrl": "https://spdx.org/licenses/OLDAP-2.2.1.json", 6610 + "referenceNumber": 378, 6611 + "name": "Open LDAP Public License v2.2.1", 6612 + "licenseId": "OLDAP-2.2.1", 6613 + "seeAlso": [ 6614 + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d4bc786f34b50aa301be6f5600f58a980070f481e" 6615 + ], 6616 + "isOsiApproved": false 6617 + }, 6618 + { 6619 + "reference": "https://spdx.org/licenses/OLDAP-2.2.2.html", 6620 + "isDeprecatedLicenseId": false, 6621 + "detailsUrl": "https://spdx.org/licenses/OLDAP-2.2.2.json", 6622 + "referenceNumber": 314, 6623 + "name": "Open LDAP Public License 2.2.2", 6624 + "licenseId": "OLDAP-2.2.2", 6625 + "seeAlso": [ 6626 + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003ddf2cc1e21eb7c160695f5b7cffd6296c151ba188" 6627 + ], 6628 + "isOsiApproved": false 6629 + }, 6630 + { 6631 + "reference": "https://spdx.org/licenses/OLDAP-2.3.html", 6632 + "isDeprecatedLicenseId": false, 6633 + "detailsUrl": "https://spdx.org/licenses/OLDAP-2.3.json", 6634 + "referenceNumber": 411, 6635 + "name": "Open LDAP Public License v2.3", 6636 + "licenseId": "OLDAP-2.3", 6637 + "seeAlso": [ 6638 + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003dd32cf54a32d581ab475d23c810b0a7fbaf8d63c3" 6639 + ], 6640 + "isOsiApproved": false, 6641 + "isFsfLibre": true 6642 + }, 6643 + { 6644 + "reference": "https://spdx.org/licenses/OLDAP-2.4.html", 6645 + "isDeprecatedLicenseId": false, 6646 + "detailsUrl": "https://spdx.org/licenses/OLDAP-2.4.json", 6647 + "referenceNumber": 382, 6648 + "name": "Open LDAP Public License v2.4", 6649 + "licenseId": "OLDAP-2.4", 6650 + "seeAlso": [ 6651 + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003dcd1284c4a91a8a380d904eee68d1583f989ed386" 6652 + ], 6653 + "isOsiApproved": false 6654 + }, 6655 + { 6656 + "reference": "https://spdx.org/licenses/OLDAP-2.5.html", 6657 + "isDeprecatedLicenseId": false, 6658 + "detailsUrl": "https://spdx.org/licenses/OLDAP-2.5.json", 6659 + "referenceNumber": 443, 6660 + "name": "Open LDAP Public License v2.5", 6661 + "licenseId": "OLDAP-2.5", 6662 + "seeAlso": [ 6663 + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d6852b9d90022e8593c98205413380536b1b5a7cf" 6664 + ], 6665 + "isOsiApproved": false 6666 + }, 6667 + { 6668 + "reference": "https://spdx.org/licenses/OLDAP-2.6.html", 6669 + "isDeprecatedLicenseId": false, 6670 + "detailsUrl": "https://spdx.org/licenses/OLDAP-2.6.json", 6671 + "referenceNumber": 344, 6672 + "name": "Open LDAP Public License v2.6", 6673 + "licenseId": "OLDAP-2.6", 6674 + "seeAlso": [ 6675 + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d1cae062821881f41b73012ba816434897abf4205" 6676 + ], 6677 + "isOsiApproved": false 6678 + }, 6679 + { 6680 + "reference": "https://spdx.org/licenses/OLDAP-2.7.html", 6681 + "isDeprecatedLicenseId": false, 6682 + "detailsUrl": "https://spdx.org/licenses/OLDAP-2.7.json", 6683 + "referenceNumber": 574, 6684 + "name": "Open LDAP Public License v2.7", 6685 + "licenseId": "OLDAP-2.7", 6686 + "seeAlso": [ 6687 + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d47c2415c1df81556eeb39be6cad458ef87c534a2" 6688 + ], 6689 + "isOsiApproved": false, 6690 + "isFsfLibre": true 6691 + }, 6692 + { 6693 + "reference": "https://spdx.org/licenses/OLDAP-2.8.html", 6694 + "isDeprecatedLicenseId": false, 6695 + "detailsUrl": "https://spdx.org/licenses/OLDAP-2.8.json", 6696 + "referenceNumber": 364, 6697 + "name": "Open LDAP Public License v2.8", 6698 + "licenseId": "OLDAP-2.8", 6699 + "seeAlso": [ 6700 + "http://www.openldap.org/software/release/license.html" 6701 + ], 6702 + "isOsiApproved": true 6703 + }, 6704 + { 6705 + "reference": "https://spdx.org/licenses/OLFL-1.3.html", 6706 + "isDeprecatedLicenseId": false, 6707 + "detailsUrl": "https://spdx.org/licenses/OLFL-1.3.json", 6708 + "referenceNumber": 121, 6709 + "name": "Open Logistics Foundation License Version 1.3", 6710 + "licenseId": "OLFL-1.3", 6711 + "seeAlso": [ 6712 + "https://openlogisticsfoundation.org/licenses/", 6713 + "https://opensource.org/license/olfl-1-3/" 6714 + ], 6715 + "isOsiApproved": true 6716 + }, 6717 + { 6718 + "reference": "https://spdx.org/licenses/OML.html", 6719 + "isDeprecatedLicenseId": false, 6720 + "detailsUrl": "https://spdx.org/licenses/OML.json", 6721 + "referenceNumber": 116, 6722 + "name": "Open Market License", 6723 + "licenseId": "OML", 6724 + "seeAlso": [ 6725 + "https://fedoraproject.org/wiki/Licensing/Open_Market_License" 6726 + ], 6727 + "isOsiApproved": false 6728 + }, 6729 + { 6730 + "reference": "https://spdx.org/licenses/OpenPBS-2.3.html", 6731 + "isDeprecatedLicenseId": false, 6732 + "detailsUrl": "https://spdx.org/licenses/OpenPBS-2.3.json", 6733 + "referenceNumber": 2, 6734 + "name": "OpenPBS v2.3 Software License", 6735 + "licenseId": "OpenPBS-2.3", 6736 + "seeAlso": [ 6737 + "https://github.com/adaptivecomputing/torque/blob/master/PBS_License.txt", 6738 + "https://www.mcs.anl.gov/research/projects/openpbs/PBS_License.txt" 6739 + ], 6740 + "isOsiApproved": false 6741 + }, 6742 + { 6743 + "reference": "https://spdx.org/licenses/OpenSSL.html", 6744 + "isDeprecatedLicenseId": false, 6745 + "detailsUrl": "https://spdx.org/licenses/OpenSSL.json", 6746 + "referenceNumber": 275, 6747 + "name": "OpenSSL License", 6748 + "licenseId": "OpenSSL", 6749 + "seeAlso": [ 6750 + "http://www.openssl.org/source/license.html" 6751 + ], 6752 + "isOsiApproved": false, 6753 + "isFsfLibre": true 6754 + }, 6755 + { 6756 + "reference": "https://spdx.org/licenses/OpenSSL-standalone.html", 6757 + "isDeprecatedLicenseId": false, 6758 + "detailsUrl": "https://spdx.org/licenses/OpenSSL-standalone.json", 6759 + "referenceNumber": 128, 6760 + "name": "OpenSSL License - standalone", 6761 + "licenseId": "OpenSSL-standalone", 6762 + "seeAlso": [ 6763 + "https://library.netapp.com/ecm/ecm_download_file/ECMP1196395", 6764 + "https://hstechdocs.helpsystems.com/manuals/globalscape/archive/cuteftp6/open_ssl_license_agreement.htm" 6765 + ], 6766 + "isOsiApproved": false 6767 + }, 6768 + { 6769 + "reference": "https://spdx.org/licenses/OpenVision.html", 6770 + "isDeprecatedLicenseId": false, 6771 + "detailsUrl": "https://spdx.org/licenses/OpenVision.json", 6772 + "referenceNumber": 36, 6773 + "name": "OpenVision License", 6774 + "licenseId": "OpenVision", 6775 + "seeAlso": [ 6776 + "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L66-L98", 6777 + "https://web.mit.edu/kerberos/krb5-1.21/doc/mitK5license.html", 6778 + "https://fedoraproject.org/wiki/Licensing:MIT#OpenVision_Variant" 6779 + ], 6780 + "isOsiApproved": false 6781 + }, 6782 + { 6783 + "reference": "https://spdx.org/licenses/OPL-1.0.html", 6784 + "isDeprecatedLicenseId": false, 6785 + "detailsUrl": "https://spdx.org/licenses/OPL-1.0.json", 6786 + "referenceNumber": 614, 6787 + "name": "Open Public License v1.0", 6788 + "licenseId": "OPL-1.0", 6789 + "seeAlso": [ 6790 + "http://old.koalateam.com/jackaroo/OPL_1_0.TXT", 6791 + "https://fedoraproject.org/wiki/Licensing/Open_Public_License" 6792 + ], 6793 + "isOsiApproved": false, 6794 + "isFsfLibre": false 6795 + }, 6796 + { 6797 + "reference": "https://spdx.org/licenses/OPL-UK-3.0.html", 6798 + "isDeprecatedLicenseId": false, 6799 + "detailsUrl": "https://spdx.org/licenses/OPL-UK-3.0.json", 6800 + "referenceNumber": 285, 6801 + "name": "United Kingdom Open Parliament Licence v3.0", 6802 + "licenseId": "OPL-UK-3.0", 6803 + "seeAlso": [ 6804 + "https://www.parliament.uk/site-information/copyright-parliament/open-parliament-licence/" 6805 + ], 6806 + "isOsiApproved": false 6807 + }, 6808 + { 6809 + "reference": "https://spdx.org/licenses/OPUBL-1.0.html", 6810 + "isDeprecatedLicenseId": false, 6811 + "detailsUrl": "https://spdx.org/licenses/OPUBL-1.0.json", 6812 + "referenceNumber": 414, 6813 + "name": "Open Publication License v1.0", 6814 + "licenseId": "OPUBL-1.0", 6815 + "seeAlso": [ 6816 + "http://opencontent.org/openpub/", 6817 + "https://www.debian.org/opl", 6818 + "https://www.ctan.org/license/opl" 6819 + ], 6820 + "isOsiApproved": false 6821 + }, 6822 + { 6823 + "reference": "https://spdx.org/licenses/OSET-PL-2.1.html", 6824 + "isDeprecatedLicenseId": false, 6825 + "detailsUrl": "https://spdx.org/licenses/OSET-PL-2.1.json", 6826 + "referenceNumber": 183, 6827 + "name": "OSET Public License version 2.1", 6828 + "licenseId": "OSET-PL-2.1", 6829 + "seeAlso": [ 6830 + "http://www.osetfoundation.org/public-license", 6831 + "https://opensource.org/licenses/OPL-2.1" 6832 + ], 6833 + "isOsiApproved": true 6834 + }, 6835 + { 6836 + "reference": "https://spdx.org/licenses/OSL-1.0.html", 6837 + "isDeprecatedLicenseId": false, 6838 + "detailsUrl": "https://spdx.org/licenses/OSL-1.0.json", 6839 + "referenceNumber": 651, 6840 + "name": "Open Software License 1.0", 6841 + "licenseId": "OSL-1.0", 6842 + "seeAlso": [ 6843 + "https://opensource.org/licenses/OSL-1.0" 6844 + ], 6845 + "isOsiApproved": true, 6846 + "isFsfLibre": true 6847 + }, 6848 + { 6849 + "reference": "https://spdx.org/licenses/OSL-1.1.html", 6850 + "isDeprecatedLicenseId": false, 6851 + "detailsUrl": "https://spdx.org/licenses/OSL-1.1.json", 6852 + "referenceNumber": 453, 6853 + "name": "Open Software License 1.1", 6854 + "licenseId": "OSL-1.1", 6855 + "seeAlso": [ 6856 + "https://fedoraproject.org/wiki/Licensing/OSL1.1" 6857 + ], 6858 + "isOsiApproved": false, 6859 + "isFsfLibre": true 6860 + }, 6861 + { 6862 + "reference": "https://spdx.org/licenses/OSL-2.0.html", 6863 + "isDeprecatedLicenseId": false, 6864 + "detailsUrl": "https://spdx.org/licenses/OSL-2.0.json", 6865 + "referenceNumber": 179, 6866 + "name": "Open Software License 2.0", 6867 + "licenseId": "OSL-2.0", 6868 + "seeAlso": [ 6869 + "http://web.archive.org/web/20041020171434/http://www.rosenlaw.com/osl2.0.html" 6870 + ], 6871 + "isOsiApproved": true, 6872 + "isFsfLibre": true 6873 + }, 6874 + { 6875 + "reference": "https://spdx.org/licenses/OSL-2.1.html", 6876 + "isDeprecatedLicenseId": false, 6877 + "detailsUrl": "https://spdx.org/licenses/OSL-2.1.json", 6878 + "referenceNumber": 29, 6879 + "name": "Open Software License 2.1", 6880 + "licenseId": "OSL-2.1", 6881 + "seeAlso": [ 6882 + "http://web.archive.org/web/20050212003940/http://www.rosenlaw.com/osl21.htm", 6883 + "https://opensource.org/licenses/OSL-2.1" 6884 + ], 6885 + "isOsiApproved": true, 6886 + "isFsfLibre": true 6887 + }, 6888 + { 6889 + "reference": "https://spdx.org/licenses/OSL-3.0.html", 6890 + "isDeprecatedLicenseId": false, 6891 + "detailsUrl": "https://spdx.org/licenses/OSL-3.0.json", 6892 + "referenceNumber": 3, 6893 + "name": "Open Software License 3.0", 6894 + "licenseId": "OSL-3.0", 6895 + "seeAlso": [ 6896 + "https://web.archive.org/web/20120101081418/http://rosenlaw.com:80/OSL3.0.htm", 6897 + "https://opensource.org/licenses/OSL-3.0" 6898 + ], 6899 + "isOsiApproved": true, 6900 + "isFsfLibre": true 6901 + }, 6902 + { 6903 + "reference": "https://spdx.org/licenses/PADL.html", 6904 + "isDeprecatedLicenseId": false, 6905 + "detailsUrl": "https://spdx.org/licenses/PADL.json", 6906 + "referenceNumber": 284, 6907 + "name": "PADL License", 6908 + "licenseId": "PADL", 6909 + "seeAlso": [ 6910 + "https://git.openldap.org/openldap/openldap/-/blob/master/libraries/libldap/os-local.c?ref_type\u003dheads#L19-23" 6911 + ], 6912 + "isOsiApproved": false 6913 + }, 6914 + { 6915 + "reference": "https://spdx.org/licenses/Parity-6.0.0.html", 6916 + "isDeprecatedLicenseId": false, 6917 + "detailsUrl": "https://spdx.org/licenses/Parity-6.0.0.json", 6918 + "referenceNumber": 241, 6919 + "name": "The Parity Public License 6.0.0", 6920 + "licenseId": "Parity-6.0.0", 6921 + "seeAlso": [ 6922 + "https://paritylicense.com/versions/6.0.0.html" 6923 + ], 6924 + "isOsiApproved": false 6925 + }, 6926 + { 6927 + "reference": "https://spdx.org/licenses/Parity-7.0.0.html", 6928 + "isDeprecatedLicenseId": false, 6929 + "detailsUrl": "https://spdx.org/licenses/Parity-7.0.0.json", 6930 + "referenceNumber": 235, 6931 + "name": "The Parity Public License 7.0.0", 6932 + "licenseId": "Parity-7.0.0", 6933 + "seeAlso": [ 6934 + "https://paritylicense.com/versions/7.0.0.html" 6935 + ], 6936 + "isOsiApproved": false 6937 + }, 6938 + { 6939 + "reference": "https://spdx.org/licenses/PDDL-1.0.html", 6940 + "isDeprecatedLicenseId": false, 6941 + "detailsUrl": "https://spdx.org/licenses/PDDL-1.0.json", 6942 + "referenceNumber": 684, 6943 + "name": "Open Data Commons Public Domain Dedication \u0026 License 1.0", 6944 + "licenseId": "PDDL-1.0", 6945 + "seeAlso": [ 6946 + "http://opendatacommons.org/licenses/pddl/1.0/", 6947 + "https://opendatacommons.org/licenses/pddl/" 6948 + ], 6949 + "isOsiApproved": false 6950 + }, 6951 + { 6952 + "reference": "https://spdx.org/licenses/PHP-3.0.html", 6953 + "isDeprecatedLicenseId": false, 6954 + "detailsUrl": "https://spdx.org/licenses/PHP-3.0.json", 6955 + "referenceNumber": 133, 6956 + "name": "PHP License v3.0", 6957 + "licenseId": "PHP-3.0", 6958 + "seeAlso": [ 6959 + "http://www.php.net/license/3_0.txt", 6960 + "https://opensource.org/licenses/PHP-3.0" 6961 + ], 6962 + "isOsiApproved": true 6963 + }, 6964 + { 6965 + "reference": "https://spdx.org/licenses/PHP-3.01.html", 6966 + "isDeprecatedLicenseId": false, 6967 + "detailsUrl": "https://spdx.org/licenses/PHP-3.01.json", 6968 + "referenceNumber": 221, 6969 + "name": "PHP License v3.01", 6970 + "licenseId": "PHP-3.01", 6971 + "seeAlso": [ 6972 + "http://www.php.net/license/3_01.txt" 6973 + ], 6974 + "isOsiApproved": true, 6975 + "isFsfLibre": true 6976 + }, 6977 + { 6978 + "reference": "https://spdx.org/licenses/Pixar.html", 6979 + "isDeprecatedLicenseId": false, 6980 + "detailsUrl": "https://spdx.org/licenses/Pixar.json", 6981 + "referenceNumber": 435, 6982 + "name": "Pixar License", 6983 + "licenseId": "Pixar", 6984 + "seeAlso": [ 6985 + "https://github.com/PixarAnimationStudios/OpenSubdiv/raw/v3_5_0/LICENSE.txt", 6986 + "https://graphics.pixar.com/opensubdiv/docs/license.html", 6987 + "https://github.com/PixarAnimationStudios/OpenSubdiv/blob/v3_5_0/opensubdiv/version.cpp#L2-L22" 6988 + ], 6989 + "isOsiApproved": false 6990 + }, 6991 + { 6992 + "reference": "https://spdx.org/licenses/pkgconf.html", 6993 + "isDeprecatedLicenseId": false, 6994 + "detailsUrl": "https://spdx.org/licenses/pkgconf.json", 6995 + "referenceNumber": 670, 6996 + "name": "pkgconf License", 6997 + "licenseId": "pkgconf", 6998 + "seeAlso": [ 6999 + "https://github.com/pkgconf/pkgconf/blob/master/cli/main.c#L8" 7000 + ], 7001 + "isOsiApproved": false 7002 + }, 7003 + { 7004 + "reference": "https://spdx.org/licenses/Plexus.html", 7005 + "isDeprecatedLicenseId": false, 7006 + "detailsUrl": "https://spdx.org/licenses/Plexus.json", 7007 + "referenceNumber": 181, 7008 + "name": "Plexus Classworlds License", 7009 + "licenseId": "Plexus", 7010 + "seeAlso": [ 7011 + "https://fedoraproject.org/wiki/Licensing/Plexus_Classworlds_License" 7012 + ], 7013 + "isOsiApproved": false 7014 + }, 7015 + { 7016 + "reference": "https://spdx.org/licenses/pnmstitch.html", 7017 + "isDeprecatedLicenseId": false, 7018 + "detailsUrl": "https://spdx.org/licenses/pnmstitch.json", 7019 + "referenceNumber": 691, 7020 + "name": "pnmstitch License", 7021 + "licenseId": "pnmstitch", 7022 + "seeAlso": [ 7023 + "https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/editor/pnmstitch.c#l2" 7024 + ], 7025 + "isOsiApproved": false 7026 + }, 7027 + { 7028 + "reference": "https://spdx.org/licenses/PolyForm-Noncommercial-1.0.0.html", 7029 + "isDeprecatedLicenseId": false, 7030 + "detailsUrl": "https://spdx.org/licenses/PolyForm-Noncommercial-1.0.0.json", 7031 + "referenceNumber": 119, 7032 + "name": "PolyForm Noncommercial License 1.0.0", 7033 + "licenseId": "PolyForm-Noncommercial-1.0.0", 7034 + "seeAlso": [ 7035 + "https://polyformproject.org/licenses/noncommercial/1.0.0" 7036 + ], 7037 + "isOsiApproved": false 7038 + }, 7039 + { 7040 + "reference": "https://spdx.org/licenses/PolyForm-Small-Business-1.0.0.html", 7041 + "isDeprecatedLicenseId": false, 7042 + "detailsUrl": "https://spdx.org/licenses/PolyForm-Small-Business-1.0.0.json", 7043 + "referenceNumber": 30, 7044 + "name": "PolyForm Small Business License 1.0.0", 7045 + "licenseId": "PolyForm-Small-Business-1.0.0", 7046 + "seeAlso": [ 7047 + "https://polyformproject.org/licenses/small-business/1.0.0" 7048 + ], 7049 + "isOsiApproved": false 7050 + }, 7051 + { 7052 + "reference": "https://spdx.org/licenses/PostgreSQL.html", 7053 + "isDeprecatedLicenseId": false, 7054 + "detailsUrl": "https://spdx.org/licenses/PostgreSQL.json", 7055 + "referenceNumber": 697, 7056 + "name": "PostgreSQL License", 7057 + "licenseId": "PostgreSQL", 7058 + "seeAlso": [ 7059 + "http://www.postgresql.org/about/licence", 7060 + "https://opensource.org/licenses/PostgreSQL" 7061 + ], 7062 + "isOsiApproved": true 7063 + }, 7064 + { 7065 + "reference": "https://spdx.org/licenses/PPL.html", 7066 + "isDeprecatedLicenseId": false, 7067 + "detailsUrl": "https://spdx.org/licenses/PPL.json", 7068 + "referenceNumber": 150, 7069 + "name": "Peer Production License", 7070 + "licenseId": "PPL", 7071 + "seeAlso": [ 7072 + "https://wiki.p2pfoundation.net/Peer_Production_License", 7073 + "http://www.networkcultures.org/_uploads/%233notebook_telekommunist.pdf" 7074 + ], 7075 + "isOsiApproved": false, 7076 + "isFsfLibre": false 7077 + }, 7078 + { 7079 + "reference": "https://spdx.org/licenses/PSF-2.0.html", 7080 + "isDeprecatedLicenseId": false, 7081 + "detailsUrl": "https://spdx.org/licenses/PSF-2.0.json", 7082 + "referenceNumber": 211, 7083 + "name": "Python Software Foundation License 2.0", 7084 + "licenseId": "PSF-2.0", 7085 + "seeAlso": [ 7086 + "https://opensource.org/licenses/Python-2.0", 7087 + "https://matplotlib.org/stable/project/license.html" 7088 + ], 7089 + "isOsiApproved": false 7090 + }, 7091 + { 7092 + "reference": "https://spdx.org/licenses/psfrag.html", 7093 + "isDeprecatedLicenseId": false, 7094 + "detailsUrl": "https://spdx.org/licenses/psfrag.json", 7095 + "referenceNumber": 423, 7096 + "name": "psfrag License", 7097 + "licenseId": "psfrag", 7098 + "seeAlso": [ 7099 + "https://fedoraproject.org/wiki/Licensing/psfrag" 7100 + ], 7101 + "isOsiApproved": false 7102 + }, 7103 + { 7104 + "reference": "https://spdx.org/licenses/psutils.html", 7105 + "isDeprecatedLicenseId": false, 7106 + "detailsUrl": "https://spdx.org/licenses/psutils.json", 7107 + "referenceNumber": 500, 7108 + "name": "psutils License", 7109 + "licenseId": "psutils", 7110 + "seeAlso": [ 7111 + "https://fedoraproject.org/wiki/Licensing/psutils" 7112 + ], 7113 + "isOsiApproved": false 7114 + }, 7115 + { 7116 + "reference": "https://spdx.org/licenses/Python-2.0.html", 7117 + "isDeprecatedLicenseId": false, 7118 + "detailsUrl": "https://spdx.org/licenses/Python-2.0.json", 7119 + "referenceNumber": 628, 7120 + "name": "Python License 2.0", 7121 + "licenseId": "Python-2.0", 7122 + "seeAlso": [ 7123 + "https://opensource.org/licenses/Python-2.0" 7124 + ], 7125 + "isOsiApproved": true, 7126 + "isFsfLibre": true 7127 + }, 7128 + { 7129 + "reference": "https://spdx.org/licenses/Python-2.0.1.html", 7130 + "isDeprecatedLicenseId": false, 7131 + "detailsUrl": "https://spdx.org/licenses/Python-2.0.1.json", 7132 + "referenceNumber": 586, 7133 + "name": "Python License 2.0.1", 7134 + "licenseId": "Python-2.0.1", 7135 + "seeAlso": [ 7136 + "https://www.python.org/download/releases/2.0.1/license/", 7137 + "https://docs.python.org/3/license.html", 7138 + "https://github.com/python/cpython/blob/main/LICENSE" 7139 + ], 7140 + "isOsiApproved": false 7141 + }, 7142 + { 7143 + "reference": "https://spdx.org/licenses/python-ldap.html", 7144 + "isDeprecatedLicenseId": false, 7145 + "detailsUrl": "https://spdx.org/licenses/python-ldap.json", 7146 + "referenceNumber": 630, 7147 + "name": "Python ldap License", 7148 + "licenseId": "python-ldap", 7149 + "seeAlso": [ 7150 + "https://github.com/python-ldap/python-ldap/blob/main/LICENCE" 7151 + ], 7152 + "isOsiApproved": false 7153 + }, 7154 + { 7155 + "reference": "https://spdx.org/licenses/Qhull.html", 7156 + "isDeprecatedLicenseId": false, 7157 + "detailsUrl": "https://spdx.org/licenses/Qhull.json", 7158 + "referenceNumber": 590, 7159 + "name": "Qhull License", 7160 + "licenseId": "Qhull", 7161 + "seeAlso": [ 7162 + "https://fedoraproject.org/wiki/Licensing/Qhull" 7163 + ], 7164 + "isOsiApproved": false 7165 + }, 7166 + { 7167 + "reference": "https://spdx.org/licenses/QPL-1.0.html", 7168 + "isDeprecatedLicenseId": false, 7169 + "detailsUrl": "https://spdx.org/licenses/QPL-1.0.json", 7170 + "referenceNumber": 693, 7171 + "name": "Q Public License 1.0", 7172 + "licenseId": "QPL-1.0", 7173 + "seeAlso": [ 7174 + "http://doc.qt.nokia.com/3.3/license.html", 7175 + "https://opensource.org/licenses/QPL-1.0", 7176 + "https://doc.qt.io/archives/3.3/license.html" 7177 + ], 7178 + "isOsiApproved": true, 7179 + "isFsfLibre": true 7180 + }, 7181 + { 7182 + "reference": "https://spdx.org/licenses/QPL-1.0-INRIA-2004.html", 7183 + "isDeprecatedLicenseId": false, 7184 + "detailsUrl": "https://spdx.org/licenses/QPL-1.0-INRIA-2004.json", 7185 + "referenceNumber": 117, 7186 + "name": "Q Public License 1.0 - INRIA 2004 variant", 7187 + "licenseId": "QPL-1.0-INRIA-2004", 7188 + "seeAlso": [ 7189 + "https://github.com/maranget/hevea/blob/master/LICENSE" 7190 + ], 7191 + "isOsiApproved": false 7192 + }, 7193 + { 7194 + "reference": "https://spdx.org/licenses/radvd.html", 7195 + "isDeprecatedLicenseId": false, 7196 + "detailsUrl": "https://spdx.org/licenses/radvd.json", 7197 + "referenceNumber": 678, 7198 + "name": "radvd License", 7199 + "licenseId": "radvd", 7200 + "seeAlso": [ 7201 + "https://github.com/radvd-project/radvd/blob/master/COPYRIGHT" 7202 + ], 7203 + "isOsiApproved": false 7204 + }, 7205 + { 7206 + "reference": "https://spdx.org/licenses/Rdisc.html", 7207 + "isDeprecatedLicenseId": false, 7208 + "detailsUrl": "https://spdx.org/licenses/Rdisc.json", 7209 + "referenceNumber": 4, 7210 + "name": "Rdisc License", 7211 + "licenseId": "Rdisc", 7212 + "seeAlso": [ 7213 + "https://fedoraproject.org/wiki/Licensing/Rdisc_License" 7214 + ], 7215 + "isOsiApproved": false 7216 + }, 7217 + { 7218 + "reference": "https://spdx.org/licenses/RHeCos-1.1.html", 7219 + "isDeprecatedLicenseId": false, 7220 + "detailsUrl": "https://spdx.org/licenses/RHeCos-1.1.json", 7221 + "referenceNumber": 258, 7222 + "name": "Red Hat eCos Public License v1.1", 7223 + "licenseId": "RHeCos-1.1", 7224 + "seeAlso": [ 7225 + "http://ecos.sourceware.org/old-license.html" 7226 + ], 7227 + "isOsiApproved": false, 7228 + "isFsfLibre": false 7229 + }, 7230 + { 7231 + "reference": "https://spdx.org/licenses/RPL-1.1.html", 7232 + "isDeprecatedLicenseId": false, 7233 + "detailsUrl": "https://spdx.org/licenses/RPL-1.1.json", 7234 + "referenceNumber": 57, 7235 + "name": "Reciprocal Public License 1.1", 7236 + "licenseId": "RPL-1.1", 7237 + "seeAlso": [ 7238 + "https://opensource.org/licenses/RPL-1.1" 7239 + ], 7240 + "isOsiApproved": true 7241 + }, 7242 + { 7243 + "reference": "https://spdx.org/licenses/RPL-1.5.html", 7244 + "isDeprecatedLicenseId": false, 7245 + "detailsUrl": "https://spdx.org/licenses/RPL-1.5.json", 7246 + "referenceNumber": 413, 7247 + "name": "Reciprocal Public License 1.5", 7248 + "licenseId": "RPL-1.5", 7249 + "seeAlso": [ 7250 + "https://opensource.org/licenses/RPL-1.5" 7251 + ], 7252 + "isOsiApproved": true 7253 + }, 7254 + { 7255 + "reference": "https://spdx.org/licenses/RPSL-1.0.html", 7256 + "isDeprecatedLicenseId": false, 7257 + "detailsUrl": "https://spdx.org/licenses/RPSL-1.0.json", 7258 + "referenceNumber": 104, 7259 + "name": "RealNetworks Public Source License v1.0", 7260 + "licenseId": "RPSL-1.0", 7261 + "seeAlso": [ 7262 + "https://helixcommunity.org/content/rpsl", 7263 + "https://opensource.org/licenses/RPSL-1.0" 7264 + ], 7265 + "isOsiApproved": true, 7266 + "isFsfLibre": true 7267 + }, 7268 + { 7269 + "reference": "https://spdx.org/licenses/RSA-MD.html", 7270 + "isDeprecatedLicenseId": false, 7271 + "detailsUrl": "https://spdx.org/licenses/RSA-MD.json", 7272 + "referenceNumber": 12, 7273 + "name": "RSA Message-Digest License", 7274 + "licenseId": "RSA-MD", 7275 + "seeAlso": [ 7276 + "http://www.faqs.org/rfcs/rfc1321.html" 7277 + ], 7278 + "isOsiApproved": false 7279 + }, 7280 + { 7281 + "reference": "https://spdx.org/licenses/RSCPL.html", 7282 + "isDeprecatedLicenseId": false, 7283 + "detailsUrl": "https://spdx.org/licenses/RSCPL.json", 7284 + "referenceNumber": 166, 7285 + "name": "Ricoh Source Code Public License", 7286 + "licenseId": "RSCPL", 7287 + "seeAlso": [ 7288 + "http://wayback.archive.org/web/20060715140826/http://www.risource.org/RPL/RPL-1.0A.shtml", 7289 + "https://opensource.org/licenses/RSCPL" 7290 + ], 7291 + "isOsiApproved": true 7292 + }, 7293 + { 7294 + "reference": "https://spdx.org/licenses/Ruby.html", 7295 + "isDeprecatedLicenseId": false, 7296 + "detailsUrl": "https://spdx.org/licenses/Ruby.json", 7297 + "referenceNumber": 490, 7298 + "name": "Ruby License", 7299 + "licenseId": "Ruby", 7300 + "seeAlso": [ 7301 + "https://www.ruby-lang.org/en/about/license.txt" 7302 + ], 7303 + "isOsiApproved": false, 7304 + "isFsfLibre": true 7305 + }, 7306 + { 7307 + "reference": "https://spdx.org/licenses/Ruby-pty.html", 7308 + "isDeprecatedLicenseId": false, 7309 + "detailsUrl": "https://spdx.org/licenses/Ruby-pty.json", 7310 + "referenceNumber": 509, 7311 + "name": "Ruby pty extension license", 7312 + "licenseId": "Ruby-pty", 7313 + "seeAlso": [ 7314 + "https://github.com/ruby/ruby/blob/9f6deaa6888a423720b4b127b5314f0ad26cc2e6/ext/pty/pty.c#L775-L786", 7315 + "https://github.com/ruby/ruby/commit/0a64817fb80016030c03518fb9459f63c11605ea#diff-ef5fa30838d6d0cecad9e675cc50b24628cfe2cb277c346053fafcc36c91c204", 7316 + "https://github.com/ruby/ruby/commit/0a64817fb80016030c03518fb9459f63c11605ea#diff-fedf217c1ce44bda01f0a678d3ff8b198bed478754d699c527a698ad933979a0" 7317 + ], 7318 + "isOsiApproved": false 7319 + }, 7320 + { 7321 + "reference": "https://spdx.org/licenses/SAX-PD.html", 7322 + "isDeprecatedLicenseId": false, 7323 + "detailsUrl": "https://spdx.org/licenses/SAX-PD.json", 7324 + "referenceNumber": 22, 7325 + "name": "Sax Public Domain Notice", 7326 + "licenseId": "SAX-PD", 7327 + "seeAlso": [ 7328 + "http://www.saxproject.org/copying.html" 7329 + ], 7330 + "isOsiApproved": false 7331 + }, 7332 + { 7333 + "reference": "https://spdx.org/licenses/SAX-PD-2.0.html", 7334 + "isDeprecatedLicenseId": false, 7335 + "detailsUrl": "https://spdx.org/licenses/SAX-PD-2.0.json", 7336 + "referenceNumber": 346, 7337 + "name": "Sax Public Domain Notice 2.0", 7338 + "licenseId": "SAX-PD-2.0", 7339 + "seeAlso": [ 7340 + "http://www.saxproject.org/copying.html" 7341 + ], 7342 + "isOsiApproved": false 7343 + }, 7344 + { 7345 + "reference": "https://spdx.org/licenses/Saxpath.html", 7346 + "isDeprecatedLicenseId": false, 7347 + "detailsUrl": "https://spdx.org/licenses/Saxpath.json", 7348 + "referenceNumber": 390, 7349 + "name": "Saxpath License", 7350 + "licenseId": "Saxpath", 7351 + "seeAlso": [ 7352 + "https://fedoraproject.org/wiki/Licensing/Saxpath_License" 7353 + ], 7354 + "isOsiApproved": false 7355 + }, 7356 + { 7357 + "reference": "https://spdx.org/licenses/SCEA.html", 7358 + "isDeprecatedLicenseId": false, 7359 + "detailsUrl": "https://spdx.org/licenses/SCEA.json", 7360 + "referenceNumber": 484, 7361 + "name": "SCEA Shared Source License", 7362 + "licenseId": "SCEA", 7363 + "seeAlso": [ 7364 + "http://research.scea.com/scea_shared_source_license.html" 7365 + ], 7366 + "isOsiApproved": false 7367 + }, 7368 + { 7369 + "reference": "https://spdx.org/licenses/SchemeReport.html", 7370 + "isDeprecatedLicenseId": false, 7371 + "detailsUrl": "https://spdx.org/licenses/SchemeReport.json", 7372 + "referenceNumber": 91, 7373 + "name": "Scheme Language Report License", 7374 + "licenseId": "SchemeReport", 7375 + "seeAlso": [], 7376 + "isOsiApproved": false 7377 + }, 7378 + { 7379 + "reference": "https://spdx.org/licenses/Sendmail.html", 7380 + "isDeprecatedLicenseId": false, 7381 + "detailsUrl": "https://spdx.org/licenses/Sendmail.json", 7382 + "referenceNumber": 266, 7383 + "name": "Sendmail License", 7384 + "licenseId": "Sendmail", 7385 + "seeAlso": [ 7386 + "http://www.sendmail.com/pdfs/open_source/sendmail_license.pdf", 7387 + "https://web.archive.org/web/20160322142305/https://www.sendmail.com/pdfs/open_source/sendmail_license.pdf" 7388 + ], 7389 + "isOsiApproved": false 7390 + }, 7391 + { 7392 + "reference": "https://spdx.org/licenses/Sendmail-8.23.html", 7393 + "isDeprecatedLicenseId": false, 7394 + "detailsUrl": "https://spdx.org/licenses/Sendmail-8.23.json", 7395 + "referenceNumber": 55, 7396 + "name": "Sendmail License 8.23", 7397 + "licenseId": "Sendmail-8.23", 7398 + "seeAlso": [ 7399 + "https://www.proofpoint.com/sites/default/files/sendmail-license.pdf", 7400 + "https://web.archive.org/web/20181003101040/https://www.proofpoint.com/sites/default/files/sendmail-license.pdf" 7401 + ], 7402 + "isOsiApproved": false 7403 + }, 7404 + { 7405 + "reference": "https://spdx.org/licenses/Sendmail-Open-Source-1.1.html", 7406 + "isDeprecatedLicenseId": false, 7407 + "detailsUrl": "https://spdx.org/licenses/Sendmail-Open-Source-1.1.json", 7408 + "referenceNumber": 620, 7409 + "name": "Sendmail Open Source License v1.1", 7410 + "licenseId": "Sendmail-Open-Source-1.1", 7411 + "seeAlso": [ 7412 + "https://github.com/trusteddomainproject/OpenDMARC/blob/master/LICENSE.Sendmail" 7413 + ], 7414 + "isOsiApproved": false 7415 + }, 7416 + { 7417 + "reference": "https://spdx.org/licenses/SGI-B-1.0.html", 7418 + "isDeprecatedLicenseId": false, 7419 + "detailsUrl": "https://spdx.org/licenses/SGI-B-1.0.json", 7420 + "referenceNumber": 56, 7421 + "name": "SGI Free Software License B v1.0", 7422 + "licenseId": "SGI-B-1.0", 7423 + "seeAlso": [ 7424 + "http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.1.0.html" 7425 + ], 7426 + "isOsiApproved": false 7427 + }, 7428 + { 7429 + "reference": "https://spdx.org/licenses/SGI-B-1.1.html", 7430 + "isDeprecatedLicenseId": false, 7431 + "detailsUrl": "https://spdx.org/licenses/SGI-B-1.1.json", 7432 + "referenceNumber": 296, 7433 + "name": "SGI Free Software License B v1.1", 7434 + "licenseId": "SGI-B-1.1", 7435 + "seeAlso": [ 7436 + "http://oss.sgi.com/projects/FreeB/" 7437 + ], 7438 + "isOsiApproved": false 7439 + }, 7440 + { 7441 + "reference": "https://spdx.org/licenses/SGI-B-2.0.html", 7442 + "isDeprecatedLicenseId": false, 7443 + "detailsUrl": "https://spdx.org/licenses/SGI-B-2.0.json", 7444 + "referenceNumber": 617, 7445 + "name": "SGI Free Software License B v2.0", 7446 + "licenseId": "SGI-B-2.0", 7447 + "seeAlso": [ 7448 + "http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf" 7449 + ], 7450 + "isOsiApproved": false, 7451 + "isFsfLibre": true 7452 + }, 7453 + { 7454 + "reference": "https://spdx.org/licenses/SGI-OpenGL.html", 7455 + "isDeprecatedLicenseId": false, 7456 + "detailsUrl": "https://spdx.org/licenses/SGI-OpenGL.json", 7457 + "referenceNumber": 34, 7458 + "name": "SGI OpenGL License", 7459 + "licenseId": "SGI-OpenGL", 7460 + "seeAlso": [ 7461 + "https://gitlab.freedesktop.org/mesa/glw/-/blob/master/README?ref_type\u003dheads" 7462 + ], 7463 + "isOsiApproved": false 7464 + }, 7465 + { 7466 + "reference": "https://spdx.org/licenses/SGP4.html", 7467 + "isDeprecatedLicenseId": false, 7468 + "detailsUrl": "https://spdx.org/licenses/SGP4.json", 7469 + "referenceNumber": 572, 7470 + "name": "SGP4 Permission Notice", 7471 + "licenseId": "SGP4", 7472 + "seeAlso": [ 7473 + "https://celestrak.org/publications/AIAA/2006-6753/faq.php" 7474 + ], 7475 + "isOsiApproved": false 7476 + }, 7477 + { 7478 + "reference": "https://spdx.org/licenses/SHL-0.5.html", 7479 + "isDeprecatedLicenseId": false, 7480 + "detailsUrl": "https://spdx.org/licenses/SHL-0.5.json", 7481 + "referenceNumber": 267, 7482 + "name": "Solderpad Hardware License v0.5", 7483 + "licenseId": "SHL-0.5", 7484 + "seeAlso": [ 7485 + "https://solderpad.org/licenses/SHL-0.5/" 7486 + ], 7487 + "isOsiApproved": false 7488 + }, 7489 + { 7490 + "reference": "https://spdx.org/licenses/SHL-0.51.html", 7491 + "isDeprecatedLicenseId": false, 7492 + "detailsUrl": "https://spdx.org/licenses/SHL-0.51.json", 7493 + "referenceNumber": 582, 7494 + "name": "Solderpad Hardware License, Version 0.51", 7495 + "licenseId": "SHL-0.51", 7496 + "seeAlso": [ 7497 + "https://solderpad.org/licenses/SHL-0.51/" 7498 + ], 7499 + "isOsiApproved": false 7500 + }, 7501 + { 7502 + "reference": "https://spdx.org/licenses/SimPL-2.0.html", 7503 + "isDeprecatedLicenseId": false, 7504 + "detailsUrl": "https://spdx.org/licenses/SimPL-2.0.json", 7505 + "referenceNumber": 452, 7506 + "name": "Simple Public License 2.0", 7507 + "licenseId": "SimPL-2.0", 7508 + "seeAlso": [ 7509 + "https://opensource.org/licenses/SimPL-2.0" 7510 + ], 7511 + "isOsiApproved": true 7512 + }, 7513 + { 7514 + "reference": "https://spdx.org/licenses/SISSL.html", 7515 + "isDeprecatedLicenseId": false, 7516 + "detailsUrl": "https://spdx.org/licenses/SISSL.json", 7517 + "referenceNumber": 110, 7518 + "name": "Sun Industry Standards Source License v1.1", 7519 + "licenseId": "SISSL", 7520 + "seeAlso": [ 7521 + "http://www.openoffice.org/licenses/sissl_license.html", 7522 + "https://opensource.org/licenses/SISSL" 7523 + ], 7524 + "isOsiApproved": true, 7525 + "isFsfLibre": true 7526 + }, 7527 + { 7528 + "reference": "https://spdx.org/licenses/SISSL-1.2.html", 7529 + "isDeprecatedLicenseId": false, 7530 + "detailsUrl": "https://spdx.org/licenses/SISSL-1.2.json", 7531 + "referenceNumber": 253, 7532 + "name": "Sun Industry Standards Source License v1.2", 7533 + "licenseId": "SISSL-1.2", 7534 + "seeAlso": [ 7535 + "http://gridscheduler.sourceforge.net/Gridengine_SISSL_license.html" 7536 + ], 7537 + "isOsiApproved": false 7538 + }, 7539 + { 7540 + "reference": "https://spdx.org/licenses/SL.html", 7541 + "isDeprecatedLicenseId": false, 7542 + "detailsUrl": "https://spdx.org/licenses/SL.json", 7543 + "referenceNumber": 83, 7544 + "name": "SL License", 7545 + "licenseId": "SL", 7546 + "seeAlso": [ 7547 + "https://github.com/mtoyoda/sl/blob/master/LICENSE" 7548 + ], 7549 + "isOsiApproved": false 7550 + }, 7551 + { 7552 + "reference": "https://spdx.org/licenses/Sleepycat.html", 7553 + "isDeprecatedLicenseId": false, 7554 + "detailsUrl": "https://spdx.org/licenses/Sleepycat.json", 7555 + "referenceNumber": 42, 7556 + "name": "Sleepycat License", 7557 + "licenseId": "Sleepycat", 7558 + "seeAlso": [ 7559 + "https://opensource.org/licenses/Sleepycat" 7560 + ], 7561 + "isOsiApproved": true, 7562 + "isFsfLibre": true 7563 + }, 7564 + { 7565 + "reference": "https://spdx.org/licenses/SMAIL-GPL.html", 7566 + "isDeprecatedLicenseId": false, 7567 + "detailsUrl": "https://spdx.org/licenses/SMAIL-GPL.json", 7568 + "referenceNumber": 546, 7569 + "name": "SMAIL General Public License", 7570 + "licenseId": "SMAIL-GPL", 7571 + "seeAlso": [ 7572 + "https://sources.debian.org/copyright/license/debianutils/4.11.2/" 7573 + ], 7574 + "isOsiApproved": false 7575 + }, 7576 + { 7577 + "reference": "https://spdx.org/licenses/SMLNJ.html", 7578 + "isDeprecatedLicenseId": false, 7579 + "detailsUrl": "https://spdx.org/licenses/SMLNJ.json", 7580 + "referenceNumber": 81, 7581 + "name": "Standard ML of New Jersey License", 7582 + "licenseId": "SMLNJ", 7583 + "seeAlso": [ 7584 + "https://www.smlnj.org/license.html" 7585 + ], 7586 + "isOsiApproved": false, 7587 + "isFsfLibre": true 7588 + }, 7589 + { 7590 + "reference": "https://spdx.org/licenses/SMPPL.html", 7591 + "isDeprecatedLicenseId": false, 7592 + "detailsUrl": "https://spdx.org/licenses/SMPPL.json", 7593 + "referenceNumber": 579, 7594 + "name": "Secure Messaging Protocol Public License", 7595 + "licenseId": "SMPPL", 7596 + "seeAlso": [ 7597 + "https://github.com/dcblake/SMP/blob/master/Documentation/License.txt" 7598 + ], 7599 + "isOsiApproved": false 7600 + }, 7601 + { 7602 + "reference": "https://spdx.org/licenses/SNIA.html", 7603 + "isDeprecatedLicenseId": false, 7604 + "detailsUrl": "https://spdx.org/licenses/SNIA.json", 7605 + "referenceNumber": 224, 7606 + "name": "SNIA Public License 1.1", 7607 + "licenseId": "SNIA", 7608 + "seeAlso": [ 7609 + "https://fedoraproject.org/wiki/Licensing/SNIA_Public_License" 7610 + ], 7611 + "isOsiApproved": false 7612 + }, 7613 + { 7614 + "reference": "https://spdx.org/licenses/snprintf.html", 7615 + "isDeprecatedLicenseId": false, 7616 + "detailsUrl": "https://spdx.org/licenses/snprintf.json", 7617 + "referenceNumber": 594, 7618 + "name": "snprintf License", 7619 + "licenseId": "snprintf", 7620 + "seeAlso": [ 7621 + "https://github.com/openssh/openssh-portable/blob/master/openbsd-compat/bsd-snprintf.c#L2" 7622 + ], 7623 + "isOsiApproved": false 7624 + }, 7625 + { 7626 + "reference": "https://spdx.org/licenses/SOFA.html", 7627 + "isDeprecatedLicenseId": false, 7628 + "detailsUrl": "https://spdx.org/licenses/SOFA.json", 7629 + "referenceNumber": 375, 7630 + "name": "SOFA Software License", 7631 + "licenseId": "SOFA", 7632 + "seeAlso": [ 7633 + "http://www.iausofa.org/tandc.html" 7634 + ], 7635 + "isOsiApproved": false 7636 + }, 7637 + { 7638 + "reference": "https://spdx.org/licenses/softSurfer.html", 7639 + "isDeprecatedLicenseId": false, 7640 + "detailsUrl": "https://spdx.org/licenses/softSurfer.json", 7641 + "referenceNumber": 593, 7642 + "name": "softSurfer License", 7643 + "licenseId": "softSurfer", 7644 + "seeAlso": [ 7645 + "https://github.com/mm2/Little-CMS/blob/master/src/cmssm.c#L207", 7646 + "https://fedoraproject.org/wiki/Licensing/softSurfer" 7647 + ], 7648 + "isOsiApproved": false 7649 + }, 7650 + { 7651 + "reference": "https://spdx.org/licenses/Soundex.html", 7652 + "isDeprecatedLicenseId": false, 7653 + "detailsUrl": "https://spdx.org/licenses/Soundex.json", 7654 + "referenceNumber": 374, 7655 + "name": "Soundex License", 7656 + "licenseId": "Soundex", 7657 + "seeAlso": [ 7658 + "https://metacpan.org/release/RJBS/Text-Soundex-3.05/source/Soundex.pm#L3-11" 7659 + ], 7660 + "isOsiApproved": false 7661 + }, 7662 + { 7663 + "reference": "https://spdx.org/licenses/Spencer-86.html", 7664 + "isDeprecatedLicenseId": false, 7665 + "detailsUrl": "https://spdx.org/licenses/Spencer-86.json", 7666 + "referenceNumber": 193, 7667 + "name": "Spencer License 86", 7668 + "licenseId": "Spencer-86", 7669 + "seeAlso": [ 7670 + "https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License" 7671 + ], 7672 + "isOsiApproved": false 7673 + }, 7674 + { 7675 + "reference": "https://spdx.org/licenses/Spencer-94.html", 7676 + "isDeprecatedLicenseId": false, 7677 + "detailsUrl": "https://spdx.org/licenses/Spencer-94.json", 7678 + "referenceNumber": 451, 7679 + "name": "Spencer License 94", 7680 + "licenseId": "Spencer-94", 7681 + "seeAlso": [ 7682 + "https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License", 7683 + "https://metacpan.org/release/KNOK/File-MMagic-1.30/source/COPYING#L28" 7684 + ], 7685 + "isOsiApproved": false 7686 + }, 7687 + { 7688 + "reference": "https://spdx.org/licenses/Spencer-99.html", 7689 + "isDeprecatedLicenseId": false, 7690 + "detailsUrl": "https://spdx.org/licenses/Spencer-99.json", 7691 + "referenceNumber": 220, 7692 + "name": "Spencer License 99", 7693 + "licenseId": "Spencer-99", 7694 + "seeAlso": [ 7695 + "http://www.opensource.apple.com/source/tcl/tcl-5/tcl/generic/regfronts.c" 7696 + ], 7697 + "isOsiApproved": false 7698 + }, 7699 + { 7700 + "reference": "https://spdx.org/licenses/SPL-1.0.html", 7701 + "isDeprecatedLicenseId": false, 7702 + "detailsUrl": "https://spdx.org/licenses/SPL-1.0.json", 7703 + "referenceNumber": 342, 7704 + "name": "Sun Public License v1.0", 7705 + "licenseId": "SPL-1.0", 7706 + "seeAlso": [ 7707 + "https://opensource.org/licenses/SPL-1.0" 7708 + ], 7709 + "isOsiApproved": true, 7710 + "isFsfLibre": true 7711 + }, 7712 + { 7713 + "reference": "https://spdx.org/licenses/ssh-keyscan.html", 7714 + "isDeprecatedLicenseId": false, 7715 + "detailsUrl": "https://spdx.org/licenses/ssh-keyscan.json", 7716 + "referenceNumber": 537, 7717 + "name": "ssh-keyscan License", 7718 + "licenseId": "ssh-keyscan", 7719 + "seeAlso": [ 7720 + "https://github.com/openssh/openssh-portable/blob/master/LICENCE#L82" 7721 + ], 7722 + "isOsiApproved": false 7723 + }, 7724 + { 7725 + "reference": "https://spdx.org/licenses/SSH-OpenSSH.html", 7726 + "isDeprecatedLicenseId": false, 7727 + "detailsUrl": "https://spdx.org/licenses/SSH-OpenSSH.json", 7728 + "referenceNumber": 463, 7729 + "name": "SSH OpenSSH license", 7730 + "licenseId": "SSH-OpenSSH", 7731 + "seeAlso": [ 7732 + "https://github.com/openssh/openssh-portable/blob/1b11ea7c58cd5c59838b5fa574cd456d6047b2d4/LICENCE#L10" 7733 + ], 7734 + "isOsiApproved": false 7735 + }, 7736 + { 7737 + "reference": "https://spdx.org/licenses/SSH-short.html", 7738 + "isDeprecatedLicenseId": false, 7739 + "detailsUrl": "https://spdx.org/licenses/SSH-short.json", 7740 + "referenceNumber": 573, 7741 + "name": "SSH short notice", 7742 + "licenseId": "SSH-short", 7743 + "seeAlso": [ 7744 + "https://github.com/openssh/openssh-portable/blob/1b11ea7c58cd5c59838b5fa574cd456d6047b2d4/pathnames.h", 7745 + "http://web.mit.edu/kolya/.f/root/athena.mit.edu/sipb.mit.edu/project/openssh/OldFiles/src/openssh-2.9.9p2/ssh-add.1", 7746 + "https://joinup.ec.europa.eu/svn/lesoll/trunk/italc/lib/src/dsa_key.cpp" 7747 + ], 7748 + "isOsiApproved": false 7749 + }, 7750 + { 7751 + "reference": "https://spdx.org/licenses/SSLeay-standalone.html", 7752 + "isDeprecatedLicenseId": false, 7753 + "detailsUrl": "https://spdx.org/licenses/SSLeay-standalone.json", 7754 + "referenceNumber": 96, 7755 + "name": "SSLeay License - standalone", 7756 + "licenseId": "SSLeay-standalone", 7757 + "seeAlso": [ 7758 + "https://www.tq-group.com/filedownloads/files/software-license-conditions/OriginalSSLeay/OriginalSSLeay.pdf" 7759 + ], 7760 + "isOsiApproved": false 7761 + }, 7762 + { 7763 + "reference": "https://spdx.org/licenses/SSPL-1.0.html", 7764 + "isDeprecatedLicenseId": false, 7765 + "detailsUrl": "https://spdx.org/licenses/SSPL-1.0.json", 7766 + "referenceNumber": 664, 7767 + "name": "Server Side Public License, v 1", 7768 + "licenseId": "SSPL-1.0", 7769 + "seeAlso": [ 7770 + "https://www.mongodb.com/licensing/server-side-public-license" 7771 + ], 7772 + "isOsiApproved": false 7773 + }, 7774 + { 7775 + "reference": "https://spdx.org/licenses/StandardML-NJ.html", 7776 + "isDeprecatedLicenseId": true, 7777 + "detailsUrl": "https://spdx.org/licenses/StandardML-NJ.json", 7778 + "referenceNumber": 501, 7779 + "name": "Standard ML of New Jersey License", 7780 + "licenseId": "StandardML-NJ", 7781 + "seeAlso": [ 7782 + "https://www.smlnj.org/license.html" 7783 + ], 7784 + "isOsiApproved": false, 7785 + "isFsfLibre": true 7786 + }, 7787 + { 7788 + "reference": "https://spdx.org/licenses/SugarCRM-1.1.3.html", 7789 + "isDeprecatedLicenseId": false, 7790 + "detailsUrl": "https://spdx.org/licenses/SugarCRM-1.1.3.json", 7791 + "referenceNumber": 222, 7792 + "name": "SugarCRM Public License v1.1.3", 7793 + "licenseId": "SugarCRM-1.1.3", 7794 + "seeAlso": [ 7795 + "http://www.sugarcrm.com/crm/SPL" 7796 + ], 7797 + "isOsiApproved": false 7798 + }, 7799 + { 7800 + "reference": "https://spdx.org/licenses/SUL-1.0.html", 7801 + "isDeprecatedLicenseId": false, 7802 + "detailsUrl": "https://spdx.org/licenses/SUL-1.0.json", 7803 + "referenceNumber": 557, 7804 + "name": "Sustainable Use License v1.0", 7805 + "licenseId": "SUL-1.0", 7806 + "seeAlso": [ 7807 + "https://github.com/n8n-io/n8n/blob/master/LICENSE.md" 7808 + ], 7809 + "isOsiApproved": false 7810 + }, 7811 + { 7812 + "reference": "https://spdx.org/licenses/Sun-PPP.html", 7813 + "isDeprecatedLicenseId": false, 7814 + "detailsUrl": "https://spdx.org/licenses/Sun-PPP.json", 7815 + "referenceNumber": 39, 7816 + "name": "Sun PPP License", 7817 + "licenseId": "Sun-PPP", 7818 + "seeAlso": [ 7819 + "https://github.com/ppp-project/ppp/blob/master/pppd/eap.c#L7-L16" 7820 + ], 7821 + "isOsiApproved": false 7822 + }, 7823 + { 7824 + "reference": "https://spdx.org/licenses/Sun-PPP-2000.html", 7825 + "isDeprecatedLicenseId": false, 7826 + "detailsUrl": "https://spdx.org/licenses/Sun-PPP-2000.json", 7827 + "referenceNumber": 70, 7828 + "name": "Sun PPP License (2000)", 7829 + "licenseId": "Sun-PPP-2000", 7830 + "seeAlso": [ 7831 + "https://github.com/ppp-project/ppp/blob/master/modules/ppp_ahdlc.c#L7-L19" 7832 + ], 7833 + "isOsiApproved": false 7834 + }, 7835 + { 7836 + "reference": "https://spdx.org/licenses/SunPro.html", 7837 + "isDeprecatedLicenseId": false, 7838 + "detailsUrl": "https://spdx.org/licenses/SunPro.json", 7839 + "referenceNumber": 395, 7840 + "name": "SunPro License", 7841 + "licenseId": "SunPro", 7842 + "seeAlso": [ 7843 + "https://github.com/freebsd/freebsd-src/blob/main/lib/msun/src/e_acosh.c", 7844 + "https://github.com/freebsd/freebsd-src/blob/main/lib/msun/src/e_lgammal.c" 7845 + ], 7846 + "isOsiApproved": false 7847 + }, 7848 + { 7849 + "reference": "https://spdx.org/licenses/SWL.html", 7850 + "isDeprecatedLicenseId": false, 7851 + "detailsUrl": "https://spdx.org/licenses/SWL.json", 7852 + "referenceNumber": 196, 7853 + "name": "Scheme Widget Library (SWL) Software License Agreement", 7854 + "licenseId": "SWL", 7855 + "seeAlso": [ 7856 + "https://fedoraproject.org/wiki/Licensing/SWL" 7857 + ], 7858 + "isOsiApproved": false 7859 + }, 7860 + { 7861 + "reference": "https://spdx.org/licenses/swrule.html", 7862 + "isDeprecatedLicenseId": false, 7863 + "detailsUrl": "https://spdx.org/licenses/swrule.json", 7864 + "referenceNumber": 348, 7865 + "name": "swrule License", 7866 + "licenseId": "swrule", 7867 + "seeAlso": [ 7868 + "https://ctan.math.utah.edu/ctan/tex-archive/macros/generic/misc/swrule.sty" 7869 + ], 7870 + "isOsiApproved": false 7871 + }, 7872 + { 7873 + "reference": "https://spdx.org/licenses/Symlinks.html", 7874 + "isDeprecatedLicenseId": false, 7875 + "detailsUrl": "https://spdx.org/licenses/Symlinks.json", 7876 + "referenceNumber": 517, 7877 + "name": "Symlinks License", 7878 + "licenseId": "Symlinks", 7879 + "seeAlso": [ 7880 + "https://www.mail-archive.com/debian-bugs-rc@lists.debian.org/msg11494.html" 7881 + ], 7882 + "isOsiApproved": false 7883 + }, 7884 + { 7885 + "reference": "https://spdx.org/licenses/TAPR-OHL-1.0.html", 7886 + "isDeprecatedLicenseId": false, 7887 + "detailsUrl": "https://spdx.org/licenses/TAPR-OHL-1.0.json", 7888 + "referenceNumber": 80, 7889 + "name": "TAPR Open Hardware License v1.0", 7890 + "licenseId": "TAPR-OHL-1.0", 7891 + "seeAlso": [ 7892 + "https://www.tapr.org/OHL" 7893 + ], 7894 + "isOsiApproved": false 7895 + }, 7896 + { 7897 + "reference": "https://spdx.org/licenses/TCL.html", 7898 + "isDeprecatedLicenseId": false, 7899 + "detailsUrl": "https://spdx.org/licenses/TCL.json", 7900 + "referenceNumber": 625, 7901 + "name": "TCL/TK License", 7902 + "licenseId": "TCL", 7903 + "seeAlso": [ 7904 + "http://www.tcl.tk/software/tcltk/license.html", 7905 + "https://fedoraproject.org/wiki/Licensing/TCL" 7906 + ], 7907 + "isOsiApproved": false 7908 + }, 7909 + { 7910 + "reference": "https://spdx.org/licenses/TCP-wrappers.html", 7911 + "isDeprecatedLicenseId": false, 7912 + "detailsUrl": "https://spdx.org/licenses/TCP-wrappers.json", 7913 + "referenceNumber": 278, 7914 + "name": "TCP Wrappers License", 7915 + "licenseId": "TCP-wrappers", 7916 + "seeAlso": [ 7917 + "http://rc.quest.com/topics/openssh/license.php#tcpwrappers" 7918 + ], 7919 + "isOsiApproved": false 7920 + }, 7921 + { 7922 + "reference": "https://spdx.org/licenses/TermReadKey.html", 7923 + "isDeprecatedLicenseId": false, 7924 + "detailsUrl": "https://spdx.org/licenses/TermReadKey.json", 7925 + "referenceNumber": 619, 7926 + "name": "TermReadKey License", 7927 + "licenseId": "TermReadKey", 7928 + "seeAlso": [ 7929 + "https://github.com/jonathanstowe/TermReadKey/blob/master/README#L9-L10" 7930 + ], 7931 + "isOsiApproved": false 7932 + }, 7933 + { 7934 + "reference": "https://spdx.org/licenses/TGPPL-1.0.html", 7935 + "isDeprecatedLicenseId": false, 7936 + "detailsUrl": "https://spdx.org/licenses/TGPPL-1.0.json", 7937 + "referenceNumber": 142, 7938 + "name": "Transitive Grace Period Public Licence 1.0", 7939 + "licenseId": "TGPPL-1.0", 7940 + "seeAlso": [ 7941 + "https://fedoraproject.org/wiki/Licensing/TGPPL", 7942 + "https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/COPYING.TGPPL.rst" 7943 + ], 7944 + "isOsiApproved": false 7945 + }, 7946 + { 7947 + "reference": "https://spdx.org/licenses/ThirdEye.html", 7948 + "isDeprecatedLicenseId": false, 7949 + "detailsUrl": "https://spdx.org/licenses/ThirdEye.json", 7950 + "referenceNumber": 403, 7951 + "name": "ThirdEye License", 7952 + "licenseId": "ThirdEye", 7953 + "seeAlso": [ 7954 + "https://sourceware.org/cgit/binutils-gdb/tree/include/coff/symconst.h#n11" 7955 + ], 7956 + "isOsiApproved": false 7957 + }, 7958 + { 7959 + "reference": "https://spdx.org/licenses/threeparttable.html", 7960 + "isDeprecatedLicenseId": false, 7961 + "detailsUrl": "https://spdx.org/licenses/threeparttable.json", 7962 + "referenceNumber": 14, 7963 + "name": "threeparttable License", 7964 + "licenseId": "threeparttable", 7965 + "seeAlso": [ 7966 + "https://fedoraproject.org/wiki/Licensing/Threeparttable" 7967 + ], 7968 + "isOsiApproved": false 7969 + }, 7970 + { 7971 + "reference": "https://spdx.org/licenses/TMate.html", 7972 + "isDeprecatedLicenseId": false, 7973 + "detailsUrl": "https://spdx.org/licenses/TMate.json", 7974 + "referenceNumber": 176, 7975 + "name": "TMate Open Source License", 7976 + "licenseId": "TMate", 7977 + "seeAlso": [ 7978 + "http://svnkit.com/license.html" 7979 + ], 7980 + "isOsiApproved": false 7981 + }, 7982 + { 7983 + "reference": "https://spdx.org/licenses/TORQUE-1.1.html", 7984 + "isDeprecatedLicenseId": false, 7985 + "detailsUrl": "https://spdx.org/licenses/TORQUE-1.1.json", 7986 + "referenceNumber": 214, 7987 + "name": "TORQUE v2.5+ Software License v1.1", 7988 + "licenseId": "TORQUE-1.1", 7989 + "seeAlso": [ 7990 + "https://fedoraproject.org/wiki/Licensing/TORQUEv1.1" 7991 + ], 7992 + "isOsiApproved": false 7993 + }, 7994 + { 7995 + "reference": "https://spdx.org/licenses/TOSL.html", 7996 + "isDeprecatedLicenseId": false, 7997 + "detailsUrl": "https://spdx.org/licenses/TOSL.json", 7998 + "referenceNumber": 416, 7999 + "name": "Trusster Open Source License", 8000 + "licenseId": "TOSL", 8001 + "seeAlso": [ 8002 + "https://fedoraproject.org/wiki/Licensing/TOSL" 8003 + ], 8004 + "isOsiApproved": false 8005 + }, 8006 + { 8007 + "reference": "https://spdx.org/licenses/TPDL.html", 8008 + "isDeprecatedLicenseId": false, 8009 + "detailsUrl": "https://spdx.org/licenses/TPDL.json", 8010 + "referenceNumber": 666, 8011 + "name": "Time::ParseDate License", 8012 + "licenseId": "TPDL", 8013 + "seeAlso": [ 8014 + "https://metacpan.org/pod/Time::ParseDate#LICENSE" 8015 + ], 8016 + "isOsiApproved": false 8017 + }, 8018 + { 8019 + "reference": "https://spdx.org/licenses/TPL-1.0.html", 8020 + "isDeprecatedLicenseId": false, 8021 + "detailsUrl": "https://spdx.org/licenses/TPL-1.0.json", 8022 + "referenceNumber": 540, 8023 + "name": "THOR Public License 1.0", 8024 + "licenseId": "TPL-1.0", 8025 + "seeAlso": [ 8026 + "https://fedoraproject.org/wiki/Licensing:ThorPublicLicense" 8027 + ], 8028 + "isOsiApproved": false 8029 + }, 8030 + { 8031 + "reference": "https://spdx.org/licenses/TrustedQSL.html", 8032 + "isDeprecatedLicenseId": false, 8033 + "detailsUrl": "https://spdx.org/licenses/TrustedQSL.json", 8034 + "referenceNumber": 37, 8035 + "name": "TrustedQSL License", 8036 + "licenseId": "TrustedQSL", 8037 + "seeAlso": [ 8038 + "https://sourceforge.net/p/trustedqsl/tqsl/ci/master/tree/LICENSE.txt" 8039 + ], 8040 + "isOsiApproved": false 8041 + }, 8042 + { 8043 + "reference": "https://spdx.org/licenses/TTWL.html", 8044 + "isDeprecatedLicenseId": false, 8045 + "detailsUrl": "https://spdx.org/licenses/TTWL.json", 8046 + "referenceNumber": 598, 8047 + "name": "Text-Tabs+Wrap License", 8048 + "licenseId": "TTWL", 8049 + "seeAlso": [ 8050 + "https://fedoraproject.org/wiki/Licensing/TTWL", 8051 + "https://github.com/ap/Text-Tabs/blob/master/lib.modern/Text/Tabs.pm#L148" 8052 + ], 8053 + "isOsiApproved": false 8054 + }, 8055 + { 8056 + "reference": "https://spdx.org/licenses/TTYP0.html", 8057 + "isDeprecatedLicenseId": false, 8058 + "detailsUrl": "https://spdx.org/licenses/TTYP0.json", 8059 + "referenceNumber": 236, 8060 + "name": "TTYP0 License", 8061 + "licenseId": "TTYP0", 8062 + "seeAlso": [ 8063 + "https://people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0/" 8064 + ], 8065 + "isOsiApproved": false 8066 + }, 8067 + { 8068 + "reference": "https://spdx.org/licenses/TU-Berlin-1.0.html", 8069 + "isDeprecatedLicenseId": false, 8070 + "detailsUrl": "https://spdx.org/licenses/TU-Berlin-1.0.json", 8071 + "referenceNumber": 106, 8072 + "name": "Technische Universitaet Berlin License 1.0", 8073 + "licenseId": "TU-Berlin-1.0", 8074 + "seeAlso": [ 8075 + "https://github.com/swh/ladspa/blob/7bf6f3799fdba70fda297c2d8fd9f526803d9680/gsm/COPYRIGHT" 8076 + ], 8077 + "isOsiApproved": false 8078 + }, 8079 + { 8080 + "reference": "https://spdx.org/licenses/TU-Berlin-2.0.html", 8081 + "isDeprecatedLicenseId": false, 8082 + "detailsUrl": "https://spdx.org/licenses/TU-Berlin-2.0.json", 8083 + "referenceNumber": 669, 8084 + "name": "Technische Universitaet Berlin License 2.0", 8085 + "licenseId": "TU-Berlin-2.0", 8086 + "seeAlso": [ 8087 + "https://github.com/CorsixTH/deps/blob/fd339a9f526d1d9c9f01ccf39e438a015da50035/licences/libgsm.txt" 8088 + ], 8089 + "isOsiApproved": false 8090 + }, 8091 + { 8092 + "reference": "https://spdx.org/licenses/Ubuntu-font-1.0.html", 8093 + "isDeprecatedLicenseId": false, 8094 + "detailsUrl": "https://spdx.org/licenses/Ubuntu-font-1.0.json", 8095 + "referenceNumber": 268, 8096 + "name": "Ubuntu Font Licence v1.0", 8097 + "licenseId": "Ubuntu-font-1.0", 8098 + "seeAlso": [ 8099 + "https://ubuntu.com/legal/font-licence", 8100 + "https://assets.ubuntu.com/v1/81e5605d-ubuntu-font-licence-1.0.txt" 8101 + ], 8102 + "isOsiApproved": false 8103 + }, 8104 + { 8105 + "reference": "https://spdx.org/licenses/UCAR.html", 8106 + "isDeprecatedLicenseId": false, 8107 + "detailsUrl": "https://spdx.org/licenses/UCAR.json", 8108 + "referenceNumber": 353, 8109 + "name": "UCAR License", 8110 + "licenseId": "UCAR", 8111 + "seeAlso": [ 8112 + "https://github.com/Unidata/UDUNITS-2/blob/master/COPYRIGHT" 8113 + ], 8114 + "isOsiApproved": false 8115 + }, 8116 + { 8117 + "reference": "https://spdx.org/licenses/UCL-1.0.html", 8118 + "isDeprecatedLicenseId": false, 8119 + "detailsUrl": "https://spdx.org/licenses/UCL-1.0.json", 8120 + "referenceNumber": 611, 8121 + "name": "Upstream Compatibility License v1.0", 8122 + "licenseId": "UCL-1.0", 8123 + "seeAlso": [ 8124 + "https://opensource.org/licenses/UCL-1.0" 8125 + ], 8126 + "isOsiApproved": true 8127 + }, 8128 + { 8129 + "reference": "https://spdx.org/licenses/ulem.html", 8130 + "isDeprecatedLicenseId": false, 8131 + "detailsUrl": "https://spdx.org/licenses/ulem.json", 8132 + "referenceNumber": 514, 8133 + "name": "ulem License", 8134 + "licenseId": "ulem", 8135 + "seeAlso": [ 8136 + "https://mirrors.ctan.org/macros/latex/contrib/ulem/README" 8137 + ], 8138 + "isOsiApproved": false 8139 + }, 8140 + { 8141 + "reference": "https://spdx.org/licenses/UMich-Merit.html", 8142 + "isDeprecatedLicenseId": false, 8143 + "detailsUrl": "https://spdx.org/licenses/UMich-Merit.json", 8144 + "referenceNumber": 48, 8145 + "name": "Michigan/Merit Networks License", 8146 + "licenseId": "UMich-Merit", 8147 + "seeAlso": [ 8148 + "https://github.com/radcli/radcli/blob/master/COPYRIGHT#L64" 8149 + ], 8150 + "isOsiApproved": false 8151 + }, 8152 + { 8153 + "reference": "https://spdx.org/licenses/Unicode-3.0.html", 8154 + "isDeprecatedLicenseId": false, 8155 + "detailsUrl": "https://spdx.org/licenses/Unicode-3.0.json", 8156 + "referenceNumber": 308, 8157 + "name": "Unicode License v3", 8158 + "licenseId": "Unicode-3.0", 8159 + "seeAlso": [ 8160 + "https://www.unicode.org/license.txt" 8161 + ], 8162 + "isOsiApproved": true 8163 + }, 8164 + { 8165 + "reference": "https://spdx.org/licenses/Unicode-DFS-2015.html", 8166 + "isDeprecatedLicenseId": false, 8167 + "detailsUrl": "https://spdx.org/licenses/Unicode-DFS-2015.json", 8168 + "referenceNumber": 254, 8169 + "name": "Unicode License Agreement - Data Files and Software (2015)", 8170 + "licenseId": "Unicode-DFS-2015", 8171 + "seeAlso": [ 8172 + "https://web.archive.org/web/20151224134844/http://unicode.org/copyright.html" 8173 + ], 8174 + "isOsiApproved": false 8175 + }, 8176 + { 8177 + "reference": "https://spdx.org/licenses/Unicode-DFS-2016.html", 8178 + "isDeprecatedLicenseId": false, 8179 + "detailsUrl": "https://spdx.org/licenses/Unicode-DFS-2016.json", 8180 + "referenceNumber": 309, 8181 + "name": "Unicode License Agreement - Data Files and Software (2016)", 8182 + "licenseId": "Unicode-DFS-2016", 8183 + "seeAlso": [ 8184 + "https://www.unicode.org/license.txt", 8185 + "http://web.archive.org/web/20160823201924/http://www.unicode.org/copyright.html#License", 8186 + "http://www.unicode.org/copyright.html" 8187 + ], 8188 + "isOsiApproved": true 8189 + }, 8190 + { 8191 + "reference": "https://spdx.org/licenses/Unicode-TOU.html", 8192 + "isDeprecatedLicenseId": false, 8193 + "detailsUrl": "https://spdx.org/licenses/Unicode-TOU.json", 8194 + "referenceNumber": 115, 8195 + "name": "Unicode Terms of Use", 8196 + "licenseId": "Unicode-TOU", 8197 + "seeAlso": [ 8198 + "http://web.archive.org/web/20140704074106/http://www.unicode.org/copyright.html", 8199 + "http://www.unicode.org/copyright.html" 8200 + ], 8201 + "isOsiApproved": false 8202 + }, 8203 + { 8204 + "reference": "https://spdx.org/licenses/UnixCrypt.html", 8205 + "isDeprecatedLicenseId": false, 8206 + "detailsUrl": "https://spdx.org/licenses/UnixCrypt.json", 8207 + "referenceNumber": 180, 8208 + "name": "UnixCrypt License", 8209 + "licenseId": "UnixCrypt", 8210 + "seeAlso": [ 8211 + "https://foss.heptapod.net/python-libs/passlib/-/blob/branch/stable/LICENSE#L70", 8212 + "https://opensource.apple.com/source/JBoss/JBoss-737/jboss-all/jetty/src/main/org/mortbay/util/UnixCrypt.java.auto.html", 8213 + "https://archive.eclipse.org/jetty/8.0.1.v20110908/xref/org/eclipse/jetty/http/security/UnixCrypt.html" 8214 + ], 8215 + "isOsiApproved": false 8216 + }, 8217 + { 8218 + "reference": "https://spdx.org/licenses/Unlicense.html", 8219 + "isDeprecatedLicenseId": false, 8220 + "detailsUrl": "https://spdx.org/licenses/Unlicense.json", 8221 + "referenceNumber": 337, 8222 + "name": "The Unlicense", 8223 + "licenseId": "Unlicense", 8224 + "seeAlso": [ 8225 + "https://unlicense.org/" 8226 + ], 8227 + "isOsiApproved": true, 8228 + "isFsfLibre": true 8229 + }, 8230 + { 8231 + "reference": "https://spdx.org/licenses/Unlicense-libtelnet.html", 8232 + "isDeprecatedLicenseId": false, 8233 + "detailsUrl": "https://spdx.org/licenses/Unlicense-libtelnet.json", 8234 + "referenceNumber": 113, 8235 + "name": "Unlicense - libtelnet variant", 8236 + "licenseId": "Unlicense-libtelnet", 8237 + "seeAlso": [ 8238 + "https://github.com/seanmiddleditch/libtelnet/blob/develop/COPYING" 8239 + ], 8240 + "isOsiApproved": false 8241 + }, 8242 + { 8243 + "reference": "https://spdx.org/licenses/Unlicense-libwhirlpool.html", 8244 + "isDeprecatedLicenseId": false, 8245 + "detailsUrl": "https://spdx.org/licenses/Unlicense-libwhirlpool.json", 8246 + "referenceNumber": 565, 8247 + "name": "Unlicense - libwhirlpool variant", 8248 + "licenseId": "Unlicense-libwhirlpool", 8249 + "seeAlso": [ 8250 + "https://github.com/dfateyev/libwhirlpool/blob/master/README#L27" 8251 + ], 8252 + "isOsiApproved": false 8253 + }, 8254 + { 8255 + "reference": "https://spdx.org/licenses/UPL-1.0.html", 8256 + "isDeprecatedLicenseId": false, 8257 + "detailsUrl": "https://spdx.org/licenses/UPL-1.0.json", 8258 + "referenceNumber": 88, 8259 + "name": "Universal Permissive License v1.0", 8260 + "licenseId": "UPL-1.0", 8261 + "seeAlso": [ 8262 + "https://opensource.org/licenses/UPL" 8263 + ], 8264 + "isOsiApproved": true, 8265 + "isFsfLibre": true 8266 + }, 8267 + { 8268 + "reference": "https://spdx.org/licenses/URT-RLE.html", 8269 + "isDeprecatedLicenseId": false, 8270 + "detailsUrl": "https://spdx.org/licenses/URT-RLE.json", 8271 + "referenceNumber": 380, 8272 + "name": "Utah Raster Toolkit Run Length Encoded License", 8273 + "licenseId": "URT-RLE", 8274 + "seeAlso": [ 8275 + "https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/converter/other/pnmtorle.c", 8276 + "https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/converter/other/rletopnm.c" 8277 + ], 8278 + "isOsiApproved": false 8279 + }, 8280 + { 8281 + "reference": "https://spdx.org/licenses/Vim.html", 8282 + "isDeprecatedLicenseId": false, 8283 + "detailsUrl": "https://spdx.org/licenses/Vim.json", 8284 + "referenceNumber": 327, 8285 + "name": "Vim License", 8286 + "licenseId": "Vim", 8287 + "seeAlso": [ 8288 + "http://vimdoc.sourceforge.net/htmldoc/uganda.html" 8289 + ], 8290 + "isOsiApproved": false, 8291 + "isFsfLibre": true 8292 + }, 8293 + { 8294 + "reference": "https://spdx.org/licenses/VOSTROM.html", 8295 + "isDeprecatedLicenseId": false, 8296 + "detailsUrl": "https://spdx.org/licenses/VOSTROM.json", 8297 + "referenceNumber": 575, 8298 + "name": "VOSTROM Public License for Open Source", 8299 + "licenseId": "VOSTROM", 8300 + "seeAlso": [ 8301 + "https://fedoraproject.org/wiki/Licensing/VOSTROM" 8302 + ], 8303 + "isOsiApproved": false 8304 + }, 8305 + { 8306 + "reference": "https://spdx.org/licenses/VSL-1.0.html", 8307 + "isDeprecatedLicenseId": false, 8308 + "detailsUrl": "https://spdx.org/licenses/VSL-1.0.json", 8309 + "referenceNumber": 562, 8310 + "name": "Vovida Software License v1.0", 8311 + "licenseId": "VSL-1.0", 8312 + "seeAlso": [ 8313 + "https://opensource.org/licenses/VSL-1.0" 8314 + ], 8315 + "isOsiApproved": true 8316 + }, 8317 + { 8318 + "reference": "https://spdx.org/licenses/W3C.html", 8319 + "isDeprecatedLicenseId": false, 8320 + "detailsUrl": "https://spdx.org/licenses/W3C.json", 8321 + "referenceNumber": 479, 8322 + "name": "W3C Software Notice and License (2002-12-31)", 8323 + "licenseId": "W3C", 8324 + "seeAlso": [ 8325 + "http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231.html", 8326 + "https://opensource.org/licenses/W3C" 8327 + ], 8328 + "isOsiApproved": true, 8329 + "isFsfLibre": true 8330 + }, 8331 + { 8332 + "reference": "https://spdx.org/licenses/W3C-19980720.html", 8333 + "isDeprecatedLicenseId": false, 8334 + "detailsUrl": "https://spdx.org/licenses/W3C-19980720.json", 8335 + "referenceNumber": 365, 8336 + "name": "W3C Software Notice and License (1998-07-20)", 8337 + "licenseId": "W3C-19980720", 8338 + "seeAlso": [ 8339 + "http://www.w3.org/Consortium/Legal/copyright-software-19980720.html" 8340 + ], 8341 + "isOsiApproved": false 8342 + }, 8343 + { 8344 + "reference": "https://spdx.org/licenses/W3C-20150513.html", 8345 + "isDeprecatedLicenseId": false, 8346 + "detailsUrl": "https://spdx.org/licenses/W3C-20150513.json", 8347 + "referenceNumber": 295, 8348 + "name": "W3C Software Notice and Document License (2015-05-13)", 8349 + "licenseId": "W3C-20150513", 8350 + "seeAlso": [ 8351 + "https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document", 8352 + "https://www.w3.org/copyright/software-license-2015/", 8353 + "https://www.w3.org/copyright/software-license-2023/" 8354 + ], 8355 + "isOsiApproved": true 8356 + }, 8357 + { 8358 + "reference": "https://spdx.org/licenses/w3m.html", 8359 + "isDeprecatedLicenseId": false, 8360 + "detailsUrl": "https://spdx.org/licenses/w3m.json", 8361 + "referenceNumber": 141, 8362 + "name": "w3m License", 8363 + "licenseId": "w3m", 8364 + "seeAlso": [ 8365 + "https://github.com/tats/w3m/blob/master/COPYING" 8366 + ], 8367 + "isOsiApproved": false 8368 + }, 8369 + { 8370 + "reference": "https://spdx.org/licenses/Watcom-1.0.html", 8371 + "isDeprecatedLicenseId": false, 8372 + "detailsUrl": "https://spdx.org/licenses/Watcom-1.0.json", 8373 + "referenceNumber": 527, 8374 + "name": "Sybase Open Watcom Public License 1.0", 8375 + "licenseId": "Watcom-1.0", 8376 + "seeAlso": [ 8377 + "https://opensource.org/licenses/Watcom-1.0" 8378 + ], 8379 + "isOsiApproved": true, 8380 + "isFsfLibre": false 8381 + }, 8382 + { 8383 + "reference": "https://spdx.org/licenses/Widget-Workshop.html", 8384 + "isDeprecatedLicenseId": false, 8385 + "detailsUrl": "https://spdx.org/licenses/Widget-Workshop.json", 8386 + "referenceNumber": 522, 8387 + "name": "Widget Workshop License", 8388 + "licenseId": "Widget-Workshop", 8389 + "seeAlso": [ 8390 + "https://github.com/novnc/noVNC/blob/master/core/crypto/des.js#L24" 8391 + ], 8392 + "isOsiApproved": false 8393 + }, 8394 + { 8395 + "reference": "https://spdx.org/licenses/Wsuipa.html", 8396 + "isDeprecatedLicenseId": false, 8397 + "detailsUrl": "https://spdx.org/licenses/Wsuipa.json", 8398 + "referenceNumber": 564, 8399 + "name": "Wsuipa License", 8400 + "licenseId": "Wsuipa", 8401 + "seeAlso": [ 8402 + "https://fedoraproject.org/wiki/Licensing/Wsuipa" 8403 + ], 8404 + "isOsiApproved": false 8405 + }, 8406 + { 8407 + "reference": "https://spdx.org/licenses/WTFPL.html", 8408 + "isDeprecatedLicenseId": false, 8409 + "detailsUrl": "https://spdx.org/licenses/WTFPL.json", 8410 + "referenceNumber": 418, 8411 + "name": "Do What The F*ck You Want To Public License", 8412 + "licenseId": "WTFPL", 8413 + "seeAlso": [ 8414 + "http://www.wtfpl.net/about/", 8415 + "http://sam.zoy.org/wtfpl/COPYING" 8416 + ], 8417 + "isOsiApproved": false, 8418 + "isFsfLibre": true 8419 + }, 8420 + { 8421 + "reference": "https://spdx.org/licenses/wwl.html", 8422 + "isDeprecatedLicenseId": false, 8423 + "detailsUrl": "https://spdx.org/licenses/wwl.json", 8424 + "referenceNumber": 627, 8425 + "name": "WWL License", 8426 + "licenseId": "wwl", 8427 + "seeAlso": [ 8428 + "http://www.db.net/downloads/wwl+db-1.3.tgz" 8429 + ], 8430 + "isOsiApproved": false 8431 + }, 8432 + { 8433 + "reference": "https://spdx.org/licenses/wxWindows.html", 8434 + "isDeprecatedLicenseId": true, 8435 + "detailsUrl": "https://spdx.org/licenses/wxWindows.json", 8436 + "referenceNumber": 431, 8437 + "name": "wxWindows Library License", 8438 + "licenseId": "wxWindows", 8439 + "seeAlso": [ 8440 + "https://opensource.org/licenses/WXwindows" 8441 + ], 8442 + "isOsiApproved": true 8443 + }, 8444 + { 8445 + "reference": "https://spdx.org/licenses/X11.html", 8446 + "isDeprecatedLicenseId": false, 8447 + "detailsUrl": "https://spdx.org/licenses/X11.json", 8448 + "referenceNumber": 0, 8449 + "name": "X11 License", 8450 + "licenseId": "X11", 8451 + "seeAlso": [ 8452 + "http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3" 8453 + ], 8454 + "isOsiApproved": false, 8455 + "isFsfLibre": true 8456 + }, 8457 + { 8458 + "reference": "https://spdx.org/licenses/X11-distribute-modifications-variant.html", 8459 + "isDeprecatedLicenseId": false, 8460 + "detailsUrl": "https://spdx.org/licenses/X11-distribute-modifications-variant.json", 8461 + "referenceNumber": 302, 8462 + "name": "X11 License Distribution Modification Variant", 8463 + "licenseId": "X11-distribute-modifications-variant", 8464 + "seeAlso": [ 8465 + "https://github.com/mirror/ncurses/blob/master/COPYING" 8466 + ], 8467 + "isOsiApproved": false 8468 + }, 8469 + { 8470 + "reference": "https://spdx.org/licenses/X11-swapped.html", 8471 + "isDeprecatedLicenseId": false, 8472 + "detailsUrl": "https://spdx.org/licenses/X11-swapped.json", 8473 + "referenceNumber": 248, 8474 + "name": "X11 swapped final paragraphs", 8475 + "licenseId": "X11-swapped", 8476 + "seeAlso": [ 8477 + "https://github.com/fedeinthemix/chez-srfi/blob/master/srfi/LICENSE" 8478 + ], 8479 + "isOsiApproved": false 8480 + }, 8481 + { 8482 + "reference": "https://spdx.org/licenses/Xdebug-1.03.html", 8483 + "isDeprecatedLicenseId": false, 8484 + "detailsUrl": "https://spdx.org/licenses/Xdebug-1.03.json", 8485 + "referenceNumber": 109, 8486 + "name": "Xdebug License v 1.03", 8487 + "licenseId": "Xdebug-1.03", 8488 + "seeAlso": [ 8489 + "https://github.com/xdebug/xdebug/blob/master/LICENSE" 8490 + ], 8491 + "isOsiApproved": false 8492 + }, 8493 + { 8494 + "reference": "https://spdx.org/licenses/Xerox.html", 8495 + "isDeprecatedLicenseId": false, 8496 + "detailsUrl": "https://spdx.org/licenses/Xerox.json", 8497 + "referenceNumber": 615, 8498 + "name": "Xerox License", 8499 + "licenseId": "Xerox", 8500 + "seeAlso": [ 8501 + "https://fedoraproject.org/wiki/Licensing/Xerox" 8502 + ], 8503 + "isOsiApproved": false 8504 + }, 8505 + { 8506 + "reference": "https://spdx.org/licenses/Xfig.html", 8507 + "isDeprecatedLicenseId": false, 8508 + "detailsUrl": "https://spdx.org/licenses/Xfig.json", 8509 + "referenceNumber": 125, 8510 + "name": "Xfig License", 8511 + "licenseId": "Xfig", 8512 + "seeAlso": [ 8513 + "https://github.com/Distrotech/transfig/blob/master/transfig/transfig.c", 8514 + "https://fedoraproject.org/wiki/Licensing:MIT#Xfig_Variant", 8515 + "https://sourceforge.net/p/mcj/xfig/ci/master/tree/src/Makefile.am" 8516 + ], 8517 + "isOsiApproved": false 8518 + }, 8519 + { 8520 + "reference": "https://spdx.org/licenses/XFree86-1.1.html", 8521 + "isDeprecatedLicenseId": false, 8522 + "detailsUrl": "https://spdx.org/licenses/XFree86-1.1.json", 8523 + "referenceNumber": 646, 8524 + "name": "XFree86 License 1.1", 8525 + "licenseId": "XFree86-1.1", 8526 + "seeAlso": [ 8527 + "http://www.xfree86.org/current/LICENSE4.html" 8528 + ], 8529 + "isOsiApproved": false, 8530 + "isFsfLibre": true 8531 + }, 8532 + { 8533 + "reference": "https://spdx.org/licenses/xinetd.html", 8534 + "isDeprecatedLicenseId": false, 8535 + "detailsUrl": "https://spdx.org/licenses/xinetd.json", 8536 + "referenceNumber": 93, 8537 + "name": "xinetd License", 8538 + "licenseId": "xinetd", 8539 + "seeAlso": [ 8540 + "https://fedoraproject.org/wiki/Licensing/Xinetd_License" 8541 + ], 8542 + "isOsiApproved": false, 8543 + "isFsfLibre": true 8544 + }, 8545 + { 8546 + "reference": "https://spdx.org/licenses/xkeyboard-config-Zinoviev.html", 8547 + "isDeprecatedLicenseId": false, 8548 + "detailsUrl": "https://spdx.org/licenses/xkeyboard-config-Zinoviev.json", 8549 + "referenceNumber": 212, 8550 + "name": "xkeyboard-config Zinoviev License", 8551 + "licenseId": "xkeyboard-config-Zinoviev", 8552 + "seeAlso": [ 8553 + "https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/blob/master/COPYING?ref_type\u003dheads#L178" 8554 + ], 8555 + "isOsiApproved": false 8556 + }, 8557 + { 8558 + "reference": "https://spdx.org/licenses/xlock.html", 8559 + "isDeprecatedLicenseId": false, 8560 + "detailsUrl": "https://spdx.org/licenses/xlock.json", 8561 + "referenceNumber": 362, 8562 + "name": "xlock License", 8563 + "licenseId": "xlock", 8564 + "seeAlso": [ 8565 + "https://fossies.org/linux/tiff/contrib/ras/ras2tif.c" 8566 + ], 8567 + "isOsiApproved": false 8568 + }, 8569 + { 8570 + "reference": "https://spdx.org/licenses/Xnet.html", 8571 + "isDeprecatedLicenseId": false, 8572 + "detailsUrl": "https://spdx.org/licenses/Xnet.json", 8573 + "referenceNumber": 470, 8574 + "name": "X.Net License", 8575 + "licenseId": "Xnet", 8576 + "seeAlso": [ 8577 + "https://opensource.org/licenses/Xnet" 8578 + ], 8579 + "isOsiApproved": true 8580 + }, 8581 + { 8582 + "reference": "https://spdx.org/licenses/xpp.html", 8583 + "isDeprecatedLicenseId": false, 8584 + "detailsUrl": "https://spdx.org/licenses/xpp.json", 8585 + "referenceNumber": 290, 8586 + "name": "XPP License", 8587 + "licenseId": "xpp", 8588 + "seeAlso": [ 8589 + "https://fedoraproject.org/wiki/Licensing/xpp" 8590 + ], 8591 + "isOsiApproved": false 8592 + }, 8593 + { 8594 + "reference": "https://spdx.org/licenses/XSkat.html", 8595 + "isDeprecatedLicenseId": false, 8596 + "detailsUrl": "https://spdx.org/licenses/XSkat.json", 8597 + "referenceNumber": 293, 8598 + "name": "XSkat License", 8599 + "licenseId": "XSkat", 8600 + "seeAlso": [ 8601 + "https://fedoraproject.org/wiki/Licensing/XSkat_License" 8602 + ], 8603 + "isOsiApproved": false 8604 + }, 8605 + { 8606 + "reference": "https://spdx.org/licenses/xzoom.html", 8607 + "isDeprecatedLicenseId": false, 8608 + "detailsUrl": "https://spdx.org/licenses/xzoom.json", 8609 + "referenceNumber": 90, 8610 + "name": "xzoom License", 8611 + "licenseId": "xzoom", 8612 + "seeAlso": [ 8613 + "https://metadata.ftp-master.debian.org/changelogs//main/x/xzoom/xzoom_0.3-27_copyright" 8614 + ], 8615 + "isOsiApproved": false 8616 + }, 8617 + { 8618 + "reference": "https://spdx.org/licenses/YPL-1.0.html", 8619 + "isDeprecatedLicenseId": false, 8620 + "detailsUrl": "https://spdx.org/licenses/YPL-1.0.json", 8621 + "referenceNumber": 294, 8622 + "name": "Yahoo! Public License v1.0", 8623 + "licenseId": "YPL-1.0", 8624 + "seeAlso": [ 8625 + "http://www.zimbra.com/license/yahoo_public_license_1.0.html" 8626 + ], 8627 + "isOsiApproved": false 8628 + }, 8629 + { 8630 + "reference": "https://spdx.org/licenses/YPL-1.1.html", 8631 + "isDeprecatedLicenseId": false, 8632 + "detailsUrl": "https://spdx.org/licenses/YPL-1.1.json", 8633 + "referenceNumber": 481, 8634 + "name": "Yahoo! Public License v1.1", 8635 + "licenseId": "YPL-1.1", 8636 + "seeAlso": [ 8637 + "http://www.zimbra.com/license/yahoo_public_license_1.1.html" 8638 + ], 8639 + "isOsiApproved": false, 8640 + "isFsfLibre": true 8641 + }, 8642 + { 8643 + "reference": "https://spdx.org/licenses/Zed.html", 8644 + "isDeprecatedLicenseId": false, 8645 + "detailsUrl": "https://spdx.org/licenses/Zed.json", 8646 + "referenceNumber": 189, 8647 + "name": "Zed License", 8648 + "licenseId": "Zed", 8649 + "seeAlso": [ 8650 + "https://fedoraproject.org/wiki/Licensing/Zed" 8651 + ], 8652 + "isOsiApproved": false 8653 + }, 8654 + { 8655 + "reference": "https://spdx.org/licenses/Zeeff.html", 8656 + "isDeprecatedLicenseId": false, 8657 + "detailsUrl": "https://spdx.org/licenses/Zeeff.json", 8658 + "referenceNumber": 551, 8659 + "name": "Zeeff License", 8660 + "licenseId": "Zeeff", 8661 + "seeAlso": [ 8662 + "ftp://ftp.tin.org/pub/news/utils/newsx/newsx-1.6.tar.gz" 8663 + ], 8664 + "isOsiApproved": false 8665 + }, 8666 + { 8667 + "reference": "https://spdx.org/licenses/Zend-2.0.html", 8668 + "isDeprecatedLicenseId": false, 8669 + "detailsUrl": "https://spdx.org/licenses/Zend-2.0.json", 8670 + "referenceNumber": 444, 8671 + "name": "Zend License v2.0", 8672 + "licenseId": "Zend-2.0", 8673 + "seeAlso": [ 8674 + "https://web.archive.org/web/20130517195954/http://www.zend.com/license/2_00.txt" 8675 + ], 8676 + "isOsiApproved": false, 8677 + "isFsfLibre": true 8678 + }, 8679 + { 8680 + "reference": "https://spdx.org/licenses/Zimbra-1.3.html", 8681 + "isDeprecatedLicenseId": false, 8682 + "detailsUrl": "https://spdx.org/licenses/Zimbra-1.3.json", 8683 + "referenceNumber": 26, 8684 + "name": "Zimbra Public License v1.3", 8685 + "licenseId": "Zimbra-1.3", 8686 + "seeAlso": [ 8687 + "http://web.archive.org/web/20100302225219/http://www.zimbra.com/license/zimbra-public-license-1-3.html" 8688 + ], 8689 + "isOsiApproved": false, 8690 + "isFsfLibre": true 8691 + }, 8692 + { 8693 + "reference": "https://spdx.org/licenses/Zimbra-1.4.html", 8694 + "isDeprecatedLicenseId": false, 8695 + "detailsUrl": "https://spdx.org/licenses/Zimbra-1.4.json", 8696 + "referenceNumber": 330, 8697 + "name": "Zimbra Public License v1.4", 8698 + "licenseId": "Zimbra-1.4", 8699 + "seeAlso": [ 8700 + "http://www.zimbra.com/legal/zimbra-public-license-1-4" 8701 + ], 8702 + "isOsiApproved": false 8703 + }, 8704 + { 8705 + "reference": "https://spdx.org/licenses/Zlib.html", 8706 + "isDeprecatedLicenseId": false, 8707 + "detailsUrl": "https://spdx.org/licenses/Zlib.json", 8708 + "referenceNumber": 421, 8709 + "name": "zlib License", 8710 + "licenseId": "Zlib", 8711 + "seeAlso": [ 8712 + "http://www.zlib.net/zlib_license.html", 8713 + "https://opensource.org/licenses/Zlib" 8714 + ], 8715 + "isOsiApproved": true, 8716 + "isFsfLibre": true 8717 + }, 8718 + { 8719 + "reference": "https://spdx.org/licenses/zlib-acknowledgement.html", 8720 + "isDeprecatedLicenseId": false, 8721 + "detailsUrl": "https://spdx.org/licenses/zlib-acknowledgement.json", 8722 + "referenceNumber": 188, 8723 + "name": "zlib/libpng License with Acknowledgement", 8724 + "licenseId": "zlib-acknowledgement", 8725 + "seeAlso": [ 8726 + "https://fedoraproject.org/wiki/Licensing/ZlibWithAcknowledgement" 8727 + ], 8728 + "isOsiApproved": false 8729 + }, 8730 + { 8731 + "reference": "https://spdx.org/licenses/ZPL-1.1.html", 8732 + "isDeprecatedLicenseId": false, 8733 + "detailsUrl": "https://spdx.org/licenses/ZPL-1.1.json", 8734 + "referenceNumber": 597, 8735 + "name": "Zope Public License 1.1", 8736 + "licenseId": "ZPL-1.1", 8737 + "seeAlso": [ 8738 + "http://old.zope.org/Resources/License/ZPL-1.1" 8739 + ], 8740 + "isOsiApproved": false 8741 + }, 8742 + { 8743 + "reference": "https://spdx.org/licenses/ZPL-2.0.html", 8744 + "isDeprecatedLicenseId": false, 8745 + "detailsUrl": "https://spdx.org/licenses/ZPL-2.0.json", 8746 + "referenceNumber": 555, 8747 + "name": "Zope Public License 2.0", 8748 + "licenseId": "ZPL-2.0", 8749 + "seeAlso": [ 8750 + "http://old.zope.org/Resources/License/ZPL-2.0", 8751 + "https://opensource.org/licenses/ZPL-2.0" 8752 + ], 8753 + "isOsiApproved": true, 8754 + "isFsfLibre": true 8755 + }, 8756 + { 8757 + "reference": "https://spdx.org/licenses/ZPL-2.1.html", 8758 + "isDeprecatedLicenseId": false, 8759 + "detailsUrl": "https://spdx.org/licenses/ZPL-2.1.json", 8760 + "referenceNumber": 272, 8761 + "name": "Zope Public License 2.1", 8762 + "licenseId": "ZPL-2.1", 8763 + "seeAlso": [ 8764 + "http://old.zope.org/Resources/ZPL/" 8765 + ], 8766 + "isOsiApproved": true, 8767 + "isFsfLibre": true 8768 + } 8769 + ], 8770 + "releaseDate": "2025-07-01T00:00:00Z" 8771 + }
+5
vendor/opam/spdx_licenses/src/lexer.mli
··· 1 + (* SPDX-License-Identifier: MIT *) 2 + 3 + exception Error 4 + 5 + val main : Lexing.lexbuf -> Parser.token
+24
vendor/opam/spdx_licenses/src/lexer.mll
··· 1 + (* SPDX-License-Identifier: MIT *) 2 + 3 + { 4 + 5 + exception Error 6 + 7 + } 8 + 9 + let idstring = ['a'-'z' 'A'-'Z' '0'-'9' '-' '.']+ 10 + let blank = [' ' '\t' '\n']+ 11 + 12 + rule main = parse 13 + | blank { main lexbuf } 14 + | '(' { Parser.LPAREN } 15 + | ')' { Parser.RPAREN } 16 + | "WITH" | "with" { Parser.WITH } 17 + | "AND" | "and" { Parser.AND } 18 + | "OR" | "or" { Parser.OR } 19 + | ("DocumentRef-" (idstring as x) ':')? "LicenseRef-" (idstring as y) { Parser.REF (x, y) } 20 + | ("DocumentRef-" (idstring as x) ':')? "AdditionRef-" (idstring as y) { Parser.ADREF (x, y) } 21 + | idstring as id { Parser.ID id } 22 + | (idstring as id) '+' { Parser.IDPLUS id } 23 + | eof { Parser.EOF } 24 + | _ { raise Error }
+671
vendor/opam/spdx_licenses/src/licenseIDs.ml
··· 1 + (* This file was generated. See dune file. *) 2 + 3 + let list = [ 4 + "0BSD"; 5 + "3D-Slicer-1.0"; 6 + "AAL"; 7 + "ADSL"; 8 + "AFL-1.1"; 9 + "AFL-1.2"; 10 + "AFL-2.0"; 11 + "AFL-2.1"; 12 + "AFL-3.0"; 13 + "AGPL-1.0-only"; 14 + "AGPL-1.0-or-later"; 15 + "AGPL-3.0-only"; 16 + "AGPL-3.0-or-later"; 17 + "AMD-newlib"; 18 + "AMDPLPA"; 19 + "AML"; 20 + "AML-glslang"; 21 + "AMPAS"; 22 + "ANTLR-PD"; 23 + "ANTLR-PD-fallback"; 24 + "APAFML"; 25 + "APL-1.0"; 26 + "APSL-1.0"; 27 + "APSL-1.1"; 28 + "APSL-1.2"; 29 + "APSL-2.0"; 30 + "ASWF-Digital-Assets-1.0"; 31 + "ASWF-Digital-Assets-1.1"; 32 + "Abstyles"; 33 + "AdaCore-doc"; 34 + "Adobe-2006"; 35 + "Adobe-Display-PostScript"; 36 + "Adobe-Glyph"; 37 + "Adobe-Utopia"; 38 + "Afmparse"; 39 + "Aladdin"; 40 + "Apache-1.0"; 41 + "Apache-1.1"; 42 + "Apache-2.0"; 43 + "App-s2p"; 44 + "Arphic-1999"; 45 + "Artistic-1.0"; 46 + "Artistic-1.0-Perl"; 47 + "Artistic-1.0-cl8"; 48 + "Artistic-2.0"; 49 + "Artistic-dist"; 50 + "Aspell-RU"; 51 + "BSD-1-Clause"; 52 + "BSD-2-Clause"; 53 + "BSD-2-Clause-Darwin"; 54 + "BSD-2-Clause-Patent"; 55 + "BSD-2-Clause-Views"; 56 + "BSD-2-Clause-first-lines"; 57 + "BSD-2-Clause-pkgconf-disclaimer"; 58 + "BSD-3-Clause"; 59 + "BSD-3-Clause-Attribution"; 60 + "BSD-3-Clause-Clear"; 61 + "BSD-3-Clause-HP"; 62 + "BSD-3-Clause-LBNL"; 63 + "BSD-3-Clause-Modification"; 64 + "BSD-3-Clause-No-Military-License"; 65 + "BSD-3-Clause-No-Nuclear-License"; 66 + "BSD-3-Clause-No-Nuclear-License-2014"; 67 + "BSD-3-Clause-No-Nuclear-Warranty"; 68 + "BSD-3-Clause-Open-MPI"; 69 + "BSD-3-Clause-Sun"; 70 + "BSD-3-Clause-acpica"; 71 + "BSD-3-Clause-flex"; 72 + "BSD-4-Clause"; 73 + "BSD-4-Clause-Shortened"; 74 + "BSD-4-Clause-UC"; 75 + "BSD-4.3RENO"; 76 + "BSD-4.3TAHOE"; 77 + "BSD-Advertising-Acknowledgement"; 78 + "BSD-Attribution-HPND-disclaimer"; 79 + "BSD-Inferno-Nettverk"; 80 + "BSD-Protection"; 81 + "BSD-Source-Code"; 82 + "BSD-Source-beginning-file"; 83 + "BSD-Systemics"; 84 + "BSD-Systemics-W3Works"; 85 + "BSL-1.0"; 86 + "BUSL-1.1"; 87 + "Baekmuk"; 88 + "Bahyph"; 89 + "Barr"; 90 + "Beerware"; 91 + "BitTorrent-1.0"; 92 + "BitTorrent-1.1"; 93 + "Bitstream-Charter"; 94 + "Bitstream-Vera"; 95 + "BlueOak-1.0.0"; 96 + "Boehm-GC"; 97 + "Boehm-GC-without-fee"; 98 + "Borceux"; 99 + "Brian-Gladman-2-Clause"; 100 + "Brian-Gladman-3-Clause"; 101 + "C-UDA-1.0"; 102 + "CAL-1.0"; 103 + "CAL-1.0-Combined-Work-Exception"; 104 + "CATOSL-1.1"; 105 + "CC-BY-1.0"; 106 + "CC-BY-2.0"; 107 + "CC-BY-2.5"; 108 + "CC-BY-2.5-AU"; 109 + "CC-BY-3.0"; 110 + "CC-BY-3.0-AT"; 111 + "CC-BY-3.0-AU"; 112 + "CC-BY-3.0-DE"; 113 + "CC-BY-3.0-IGO"; 114 + "CC-BY-3.0-NL"; 115 + "CC-BY-3.0-US"; 116 + "CC-BY-4.0"; 117 + "CC-BY-NC-1.0"; 118 + "CC-BY-NC-2.0"; 119 + "CC-BY-NC-2.5"; 120 + "CC-BY-NC-3.0"; 121 + "CC-BY-NC-3.0-DE"; 122 + "CC-BY-NC-4.0"; 123 + "CC-BY-NC-ND-1.0"; 124 + "CC-BY-NC-ND-2.0"; 125 + "CC-BY-NC-ND-2.5"; 126 + "CC-BY-NC-ND-3.0"; 127 + "CC-BY-NC-ND-3.0-DE"; 128 + "CC-BY-NC-ND-3.0-IGO"; 129 + "CC-BY-NC-ND-4.0"; 130 + "CC-BY-NC-SA-1.0"; 131 + "CC-BY-NC-SA-2.0"; 132 + "CC-BY-NC-SA-2.0-DE"; 133 + "CC-BY-NC-SA-2.0-FR"; 134 + "CC-BY-NC-SA-2.0-UK"; 135 + "CC-BY-NC-SA-2.5"; 136 + "CC-BY-NC-SA-3.0"; 137 + "CC-BY-NC-SA-3.0-DE"; 138 + "CC-BY-NC-SA-3.0-IGO"; 139 + "CC-BY-NC-SA-4.0"; 140 + "CC-BY-ND-1.0"; 141 + "CC-BY-ND-2.0"; 142 + "CC-BY-ND-2.5"; 143 + "CC-BY-ND-3.0"; 144 + "CC-BY-ND-3.0-DE"; 145 + "CC-BY-ND-4.0"; 146 + "CC-BY-SA-1.0"; 147 + "CC-BY-SA-2.0"; 148 + "CC-BY-SA-2.0-UK"; 149 + "CC-BY-SA-2.1-JP"; 150 + "CC-BY-SA-2.5"; 151 + "CC-BY-SA-3.0"; 152 + "CC-BY-SA-3.0-AT"; 153 + "CC-BY-SA-3.0-DE"; 154 + "CC-BY-SA-3.0-IGO"; 155 + "CC-BY-SA-4.0"; 156 + "CC-PDDC"; 157 + "CC-PDM-1.0"; 158 + "CC-SA-1.0"; 159 + "CC0-1.0"; 160 + "CDDL-1.0"; 161 + "CDDL-1.1"; 162 + "CDL-1.0"; 163 + "CDLA-Permissive-1.0"; 164 + "CDLA-Permissive-2.0"; 165 + "CDLA-Sharing-1.0"; 166 + "CECILL-1.0"; 167 + "CECILL-1.1"; 168 + "CECILL-2.0"; 169 + "CECILL-2.1"; 170 + "CECILL-B"; 171 + "CECILL-C"; 172 + "CERN-OHL-1.1"; 173 + "CERN-OHL-1.2"; 174 + "CERN-OHL-P-2.0"; 175 + "CERN-OHL-S-2.0"; 176 + "CERN-OHL-W-2.0"; 177 + "CFITSIO"; 178 + "CMU-Mach"; 179 + "CMU-Mach-nodoc"; 180 + "CNRI-Jython"; 181 + "CNRI-Python"; 182 + "CNRI-Python-GPL-Compatible"; 183 + "COIL-1.0"; 184 + "CPAL-1.0"; 185 + "CPL-1.0"; 186 + "CPOL-1.02"; 187 + "CUA-OPL-1.0"; 188 + "Caldera"; 189 + "Caldera-no-preamble"; 190 + "Catharon"; 191 + "ClArtistic"; 192 + "Clips"; 193 + "Community-Spec-1.0"; 194 + "Condor-1.1"; 195 + "Cornell-Lossless-JPEG"; 196 + "Cronyx"; 197 + "Crossword"; 198 + "CryptoSwift"; 199 + "CrystalStacker"; 200 + "Cube"; 201 + "D-FSL-1.0"; 202 + "DEC-3-Clause"; 203 + "DL-DE-BY-2.0"; 204 + "DL-DE-ZERO-2.0"; 205 + "DOC"; 206 + "DRL-1.0"; 207 + "DRL-1.1"; 208 + "DSDP"; 209 + "DocBook-DTD"; 210 + "DocBook-Schema"; 211 + "DocBook-Stylesheet"; 212 + "DocBook-XML"; 213 + "Dotseqn"; 214 + "ECL-1.0"; 215 + "ECL-2.0"; 216 + "EFL-1.0"; 217 + "EFL-2.0"; 218 + "EPICS"; 219 + "EPL-1.0"; 220 + "EPL-2.0"; 221 + "EUDatagrid"; 222 + "EUPL-1.0"; 223 + "EUPL-1.1"; 224 + "EUPL-1.2"; 225 + "Elastic-2.0"; 226 + "Entessa"; 227 + "ErlPL-1.1"; 228 + "Eurosym"; 229 + "FBM"; 230 + "FDK-AAC"; 231 + "FSFAP"; 232 + "FSFAP-no-warranty-disclaimer"; 233 + "FSFUL"; 234 + "FSFULLR"; 235 + "FSFULLRSD"; 236 + "FSFULLRWD"; 237 + "FSL-1.1-ALv2"; 238 + "FSL-1.1-MIT"; 239 + "FTL"; 240 + "Fair"; 241 + "Ferguson-Twofish"; 242 + "Frameworx-1.0"; 243 + "FreeBSD-DOC"; 244 + "FreeImage"; 245 + "Furuseth"; 246 + "GCR-docs"; 247 + "GD"; 248 + "GFDL-1.1-invariants-only"; 249 + "GFDL-1.1-invariants-or-later"; 250 + "GFDL-1.1-no-invariants-only"; 251 + "GFDL-1.1-no-invariants-or-later"; 252 + "GFDL-1.1-only"; 253 + "GFDL-1.1-or-later"; 254 + "GFDL-1.2-invariants-only"; 255 + "GFDL-1.2-invariants-or-later"; 256 + "GFDL-1.2-no-invariants-only"; 257 + "GFDL-1.2-no-invariants-or-later"; 258 + "GFDL-1.2-only"; 259 + "GFDL-1.2-or-later"; 260 + "GFDL-1.3-invariants-only"; 261 + "GFDL-1.3-invariants-or-later"; 262 + "GFDL-1.3-no-invariants-only"; 263 + "GFDL-1.3-no-invariants-or-later"; 264 + "GFDL-1.3-only"; 265 + "GFDL-1.3-or-later"; 266 + "GL2PS"; 267 + "GLWTPL"; 268 + "GPL-1.0-only"; 269 + "GPL-1.0-or-later"; 270 + "GPL-2.0-only"; 271 + "GPL-2.0-or-later"; 272 + "GPL-3.0-only"; 273 + "GPL-3.0-or-later"; 274 + "Game-Programming-Gems"; 275 + "Giftware"; 276 + "Glide"; 277 + "Glulxe"; 278 + "Graphics-Gems"; 279 + "Gutmann"; 280 + "HDF5"; 281 + "HIDAPI"; 282 + "HP-1986"; 283 + "HP-1989"; 284 + "HPND"; 285 + "HPND-DEC"; 286 + "HPND-Fenneberg-Livingston"; 287 + "HPND-INRIA-IMAG"; 288 + "HPND-Intel"; 289 + "HPND-Kevlin-Henney"; 290 + "HPND-MIT-disclaimer"; 291 + "HPND-Markus-Kuhn"; 292 + "HPND-Netrek"; 293 + "HPND-Pbmplus"; 294 + "HPND-UC"; 295 + "HPND-UC-export-US"; 296 + "HPND-doc"; 297 + "HPND-doc-sell"; 298 + "HPND-export-US"; 299 + "HPND-export-US-acknowledgement"; 300 + "HPND-export-US-modify"; 301 + "HPND-export2-US"; 302 + "HPND-merchantability-variant"; 303 + "HPND-sell-MIT-disclaimer-xserver"; 304 + "HPND-sell-regexpr"; 305 + "HPND-sell-variant"; 306 + "HPND-sell-variant-MIT-disclaimer"; 307 + "HPND-sell-variant-MIT-disclaimer-rev"; 308 + "HTMLTIDY"; 309 + "HaskellReport"; 310 + "Hippocratic-2.1"; 311 + "IBM-pibs"; 312 + "ICU"; 313 + "IEC-Code-Components-EULA"; 314 + "IJG"; 315 + "IJG-short"; 316 + "IPA"; 317 + "IPL-1.0"; 318 + "ISC"; 319 + "ISC-Veillard"; 320 + "ImageMagick"; 321 + "Imlib2"; 322 + "Info-ZIP"; 323 + "Inner-Net-2.0"; 324 + "InnoSetup"; 325 + "Intel"; 326 + "Intel-ACPI"; 327 + "Interbase-1.0"; 328 + "JPL-image"; 329 + "JPNIC"; 330 + "JSON"; 331 + "Jam"; 332 + "JasPer-2.0"; 333 + "Kastrup"; 334 + "Kazlib"; 335 + "Knuth-CTAN"; 336 + "LAL-1.2"; 337 + "LAL-1.3"; 338 + "LGPL-2.0-only"; 339 + "LGPL-2.0-or-later"; 340 + "LGPL-2.1-only"; 341 + "LGPL-2.1-or-later"; 342 + "LGPL-3.0-only"; 343 + "LGPL-3.0-or-later"; 344 + "LGPLLR"; 345 + "LOOP"; 346 + "LPD-document"; 347 + "LPL-1.0"; 348 + "LPL-1.02"; 349 + "LPPL-1.0"; 350 + "LPPL-1.1"; 351 + "LPPL-1.2"; 352 + "LPPL-1.3a"; 353 + "LPPL-1.3c"; 354 + "LZMA-SDK-9.11-to-9.20"; 355 + "LZMA-SDK-9.22"; 356 + "Latex2e"; 357 + "Latex2e-translated-notice"; 358 + "Leptonica"; 359 + "LiLiQ-P-1.1"; 360 + "LiLiQ-R-1.1"; 361 + "LiLiQ-Rplus-1.1"; 362 + "Libpng"; 363 + "Linux-OpenIB"; 364 + "Linux-man-pages-1-para"; 365 + "Linux-man-pages-copyleft"; 366 + "Linux-man-pages-copyleft-2-para"; 367 + "Linux-man-pages-copyleft-var"; 368 + "Lucida-Bitmap-Fonts"; 369 + "MIPS"; 370 + "MIT"; 371 + "MIT-0"; 372 + "MIT-CMU"; 373 + "MIT-Click"; 374 + "MIT-Festival"; 375 + "MIT-Khronos-old"; 376 + "MIT-Modern-Variant"; 377 + "MIT-Wu"; 378 + "MIT-advertising"; 379 + "MIT-enna"; 380 + "MIT-feh"; 381 + "MIT-open-group"; 382 + "MIT-testregex"; 383 + "MITNFA"; 384 + "MMIXware"; 385 + "MPEG-SSG"; 386 + "MPL-1.0"; 387 + "MPL-1.1"; 388 + "MPL-2.0"; 389 + "MPL-2.0-no-copyleft-exception"; 390 + "MS-LPL"; 391 + "MS-PL"; 392 + "MS-RL"; 393 + "MTLL"; 394 + "Mackerras-3-Clause"; 395 + "Mackerras-3-Clause-acknowledgment"; 396 + "MakeIndex"; 397 + "Martin-Birgmeier"; 398 + "McPhee-slideshow"; 399 + "Minpack"; 400 + "MirOS"; 401 + "Motosoto"; 402 + "MulanPSL-1.0"; 403 + "MulanPSL-2.0"; 404 + "Multics"; 405 + "Mup"; 406 + "NAIST-2003"; 407 + "NASA-1.3"; 408 + "NBPL-1.0"; 409 + "NCBI-PD"; 410 + "NCGL-UK-2.0"; 411 + "NCL"; 412 + "NCSA"; 413 + "NGPL"; 414 + "NICTA-1.0"; 415 + "NIST-PD"; 416 + "NIST-PD-fallback"; 417 + "NIST-Software"; 418 + "NLOD-1.0"; 419 + "NLOD-2.0"; 420 + "NLPL"; 421 + "NOSL"; 422 + "NPL-1.0"; 423 + "NPL-1.1"; 424 + "NPOSL-3.0"; 425 + "NRL"; 426 + "NTIA-PD"; 427 + "NTP"; 428 + "NTP-0"; 429 + "Naumen"; 430 + "NetCDF"; 431 + "Newsletr"; 432 + "Nokia"; 433 + "Noweb"; 434 + "O-UDA-1.0"; 435 + "OAR"; 436 + "OCCT-PL"; 437 + "OCLC-2.0"; 438 + "ODC-By-1.0"; 439 + "ODbL-1.0"; 440 + "OFFIS"; 441 + "OFL-1.0"; 442 + "OFL-1.0-RFN"; 443 + "OFL-1.0-no-RFN"; 444 + "OFL-1.1"; 445 + "OFL-1.1-RFN"; 446 + "OFL-1.1-no-RFN"; 447 + "OGC-1.0"; 448 + "OGDL-Taiwan-1.0"; 449 + "OGL-Canada-2.0"; 450 + "OGL-UK-1.0"; 451 + "OGL-UK-2.0"; 452 + "OGL-UK-3.0"; 453 + "OGTSL"; 454 + "OLDAP-1.1"; 455 + "OLDAP-1.2"; 456 + "OLDAP-1.3"; 457 + "OLDAP-1.4"; 458 + "OLDAP-2.0"; 459 + "OLDAP-2.0.1"; 460 + "OLDAP-2.1"; 461 + "OLDAP-2.2"; 462 + "OLDAP-2.2.1"; 463 + "OLDAP-2.2.2"; 464 + "OLDAP-2.3"; 465 + "OLDAP-2.4"; 466 + "OLDAP-2.5"; 467 + "OLDAP-2.6"; 468 + "OLDAP-2.7"; 469 + "OLDAP-2.8"; 470 + "OLFL-1.3"; 471 + "OML"; 472 + "OPL-1.0"; 473 + "OPL-UK-3.0"; 474 + "OPUBL-1.0"; 475 + "OSET-PL-2.1"; 476 + "OSL-1.0"; 477 + "OSL-1.1"; 478 + "OSL-2.0"; 479 + "OSL-2.1"; 480 + "OSL-3.0"; 481 + "OpenPBS-2.3"; 482 + "OpenSSL"; 483 + "OpenSSL-standalone"; 484 + "OpenVision"; 485 + "PADL"; 486 + "PDDL-1.0"; 487 + "PHP-3.0"; 488 + "PHP-3.01"; 489 + "PPL"; 490 + "PSF-2.0"; 491 + "Parity-6.0.0"; 492 + "Parity-7.0.0"; 493 + "Pixar"; 494 + "Plexus"; 495 + "PolyForm-Noncommercial-1.0.0"; 496 + "PolyForm-Small-Business-1.0.0"; 497 + "PostgreSQL"; 498 + "Python-2.0"; 499 + "Python-2.0.1"; 500 + "QPL-1.0"; 501 + "QPL-1.0-INRIA-2004"; 502 + "Qhull"; 503 + "RHeCos-1.1"; 504 + "RPL-1.1"; 505 + "RPL-1.5"; 506 + "RPSL-1.0"; 507 + "RSA-MD"; 508 + "RSCPL"; 509 + "Rdisc"; 510 + "Ruby"; 511 + "Ruby-pty"; 512 + "SAX-PD"; 513 + "SAX-PD-2.0"; 514 + "SCEA"; 515 + "SGI-B-1.0"; 516 + "SGI-B-1.1"; 517 + "SGI-B-2.0"; 518 + "SGI-OpenGL"; 519 + "SGP4"; 520 + "SHL-0.5"; 521 + "SHL-0.51"; 522 + "SISSL"; 523 + "SISSL-1.2"; 524 + "SL"; 525 + "SMAIL-GPL"; 526 + "SMLNJ"; 527 + "SMPPL"; 528 + "SNIA"; 529 + "SOFA"; 530 + "SPL-1.0"; 531 + "SSH-OpenSSH"; 532 + "SSH-short"; 533 + "SSLeay-standalone"; 534 + "SSPL-1.0"; 535 + "SUL-1.0"; 536 + "SWL"; 537 + "Saxpath"; 538 + "SchemeReport"; 539 + "Sendmail"; 540 + "Sendmail-8.23"; 541 + "Sendmail-Open-Source-1.1"; 542 + "SimPL-2.0"; 543 + "Sleepycat"; 544 + "Soundex"; 545 + "Spencer-86"; 546 + "Spencer-94"; 547 + "Spencer-99"; 548 + "SugarCRM-1.1.3"; 549 + "Sun-PPP"; 550 + "Sun-PPP-2000"; 551 + "SunPro"; 552 + "Symlinks"; 553 + "TAPR-OHL-1.0"; 554 + "TCL"; 555 + "TCP-wrappers"; 556 + "TGPPL-1.0"; 557 + "TMate"; 558 + "TORQUE-1.1"; 559 + "TOSL"; 560 + "TPDL"; 561 + "TPL-1.0"; 562 + "TTWL"; 563 + "TTYP0"; 564 + "TU-Berlin-1.0"; 565 + "TU-Berlin-2.0"; 566 + "TermReadKey"; 567 + "ThirdEye"; 568 + "TrustedQSL"; 569 + "UCAR"; 570 + "UCL-1.0"; 571 + "UMich-Merit"; 572 + "UPL-1.0"; 573 + "URT-RLE"; 574 + "Ubuntu-font-1.0"; 575 + "Unicode-3.0"; 576 + "Unicode-DFS-2015"; 577 + "Unicode-DFS-2016"; 578 + "Unicode-TOU"; 579 + "UnixCrypt"; 580 + "Unlicense"; 581 + "Unlicense-libtelnet"; 582 + "Unlicense-libwhirlpool"; 583 + "VOSTROM"; 584 + "VSL-1.0"; 585 + "Vim"; 586 + "W3C"; 587 + "W3C-19980720"; 588 + "W3C-20150513"; 589 + "WTFPL"; 590 + "Watcom-1.0"; 591 + "Widget-Workshop"; 592 + "Wsuipa"; 593 + "X11"; 594 + "X11-distribute-modifications-variant"; 595 + "X11-swapped"; 596 + "XFree86-1.1"; 597 + "XSkat"; 598 + "Xdebug-1.03"; 599 + "Xerox"; 600 + "Xfig"; 601 + "Xnet"; 602 + "YPL-1.0"; 603 + "YPL-1.1"; 604 + "ZPL-1.1"; 605 + "ZPL-2.0"; 606 + "ZPL-2.1"; 607 + "Zed"; 608 + "Zeeff"; 609 + "Zend-2.0"; 610 + "Zimbra-1.3"; 611 + "Zimbra-1.4"; 612 + "Zlib"; 613 + "any-OSI"; 614 + "any-OSI-perl-modules"; 615 + "bcrypt-Solar-Designer"; 616 + "blessing"; 617 + "bzip2-1.0.6"; 618 + "check-cvs"; 619 + "checkmk"; 620 + "copyleft-next-0.3.0"; 621 + "copyleft-next-0.3.1"; 622 + "curl"; 623 + "cve-tou"; 624 + "diffmark"; 625 + "dtoa"; 626 + "dvipdfm"; 627 + "eGenix"; 628 + "etalab-2.0"; 629 + "fwlw"; 630 + "gSOAP-1.3b"; 631 + "generic-xts"; 632 + "gnuplot"; 633 + "gtkbook"; 634 + "hdparm"; 635 + "iMatix"; 636 + "jove"; 637 + "libpng-1.6.35"; 638 + "libpng-2.0"; 639 + "libselinux-1.0"; 640 + "libtiff"; 641 + "libutil-David-Nugent"; 642 + "lsof"; 643 + "magaz"; 644 + "mailprio"; 645 + "man2html"; 646 + "metamail"; 647 + "mpi-permissive"; 648 + "mpich2"; 649 + "mplus"; 650 + "ngrep"; 651 + "pkgconf"; 652 + "pnmstitch"; 653 + "psfrag"; 654 + "psutils"; 655 + "python-ldap"; 656 + "radvd"; 657 + "snprintf"; 658 + "softSurfer"; 659 + "ssh-keyscan"; 660 + "swrule"; 661 + "threeparttable"; 662 + "ulem"; 663 + "w3m"; 664 + "wwl"; 665 + "xinetd"; 666 + "xkeyboard-config-Zinoviev"; 667 + "xlock"; 668 + "xpp"; 669 + "xzoom"; 670 + "zlib-acknowledgement"; 671 + ]
+3
vendor/opam/spdx_licenses/src/licenseIDs.mli
··· 1 + (* SPDX-License-Identifier: MIT *) 2 + 3 + val list : string list
+40
vendor/opam/spdx_licenses/src/parser.mly
··· 1 + /* SPDX-License-Identifier: MIT */ 2 + 3 + %token <string> ID 4 + %token <string> IDPLUS 5 + %token <string option * string> REF 6 + %token <string option * string> ADREF 7 + %token WITH 8 + %token AND 9 + %token OR 10 + %token LPAREN 11 + %token RPAREN 12 + %token EOF 13 + 14 + %left OR 15 + %left AND 16 + 17 + %start main 18 + %type <Types.t> main 19 + 20 + %% 21 + 22 + main: body EOF { $1 } 23 + 24 + simple: 25 + | ID { Types.LicenseID $1 } 26 + | IDPLUS { Types.LicenseIDPlus $1 } 27 + | REF { let (document_ref, license_ref) = $1 in 28 + Types.LicenseRef {Types.document_ref; license_ref} } 29 + 30 + addition: 31 + | ID { Types.Exception $1 } 32 + | ADREF { let (document_ref, addition_ref) = $1 in 33 + Types.AdditionRef {Types.document_ref; addition_ref} } 34 + 35 + body: 36 + | simple { Types.Simple $1 } 37 + | simple WITH addition { Types.WITH ($1, $3) } 38 + | body AND body { Types.AND ($1, $3) } 39 + | body OR body { Types.OR ($1, $3) } 40 + | LPAREN body RPAREN { $2 }
+129
vendor/opam/spdx_licenses/src/spdx_licenses.ml
··· 1 + (* SPDX-License-Identifier: MIT *) 2 + 3 + type user_defined_license = Types.user_defined_license = { 4 + document_ref : string option; 5 + license_ref : string; 6 + } 7 + 8 + type simple_license = Types.simple_license = 9 + | LicenseID of string 10 + | LicenseIDPlus of string 11 + | LicenseRef of user_defined_license 12 + 13 + type user_defined_addition = Types.user_defined_addition = { 14 + document_ref : string option; 15 + addition_ref : string; 16 + } 17 + 18 + type addition = Types.addition = 19 + | Exception of string 20 + | AdditionRef of user_defined_addition 21 + 22 + type t = Types.t = 23 + | Simple of simple_license 24 + | WITH of simple_license * addition 25 + | AND of t * t 26 + | OR of t * t 27 + 28 + type error = [ 29 + | `InvalidLicenseID of string 30 + | `InvalidExceptionID of string 31 + | `ParseError 32 + ] 33 + 34 + let ( >>= ) = Result.bind 35 + let ( >|= ) x f = Result.map f x 36 + 37 + let valid_license_ids = LicenseIDs.list 38 + let valid_exception_ids = ExceptionIDs.list 39 + 40 + let uppercased_valid_license_ids = 41 + List.map (fun x -> (x, String.uppercase_ascii x)) valid_license_ids 42 + 43 + let uppercased_valid_exception_ids = 44 + List.map (fun x -> (x, String.uppercase_ascii x)) valid_exception_ids 45 + 46 + let normalize_license_id id = 47 + let eq = String.equal (String.uppercase_ascii id) in 48 + match List.find (fun (_, up) -> eq up) uppercased_valid_license_ids with 49 + | (x, _) -> Ok x 50 + | exception Not_found -> Error (`InvalidLicenseID id) 51 + 52 + let normalize_exception_id id = 53 + let eq = String.equal (String.uppercase_ascii id) in 54 + match List.find (fun (_, up) -> eq up) uppercased_valid_exception_ids with 55 + | (x, _) -> Ok x 56 + | exception Not_found -> Error (`InvalidExceptionID id) 57 + 58 + let normalize_simple = function 59 + | LicenseID id -> normalize_license_id id >|= fun id -> LicenseID id 60 + | LicenseIDPlus id -> normalize_license_id id >|= fun id -> LicenseIDPlus id 61 + | LicenseRef _ as x -> Ok x 62 + 63 + let normalize_addition = function 64 + | Exception exc -> normalize_exception_id exc >|= fun exc -> Exception exc 65 + | AdditionRef _ as x -> Ok x 66 + 67 + let rec normalize = function 68 + | Simple license -> 69 + normalize_simple license >|= fun license -> 70 + Simple license 71 + | WITH (simple, addition) -> 72 + normalize_simple simple >>= fun simple -> 73 + normalize_addition addition >|= fun addition -> 74 + WITH (simple, addition) 75 + | AND (x, y) -> 76 + normalize x >>= fun x -> 77 + normalize y >|= fun y -> 78 + AND (x, y) 79 + | OR (x, y) -> 80 + normalize x >>= fun x -> 81 + normalize y >|= fun y -> 82 + OR (x, y) 83 + 84 + let parse s = 85 + let lexbuf = Lexing.from_string s in 86 + match Parser.main Lexer.main lexbuf with 87 + | license -> normalize license 88 + | exception (Lexer.Error | Parsing.Parse_error) -> Error `ParseError 89 + 90 + let user_defined_license_to_string = function 91 + | {document_ref = None; license_ref} -> 92 + "LicenseRef-"^license_ref 93 + | {document_ref = Some document_ref; license_ref} -> 94 + "DocumentRef-"^document_ref^":"^"LicenseRef-"^license_ref 95 + 96 + let simple_to_string = function 97 + | LicenseID x -> x 98 + | LicenseIDPlus x -> x^"+" 99 + | LicenseRef user_def -> user_defined_license_to_string user_def 100 + 101 + let user_defined_addition_to_string = function 102 + | {document_ref = None; addition_ref} -> 103 + "AdditionRef-"^addition_ref 104 + | {document_ref = Some document_ref; addition_ref} -> 105 + "DocumentRef-"^document_ref^":"^"AdditionRef-"^addition_ref 106 + 107 + let addition_to_string = function 108 + | Exception x -> x 109 + | AdditionRef user_def -> user_defined_addition_to_string user_def 110 + 111 + let to_string = 112 + let rec aux ~prev = function 113 + | Simple x -> simple_to_string x 114 + | WITH (x, addition) -> 115 + simple_to_string x^" WITH "^addition_to_string addition 116 + | AND (x, y) -> 117 + let s = aux ~prev:`AND x^" AND "^aux ~prev:`AND y in 118 + begin match prev with 119 + | (`None | `AND) -> s 120 + | `OR -> "("^s^")" 121 + end 122 + | OR (x, y) -> 123 + let s = aux ~prev:`OR x^" OR "^aux ~prev:`OR y in 124 + begin match prev with 125 + | (`None | `OR) -> s 126 + | `AND -> "("^s^")" 127 + end 128 + in 129 + aux ~prev:`None
+56
vendor/opam/spdx_licenses/src/spdx_licenses.mli
··· 1 + (* SPDX-License-Identifier: MIT *) 2 + 3 + (** ["DocumentRef-" idstring ":"]"LicenseRef-" idstring *) 4 + type user_defined_license = { 5 + document_ref : string option; 6 + license_ref : string; 7 + } 8 + 9 + (** simple-expression *) 10 + type simple_license = 11 + | LicenseID of string (** license-id *) 12 + | LicenseIDPlus of string (** license-id '+' (the '+' isn't contained in the string) *) 13 + | LicenseRef of user_defined_license (** A SPDX user defined license reference *) 14 + 15 + (** ["DocumentRef-" idstring ":"]"AdditionRef-" idstring *) 16 + type user_defined_addition = { 17 + document_ref : string option; 18 + addition_ref : string; 19 + } 20 + 21 + (** addition-expression *) 22 + type addition = 23 + | Exception of string (** license-exception-id *) 24 + | AdditionRef of user_defined_addition (** A SPDX user defined addition reference *) 25 + 26 + (** license-expression *) 27 + type t = 28 + | Simple of simple_license (** simple-expression *) 29 + | WITH of simple_license * addition (** simple-expression "WITH" addition-expression *) 30 + | AND of t * t (** compound-expression "AND" compound-expression *) 31 + | OR of t * t (** compound-expression "OR" compound-expression *) 32 + 33 + (** The errors returned by the parser *) 34 + type error = [ 35 + | `InvalidLicenseID of string 36 + | `InvalidExceptionID of string 37 + | `ParseError 38 + ] 39 + 40 + val parse : string -> (t, [> error]) result 41 + (** [parse str] parses [str] according to the syntax described in: 42 + https://spdx.github.io/spdx-spec/v3.0.1/annexes/spdx-license-expressions/ *) 43 + 44 + val to_string : t -> string 45 + (** [to_string license] returns a normalized string corresponding to [license] 46 + in a valid SPDX license expression format. *) 47 + 48 + val valid_license_ids : string list 49 + (** [valid_license_ids] gives the list of valid license IDs. 50 + The list does not contain deprecated licenses. 51 + See: https://spdx.org/licenses/ *) 52 + 53 + val valid_exception_ids : string list 54 + (** [valid_exception_ids] gives the list of valid exception IDs. 55 + The list does not contain deprecated exceptions. 56 + See: https://spdx.org/licenses/exceptions-index.html *)
+26
vendor/opam/spdx_licenses/src/types.mli
··· 1 + (* SPDX-License-Identifier: MIT *) 2 + 3 + type user_defined_license = { 4 + document_ref : string option; 5 + license_ref : string; 6 + } 7 + 8 + type simple_license = 9 + | LicenseID of string 10 + | LicenseIDPlus of string 11 + | LicenseRef of user_defined_license 12 + 13 + type user_defined_addition = { 14 + document_ref : string option; 15 + addition_ref : string; 16 + } 17 + 18 + type addition = 19 + | Exception of string 20 + | AdditionRef of user_defined_addition 21 + 22 + type t = 23 + | Simple of simple_license 24 + | WITH of simple_license * addition 25 + | AND of t * t 26 + | OR of t * t
+3
vendor/opam/spdx_licenses/tests/dune
··· 1 + (test 2 + (name tests) 3 + (libraries spdx_licenses alcotest))
+70
vendor/opam/spdx_licenses/tests/tests.ml
··· 1 + open Spdx_licenses 2 + 3 + let fmt = Printf.sprintf 4 + 5 + let pp = function 6 + | Ok x -> fmt "Ok (%s)" (to_string x) 7 + | Error `ParseError -> "Error `ParseError" 8 + | Error (`InvalidLicenseID id) -> fmt "Error (`InvalidLicenseID %s)" id 9 + | Error (`InvalidExceptionID id) -> fmt "Error (`InvalidExceptionID %s)" id 10 + 11 + let test_bool name v = 12 + Alcotest.test_case name `Quick (fun () -> Alcotest.(check bool) name v true) 13 + 14 + let test name v x = 15 + Alcotest.test_case name `Quick 16 + (fun () -> Alcotest.(check string) name (pp v) x) 17 + 18 + let () = 19 + Alcotest.run "Tests" [ 20 + "tests", [ 21 + test_bool "valid_license_ids is reasonable" 22 + (List.mem "MIT" valid_license_ids); 23 + test_bool "valid_exception_ids is reasonable" 24 + (List.mem "OCaml-LGPL-linking-exception" valid_exception_ids); 25 + test "parse fails on invalid licenses" 26 + (parse "TEST") 27 + "Error (`InvalidLicenseID TEST)"; 28 + test "parse fails on invalid exceptions" 29 + (parse "MIT WITH TEST") 30 + "Error (`InvalidExceptionID TEST)"; 31 + test "parse has the right precedence rule (short)" 32 + (parse "LGPL-2.1-only OR BSD-3-Clause AND MIT") 33 + "Ok (LGPL-2.1-only OR (BSD-3-Clause AND MIT))"; 34 + test "parse has the right precedence rule (long)" 35 + (parse "LGPL-2.1-only WITH OCaml-LGPL-linking-exception 36 + OR BSD-3-Clause AND MIT AND ISC AND BitTorrent-1.1 OR 37 + BSL-1.0 OR CC-BY-1.0 OR CC-BY-2.5 AND 38 + MPL-2.0 AND 0BSD WITH OCaml-LGPL-Linking-exception") 39 + "Ok (LGPL-2.1-only WITH OCaml-LGPL-linking-exception OR \ 40 + (BSD-3-Clause AND MIT AND ISC AND BitTorrent-1.1) OR \ 41 + BSL-1.0 OR CC-BY-1.0 OR \ 42 + (CC-BY-2.5 AND MPL-2.0 AND 0BSD WITH OCaml-LGPL-linking-exception))"; 43 + test "parse has the right precedence rule (long, reversed)" 44 + (parse "LGPL-2.1-only WITH OCaml-LGPL-linking-exception 45 + AND BSD-3-Clause OR MIT OR ISC OR BitTorrent-1.1 AND 46 + BSL-1.0 AND CC-BY-1.0 AND CC-BY-2.5 OR 47 + MPL-2.0 OR 0BSD WITH OCaml-LGPL-Linking-exception") 48 + "Ok ((LGPL-2.1-only WITH OCaml-LGPL-linking-exception AND BSD-3-Clause) OR \ 49 + MIT OR ISC OR (BitTorrent-1.1 AND BSL-1.0 AND CC-BY-1.0 AND CC-BY-2.5) OR \ 50 + MPL-2.0 OR 0BSD WITH OCaml-LGPL-linking-exception)"; 51 + test "parse has the right case sensitivity" 52 + (parse "BsD-2-clAUsE") 53 + "Ok (BSD-2-Clause)"; 54 + test "make sure lower-case AND works" 55 + (parse "MIT and BSD-2-Clause") 56 + "Ok (MIT AND BSD-2-Clause)"; 57 + test "make sure lower-case OR works" 58 + (parse "MIT or BSD-2-Clause") 59 + "Ok (MIT OR BSD-2-Clause)"; 60 + test "make sure lower-case WITH works" 61 + (parse "MIT with OCaml-LGPL-linking-exception") 62 + "Ok (MIT WITH OCaml-LGPL-linking-exception)"; 63 + test "parse custom additions" 64 + (parse "MIT WITH AdditionRef-MyException") 65 + "Ok (MIT WITH AdditionRef-MyException)"; 66 + test "parse custom additions" 67 + (parse "MIT WITH AdditionRef-MyException") 68 + "Ok (MIT WITH AdditionRef-MyException)"; 69 + ] 70 + ]