diff --git a/Frontend/package-lock.json b/Frontend/package-lock.json index 1b0a31dffec71fb5dc53e254be1263e09195567d..5f9945a7fea8afbf56536b9a0dbb380f408b088e 100644 --- a/Frontend/package-lock.json +++ b/Frontend/package-lock.json @@ -17,6 +17,7 @@ "flowbite": "^1.4.4", "iso-639-1": "^2.1.14", "react": "^18.1.0", + "react-collapsible": "^2.10.0", "react-dom": "^18.1.0", "react-dropzone": "^14.2.1", "react-router-dom": "^6.3.0", @@ -2779,6 +2780,19 @@ "node": ">=8" } }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, "node_modules/@jridgewell/resolve-uri": { "version": "3.0.5", "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz", @@ -2787,15 +2801,32 @@ "node": ">=6.0.0" } }, + "node_modules/@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/source-map": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz", + "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, "node_modules/@jridgewell/sourcemap-codec": { "version": "1.4.11", "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz", "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==" }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz", - "integrity": "sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==", + "version": "0.3.14", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz", + "integrity": "sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==", "dependencies": { "@jridgewell/resolve-uri": "^3.0.3", "@jridgewell/sourcemap-codec": "^1.4.10" @@ -4442,9 +4473,9 @@ "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0=" }, "node_modules/async": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", - "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", "dependencies": { "lodash": "^4.17.14" } @@ -6281,11 +6312,11 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "node_modules/ejs": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.6.tgz", - "integrity": "sha512-9lt9Zse4hPucPkoP7FHDF0LQAlGyF9JVpnClFLFH3aSSbxmyoqINRpp/9wePWJTUl4KOQwRL72Iw3InHPDkoGw==", + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.8.tgz", + "integrity": "sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==", "dependencies": { - "jake": "^10.6.1" + "jake": "^10.8.5" }, "bin": { "ejs": "bin/cli.js" @@ -7412,11 +7443,30 @@ "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" }, "node_modules/filelist": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.2.tgz", - "integrity": "sha512-z7O0IS8Plc39rTCq6i6iHxk43duYOn8uFJiWSewIq0Bww1RNybVHSCjahmcC87ZqAm4OTvFzlzeGu3XAzG1ctQ==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", + "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", "dependencies": { - "minimatch": "^3.0.4" + "minimatch": "^5.0.1" + } + }, + "node_modules/filelist/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/filelist/node_modules/minimatch": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", + "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" } }, "node_modules/filesize": { @@ -8886,11 +8936,11 @@ } }, "node_modules/jake": { - "version": "10.8.4", - "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.4.tgz", - "integrity": "sha512-MtWeTkl1qGsWUtbl/Jsca/8xSoK3x0UmS82sNbjqxxG/de/M/3b1DntdjHgPMC50enlTNwXOCRqPXLLt5cCfZA==", + "version": "10.8.5", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz", + "integrity": "sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==", "dependencies": { - "async": "0.9.x", + "async": "^3.2.3", "chalk": "^4.0.2", "filelist": "^1.0.1", "minimatch": "^3.0.4" @@ -8917,9 +8967,9 @@ } }, "node_modules/jake/node_modules/async": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz", - "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=" + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", + "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" }, "node_modules/jake/node_modules/chalk": { "version": "4.1.2", @@ -13308,6 +13358,15 @@ "node": ">=14" } }, + "node_modules/react-collapsible": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/react-collapsible/-/react-collapsible-2.10.0.tgz", + "integrity": "sha512-kEVsmlFfXBMTCnU5gwIv19MdmPAhbIPzz5Er37TiJSzRKS0IHrqAKQyQeHEmtoGIQMTcVI46FzE4z3NlVTx77A==", + "peerDependencies": { + "react": "~15 || ~16 || ~17 || ~18", + "react-dom": "~15 || ~16 || ~17 || ~18" + } + }, "node_modules/react-dev-utils": { "version": "12.0.0", "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.0.tgz", @@ -15017,13 +15076,13 @@ } }, "node_modules/terser": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.12.1.tgz", - "integrity": "sha512-NXbs+7nisos5E+yXwAD+y7zrcTkMqb0dEJxIGtSKPdCBzopf7ni4odPul2aechpV7EXNvOudYOX2bb5tln1jbQ==", + "version": "5.14.2", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.14.2.tgz", + "integrity": "sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==", "dependencies": { + "@jridgewell/source-map": "^0.3.2", "acorn": "^8.5.0", "commander": "^2.20.0", - "source-map": "~0.7.2", "source-map-support": "~0.5.20" }, "bin": { @@ -15079,14 +15138,6 @@ "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" }, - "node_modules/terser/node_modules/source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "engines": { - "node": ">= 8" - } - }, "node_modules/test-exclude": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", @@ -18173,20 +18224,44 @@ } } }, + "@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "requires": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, "@jridgewell/resolve-uri": { "version": "3.0.5", "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz", "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==" }, + "@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==" + }, + "@jridgewell/source-map": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz", + "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", + "requires": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, "@jridgewell/sourcemap-codec": { "version": "1.4.11", "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz", "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==" }, "@jridgewell/trace-mapping": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz", - "integrity": "sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==", + "version": "0.3.14", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz", + "integrity": "sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==", "requires": { "@jridgewell/resolve-uri": "^3.0.3", "@jridgewell/sourcemap-codec": "^1.4.10" @@ -19396,9 +19471,9 @@ "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0=" }, "async": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", - "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", "requires": { "lodash": "^4.17.14" } @@ -20765,11 +20840,11 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "ejs": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.6.tgz", - "integrity": "sha512-9lt9Zse4hPucPkoP7FHDF0LQAlGyF9JVpnClFLFH3aSSbxmyoqINRpp/9wePWJTUl4KOQwRL72Iw3InHPDkoGw==", + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.8.tgz", + "integrity": "sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==", "requires": { - "jake": "^10.6.1" + "jake": "^10.8.5" } }, "electron-to-chromium": { @@ -21598,11 +21673,29 @@ } }, "filelist": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.2.tgz", - "integrity": "sha512-z7O0IS8Plc39rTCq6i6iHxk43duYOn8uFJiWSewIq0Bww1RNybVHSCjahmcC87ZqAm4OTvFzlzeGu3XAzG1ctQ==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", + "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", "requires": { - "minimatch": "^3.0.4" + "minimatch": "^5.0.1" + }, + "dependencies": { + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "requires": { + "balanced-match": "^1.0.0" + } + }, + "minimatch": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", + "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", + "requires": { + "brace-expansion": "^2.0.1" + } + } } }, "filesize": { @@ -22628,11 +22721,11 @@ } }, "jake": { - "version": "10.8.4", - "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.4.tgz", - "integrity": "sha512-MtWeTkl1qGsWUtbl/Jsca/8xSoK3x0UmS82sNbjqxxG/de/M/3b1DntdjHgPMC50enlTNwXOCRqPXLLt5cCfZA==", + "version": "10.8.5", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz", + "integrity": "sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==", "requires": { - "async": "0.9.x", + "async": "^3.2.3", "chalk": "^4.0.2", "filelist": "^1.0.1", "minimatch": "^3.0.4" @@ -22647,9 +22740,9 @@ } }, "async": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz", - "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=" + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", + "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" }, "chalk": { "version": "4.1.2", @@ -25700,6 +25793,12 @@ "whatwg-fetch": "^3.6.2" } }, + "react-collapsible": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/react-collapsible/-/react-collapsible-2.10.0.tgz", + "integrity": "sha512-kEVsmlFfXBMTCnU5gwIv19MdmPAhbIPzz5Er37TiJSzRKS0IHrqAKQyQeHEmtoGIQMTcVI46FzE4z3NlVTx77A==", + "requires": {} + }, "react-dev-utils": { "version": "12.0.0", "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.0.tgz", @@ -26963,13 +27062,13 @@ } }, "terser": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.12.1.tgz", - "integrity": "sha512-NXbs+7nisos5E+yXwAD+y7zrcTkMqb0dEJxIGtSKPdCBzopf7ni4odPul2aechpV7EXNvOudYOX2bb5tln1jbQ==", + "version": "5.14.2", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.14.2.tgz", + "integrity": "sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==", "requires": { + "@jridgewell/source-map": "^0.3.2", "acorn": "^8.5.0", "commander": "^2.20.0", - "source-map": "~0.7.2", "source-map-support": "~0.5.20" }, "dependencies": { @@ -26977,11 +27076,6 @@ "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==" } } }, diff --git a/Frontend/package.json b/Frontend/package.json index 40e3f7f6996b7c14102578feff3c8224df06088e..39404c7333716d2f1f9c976438f4588eb2c276df 100644 --- a/Frontend/package.json +++ b/Frontend/package.json @@ -12,6 +12,7 @@ "flowbite": "^1.4.4", "iso-639-1": "^2.1.14", "react": "^18.1.0", + "react-collapsible": "^2.10.0", "react-dom": "^18.1.0", "react-dropzone": "^14.2.1", "react-router-dom": "^6.3.0", diff --git a/Frontend/src/App.js b/Frontend/src/App.js index e53232abe39650c826e2861a8696ae69715f4594..ef9f55a3f9eace4e5950a94d29b5c234606c44c9 100644 --- a/Frontend/src/App.js +++ b/Frontend/src/App.js @@ -2,7 +2,7 @@ import Navbar from "./components/navbar"; import { Routes, Route } from "react-router-dom"; //https://reactrouter.com/docs/en import Landingpage from "./components/landingpage"; import RegisterWork from "./components/registerwork"; -import SearchWorks from "./components/searchworks"; +import SearchWorks from "./components/Searchworks"; import Tailwindcss from "./components/Tailwindcss"; import MyWorks from "./components/MyWorks"; @@ -15,8 +15,6 @@ function App() { <Route path="/registerwork" element={<RegisterWork />} /> <Route path="/searchworks" element={<SearchWorks />} /> <Route path="/myworks" element={<MyWorks />} /> - - <Route path="/tailwindcss" element={<Tailwindcss />} /> </Routes> </div> ); diff --git a/Frontend/src/components/Tailwindcss.jsx b/Frontend/src/components/Tailwindcss.jsx deleted file mode 100644 index 3330bbf7d0da45413f337a89e6d1ce598d43f6a8..0000000000000000000000000000000000000000 --- a/Frontend/src/components/Tailwindcss.jsx +++ /dev/null @@ -1,156 +0,0 @@ -/* This example requires Tailwind CSS v2.0+ */ -import { Fragment } from 'react' -import { Disclosure, Menu, Transition } from '@headlessui/react' -import { BellIcon, MenuIcon, XIcon } from '@heroicons/react/outline' - -const navigation = [ - { name: 'Dashboard', href: '#', current: true }, - { name: 'Team', href: '#', current: false }, - { name: 'Projects', href: '#', current: false }, - { name: 'Calendar', href: '#', current: false }, -] - -function classNames(...classes) { - return classes.filter(Boolean).join(' ') -} - -export default function Tailwindcss() { - return ( - <Disclosure as="nav" className="bg-gray-800"> - {({ open }) => ( - <> - <div className="max-w-7xl mx-auto px-2 sm:px-6 lg:px-8"> - <div className="relative flex items-center justify-between h-16"> - <div className="absolute inset-y-0 left-0 flex items-center sm:hidden"> - {/* Mobile menu button*/} - <Disclosure.Button className="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-white"> - <span className="sr-only">Open main menu</span> - {open ? ( - <XIcon className="block h-6 w-6" aria-hidden="true" /> - ) : ( - <MenuIcon className="block h-6 w-6" aria-hidden="true" /> - )} - </Disclosure.Button> - </div> - <div className="flex-1 flex items-center justify-center sm:items-stretch sm:justify-start"> - <div className="flex-shrink-0 flex items-center"> - <img - className="block lg:hidden h-8 w-auto" - src="https://tailwindui.com/img/logos/workflow-mark-indigo-500.svg" - alt="Workflow" - /> - <img - className="hidden lg:block h-8 w-auto" - src="https://tailwindui.com/img/logos/workflow-logo-indigo-500-mark-white-text.svg" - alt="Workflow" - /> - </div> - <div className="hidden sm:block sm:ml-6"> - <div className="flex space-x-4"> - {navigation.map((item) => ( - <a - key={item.name} - href={item.href} - className={classNames( - item.current ? 'bg-gray-900 text-white' : 'text-gray-300 hover:bg-gray-700 hover:text-white', - 'px-3 py-2 rounded-md text-sm font-medium' - )} - aria-current={item.current ? 'page' : undefined} - > - {item.name} - </a> - ))} - </div> - </div> - </div> - <div className="absolute inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto sm:ml-6 sm:pr-0"> - <button - type="button" - className="bg-gray-800 p-1 rounded-full text-gray-400 hover:text-white focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-800 focus:ring-white" - > - <span className="sr-only">View notifications</span> - <BellIcon className="h-6 w-6" aria-hidden="true" /> - </button> - - {/* Profile dropdown */} - <Menu as="div" className="ml-3 relative"> - <div> - <Menu.Button className="bg-gray-800 flex text-sm rounded-full focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-800 focus:ring-white"> - <span className="sr-only">Open user menu</span> - <img - className="h-8 w-8 rounded-full" - src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" - alt="" - /> - </Menu.Button> - </div> - <Transition - as={Fragment} - enter="transition ease-out duration-100" - enterFrom="transform opacity-0 scale-95" - enterTo="transform opacity-100 scale-100" - leave="transition ease-in duration-75" - leaveFrom="transform opacity-100 scale-100" - leaveTo="transform opacity-0 scale-95" - > - <Menu.Items className="origin-top-right absolute right-0 mt-2 w-48 rounded-md shadow-lg py-1 bg-white ring-1 ring-black ring-opacity-5 focus:outline-none"> - <Menu.Item> - {({ active }) => ( - <a - href="#" - className={classNames(active ? 'bg-gray-100' : '', 'block px-4 py-2 text-sm text-gray-700')} - > - Your Profile - </a> - )} - </Menu.Item> - <Menu.Item> - {({ active }) => ( - <a - href="#" - className={classNames(active ? 'bg-gray-100' : '', 'block px-4 py-2 text-sm text-gray-700')} - > - Settings - </a> - )} - </Menu.Item> - <Menu.Item> - {({ active }) => ( - <a - href="#" - className={classNames(active ? 'bg-gray-100' : '', 'block px-4 py-2 text-sm text-gray-700')} - > - Sign out - </a> - )} - </Menu.Item> - </Menu.Items> - </Transition> - </Menu> - </div> - </div> - </div> - - <Disclosure.Panel className="sm:hidden"> - <div className="px-2 pt-2 pb-3 space-y-1"> - {navigation.map((item) => ( - <Disclosure.Button - key={item.name} - as="a" - href={item.href} - className={classNames( - item.current ? 'bg-gray-900 text-white' : 'text-gray-300 hover:bg-gray-700 hover:text-white', - 'block px-3 py-2 rounded-md text-base font-medium' - )} - aria-current={item.current ? 'page' : undefined} - > - {item.name} - </Disclosure.Button> - ))} - </div> - </Disclosure.Panel> - </> - )} - </Disclosure> - ) -} diff --git a/Frontend/src/components/registerwork/HelpIcon.jsx b/Frontend/src/components/registerwork/HelpIcon.jsx index 56fcec695f3bc89d1eaa1ceadb05761feb901a0a..a5e25148afcb1bcd8e9f3783d956ebd5c9222002 100644 --- a/Frontend/src/components/registerwork/HelpIcon.jsx +++ b/Frontend/src/components/registerwork/HelpIcon.jsx @@ -2,53 +2,86 @@ import React, { useState } from "react"; const HelpIcon = (props) => { const [helpmessage, setHelpmessage] = useState(false); - + return ( <> - <div onClick={() => setHelpmessage(true)}> - <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 m-1 fill-gray-500 hover:fill-green-600" viewBox="0 0 20 20"> - <path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-3a1 1 0 00-.867.5 1 1 0 11-1.731-1A3 3 0 0113 8a3.001 3.001 0 01-2 2.83V11a1 1 0 11-2 0v-1a1 1 0 011-1 1 1 0 100-2zm0 8a1 1 0 100-2 1 1 0 000 2z" clip-rule="evenodd" /> - </svg> + <div onClick={() => setHelpmessage(true)}> + <svg + xmlns="http://www.w3.org/2000/svg" + class="h-5 w-5 m-1 fill-gray-500 hover:fill-green-600" + viewBox="0 0 20 20" + > + <path + fill-rule="evenodd" + d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-3a1 1 0 00-.867.5 1 1 0 11-1.731-1A3 3 0 0113 8a3.001 3.001 0 01-2 2.83V11a1 1 0 11-2 0v-1a1 1 0 011-1 1 1 0 100-2zm0 8a1 1 0 100-2 1 1 0 000 2z" + clip-rule="evenodd" + /> + </svg> </div> - {helpmessage ? - <div class="relative z-10" aria-labelledby="modal-title" role="dialog" aria-modal="true"> - - <div class="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity"></div> - - <div class="fixed z-10 inset-0 overflow-y-auto"> - <div class="flex items-end sm:items-center justify-center min-h-full p-4 text-center sm:p-0"> + {helpmessage ? ( + <div + class="relative z-10" + aria-labelledby="modal-title" + role="dialog" + aria-modal="true" + > + <div class="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity"></div> - <div class="relative bg-white rounded-lg text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:max-w-lg sm:w-full"> - <div class="bg-white px-4 pt-5 pb-4 sm:p-6 sm:pb-4"> - <div class="sm:flex sm:items-start"> - <div class="mx-auto flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-green-100 sm:mx-0 sm:h-10 sm:w-10"> - <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-green-600" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" aria-hidden="true"> - <path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /> - </svg> - </div> - <div class="mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left"> - <h3 class="text-lg leading-6 font-medium text-gray-900" id="modal-title">{props.Title} ?</h3> - <div class="mt-2"> - <p class="text-sm text-gray-500">{props.Message}</p> + <div class="fixed z-10 inset-0 overflow-y-auto"> + <div class="flex items-end sm:items-center justify-center min-h-full p-4 text-center sm:p-0"> + <div class="relative bg-white rounded-lg text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:max-w-lg sm:w-full"> + <div class="bg-white px-4 pt-5 pb-4 sm:p-6 sm:pb-4"> + <div class="sm:flex sm:items-start"> + <div class="mx-auto flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-green-100 sm:mx-0 sm:h-10 sm:w-10"> + <svg + xmlns="http://www.w3.org/2000/svg" + class="h-6 w-6 text-green-600" + fill="none" + viewBox="0 0 24 24" + stroke="currentColor" + stroke-width="2" + aria-hidden="true" + > + <path + stroke-linecap="round" + stroke-linejoin="round" + d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" + /> + </svg> + </div> + <div class="mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left"> + <h3 + class="text-lg leading-6 font-medium text-gray-900" + id="modal-title" + > + {props.Title} ? + </h3> + <div class="mt-2"> + <p class="text-sm text-gray-500">{props.Message}</p> + </div> + </div> + </div> + </div> + <div class="bg-gray-50 px-4 py-3 sm:px-6 sm:flex sm:flex-row-reverse"> + <button + type="button" + onClick={() => { + setHelpmessage(false); + console.log("KLICK"); + }} + class="w-full inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-green-600 text-base font-medium text-white hover:bg-green-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-green-500 sm:ml-3 sm:w-auto sm:text-sm" + > + OK + </button> </div> </div> </div> </div> - <div class="bg-gray-50 px-4 py-3 sm:px-6 sm:flex sm:flex-row-reverse"> - <button type="button" onClick={() => { - setHelpmessage(false) - console.log("KLICK") - }} class="w-full inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-green-600 text-base font-medium text-white hover:bg-green-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-green-500 sm:ml-3 sm:w-auto sm:text-sm">OK</button> - </div> </div> - </div> - </div> - </div> - : - <div></div>} + ) : ( + <div></div> + )} </> - - ); }; diff --git a/Frontend/src/components/registerwork/licencework/CCKitHelper.jsx b/Frontend/src/components/registerwork/licencework/CCKitHelper.jsx new file mode 100644 index 0000000000000000000000000000000000000000..160a13c556bce4f802902299a86c25a6dfbd85ec --- /dev/null +++ b/Frontend/src/components/registerwork/licencework/CCKitHelper.jsx @@ -0,0 +1,106 @@ +import React, { useState } from "react"; + +const CCKitHelper = (props) => { + return ( + <> + <div> + <legend className="text-base font-medium text-gray-900"> + CC-Lizenzen + </legend> + <p className="text-sm text-gray-500"> + Bestimme unter welcher CC-Lizenz dein Werk verfügbar ist, indem du die + Fragen beantwortest + </p> + </div> + <div> + <p className="text-sm text-gray-500"> + Erlauben, dass Bearbeitungen deines Werkes geteilt werden? + </p> + </div> + + <div className="mt-4 space-y-4"> + <div className="flex items-center"> + <input + id="CC4" + name="CC4" + type="radio" + className="focus:ring-green-500 h-4 w-4 text-green-600 border-gray-300" + /> + <label + htmlFor="CC4" + className="ml-3 block text-sm font-medium text-gray-700" + > + Ja + </label> + </div> + <div className="flex items-center"> + <input + id="CC5" + name="CC5" + type="radio" + className="focus:ring-green-500 h-4 w-4 text-green-600 border-gray-300" + /> + <label + htmlFor="CC5" + className="ml-3 block text-sm font-medium text-gray-700" + > + Nein + </label> + </div> + </div> + + <div> + <p className="text-sm text-gray-500"> + Erlauben, dass dein Werk kommerzielle genützt werden darf? + </p> + </div> + <div className="mt-4 space-y-4"> + <div className="flex items-center"> + <input + id="CC4" + name="CC4" + type="radio" + className="focus:ring-green-500 h-4 w-4 text-green-600 border-gray-300" + /> + <label + htmlFor="CC4" + className="ml-3 block text-sm font-medium text-gray-700" + > + Ja + </label> + </div> + <div className="flex items-center"> + <input + id="CC5" + name="CC5" + type="radio" + className="focus:ring-green-500 h-4 w-4 text-green-600 border-gray-300" + /> + <label + htmlFor="CC5" + className="ml-3 block text-sm font-medium text-gray-700" + > + Nein + </label> + </div> + + <div className="flex items-center"> + <input + id="CC3" + name="CC3" + type="radio" + className="focus:ring-green-500 h-4 w-4 text-green-600 border-gray-300" + /> + <label + htmlFor="CC3" + className="ml-3 block text-sm font-medium text-gray-700" + > + Ja, solange andere unter denselben Bedingungen weitergeben + </label> + </div> + </div> + </> + ); +}; + +export default CCKitHelper; diff --git a/Frontend/src/components/registerwork/registerworkFileUpload.jsx b/Frontend/src/components/registerwork/registerworkFileUpload.jsx index 553db152095232c9c9d5994ca0ca4390201e9218..554fb63ca6ee03f84204fd1a45f614e56cbcf1d0 100644 --- a/Frontend/src/components/registerwork/registerworkFileUpload.jsx +++ b/Frontend/src/components/registerwork/registerworkFileUpload.jsx @@ -56,7 +56,6 @@ const RegisterWorkFileUpload = (props) => { </div> </div> <div className="mt-5 md:mt-0 md:col-span-2"> - <form action="#" method="POST"> <div className="shadow sm:rounded-md sm:overflow-hidden"> <div className="px-4 py-5 bg-white space-y-6 sm:p-6"> <div> @@ -140,7 +139,6 @@ const RegisterWorkFileUpload = (props) => { </button> </div> </div> - </form> </div> </div> <div className="hidden sm:block" aria-hidden="true"> diff --git a/Frontend/src/components/registerwork/registerworkInformation.jsx b/Frontend/src/components/registerwork/registerworkInformation.jsx index 3a6c3a5c3bcb2153c3914f61d9fcd8b3f0dcc015..a2a1ecfd2edba3c98832f2d14ff1c2293db9ce8f 100644 --- a/Frontend/src/components/registerwork/registerworkInformation.jsx +++ b/Frontend/src/components/registerwork/registerworkInformation.jsx @@ -1,13 +1,15 @@ import React, { useState } from "react"; import HelpIcon from "./HelpIcon"; +import { ArrowDownIcon } from "@heroicons/react/outline"; import ISO6391 from "iso-639-1"; //https://www.npmjs.com/package/iso-639-1 import WorkCreatorForm from "../WorkCreatorForm"; +import Collapsible from "react-collapsible"; const RegisterWorkInformation = (props) => { const [creatorList, setCreatorList] = useState([]); return ( - <div className=" max-w-7xl mx-auto px-2 sm:px-6 lg:px-8 sm:my-6 lg:my-10"> + <div className="max-w-7xl mx-auto px-2 sm:px-6 lg:px-8 sm:my-6 lg:my-10"> <div className="mt-10 sm:mt-0"> <div className="md:grid md:grid-cols-3 md:gap-6"> <div className="md:col-span-1"> @@ -21,7 +23,6 @@ const RegisterWorkInformation = (props) => { </div> </div> <div className="mt-5 md:mt-0 md:col-span-2"> - <form action="#" method="POST"> <div className="shadow overflow-hidden sm:rounded-md"> <div className="px-4 py-5 bg-white sm:p-6"> <div className="grid grid-cols-6 gap-6"> @@ -271,58 +272,73 @@ const RegisterWorkInformation = (props) => { <div className="shadow overflow-hidden sm:rounded-md"> <div className="px-4 py-5 bg-white space-y-6 sm:p-6"> - <h4 className="text-lg font-medium leading-6 text-gray-900"> - Zusätzliche Felder - </h4> - - {/* Identifier (ISBN, ISRC, ...) */} - {/* TODO ZUSÄTZLICHES FELD / OPTIONALES FELD */} - <div> - <div> - <div className="inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto"> - <label - htmlFor="publisher" - className="block text-sm font-medium text-gray-700" - > - Herausgeber - </label> - <HelpIcon - Title="Herausgeber" - Message="Zusätzlicher Herausgeber beispielsweise Buchverlag oder Streamingplattform" - ></HelpIcon> + <Collapsible + trigger={ + <div class="flex"> + <h4 className="flex-initial w-full text-lg font-medium leading-6 text-gray-900"> + Zusätzliche Felder + </h4> + <ArrowDownIcon + className="flex-initial w-16 h-6 w-6" + aria-hidden="true" + /> + </div> + } + > + <div className="shadow overflow-hidden sm:rounded-md"> + <div className="px-4 py-5 bg-white space-y-6 sm:p-6"> + <div> + <div className="inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto"> + <label + htmlFor="publisher" + className="block text-sm font-medium text-gray-700" + > + Herausgeber + </label> + <HelpIcon + Title="Herausgeber" + Message="Zusätzlicher Herausgeber beispielsweise Buchverlag oder Streamingplattform" + ></HelpIcon> + </div> + <input + id="publisher" + type="text" + name="publisher" + onChange={(event) => + props.onSetPublisher(event.target.value) + } + className="mt-1 focus:ring-green-500 focus:border-green-500 block w-full shadow-sm sm:text-sm border-gray-300 rounded-md" + /> + </div> + <div> + <div className="inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto"> + <label + htmlFor="identifier" + className="block text-sm font-medium text-gray-700" + > + Identifikator + </label> + <HelpIcon + Title="Identifikator" + Message="Kennzeichen mit dem das Werk identifiziert werden kann, beispielsweise ISBN (International Standard Book Number) oder interne Kennzeichen." + ></HelpIcon> + </div> + <input + id="identifier" + type="text" + name="identifier" + onChange={(event) => + props.onSetIdentifier( + event.target.value + ) + } + className="mt-1 focus:ring-green-500 focus:border-green-500 block w-full shadow-sm sm:text-sm border-gray-300 rounded-md" + /> + </div> + <div className="inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto"></div> </div> - <input - id="publisher" - type="text" - name="publisher" - onChange={(event) => - props.onSetPublisher(event.target.value) - } - className="mt-1 focus:ring-green-500 focus:border-green-500 block w-full shadow-sm sm:text-sm border-gray-300 rounded-md" - /> - </div> - <div className="inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto"> - <label - htmlFor="identifier" - className="block text-sm font-medium text-gray-700" - > - Identifikator - </label> - <HelpIcon - Title="Identifikator" - Message="Kennzeichen mit dem das Werk identifiziert werden kann, beispielsweise ISBN (International Standard Book Number) oder interne Kennzeichen." - ></HelpIcon> </div> - <input - id="identifier" - type="text" - name="identifier" - onChange={(event) => - props.onSetIdentifier(event.target.value) - } - className="mt-1 focus:ring-green-500 focus:border-green-500 block w-full shadow-sm sm:text-sm border-gray-300 rounded-md" - /> - </div> + </Collapsible> </div> </div> </div> @@ -338,7 +354,6 @@ const RegisterWorkInformation = (props) => { </button> </div> </div> - </form> </div> </div> </div> diff --git a/Frontend/src/components/registerwork/registerworkLicence.jsx b/Frontend/src/components/registerwork/registerworkLicence.jsx index 7a25a81c81197a6288c717bbb4ebc95b46dbd4e4..0a309dad5f49f65482fd97581b3b1e95bb92bb2e 100644 --- a/Frontend/src/components/registerwork/registerworkLicence.jsx +++ b/Frontend/src/components/registerwork/registerworkLicence.jsx @@ -1,6233 +1,5710 @@ -import React, { useState, useEffect } from "react"; +import React, { useState, useEffect } from "react"; import { getSPDXLicences } from "../../api"; +import Collapsible from "react-collapsible"; +import { ArrowDownIcon } from "@heroicons/react/outline"; +import HelpIcon from "./HelpIcon"; +import CCKitHelper from "./licencework/CCKitHelper"; const RegisterWorkLicence = (props) => { + const [shortList, setShortList] = useState(true); + const [ccKit, setCCKit] = useState(false); + const [longlist, setLongList] = useState(false); const [licenceLink, setLicenceLink] = useState(""); - const [licences, setLicences] = useState( - [ - { - "reference": "https://spdx.org/licenses/VSL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/VSL-1.0.json", - "referenceNumber": 0, - "name": "Vovida Software License v1.0", - "licenseId": "VSL-1.0", - "seeAlso": [ - "https://opensource.org/licenses/VSL-1.0" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/GPL-2.0.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/GPL-2.0.json", - "referenceNumber": 1, - "name": "GNU General Public License v2.0 only", - "licenseId": "GPL-2.0", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", - "https://opensource.org/licenses/GPL-2.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/blessing.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/blessing.json", - "referenceNumber": 2, - "name": "SQLite Blessing", - "licenseId": "blessing", - "seeAlso": [ - "https://www.sqlite.org/src/artifact/e33a4df7e32d742a?ln\u003d4-9", - "https://sqlite.org/src/artifact/df5091916dbb40e6" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/BSD-4-Clause-Shortened.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BSD-4-Clause-Shortened.json", - "referenceNumber": 3, - "name": "BSD 4 Clause Shortened", - "licenseId": "BSD-4-Clause-Shortened", - "seeAlso": [ - "https://metadata.ftp-master.debian.org/changelogs//main/a/arpwatch/arpwatch_2.1a15-7_copyright" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Libpng.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Libpng.json", - "referenceNumber": 4, - "name": "libpng License", - "licenseId": "Libpng", - "seeAlso": [ - "http://www.libpng.org/pub/png/src/libpng-LICENSE.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/OFL-1.0-no-RFN.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OFL-1.0-no-RFN.json", - "referenceNumber": 5, - "name": "SIL Open Font License 1.0 with no Reserved Font Name", - "licenseId": "OFL-1.0-no-RFN", - "seeAlso": [ - "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL10_web" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/MakeIndex.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/MakeIndex.json", - "referenceNumber": 6, - "name": "MakeIndex License", - "licenseId": "MakeIndex", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/MakeIndex" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/OSL-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OSL-2.0.json", - "referenceNumber": 7, - "name": "Open Software License 2.0", - "licenseId": "OSL-2.0", - "seeAlso": [ - "http://web.archive.org/web/20041020171434/http://www.rosenlaw.com/osl2.0.html" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CC-BY-ND-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-ND-1.0.json", - "referenceNumber": 8, - "name": "Creative Commons Attribution No Derivatives 1.0 Generic", - "licenseId": "CC-BY-ND-1.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nd/1.0/legalcode" - ], - "isOsiApproved": false, - "isFsfLibre": false - }, - { - "reference": "https://spdx.org/licenses/Artistic-1.0-cl8.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Artistic-1.0-cl8.json", - "referenceNumber": 9, - "name": "Artistic License 1.0 w/clause 8", - "licenseId": "Artistic-1.0-cl8", - "seeAlso": [ - "https://opensource.org/licenses/Artistic-1.0" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/Xerox.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Xerox.json", - "referenceNumber": 10, - "name": "Xerox License", - "licenseId": "Xerox", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Xerox" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/ZPL-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/ZPL-2.0.json", - "referenceNumber": 11, - "name": "Zope Public License 2.0", - "licenseId": "ZPL-2.0", - "seeAlso": [ - "http://old.zope.org/Resources/License/ZPL-2.0", - "https://opensource.org/licenses/ZPL-2.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/Adobe-Glyph.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Adobe-Glyph.json", - "referenceNumber": 12, - "name": "Adobe Glyph List License", - "licenseId": "Adobe-Glyph", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/MIT#AdobeGlyph" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/LPPL-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/LPPL-1.1.json", - "referenceNumber": 13, - "name": "LaTeX Project Public License v1.1", - "licenseId": "LPPL-1.1", - "seeAlso": [ - "http://www.latex-project.org/lppl/lppl-1-1.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Arphic-1999.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Arphic-1999.json", - "referenceNumber": 14, - "name": "Arphic Public License", - "licenseId": "Arphic-1999", - "seeAlso": [ - "http://ftp.gnu.org/gnu/non-gnu/chinese-fonts-truetype/LICENSE" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Unicode-TOU.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Unicode-TOU.json", - "referenceNumber": 15, - "name": "Unicode Terms of Use", - "licenseId": "Unicode-TOU", - "seeAlso": [ - "http://www.unicode.org/copyright.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-NC-SA-2.0-UK.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-SA-2.0-UK.json", - "referenceNumber": 16, - "name": "Creative Commons Attribution Non Commercial Share Alike 2.0 England and Wales", - "licenseId": "CC-BY-NC-SA-2.0-UK", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nc-sa/2.0/uk/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/MIT-advertising.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/MIT-advertising.json", - "referenceNumber": 17, - "name": "Enlightenment License (e16)", - "licenseId": "MIT-advertising", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/MIT_With_Advertising" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/EUPL-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/EUPL-1.1.json", - "referenceNumber": 18, - "name": "European Union Public License 1.1", - "licenseId": "EUPL-1.1", - "seeAlso": [ - "https://joinup.ec.europa.eu/software/page/eupl/licence-eupl", - "https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/eupl1.1.-licence-en_0.pdf", - "https://opensource.org/licenses/EUPL-1.1" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/AGPL-1.0-or-later.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/AGPL-1.0-or-later.json", - "referenceNumber": 19, - "name": "Affero General Public License v1.0 or later", - "licenseId": "AGPL-1.0-or-later", - "seeAlso": [ - "http://www.affero.org/oagpl.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/YPL-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/YPL-1.1.json", - "referenceNumber": 20, - "name": "Yahoo! Public License v1.1", - "licenseId": "YPL-1.1", - "seeAlso": [ - "http://www.zimbra.com/license/yahoo_public_license_1.1.html" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/OML.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OML.json", - "referenceNumber": 21, - "name": "Open Market License", - "licenseId": "OML", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Open_Market_License" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/copyleft-next-0.3.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/copyleft-next-0.3.0.json", - "referenceNumber": 22, - "name": "copyleft-next 0.3.0", - "licenseId": "copyleft-next-0.3.0", - "seeAlso": [ - "https://github.com/copyleft-next/copyleft-next/blob/master/Releases/copyleft-next-0.3.0" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-ND-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-ND-2.0.json", - "referenceNumber": 23, - "name": "Creative Commons Attribution No Derivatives 2.0 Generic", - "licenseId": "CC-BY-ND-2.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nd/2.0/legalcode" - ], - "isOsiApproved": false, - "isFsfLibre": false - }, - { - "reference": "https://spdx.org/licenses/OLDAP-1.3.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OLDAP-1.3.json", - "referenceNumber": 24, - "name": "Open LDAP Public License v1.3", - "licenseId": "OLDAP-1.3", - "seeAlso": [ - "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003de5f8117f0ce088d0bd7a8e18ddf37eaa40eb09b1" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-NC-SA-3.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-SA-3.0.json", - "referenceNumber": 25, - "name": "Creative Commons Attribution Non Commercial Share Alike 3.0 Unported", - "licenseId": "CC-BY-NC-SA-3.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nc-sa/3.0/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GFDL-1.3-invariants-or-later.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GFDL-1.3-invariants-or-later.json", - "referenceNumber": 26, - "name": "GNU Free Documentation License v1.3 or later - invariants", - "licenseId": "GFDL-1.3-invariants-or-later", - "seeAlso": [ - "https://www.gnu.org/licenses/fdl-1.3.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-2.5.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-2.5.json", - "referenceNumber": 27, - "name": "Creative Commons Attribution 2.5 Generic", - "licenseId": "CC-BY-2.5", - "seeAlso": [ - "https://creativecommons.org/licenses/by/2.5/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/YPL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/YPL-1.0.json", - "referenceNumber": 28, - "name": "Yahoo! Public License v1.0", - "licenseId": "YPL-1.0", - "seeAlso": [ - "http://www.zimbra.com/license/yahoo_public_license_1.0.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/SHL-0.5.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/SHL-0.5.json", - "referenceNumber": 29, - "name": "Solderpad Hardware License v0.5", - "licenseId": "SHL-0.5", - "seeAlso": [ - "https://solderpad.org/licenses/SHL-0.5/" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/FreeImage.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/FreeImage.json", - "referenceNumber": 30, - "name": "FreeImage Public License v1.0", - "licenseId": "FreeImage", - "seeAlso": [ - "http://freeimage.sourceforge.net/freeimage-license.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Intel-ACPI.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Intel-ACPI.json", - "referenceNumber": 31, - "name": "Intel ACPI Software License Agreement", - "licenseId": "Intel-ACPI", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Intel_ACPI_Software_License_Agreement" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-NC-3.0-DE.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-3.0-DE.json", - "referenceNumber": 32, - "name": "Creative Commons Attribution Non Commercial 3.0 Germany", - "licenseId": "CC-BY-NC-3.0-DE", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nc/3.0/de/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/OFL-1.1-no-RFN.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OFL-1.1-no-RFN.json", - "referenceNumber": 33, - "name": "SIL Open Font License 1.1 with no Reserved Font Name", - "licenseId": "OFL-1.1-no-RFN", - "seeAlso": [ - "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL_web", - "https://opensource.org/licenses/OFL-1.1" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/LGPL-2.1-or-later.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/LGPL-2.1-or-later.json", - "referenceNumber": 34, - "name": "GNU Lesser General Public License v2.1 or later", - "licenseId": "LGPL-2.1-or-later", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "https://opensource.org/licenses/LGPL-2.1" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/GL2PS.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GL2PS.json", - "referenceNumber": 35, - "name": "GL2PS License", - "licenseId": "GL2PS", - "seeAlso": [ - "http://www.geuz.org/gl2ps/COPYING.GL2PS" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Ruby.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Ruby.json", - "referenceNumber": 36, - "name": "Ruby License", - "licenseId": "Ruby", - "seeAlso": [ - "http://www.ruby-lang.org/en/LICENSE.txt" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/OCCT-PL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OCCT-PL.json", - "referenceNumber": 37, - "name": "Open CASCADE Technology Public License", - "licenseId": "OCCT-PL", - "seeAlso": [ - "http://www.opencascade.com/content/occt-public-license" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Naumen.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Naumen.json", - "referenceNumber": 38, - "name": "Naumen Public License", - "licenseId": "Naumen", - "seeAlso": [ - "https://opensource.org/licenses/Naumen" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/OpenSSL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OpenSSL.json", - "referenceNumber": 39, - "name": "OpenSSL License", - "licenseId": "OpenSSL", - "seeAlso": [ - "http://www.openssl.org/source/license.html" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CC-BY-SA-4.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-SA-4.0.json", - "referenceNumber": 40, - "name": "Creative Commons Attribution Share Alike 4.0 International", - "licenseId": "CC-BY-SA-4.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by-sa/4.0/legalcode" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/NOSL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/NOSL.json", - "referenceNumber": 41, - "name": "Netizen Open Source License", - "licenseId": "NOSL", - "seeAlso": [ - "http://bits.netizen.com.au/licenses/NOSL/nosl.txt" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/Artistic-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Artistic-1.0.json", - "referenceNumber": 42, - "name": "Artistic License 1.0", - "licenseId": "Artistic-1.0", - "seeAlso": [ - "https://opensource.org/licenses/Artistic-1.0" - ], - "isOsiApproved": true, - "isFsfLibre": false - }, - { - "reference": "https://spdx.org/licenses/zlib-acknowledgement.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/zlib-acknowledgement.json", - "referenceNumber": 43, - "name": "zlib/libpng License with Acknowledgement", - "licenseId": "zlib-acknowledgement", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/ZlibWithAcknowledgement" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GFDL-1.2-no-invariants-or-later.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GFDL-1.2-no-invariants-or-later.json", - "referenceNumber": 44, - "name": "GNU Free Documentation License v1.2 or later - no invariants", - "licenseId": "GFDL-1.2-no-invariants-or-later", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-4.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-4.0.json", - "referenceNumber": 45, - "name": "Creative Commons Attribution 4.0 International", - "licenseId": "CC-BY-4.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by/4.0/legalcode" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/LPL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/LPL-1.0.json", - "referenceNumber": 46, - "name": "Lucent Public License Version 1.0", - "licenseId": "LPL-1.0", - "seeAlso": [ - "https://opensource.org/licenses/LPL-1.0" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/Spencer-86.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Spencer-86.json", - "referenceNumber": 47, - "name": "Spencer License 86", - "licenseId": "Spencer-86", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/dvipdfm.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/dvipdfm.json", - "referenceNumber": 48, - "name": "dvipdfm License", - "licenseId": "dvipdfm", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/dvipdfm" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CNRI-Python.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CNRI-Python.json", - "referenceNumber": 49, - "name": "CNRI Python License", - "licenseId": "CNRI-Python", - "seeAlso": [ - "https://opensource.org/licenses/CNRI-Python" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/Saxpath.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Saxpath.json", - "referenceNumber": 50, - "name": "Saxpath License", - "licenseId": "Saxpath", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Saxpath_License" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Apache-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Apache-1.0.json", - "referenceNumber": 51, - "name": "Apache License 1.0", - "licenseId": "Apache-1.0", - "seeAlso": [ - "http://www.apache.org/licenses/LICENSE-1.0" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/BSL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BSL-1.0.json", - "referenceNumber": 52, - "name": "Boost Software License 1.0", - "licenseId": "BSL-1.0", - "seeAlso": [ - "http://www.boost.org/LICENSE_1_0.txt", - "https://opensource.org/licenses/BSL-1.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/BUSL-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BUSL-1.1.json", - "referenceNumber": 53, - "name": "Business Source License 1.1", - "licenseId": "BUSL-1.1", - "seeAlso": [ - "https://mariadb.com/bsl11/" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/RPSL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/RPSL-1.0.json", - "referenceNumber": 54, - "name": "RealNetworks Public Source License v1.0", - "licenseId": "RPSL-1.0", - "seeAlso": [ - "https://helixcommunity.org/content/rpsl", - "https://opensource.org/licenses/RPSL-1.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/Afmparse.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Afmparse.json", - "referenceNumber": 55, - "name": "Afmparse License", - "licenseId": "Afmparse", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Afmparse" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GFDL-1.1-invariants-or-later.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GFDL-1.1-invariants-or-later.json", - "referenceNumber": 56, - "name": "GNU Free Documentation License v1.1 or later - invariants", - "licenseId": "GFDL-1.1-invariants-or-later", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/EPL-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/EPL-2.0.json", - "referenceNumber": 57, - "name": "Eclipse Public License 2.0", - "licenseId": "EPL-2.0", - "seeAlso": [ - "https://www.eclipse.org/legal/epl-2.0", - "https://www.opensource.org/licenses/EPL-2.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CDLA-Permissive-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CDLA-Permissive-1.0.json", - "referenceNumber": 58, - "name": "Community Data License Agreement Permissive 1.0", - "licenseId": "CDLA-Permissive-1.0", - "seeAlso": [ - "https://cdla.io/permissive-1-0" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/LiLiQ-P-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/LiLiQ-P-1.1.json", - "referenceNumber": 59, - "name": "Licence Libre du Québec – Permissive version 1.1", - "licenseId": "LiLiQ-P-1.1", - "seeAlso": [ - "https://forge.gouv.qc.ca/licence/fr/liliq-v1-1/", - "http://opensource.org/licenses/LiLiQ-P-1.1" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/ANTLR-PD.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/ANTLR-PD.json", - "referenceNumber": 60, - "name": "ANTLR Software Rights Notice", - "licenseId": "ANTLR-PD", - "seeAlso": [ - "http://www.antlr2.org/license.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/AFL-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/AFL-2.0.json", - "referenceNumber": 61, - "name": "Academic Free License v2.0", - "licenseId": "AFL-2.0", - "seeAlso": [ - "http://wayback.archive.org/web/20060924134533/http://www.opensource.org/licenses/afl-2.0.txt" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/libselinux-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/libselinux-1.0.json", - "referenceNumber": 62, - "name": "libselinux public domain notice", - "licenseId": "libselinux-1.0", - "seeAlso": [ - "https://github.com/SELinuxProject/selinux/blob/master/libselinux/LICENSE" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/RPL-1.5.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/RPL-1.5.json", - "referenceNumber": 63, - "name": "Reciprocal Public License 1.5", - "licenseId": "RPL-1.5", - "seeAlso": [ - "https://opensource.org/licenses/RPL-1.5" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/CECILL-C.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CECILL-C.json", - "referenceNumber": 64, - "name": "CeCILL-C Free Software License Agreement", - "licenseId": "CECILL-C", - "seeAlso": [ - "http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/Zimbra-1.4.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Zimbra-1.4.json", - "referenceNumber": 65, - "name": "Zimbra Public License v1.4", - "licenseId": "Zimbra-1.4", - "seeAlso": [ - "http://www.zimbra.com/legal/zimbra-public-license-1-4" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/BSD-2-Clause-FreeBSD.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/BSD-2-Clause-FreeBSD.json", - "referenceNumber": 66, - "name": "BSD 2-Clause FreeBSD License", - "licenseId": "BSD-2-Clause-FreeBSD", - "seeAlso": [ - "http://www.freebsd.org/copyright/freebsd-license.html" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/LGPL-2.1-only.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/LGPL-2.1-only.json", - "referenceNumber": 67, - "name": "GNU Lesser General Public License v2.1 only", - "licenseId": "LGPL-2.1-only", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "https://opensource.org/licenses/LGPL-2.1" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/OLDAP-2.8.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OLDAP-2.8.json", - "referenceNumber": 68, - "name": "Open LDAP Public License v2.8", - "licenseId": "OLDAP-2.8", - "seeAlso": [ - "http://www.openldap.org/software/release/license.html" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/CC-PDDC.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-PDDC.json", - "referenceNumber": 69, - "name": "Creative Commons Public Domain Dedication and Certification", - "licenseId": "CC-PDDC", - "seeAlso": [ - "https://creativecommons.org/licenses/publicdomain/" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Leptonica.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Leptonica.json", - "referenceNumber": 70, - "name": "Leptonica License", - "licenseId": "Leptonica", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Leptonica" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/AGPL-3.0.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/AGPL-3.0.json", - "referenceNumber": 71, - "name": "GNU Affero General Public License v3.0", - "licenseId": "AGPL-3.0", - "seeAlso": [ - "https://www.gnu.org/licenses/agpl.txt", - "https://opensource.org/licenses/AGPL-3.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/LGPL-3.0.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/LGPL-3.0.json", - "referenceNumber": 72, - "name": "GNU Lesser General Public License v3.0 only", - "licenseId": "LGPL-3.0", - "seeAlso": [ - "https://www.gnu.org/licenses/lgpl-3.0-standalone.html", - "https://www.gnu.org/licenses/lgpl+gpl-3.0.txt", - "https://opensource.org/licenses/LGPL-3.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/BSD-4-Clause.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BSD-4-Clause.json", - "referenceNumber": 73, - "name": "BSD 4-Clause \"Original\" or \"Old\" License", - "licenseId": "BSD-4-Clause", - "seeAlso": [ - "http://directory.fsf.org/wiki/License:BSD_4Clause" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/SimPL-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/SimPL-2.0.json", - "referenceNumber": 74, - "name": "Simple Public License 2.0", - "licenseId": "SimPL-2.0", - "seeAlso": [ - "https://opensource.org/licenses/SimPL-2.0" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/GFDL-1.3.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/GFDL-1.3.json", - "referenceNumber": 75, - "name": "GNU Free Documentation License v1.3", - "licenseId": "GFDL-1.3", - "seeAlso": [ - "https://www.gnu.org/licenses/fdl-1.3.txt" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/BSD-2-Clause-Views.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BSD-2-Clause-Views.json", - "referenceNumber": 76, - "name": "BSD 2-Clause with views sentence", - "licenseId": "BSD-2-Clause-Views", - "seeAlso": [ - "http://www.freebsd.org/copyright/freebsd-license.html", - "https://people.freebsd.org/~ivoras/wine/patch-wine-nvidia.sh", - "https://github.com/protegeproject/protege/blob/master/license.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/LPPL-1.3a.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/LPPL-1.3a.json", - "referenceNumber": 77, - "name": "LaTeX Project Public License v1.3a", - "licenseId": "LPPL-1.3a", - "seeAlso": [ - "http://www.latex-project.org/lppl/lppl-1-3a.txt" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/W3C-20150513.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/W3C-20150513.json", - "referenceNumber": 78, - "name": "W3C Software Notice and Document License (2015-05-13)", - "licenseId": "W3C-20150513", - "seeAlso": [ - "https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/AFL-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/AFL-1.1.json", - "referenceNumber": 79, - "name": "Academic Free License v1.1", - "licenseId": "AFL-1.1", - "seeAlso": [ - "http://opensource.linux-mirror.org/licenses/afl-1.1.txt", - "http://wayback.archive.org/web/20021004124254/http://www.opensource.org/licenses/academic.php" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/OGTSL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OGTSL.json", - "referenceNumber": 80, - "name": "Open Group Test Suite License", - "licenseId": "OGTSL", - "seeAlso": [ - "http://www.opengroup.org/testing/downloads/The_Open_Group_TSL.txt", - "https://opensource.org/licenses/OGTSL" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/FSFULLR.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/FSFULLR.json", - "referenceNumber": 81, - "name": "FSF Unlimited License (with License Retention)", - "licenseId": "FSFULLR", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License#License_Retention_Variant" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/BSD-3-Clause-Open-MPI.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause-Open-MPI.json", - "referenceNumber": 82, - "name": "BSD 3-Clause Open MPI variant", - "licenseId": "BSD-3-Clause-Open-MPI", - "seeAlso": [ - "https://www.open-mpi.org/community/license.php", - "http://www.netlib.org/lapack/LICENSE.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/IPA.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/IPA.json", - "referenceNumber": 83, - "name": "IPA Font License", - "licenseId": "IPA", - "seeAlso": [ - "https://opensource.org/licenses/IPA" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CC-BY-NC-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-2.0.json", - "referenceNumber": 84, - "name": "Creative Commons Attribution Non Commercial 2.0 Generic", - "licenseId": "CC-BY-NC-2.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nc/2.0/legalcode" - ], - "isOsiApproved": false, - "isFsfLibre": false - }, - { - "reference": "https://spdx.org/licenses/PSF-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/PSF-2.0.json", - "referenceNumber": 85, - "name": "Python Software Foundation License 2.0", - "licenseId": "PSF-2.0", - "seeAlso": [ - "https://opensource.org/licenses/Python-2.0" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/BSD-Protection.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BSD-Protection.json", - "referenceNumber": 86, - "name": "BSD Protection License", - "licenseId": "BSD-Protection", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/BSD_Protection_License" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License-2014.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License-2014.json", - "referenceNumber": 87, - "name": "BSD 3-Clause No Nuclear License 2014", - "licenseId": "BSD-3-Clause-No-Nuclear-License-2014", - "seeAlso": [ - "https://java.net/projects/javaeetutorial/pages/BerkeleyLicense" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CECILL-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CECILL-2.0.json", - "referenceNumber": 88, - "name": "CeCILL Free Software License Agreement v2.0", - "licenseId": "CECILL-2.0", - "seeAlso": [ - "http://www.cecill.info/licences/Licence_CeCILL_V2-en.html" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CC-BY-NC-3.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-3.0.json", - "referenceNumber": 89, - "name": "Creative Commons Attribution Non Commercial 3.0 Unported", - "licenseId": "CC-BY-NC-3.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nc/3.0/legalcode" - ], - "isOsiApproved": false, - "isFsfLibre": false - }, - { - "reference": "https://spdx.org/licenses/NLOD-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/NLOD-1.0.json", - "referenceNumber": 90, - "name": "Norwegian Licence for Open Government Data (NLOD) 1.0", - "licenseId": "NLOD-1.0", - "seeAlso": [ - "http://data.norge.no/nlod/en/1.0" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-Warranty.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-Warranty.json", - "referenceNumber": 91, - "name": "BSD 3-Clause No Nuclear Warranty", - "licenseId": "BSD-3-Clause-No-Nuclear-Warranty", - "seeAlso": [ - "https://jogamp.org/git/?p\u003dgluegen.git;a\u003dblob_plain;f\u003dLICENSE.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Parity-6.0.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Parity-6.0.0.json", - "referenceNumber": 92, - "name": "The Parity Public License 6.0.0", - "licenseId": "Parity-6.0.0", - "seeAlso": [ - "https://paritylicense.com/versions/6.0.0.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-NC-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-1.0.json", - "referenceNumber": 93, - "name": "Creative Commons Attribution Non Commercial 1.0 Generic", - "licenseId": "CC-BY-NC-1.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nc/1.0/legalcode" - ], - "isOsiApproved": false, - "isFsfLibre": false - }, - { - "reference": "https://spdx.org/licenses/Borceux.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Borceux.json", - "referenceNumber": 94, - "name": "Borceux license", - "licenseId": "Borceux", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Borceux" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GFDL-1.3-invariants-only.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GFDL-1.3-invariants-only.json", - "referenceNumber": 95, - "name": "GNU Free Documentation License v1.3 only - invariants", - "licenseId": "GFDL-1.3-invariants-only", - "seeAlso": [ - "https://www.gnu.org/licenses/fdl-1.3.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Spencer-94.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Spencer-94.json", - "referenceNumber": 96, - "name": "Spencer License 94", - "licenseId": "Spencer-94", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Unlicense.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Unlicense.json", - "referenceNumber": 97, - "name": "The Unlicense", - "licenseId": "Unlicense", - "seeAlso": [ - "https://unlicense.org/" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/TAPR-OHL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/TAPR-OHL-1.0.json", - "referenceNumber": 98, - "name": "TAPR Open Hardware License v1.0", - "licenseId": "TAPR-OHL-1.0", - "seeAlso": [ - "https://www.tapr.org/OHL" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/DSDP.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/DSDP.json", - "referenceNumber": 99, - "name": "DSDP License", - "licenseId": "DSDP", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/DSDP" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-NC-ND-3.0-IGO.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-ND-3.0-IGO.json", - "referenceNumber": 100, - "name": "Creative Commons Attribution Non Commercial No Derivatives 3.0 IGO", - "licenseId": "CC-BY-NC-ND-3.0-IGO", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nc-nd/3.0/igo/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/EUPL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/EUPL-1.0.json", - "referenceNumber": 101, - "name": "European Union Public License 1.0", - "licenseId": "EUPL-1.0", - "seeAlso": [ - "http://ec.europa.eu/idabc/en/document/7330.html", - "http://ec.europa.eu/idabc/servlets/Doc027f.pdf?id\u003d31096" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/HTMLTIDY.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/HTMLTIDY.json", - "referenceNumber": 102, - "name": "HTML Tidy License", - "licenseId": "HTMLTIDY", - "seeAlso": [ - "https://github.com/htacg/tidy-html5/blob/next/README/LICENSE.md" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/OFL-1.0-RFN.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OFL-1.0-RFN.json", - "referenceNumber": 103, - "name": "SIL Open Font License 1.0 with Reserved Font Name", - "licenseId": "OFL-1.0-RFN", - "seeAlso": [ - "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL10_web" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/APSL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/APSL-1.0.json", - "referenceNumber": 104, - "name": "Apple Public Source License 1.0", - "licenseId": "APSL-1.0", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Apple_Public_Source_License_1.0" - ], - "isOsiApproved": true, - "isFsfLibre": false - }, - { - "reference": "https://spdx.org/licenses/LPPL-1.2.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/LPPL-1.2.json", - "referenceNumber": 105, - "name": "LaTeX Project Public License v1.2", - "licenseId": "LPPL-1.2", - "seeAlso": [ - "http://www.latex-project.org/lppl/lppl-1-2.txt" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/Zed.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Zed.json", - "referenceNumber": 106, - "name": "Zed License", - "licenseId": "Zed", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Zed" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/NGPL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/NGPL.json", - "referenceNumber": 107, - "name": "Nethack General Public License", - "licenseId": "NGPL", - "seeAlso": [ - "https://opensource.org/licenses/NGPL" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/CC-BY-SA-2.5.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-SA-2.5.json", - "referenceNumber": 108, - "name": "Creative Commons Attribution Share Alike 2.5 Generic", - "licenseId": "CC-BY-SA-2.5", - "seeAlso": [ - "https://creativecommons.org/licenses/by-sa/2.5/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/LAL-1.2.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/LAL-1.2.json", - "referenceNumber": 109, - "name": "Licence Art Libre 1.2", - "licenseId": "LAL-1.2", - "seeAlso": [ - "http://artlibre.org/licence/lal/licence-art-libre-12/" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/LPPL-1.3c.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/LPPL-1.3c.json", - "referenceNumber": 110, - "name": "LaTeX Project Public License v1.3c", - "licenseId": "LPPL-1.3c", - "seeAlso": [ - "http://www.latex-project.org/lppl/lppl-1-3c.txt", - "https://opensource.org/licenses/LPPL-1.3c" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/OLDAP-2.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OLDAP-2.1.json", - "referenceNumber": 111, - "name": "Open LDAP Public License v2.1", - "licenseId": "OLDAP-2.1", - "seeAlso": [ - "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003db0d176738e96a0d3b9f85cb51e140a86f21be715" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/MIT-CMU.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/MIT-CMU.json", - "referenceNumber": 112, - "name": "CMU License", - "licenseId": "MIT-CMU", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing:MIT?rd\u003dLicensing/MIT#CMU_Style", - "https://github.com/python-pillow/Pillow/blob/fffb426092c8db24a5f4b6df243a8a3c01fb63cd/LICENSE" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/IJG.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/IJG.json", - "referenceNumber": 113, - "name": "Independent JPEG Group License", - "licenseId": "IJG", - "seeAlso": [ - "http://dev.w3.org/cvsweb/Amaya/libjpeg/Attic/README?rev\u003d1.2" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CC-BY-3.0-DE.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-3.0-DE.json", - "referenceNumber": 114, - "name": "Creative Commons Attribution 3.0 Germany", - "licenseId": "CC-BY-3.0-DE", - "seeAlso": [ - "https://creativecommons.org/licenses/by/3.0/de/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/BSD-3-Clause-Modification.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause-Modification.json", - "referenceNumber": 115, - "name": "BSD 3-Clause Modification", - "licenseId": "BSD-3-Clause-Modification", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing:BSD#Modification_Variant" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GPL-2.0+.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/GPL-2.0+.json", - "referenceNumber": 116, - "name": "GNU General Public License v2.0 or later", - "licenseId": "GPL-2.0+", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", - "https://opensource.org/licenses/GPL-2.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CNRI-Jython.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CNRI-Jython.json", - "referenceNumber": 117, - "name": "CNRI Jython License", - "licenseId": "CNRI-Jython", - "seeAlso": [ - "http://www.jython.org/license.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-NC-ND-3.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-ND-3.0.json", - "referenceNumber": 118, - "name": "Creative Commons Attribution Non Commercial No Derivatives 3.0 Unported", - "licenseId": "CC-BY-NC-ND-3.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nc-nd/3.0/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/TCP-wrappers.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/TCP-wrappers.json", - "referenceNumber": 119, - "name": "TCP Wrappers License", - "licenseId": "TCP-wrappers", - "seeAlso": [ - "http://rc.quest.com/topics/openssh/license.php#tcpwrappers" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GFDL-1.1-or-later.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GFDL-1.1-or-later.json", - "referenceNumber": 120, - "name": "GNU Free Documentation License v1.1 or later", - "licenseId": "GFDL-1.1-or-later", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/OGL-UK-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OGL-UK-2.0.json", - "referenceNumber": 121, - "name": "Open Government Licence v2.0", - "licenseId": "OGL-UK-2.0", - "seeAlso": [ - "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/App-s2p.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/App-s2p.json", - "referenceNumber": 122, - "name": "App::s2p License", - "licenseId": "App-s2p", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/App-s2p" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/NTP.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/NTP.json", - "referenceNumber": 123, - "name": "NTP License", - "licenseId": "NTP", - "seeAlso": [ - "https://opensource.org/licenses/NTP" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/OLDAP-2.2.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OLDAP-2.2.json", - "referenceNumber": 124, - "name": "Open LDAP Public License v2.2", - "licenseId": "OLDAP-2.2", - "seeAlso": [ - "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d470b0c18ec67621c85881b2733057fecf4a1acc3" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GPL-1.0+.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/GPL-1.0+.json", - "referenceNumber": 125, - "name": "GNU General Public License v1.0 or later", - "licenseId": "GPL-1.0+", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Imlib2.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Imlib2.json", - "referenceNumber": 126, - "name": "Imlib2 License", - "licenseId": "Imlib2", - "seeAlso": [ - "http://trac.enlightenment.org/e/browser/trunk/imlib2/COPYING", - "https://git.enlightenment.org/legacy/imlib2.git/tree/COPYING" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/OSET-PL-2.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OSET-PL-2.1.json", - "referenceNumber": 127, - "name": "OSET Public License version 2.1", - "licenseId": "OSET-PL-2.1", - "seeAlso": [ - "http://www.osetfoundation.org/public-license", - "https://opensource.org/licenses/OPL-2.1" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/SISSL-1.2.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/SISSL-1.2.json", - "referenceNumber": 128, - "name": "Sun Industry Standards Source License v1.2", - "licenseId": "SISSL-1.2", - "seeAlso": [ - "http://gridscheduler.sourceforge.net/Gridengine_SISSL_license.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GPL-3.0-with-GCC-exception.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/GPL-3.0-with-GCC-exception.json", - "referenceNumber": 129, - "name": "GNU General Public License v3.0 w/GCC Runtime Library exception", - "licenseId": "GPL-3.0-with-GCC-exception", - "seeAlso": [ - "https://www.gnu.org/licenses/gcc-exception-3.1.html" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/OPL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OPL-1.0.json", - "referenceNumber": 130, - "name": "Open Public License v1.0", - "licenseId": "OPL-1.0", - "seeAlso": [ - "http://old.koalateam.com/jackaroo/OPL_1_0.TXT", - "https://fedoraproject.org/wiki/Licensing/Open_Public_License" - ], - "isOsiApproved": false, - "isFsfLibre": false - }, - { - "reference": "https://spdx.org/licenses/DRL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/DRL-1.0.json", - "referenceNumber": 131, - "name": "Detection Rule License 1.0", - "licenseId": "DRL-1.0", - "seeAlso": [ - "https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/BSD-3-Clause.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause.json", - "referenceNumber": 132, - "name": "BSD 3-Clause \"New\" or \"Revised\" License", - "licenseId": "BSD-3-Clause", - "seeAlso": [ - "https://opensource.org/licenses/BSD-3-Clause" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/BitTorrent-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BitTorrent-1.0.json", - "referenceNumber": 133, - "name": "BitTorrent Open Source License v1.0", - "licenseId": "BitTorrent-1.0", - "seeAlso": [ - "http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/licenses/BitTorrent?r1\u003d1.1\u0026r2\u003d1.1.1.1\u0026diff_format\u003ds" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Linux-OpenIB.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Linux-OpenIB.json", - "referenceNumber": 134, - "name": "Linux Kernel Variant of OpenIB.org license", - "licenseId": "Linux-OpenIB", - "seeAlso": [ - "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/infiniband/core/sa.h" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/D-FSL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/D-FSL-1.0.json", - "referenceNumber": 135, - "name": "Deutsche Freie Software Lizenz", - "licenseId": "D-FSL-1.0", - "seeAlso": [ - "http://www.dipp.nrw.de/d-fsl/lizenzen/", - "http://www.dipp.nrw.de/d-fsl/index_html/lizenzen/de/D-FSL-1_0_de.txt", - "http://www.dipp.nrw.de/d-fsl/index_html/lizenzen/en/D-FSL-1_0_en.txt", - "https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl", - "https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/deutsche-freie-software-lizenz", - "https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/german-free-software-license", - "https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/D-FSL-1_0_de.txt/at_download/file", - "https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/D-FSL-1_0_en.txt/at_download/file" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/NICTA-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/NICTA-1.0.json", - "referenceNumber": 136, - "name": "NICTA Public Software License, Version 1.0", - "licenseId": "NICTA-1.0", - "seeAlso": [ - "https://opensource.apple.com/source/mDNSResponder/mDNSResponder-320.10/mDNSPosix/nss_ReadMe.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/MPL-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/MPL-2.0.json", - "referenceNumber": 137, - "name": "Mozilla Public License 2.0", - "licenseId": "MPL-2.0", - "seeAlso": [ - "https://www.mozilla.org/MPL/2.0/", - "https://opensource.org/licenses/MPL-2.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/GPL-1.0-or-later.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GPL-1.0-or-later.json", - "referenceNumber": 138, - "name": "GNU General Public License v1.0 or later", - "licenseId": "GPL-1.0-or-later", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Xnet.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Xnet.json", - "referenceNumber": 139, - "name": "X.Net License", - "licenseId": "Xnet", - "seeAlso": [ - "https://opensource.org/licenses/Xnet" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/Parity-7.0.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Parity-7.0.0.json", - "referenceNumber": 140, - "name": "The Parity Public License 7.0.0", - "licenseId": "Parity-7.0.0", - "seeAlso": [ - "https://paritylicense.com/versions/7.0.0.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/XFree86-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/XFree86-1.1.json", - "referenceNumber": 141, - "name": "XFree86 License 1.1", - "licenseId": "XFree86-1.1", - "seeAlso": [ - "http://www.xfree86.org/current/LICENSE4.html" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/Watcom-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Watcom-1.0.json", - "referenceNumber": 142, - "name": "Sybase Open Watcom Public License 1.0", - "licenseId": "Watcom-1.0", - "seeAlso": [ - "https://opensource.org/licenses/Watcom-1.0" - ], - "isOsiApproved": true, - "isFsfLibre": false - }, - { - "reference": "https://spdx.org/licenses/NPL-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/NPL-1.1.json", - "referenceNumber": 143, - "name": "Netscape Public License v1.1", - "licenseId": "NPL-1.1", - "seeAlso": [ - "http://www.mozilla.org/MPL/NPL/1.1/" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/HaskellReport.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/HaskellReport.json", - "referenceNumber": 144, - "name": "Haskell Language Report License", - "licenseId": "HaskellReport", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Haskell_Language_Report_License" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-NC-SA-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-SA-1.0.json", - "referenceNumber": 145, - "name": "Creative Commons Attribution Non Commercial Share Alike 1.0 Generic", - "licenseId": "CC-BY-NC-SA-1.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nc-sa/1.0/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-2.5-AU.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-2.5-AU.json", - "referenceNumber": 146, - "name": "Creative Commons Attribution 2.5 Australia", - "licenseId": "CC-BY-2.5-AU", - "seeAlso": [ - "https://creativecommons.org/licenses/by/2.5/au/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/LZMA-SDK-9.22.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/LZMA-SDK-9.22.json", - "referenceNumber": 147, - "name": "LZMA SDK License (versions 9.22 and beyond)", - "licenseId": "LZMA-SDK-9.22", - "seeAlso": [ - "https://www.7-zip.org/sdk.html", - "https://sourceforge.net/projects/sevenzip/files/LZMA%20SDK/" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/TCL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/TCL.json", - "referenceNumber": 148, - "name": "TCL/TK License", - "licenseId": "TCL", - "seeAlso": [ - "http://www.tcl.tk/software/tcltk/license.html", - "https://fedoraproject.org/wiki/Licensing/TCL" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/curl.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/curl.json", - "referenceNumber": 149, - "name": "curl License", - "licenseId": "curl", - "seeAlso": [ - "https://github.com/bagder/curl/blob/master/COPYING" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CPOL-1.02.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CPOL-1.02.json", - "referenceNumber": 150, - "name": "Code Project Open License 1.02", - "licenseId": "CPOL-1.02", - "seeAlso": [ - "http://www.codeproject.com/info/cpol10.aspx" - ], - "isOsiApproved": false, - "isFsfLibre": false - }, - { - "reference": "https://spdx.org/licenses/GD.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GD.json", - "referenceNumber": 151, - "name": "GD License", - "licenseId": "GD", - "seeAlso": [ - "https://libgd.github.io/manuals/2.3.0/files/license-txt.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Apache-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Apache-2.0.json", - "referenceNumber": 152, - "name": "Apache License 2.0", - "licenseId": "Apache-2.0", - "seeAlso": [ - "https://www.apache.org/licenses/LICENSE-2.0", - "https://opensource.org/licenses/Apache-2.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/OFL-1.1-RFN.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OFL-1.1-RFN.json", - "referenceNumber": 153, - "name": "SIL Open Font License 1.1 with Reserved Font Name", - "licenseId": "OFL-1.1-RFN", - "seeAlso": [ - "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL_web", - "https://opensource.org/licenses/OFL-1.1" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/ODbL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/ODbL-1.0.json", - "referenceNumber": 154, - "name": "Open Data Commons Open Database License v1.0", - "licenseId": "ODbL-1.0", - "seeAlso": [ - "http://www.opendatacommons.org/licenses/odbl/1.0/", - "https://opendatacommons.org/licenses/odbl/1-0/" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/OLDAP-2.2.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OLDAP-2.2.1.json", - "referenceNumber": 155, - "name": "Open LDAP Public License v2.2.1", - "licenseId": "OLDAP-2.2.1", - "seeAlso": [ - "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d4bc786f34b50aa301be6f5600f58a980070f481e" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/ImageMagick.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/ImageMagick.json", - "referenceNumber": 156, - "name": "ImageMagick License", - "licenseId": "ImageMagick", - "seeAlso": [ - "http://www.imagemagick.org/script/license.php" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/FDK-AAC.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/FDK-AAC.json", - "referenceNumber": 157, - "name": "Fraunhofer FDK AAC Codec Library", - "licenseId": "FDK-AAC", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/FDK-AAC", - "https://directory.fsf.org/wiki/License:Fdk" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CPAL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CPAL-1.0.json", - "referenceNumber": 158, - "name": "Common Public Attribution License 1.0", - "licenseId": "CPAL-1.0", - "seeAlso": [ - "https://opensource.org/licenses/CPAL-1.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/GFDL-1.2-no-invariants-only.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GFDL-1.2-no-invariants-only.json", - "referenceNumber": 159, - "name": "GNU Free Documentation License v1.2 only - no invariants", - "licenseId": "GFDL-1.2-no-invariants-only", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/O-UDA-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/O-UDA-1.0.json", - "referenceNumber": 160, - "name": "Open Use of Data Agreement v1.0", - "licenseId": "O-UDA-1.0", - "seeAlso": [ - "https://github.com/microsoft/Open-Use-of-Data-Agreement/blob/v1.0/O-UDA-1.0.md", - "https://cdla.dev/open-use-of-data-agreement-v1-0/" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/LGPL-2.0-or-later.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/LGPL-2.0-or-later.json", - "referenceNumber": 161, - "name": "GNU Library General Public License v2 or later", - "licenseId": "LGPL-2.0-or-later", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/CDLA-Permissive-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CDLA-Permissive-2.0.json", - "referenceNumber": 162, - "name": "Community Data License Agreement Permissive 2.0", - "licenseId": "CDLA-Permissive-2.0", - "seeAlso": [ - "https://cdla.dev/permissive-2-0" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/BitTorrent-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BitTorrent-1.1.json", - "referenceNumber": 163, - "name": "BitTorrent Open Source License v1.1", - "licenseId": "BitTorrent-1.1", - "seeAlso": [ - "http://directory.fsf.org/wiki/License:BitTorrentOSL1.1" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CECILL-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CECILL-1.1.json", - "referenceNumber": 164, - "name": "CeCILL Free Software License Agreement v1.1", - "licenseId": "CECILL-1.1", - "seeAlso": [ - "http://www.cecill.info/licences/Licence_CeCILL_V1.1-US.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/ICU.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/ICU.json", - "referenceNumber": 165, - "name": "ICU License", - "licenseId": "ICU", - "seeAlso": [ - "http://source.icu-project.org/repos/icu/icu/trunk/license.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Net-SNMP.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Net-SNMP.json", - "referenceNumber": 166, - "name": "Net-SNMP License", - "licenseId": "Net-SNMP", - "seeAlso": [ - "http://net-snmp.sourceforge.net/about/license.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/bzip2-1.0.5.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/bzip2-1.0.5.json", - "referenceNumber": 167, - "name": "bzip2 and libbzip2 License v1.0.5", - "licenseId": "bzip2-1.0.5", - "seeAlso": [ - "https://sourceware.org/bzip2/1.0.5/bzip2-manual-1.0.5.html", - "http://bzip.org/1.0.5/bzip2-manual-1.0.5.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CrystalStacker.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CrystalStacker.json", - "referenceNumber": 168, - "name": "CrystalStacker License", - "licenseId": "CrystalStacker", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing:CrystalStacker?rd\u003dLicensing/CrystalStacker" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CUA-OPL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CUA-OPL-1.0.json", - "referenceNumber": 169, - "name": "CUA Office Public License v1.0", - "licenseId": "CUA-OPL-1.0", - "seeAlso": [ - "https://opensource.org/licenses/CUA-OPL-1.0" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/OFL-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OFL-1.1.json", - "referenceNumber": 170, - "name": "SIL Open Font License 1.1", - "licenseId": "OFL-1.1", - "seeAlso": [ - "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL_web", - "https://opensource.org/licenses/OFL-1.1" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/LiLiQ-R-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/LiLiQ-R-1.1.json", - "referenceNumber": 171, - "name": "Licence Libre du Québec – Réciprocité version 1.1", - "licenseId": "LiLiQ-R-1.1", - "seeAlso": [ - "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/", - "http://opensource.org/licenses/LiLiQ-R-1.1" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/Beerware.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Beerware.json", - "referenceNumber": 172, - "name": "Beerware License", - "licenseId": "Beerware", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Beerware", - "https://people.freebsd.org/~phk/" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Community-Spec-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Community-Spec-1.0.json", - "referenceNumber": 173, - "name": "Community Specification License 1.0", - "licenseId": "Community-Spec-1.0", - "seeAlso": [ - "https://github.com/CommunitySpecification/1.0/blob/master/1._Community_Specification_License-v1.md" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CERN-OHL-S-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CERN-OHL-S-2.0.json", - "referenceNumber": 174, - "name": "CERN Open Hardware Licence Version 2 - Strongly Reciprocal", - "licenseId": "CERN-OHL-S-2.0", - "seeAlso": [ - "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/Fair.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Fair.json", - "referenceNumber": 175, - "name": "Fair License", - "licenseId": "Fair", - "seeAlso": [ - "http://fairlicense.org/", - "https://opensource.org/licenses/Fair" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/ClArtistic.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/ClArtistic.json", - "referenceNumber": 176, - "name": "Clarified Artistic License", - "licenseId": "ClArtistic", - "seeAlso": [ - "http://gianluca.dellavedova.org/2011/01/03/clarified-artistic-license/", - "http://www.ncftp.com/ncftp/doc/LICENSE.txt" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/BSD-3-Clause-LBNL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause-LBNL.json", - "referenceNumber": 177, - "name": "Lawrence Berkeley National Labs BSD variant license", - "licenseId": "BSD-3-Clause-LBNL", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/LBNLBSD" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/StandardML-NJ.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/StandardML-NJ.json", - "referenceNumber": 178, - "name": "Standard ML of New Jersey License", - "licenseId": "StandardML-NJ", - "seeAlso": [ - "http://www.smlnj.org//license.html" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/MirOS.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/MirOS.json", - "referenceNumber": 179, - "name": "The MirOS Licence", - "licenseId": "MirOS", - "seeAlso": [ - "https://opensource.org/licenses/MirOS" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/GPL-2.0-with-GCC-exception.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/GPL-2.0-with-GCC-exception.json", - "referenceNumber": 180, - "name": "GNU General Public License v2.0 w/GCC Runtime Library exception", - "licenseId": "GPL-2.0-with-GCC-exception", - "seeAlso": [ - "https://gcc.gnu.org/git/?p\u003dgcc.git;a\u003dblob;f\u003dgcc/libgcc1.c;h\u003d762f5143fc6eed57b6797c82710f3538aa52b40b;hb\u003dcb143a3ce4fb417c68f5fa2691a1b1b1053dfba9#l10" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/mplus.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/mplus.json", - "referenceNumber": 181, - "name": "mplus Font License", - "licenseId": "mplus", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing:Mplus?rd\u003dLicensing/mplus" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/ISC.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/ISC.json", - "referenceNumber": 182, - "name": "ISC License", - "licenseId": "ISC", - "seeAlso": [ - "https://www.isc.org/licenses/", - "https://www.isc.org/downloads/software-support-policy/isc-license/", - "https://opensource.org/licenses/ISC" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/Minpack.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Minpack.json", - "referenceNumber": 183, - "name": "Minpack License", - "licenseId": "Minpack", - "seeAlso": [ - "http://www.netlib.org/minpack/disclaimer", - "https://gitlab.com/libeigen/eigen/-/blob/master/COPYING.MINPACK" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GFDL-1.2-invariants-or-later.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GFDL-1.2-invariants-or-later.json", - "referenceNumber": 184, - "name": "GNU Free Documentation License v1.2 or later - invariants", - "licenseId": "GFDL-1.2-invariants-or-later", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/SSPL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/SSPL-1.0.json", - "referenceNumber": 185, - "name": "Server Side Public License, v 1", - "licenseId": "SSPL-1.0", - "seeAlso": [ - "https://www.mongodb.com/licensing/server-side-public-license" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/OGC-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OGC-1.0.json", - "referenceNumber": 186, - "name": "OGC Software License, Version 1.0", - "licenseId": "OGC-1.0", - "seeAlso": [ - "https://www.ogc.org/ogc/software/1.0" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/FTL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/FTL.json", - "referenceNumber": 187, - "name": "Freetype Project License", - "licenseId": "FTL", - "seeAlso": [ - "http://freetype.fis.uniroma2.it/FTL.TXT", - "http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/FTL.TXT", - "http://gitlab.freedesktop.org/freetype/freetype/-/raw/master/docs/FTL.TXT" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/BSD-Source-Code.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BSD-Source-Code.json", - "referenceNumber": 188, - "name": "BSD Source Code Attribution", - "licenseId": "BSD-Source-Code", - "seeAlso": [ - "https://github.com/robbiehanson/CocoaHTTPServer/blob/master/LICENSE.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/VOSTROM.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/VOSTROM.json", - "referenceNumber": 189, - "name": "VOSTROM Public License for Open Source", - "licenseId": "VOSTROM", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/VOSTROM" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/OSL-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OSL-1.1.json", - "referenceNumber": 190, - "name": "Open Software License 1.1", - "licenseId": "OSL-1.1", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/OSL1.1" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/AFL-3.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/AFL-3.0.json", - "referenceNumber": 191, - "name": "Academic Free License v3.0", - "licenseId": "AFL-3.0", - "seeAlso": [ - "http://www.rosenlaw.com/AFL3.0.htm", - "https://opensource.org/licenses/afl-3.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/ECL-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/ECL-2.0.json", - "referenceNumber": 192, - "name": "Educational Community License v2.0", - "licenseId": "ECL-2.0", - "seeAlso": [ - "https://opensource.org/licenses/ECL-2.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/SugarCRM-1.1.3.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/SugarCRM-1.1.3.json", - "referenceNumber": 193, - "name": "SugarCRM Public License v1.1.3", - "licenseId": "SugarCRM-1.1.3", - "seeAlso": [ - "http://www.sugarcrm.com/crm/SPL" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GPL-2.0-with-bison-exception.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/GPL-2.0-with-bison-exception.json", - "referenceNumber": 194, - "name": "GNU General Public License v2.0 w/Bison exception", - "licenseId": "GPL-2.0-with-bison-exception", - "seeAlso": [ - "http://git.savannah.gnu.org/cgit/bison.git/tree/data/yacc.c?id\u003d193d7c7054ba7197b0789e14965b739162319b5e#n141" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-ND-3.0-DE.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-ND-3.0-DE.json", - "referenceNumber": 195, - "name": "Creative Commons Attribution No Derivatives 3.0 Germany", - "licenseId": "CC-BY-ND-3.0-DE", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nd/3.0/de/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/NIST-PD-fallback.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/NIST-PD-fallback.json", - "referenceNumber": 196, - "name": "NIST Public Domain Notice with license fallback", - "licenseId": "NIST-PD-fallback", - "seeAlso": [ - "https://github.com/usnistgov/jsip/blob/59700e6926cbe96c5cdae897d9a7d2656b42abe3/LICENSE", - "https://github.com/usnistgov/fipy/blob/86aaa5c2ba2c6f1be19593c5986071cf6568cc34/LICENSE.rst" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/PolyForm-Noncommercial-1.0.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/PolyForm-Noncommercial-1.0.0.json", - "referenceNumber": 197, - "name": "PolyForm Noncommercial License 1.0.0", - "licenseId": "PolyForm-Noncommercial-1.0.0", - "seeAlso": [ - "https://polyformproject.org/licenses/noncommercial/1.0.0" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/BSD-2-Clause-NetBSD.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/BSD-2-Clause-NetBSD.json", - "referenceNumber": 198, - "name": "BSD 2-Clause NetBSD License", - "licenseId": "BSD-2-Clause-NetBSD", - "seeAlso": [ - "http://www.netbsd.org/about/redistribution.html#default" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/NLOD-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/NLOD-2.0.json", - "referenceNumber": 199, - "name": "Norwegian Licence for Open Government Data (NLOD) 2.0", - "licenseId": "NLOD-2.0", - "seeAlso": [ - "http://data.norge.no/nlod/en/2.0" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-SA-2.1-JP.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-SA-2.1-JP.json", - "referenceNumber": 200, - "name": "Creative Commons Attribution Share Alike 2.1 Japan", - "licenseId": "CC-BY-SA-2.1-JP", - "seeAlso": [ - "https://creativecommons.org/licenses/by-sa/2.1/jp/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-NC-SA-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-SA-2.0.json", - "referenceNumber": 201, - "name": "Creative Commons Attribution Non Commercial Share Alike 2.0 Generic", - "licenseId": "CC-BY-NC-SA-2.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nc-sa/2.0/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GFDL-1.1-invariants-only.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GFDL-1.1-invariants-only.json", - "referenceNumber": 202, - "name": "GNU Free Documentation License v1.1 only - invariants", - "licenseId": "GFDL-1.1-invariants-only", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/ZPL-2.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/ZPL-2.1.json", - "referenceNumber": 203, - "name": "Zope Public License 2.1", - "licenseId": "ZPL-2.1", - "seeAlso": [ - "http://old.zope.org/Resources/ZPL/" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/MPL-2.0-no-copyleft-exception.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/MPL-2.0-no-copyleft-exception.json", - "referenceNumber": 204, - "name": "Mozilla Public License 2.0 (no copyleft exception)", - "licenseId": "MPL-2.0-no-copyleft-exception", - "seeAlso": [ - "https://www.mozilla.org/MPL/2.0/", - "https://opensource.org/licenses/MPL-2.0" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/Mup.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Mup.json", - "referenceNumber": 205, - "name": "Mup License", - "licenseId": "Mup", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Mup" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Eurosym.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Eurosym.json", - "referenceNumber": 206, - "name": "Eurosym License", - "licenseId": "Eurosym", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Eurosym" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/X11-distribute-modifications-variant.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/X11-distribute-modifications-variant.json", - "referenceNumber": 207, - "name": "X11 License Distribution Modification Variant", - "licenseId": "X11-distribute-modifications-variant", - "seeAlso": [ - "https://github.com/mirror/ncurses/blob/master/COPYING" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Plexus.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Plexus.json", - "referenceNumber": 208, - "name": "Plexus Classworlds License", - "licenseId": "Plexus", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Plexus_Classworlds_License" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/OGDL-Taiwan-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OGDL-Taiwan-1.0.json", - "referenceNumber": 209, - "name": "Taiwan Open Government Data License, version 1.0", - "licenseId": "OGDL-Taiwan-1.0", - "seeAlso": [ - "https://data.gov.tw/license" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/AGPL-3.0-or-later.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/AGPL-3.0-or-later.json", - "referenceNumber": 210, - "name": "GNU Affero General Public License v3.0 or later", - "licenseId": "AGPL-3.0-or-later", - "seeAlso": [ - "https://www.gnu.org/licenses/agpl.txt", - "https://opensource.org/licenses/AGPL-3.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/OGL-UK-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OGL-UK-1.0.json", - "referenceNumber": 211, - "name": "Open Government Licence v1.0", - "licenseId": "OGL-UK-1.0", - "seeAlso": [ - "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/1/" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/MIT-feh.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/MIT-feh.json", - "referenceNumber": 212, - "name": "feh License", - "licenseId": "MIT-feh", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/MIT#feh" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/APAFML.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/APAFML.json", - "referenceNumber": 213, - "name": "Adobe Postscript AFM License", - "licenseId": "APAFML", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/AdobePostscriptAFM" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/NetCDF.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/NetCDF.json", - "referenceNumber": 214, - "name": "NetCDF license", - "licenseId": "NetCDF", - "seeAlso": [ - "http://www.unidata.ucar.edu/software/netcdf/copyright.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CECILL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CECILL-1.0.json", - "referenceNumber": 215, - "name": "CeCILL Free Software License Agreement v1.0", - "licenseId": "CECILL-1.0", - "seeAlso": [ - "http://www.cecill.info/licences/Licence_CeCILL_V1-fr.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/TU-Berlin-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/TU-Berlin-2.0.json", - "referenceNumber": 216, - "name": "Technische Universitaet Berlin License 2.0", - "licenseId": "TU-Berlin-2.0", - "seeAlso": [ - "https://github.com/CorsixTH/deps/blob/fd339a9f526d1d9c9f01ccf39e438a015da50035/licences/libgsm.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/NLPL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/NLPL.json", - "referenceNumber": 217, - "name": "No Limit Public License", - "licenseId": "NLPL", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/NLPL" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/EPICS.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/EPICS.json", - "referenceNumber": 218, - "name": "EPICS Open License", - "licenseId": "EPICS", - "seeAlso": [ - "https://epics.anl.gov/license/open.php" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/eCos-2.0.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/eCos-2.0.json", - "referenceNumber": 219, - "name": "eCos license version 2.0", - "licenseId": "eCos-2.0", - "seeAlso": [ - "https://www.gnu.org/licenses/ecos-license.html" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/OLDAP-1.4.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OLDAP-1.4.json", - "referenceNumber": 220, - "name": "Open LDAP Public License v1.4", - "licenseId": "OLDAP-1.4", - "seeAlso": [ - "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003dc9f95c2f3f2ffb5e0ae55fe7388af75547660941" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Zend-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Zend-2.0.json", - "referenceNumber": 221, - "name": "Zend License v2.0", - "licenseId": "Zend-2.0", - "seeAlso": [ - "https://web.archive.org/web/20130517195954/http://www.zend.com/license/2_00.txt" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/GFDL-1.2-only.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GFDL-1.2-only.json", - "referenceNumber": 222, - "name": "GNU Free Documentation License v1.2 only", - "licenseId": "GFDL-1.2-only", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/iMatix.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/iMatix.json", - "referenceNumber": 223, - "name": "iMatix Standard Function Library Agreement", - "licenseId": "iMatix", - "seeAlso": [ - "http://legacy.imatix.com/html/sfl/sfl4.htm#license" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CDDL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CDDL-1.0.json", - "referenceNumber": 224, - "name": "Common Development and Distribution License 1.0", - "licenseId": "CDDL-1.0", - "seeAlso": [ - "https://opensource.org/licenses/cddl1" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/LPL-1.02.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/LPL-1.02.json", - "referenceNumber": 225, - "name": "Lucent Public License v1.02", - "licenseId": "LPL-1.02", - "seeAlso": [ - "http://plan9.bell-labs.com/plan9/license.html", - "https://opensource.org/licenses/LPL-1.02" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/GPL-1.0-only.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GPL-1.0-only.json", - "referenceNumber": 226, - "name": "GNU General Public License v1.0 only", - "licenseId": "GPL-1.0-only", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/ADSL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/ADSL.json", - "referenceNumber": 227, - "name": "Amazon Digital Services License", - "licenseId": "ADSL", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/AmazonDigitalServicesLicense" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/OLDAP-2.3.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OLDAP-2.3.json", - "referenceNumber": 228, - "name": "Open LDAP Public License v2.3", - "licenseId": "OLDAP-2.3", - "seeAlso": [ - "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003dd32cf54a32d581ab475d23c810b0a7fbaf8d63c3" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/MulanPSL-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/MulanPSL-2.0.json", - "referenceNumber": 229, - "name": "Mulan Permissive Software License, Version 2", - "licenseId": "MulanPSL-2.0", - "seeAlso": [ - "https://license.coscl.org.cn/MulanPSL2/" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/Linux-man-pages-copyleft.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Linux-man-pages-copyleft.json", - "referenceNumber": 230, - "name": "Linux man-pages Copyleft", - "licenseId": "Linux-man-pages-copyleft", - "seeAlso": [ - "https://www.kernel.org/doc/man-pages/licenses.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/ANTLR-PD-fallback.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/ANTLR-PD-fallback.json", - "referenceNumber": 231, - "name": "ANTLR Software Rights Notice with license fallback", - "licenseId": "ANTLR-PD-fallback", - "seeAlso": [ - "http://www.antlr2.org/license.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/MIT.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/MIT.json", - "referenceNumber": 232, - "name": "MIT License", - "licenseId": "MIT", - "seeAlso": [ - "https://opensource.org/licenses/MIT" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/LZMA-SDK-9.11-to-9.20.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/LZMA-SDK-9.11-to-9.20.json", - "referenceNumber": 233, - "name": "LZMA SDK License (versions 9.11 to 9.20)", - "licenseId": "LZMA-SDK-9.11-to-9.20", - "seeAlso": [ - "https://www.7-zip.org/sdk.html", - "https://sourceforge.net/projects/sevenzip/files/LZMA%20SDK/" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Hippocratic-2.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Hippocratic-2.1.json", - "referenceNumber": 234, - "name": "Hippocratic License 2.1", - "licenseId": "Hippocratic-2.1", - "seeAlso": [ - "https://firstdonoharm.dev/version/2/1/license.html", - "https://github.com/EthicalSource/hippocratic-license/blob/58c0e646d64ff6fbee275bfe2b9492f914e3ab2a/LICENSE.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/SGI-B-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/SGI-B-1.0.json", - "referenceNumber": 235, - "name": "SGI Free Software License B v1.0", - "licenseId": "SGI-B-1.0", - "seeAlso": [ - "http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.1.0.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Nunit.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/Nunit.json", - "referenceNumber": 236, - "name": "Nunit License", - "licenseId": "Nunit", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Nunit" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/COIL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/COIL-1.0.json", - "referenceNumber": 237, - "name": "Copyfree Open Innovation License", - "licenseId": "COIL-1.0", - "seeAlso": [ - "https://coil.apotheon.org/plaintext/01.0.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GPL-2.0-with-autoconf-exception.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/GPL-2.0-with-autoconf-exception.json", - "referenceNumber": 238, - "name": "GNU General Public License v2.0 w/Autoconf exception", - "licenseId": "GPL-2.0-with-autoconf-exception", - "seeAlso": [ - "http://ac-archive.sourceforge.net/doc/copyright.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/HPND.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/HPND.json", - "referenceNumber": 239, - "name": "Historical Permission Notice and Disclaimer", - "licenseId": "HPND", - "seeAlso": [ - "https://opensource.org/licenses/HPND" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/GPL-3.0.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/GPL-3.0.json", - "referenceNumber": 240, - "name": "GNU General Public License v3.0 only", - "licenseId": "GPL-3.0", - "seeAlso": [ - "https://www.gnu.org/licenses/gpl-3.0-standalone.html", - "https://opensource.org/licenses/GPL-3.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CDDL-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CDDL-1.1.json", - "referenceNumber": 241, - "name": "Common Development and Distribution License 1.1", - "licenseId": "CDDL-1.1", - "seeAlso": [ - "http://glassfish.java.net/public/CDDL+GPL_1_1.html", - "https://javaee.github.io/glassfish/LICENSE" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GPL-2.0-with-classpath-exception.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/GPL-2.0-with-classpath-exception.json", - "referenceNumber": 242, - "name": "GNU General Public License v2.0 w/Classpath exception", - "licenseId": "GPL-2.0-with-classpath-exception", - "seeAlso": [ - "https://www.gnu.org/software/classpath/license.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-SA-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-SA-2.0.json", - "referenceNumber": 243, - "name": "Creative Commons Attribution Share Alike 2.0 Generic", - "licenseId": "CC-BY-SA-2.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by-sa/2.0/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/OCLC-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OCLC-2.0.json", - "referenceNumber": 244, - "name": "OCLC Research Public License 2.0", - "licenseId": "OCLC-2.0", - "seeAlso": [ - "http://www.oclc.org/research/activities/software/license/v2final.htm", - "https://opensource.org/licenses/OCLC-2.0" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/GFDL-1.1-only.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GFDL-1.1-only.json", - "referenceNumber": 245, - "name": "GNU Free Documentation License v1.1 only", - "licenseId": "GFDL-1.1-only", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/C-UDA-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/C-UDA-1.0.json", - "referenceNumber": 246, - "name": "Computational Use of Data Agreement v1.0", - "licenseId": "C-UDA-1.0", - "seeAlso": [ - "https://github.com/microsoft/Computational-Use-of-Data-Agreement/blob/master/C-UDA-1.0.md", - "https://cdla.dev/computational-use-of-data-agreement-v1-0/" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Crossword.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Crossword.json", - "referenceNumber": 247, - "name": "Crossword License", - "licenseId": "Crossword", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Crossword" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/libtiff.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/libtiff.json", - "referenceNumber": 248, - "name": "libtiff License", - "licenseId": "libtiff", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/libtiff" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/IPL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/IPL-1.0.json", - "referenceNumber": 249, - "name": "IBM Public License v1.0", - "licenseId": "IPL-1.0", - "seeAlso": [ - "https://opensource.org/licenses/IPL-1.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/MS-LPL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/MS-LPL.json", - "referenceNumber": 250, - "name": "Microsoft Limited Public License", - "licenseId": "MS-LPL", - "seeAlso": [ - "https://www.openhub.net/licenses/mslpl", - "https://github.com/gabegundy/atlserver/blob/master/License.txt", - "https://en.wikipedia.org/wiki/Shared_Source_Initiative#Microsoft_Limited_Public_License_(Ms-LPL)" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GFDL-1.3-no-invariants-or-later.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GFDL-1.3-no-invariants-or-later.json", - "referenceNumber": 251, - "name": "GNU Free Documentation License v1.3 or later - no invariants", - "licenseId": "GFDL-1.3-no-invariants-or-later", - "seeAlso": [ - "https://www.gnu.org/licenses/fdl-1.3.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Sleepycat.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Sleepycat.json", - "referenceNumber": 252, - "name": "Sleepycat License", - "licenseId": "Sleepycat", - "seeAlso": [ - "https://opensource.org/licenses/Sleepycat" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/gSOAP-1.3b.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/gSOAP-1.3b.json", - "referenceNumber": 253, - "name": "gSOAP Public License v1.3b", - "licenseId": "gSOAP-1.3b", - "seeAlso": [ - "http://www.cs.fsu.edu/~engelen/license.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/OLDAP-2.0.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OLDAP-2.0.1.json", - "referenceNumber": 254, - "name": "Open LDAP Public License v2.0.1", - "licenseId": "OLDAP-2.0.1", - "seeAlso": [ - "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003db6d68acd14e51ca3aab4428bf26522aa74873f0e" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/AFL-2.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/AFL-2.1.json", - "referenceNumber": 255, - "name": "Academic Free License v2.1", - "licenseId": "AFL-2.1", - "seeAlso": [ - "http://opensource.linux-mirror.org/licenses/afl-2.1.txt" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.json", - "referenceNumber": 256, - "name": "Creative Commons Attribution Non Commercial Share Alike 4.0 International", - "licenseId": "CC-BY-NC-SA-4.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/ErlPL-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/ErlPL-1.1.json", - "referenceNumber": 257, - "name": "Erlang Public License v1.1", - "licenseId": "ErlPL-1.1", - "seeAlso": [ - "http://www.erlang.org/EPLICENSE" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Unicode-DFS-2016.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Unicode-DFS-2016.json", - "referenceNumber": 258, - "name": "Unicode License Agreement - Data Files and Software (2016)", - "licenseId": "Unicode-DFS-2016", - "seeAlso": [ - "http://www.unicode.org/copyright.html" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/CC-BY-3.0-NL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-3.0-NL.json", - "referenceNumber": 259, - "name": "Creative Commons Attribution 3.0 Netherlands", - "licenseId": "CC-BY-3.0-NL", - "seeAlso": [ - "https://creativecommons.org/licenses/by/3.0/nl/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/BSD-3-Clause-Clear.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause-Clear.json", - "referenceNumber": 260, - "name": "BSD 3-Clause Clear License", - "licenseId": "BSD-3-Clause-Clear", - "seeAlso": [ - "http://labs.metacarta.com/license-explanation.html#license" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/SchemeReport.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/SchemeReport.json", - "referenceNumber": 261, - "name": "Scheme Language Report License", - "licenseId": "SchemeReport", - "seeAlso": [], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-NC-ND-4.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-ND-4.0.json", - "referenceNumber": 262, - "name": "Creative Commons Attribution Non Commercial No Derivatives 4.0 International", - "licenseId": "CC-BY-NC-ND-4.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Elastic-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Elastic-2.0.json", - "referenceNumber": 263, - "name": "Elastic License 2.0", - "licenseId": "Elastic-2.0", - "seeAlso": [ - "https://www.elastic.co/licensing/elastic-license", - "https://github.com/elastic/elasticsearch/blob/master/licenses/ELASTIC-LICENSE-2.0.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC0-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC0-1.0.json", - "referenceNumber": 264, - "name": "Creative Commons Zero v1.0 Universal", - "licenseId": "CC0-1.0", - "seeAlso": [ - "https://creativecommons.org/publicdomain/zero/1.0/legalcode" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/MIT-open-group.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/MIT-open-group.json", - "referenceNumber": 265, - "name": "MIT Open Group variant", - "licenseId": "MIT-open-group", - "seeAlso": [ - "https://gitlab.freedesktop.org/xorg/app/iceauth/-/blob/master/COPYING", - "https://gitlab.freedesktop.org/xorg/app/xvinfo/-/blob/master/COPYING", - "https://gitlab.freedesktop.org/xorg/app/xsetroot/-/blob/master/COPYING", - "https://gitlab.freedesktop.org/xorg/app/xauth/-/blob/master/COPYING" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Motosoto.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Motosoto.json", - "referenceNumber": 266, - "name": "Motosoto License", - "licenseId": "Motosoto", - "seeAlso": [ - "https://opensource.org/licenses/Motosoto" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/TMate.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/TMate.json", - "referenceNumber": 267, - "name": "TMate Open Source License", - "licenseId": "TMate", - "seeAlso": [ - "http://svnkit.com/license.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/PDDL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/PDDL-1.0.json", - "referenceNumber": 268, - "name": "Open Data Commons Public Domain Dedication \u0026 License 1.0", - "licenseId": "PDDL-1.0", - "seeAlso": [ - "http://opendatacommons.org/licenses/pddl/1.0/", - "https://opendatacommons.org/licenses/pddl/" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/MITNFA.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/MITNFA.json", - "referenceNumber": 269, - "name": "MIT +no-false-attribs license", - "licenseId": "MITNFA", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/MITNFA" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-1.0.json", - "referenceNumber": 270, - "name": "Creative Commons Attribution 1.0 Generic", - "licenseId": "CC-BY-1.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by/1.0/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/MulanPSL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/MulanPSL-1.0.json", - "referenceNumber": 271, - "name": "Mulan Permissive Software License, Version 1", - "licenseId": "MulanPSL-1.0", - "seeAlso": [ - "https://license.coscl.org.cn/MulanPSL/", - "https://github.com/yuwenlong/longphp/blob/25dfb70cc2a466dc4bb55ba30901cbce08d164b5/LICENSE" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GPL-3.0-only.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GPL-3.0-only.json", - "referenceNumber": 272, - "name": "GNU General Public License v3.0 only", - "licenseId": "GPL-3.0-only", - "seeAlso": [ - "https://www.gnu.org/licenses/gpl-3.0-standalone.html", - "https://opensource.org/licenses/GPL-3.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/SCEA.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/SCEA.json", - "referenceNumber": 273, - "name": "SCEA Shared Source License", - "licenseId": "SCEA", - "seeAlso": [ - "http://research.scea.com/scea_shared_source_license.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/psfrag.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/psfrag.json", - "referenceNumber": 274, - "name": "psfrag License", - "licenseId": "psfrag", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/psfrag" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/OLDAP-2.6.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OLDAP-2.6.json", - "referenceNumber": 275, - "name": "Open LDAP Public License v2.6", - "licenseId": "OLDAP-2.6", - "seeAlso": [ - "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d1cae062821881f41b73012ba816434897abf4205" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Newsletr.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Newsletr.json", - "referenceNumber": 276, - "name": "Newsletr License", - "licenseId": "Newsletr", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Newsletr" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/W3C-19980720.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/W3C-19980720.json", - "referenceNumber": 277, - "name": "W3C Software Notice and License (1998-07-20)", - "licenseId": "W3C-19980720", - "seeAlso": [ - "http://www.w3.org/Consortium/Legal/copyright-software-19980720.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/NAIST-2003.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/NAIST-2003.json", - "referenceNumber": 278, - "name": "Nara Institute of Science and Technology License (2003)", - "licenseId": "NAIST-2003", - "seeAlso": [ - "https://enterprise.dejacode.com/licenses/public/naist-2003/#license-text", - "https://github.com/nodejs/node/blob/4a19cc8947b1bba2b2d27816ec3d0edf9b28e503/LICENSE#L343" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/JPNIC.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/JPNIC.json", - "referenceNumber": 279, - "name": "Japan Network Information Center License", - "licenseId": "JPNIC", - "seeAlso": [ - "https://gitlab.isc.org/isc-projects/bind9/blob/master/COPYRIGHT#L366" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Glulxe.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Glulxe.json", - "referenceNumber": 280, - "name": "Glulxe License", - "licenseId": "Glulxe", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Glulxe" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/QPL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/QPL-1.0.json", - "referenceNumber": 281, - "name": "Q Public License 1.0", - "licenseId": "QPL-1.0", - "seeAlso": [ - "http://doc.qt.nokia.com/3.3/license.html", - "https://opensource.org/licenses/QPL-1.0", - "https://doc.qt.io/archives/3.3/license.html" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/AAL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/AAL.json", - "referenceNumber": 282, - "name": "Attribution Assurance License", - "licenseId": "AAL", - "seeAlso": [ - "https://opensource.org/licenses/attribution" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/Frameworx-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Frameworx-1.0.json", - "referenceNumber": 283, - "name": "Frameworx Open License 1.0", - "licenseId": "Frameworx-1.0", - "seeAlso": [ - "https://opensource.org/licenses/Frameworx-1.0" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/OPUBL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OPUBL-1.0.json", - "referenceNumber": 284, - "name": "Open Publication License v1.0", - "licenseId": "OPUBL-1.0", - "seeAlso": [ - "http://opencontent.org/openpub/", - "https://www.debian.org/opl", - "https://www.ctan.org/license/opl" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/LGPL-3.0-or-later.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/LGPL-3.0-or-later.json", - "referenceNumber": 285, - "name": "GNU Lesser General Public License v3.0 or later", - "licenseId": "LGPL-3.0-or-later", - "seeAlso": [ - "https://www.gnu.org/licenses/lgpl-3.0-standalone.html", - "https://www.gnu.org/licenses/lgpl+gpl-3.0.txt", - "https://opensource.org/licenses/LGPL-3.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/gnuplot.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/gnuplot.json", - "referenceNumber": 286, - "name": "gnuplot License", - "licenseId": "gnuplot", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Gnuplot" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/Jam.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Jam.json", - "referenceNumber": 287, - "name": "Jam License", - "licenseId": "Jam", - "seeAlso": [ - "https://www.boost.org/doc/libs/1_35_0/doc/html/jam.html", - "https://web.archive.org/web/20160330173339/https://swarm.workshop.perforce.com/files/guest/perforce_software/jam/src/README" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/GFDL-1.1-no-invariants-only.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GFDL-1.1-no-invariants-only.json", - "referenceNumber": 288, - "name": "GNU Free Documentation License v1.1 only - no invariants", - "licenseId": "GFDL-1.1-no-invariants-only", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CAL-1.0-Combined-Work-Exception.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CAL-1.0-Combined-Work-Exception.json", - "referenceNumber": 289, - "name": "Cryptographic Autonomy License 1.0 (Combined Work Exception)", - "licenseId": "CAL-1.0-Combined-Work-Exception", - "seeAlso": [ - "http://cryptographicautonomylicense.com/license-text.html", - "https://opensource.org/licenses/CAL-1.0" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/OLDAP-2.7.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OLDAP-2.7.json", - "referenceNumber": 290, - "name": "Open LDAP Public License v2.7", - "licenseId": "OLDAP-2.7", - "seeAlso": [ - "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d47c2415c1df81556eeb39be6cad458ef87c534a2" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/Nokia.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Nokia.json", - "referenceNumber": 291, - "name": "Nokia Open Source License", - "licenseId": "Nokia", - "seeAlso": [ - "https://opensource.org/licenses/nokia" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/Adobe-2006.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Adobe-2006.json", - "referenceNumber": 292, - "name": "Adobe Systems Incorporated Source Code License Agreement", - "licenseId": "Adobe-2006", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/AdobeLicense" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Cube.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Cube.json", - "referenceNumber": 293, - "name": "Cube License", - "licenseId": "Cube", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Cube" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Sendmail-8.23.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Sendmail-8.23.json", - "referenceNumber": 294, - "name": "Sendmail License 8.23", - "licenseId": "Sendmail-8.23", - "seeAlso": [ - "https://www.proofpoint.com/sites/default/files/sendmail-license.pdf", - "https://web.archive.org/web/20181003101040/https://www.proofpoint.com/sites/default/files/sendmail-license.pdf" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Abstyles.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Abstyles.json", - "referenceNumber": 295, - "name": "Abstyles License", - "licenseId": "Abstyles", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Abstyles" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/PostgreSQL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/PostgreSQL.json", - "referenceNumber": 296, - "name": "PostgreSQL License", - "licenseId": "PostgreSQL", - "seeAlso": [ - "http://www.postgresql.org/about/licence", - "https://opensource.org/licenses/PostgreSQL" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/BlueOak-1.0.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BlueOak-1.0.0.json", - "referenceNumber": 297, - "name": "Blue Oak Model License 1.0.0", - "licenseId": "BlueOak-1.0.0", - "seeAlso": [ - "https://blueoakcouncil.org/license/1.0.0" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/X11.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/X11.json", - "referenceNumber": 298, - "name": "X11 License", - "licenseId": "X11", - "seeAlso": [ - "http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/Bitstream-Vera.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Bitstream-Vera.json", - "referenceNumber": 299, - "name": "Bitstream Vera Font License", - "licenseId": "Bitstream-Vera", - "seeAlso": [ - "https://web.archive.org/web/20080207013128/http://www.gnome.org/fonts/", - "https://docubrain.com/sites/default/files/licenses/bitstream-vera.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GPL-2.0-with-font-exception.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/GPL-2.0-with-font-exception.json", - "referenceNumber": 300, - "name": "GNU General Public License v2.0 w/Font exception", - "licenseId": "GPL-2.0-with-font-exception", - "seeAlso": [ - "https://www.gnu.org/licenses/gpl-faq.html#FontException" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/EFL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/EFL-1.0.json", - "referenceNumber": 301, - "name": "Eiffel Forum License v1.0", - "licenseId": "EFL-1.0", - "seeAlso": [ - "http://www.eiffel-nice.org/license/forum.txt", - "https://opensource.org/licenses/EFL-1.0" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/Python-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Python-2.0.json", - "referenceNumber": 302, - "name": "Python License 2.0", - "licenseId": "Python-2.0", - "seeAlso": [ - "https://opensource.org/licenses/Python-2.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/UPL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/UPL-1.0.json", - "referenceNumber": 303, - "name": "Universal Permissive License v1.0", - "licenseId": "UPL-1.0", - "seeAlso": [ - "https://opensource.org/licenses/UPL" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/copyleft-next-0.3.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/copyleft-next-0.3.1.json", - "referenceNumber": 304, - "name": "copyleft-next 0.3.1", - "licenseId": "copyleft-next-0.3.1", - "seeAlso": [ - "https://github.com/copyleft-next/copyleft-next/blob/master/Releases/copyleft-next-0.3.1" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-SA-3.0-AT.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-SA-3.0-AT.json", - "referenceNumber": 305, - "name": "Creative Commons Attribution Share Alike 3.0 Austria", - "licenseId": "CC-BY-SA-3.0-AT", - "seeAlso": [ - "https://creativecommons.org/licenses/by-sa/3.0/at/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/EUPL-1.2.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/EUPL-1.2.json", - "referenceNumber": 306, - "name": "European Union Public License 1.2", - "licenseId": "EUPL-1.2", - "seeAlso": [ - "https://joinup.ec.europa.eu/page/eupl-text-11-12", - "https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/eupl_v1.2_en.pdf", - "https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/2020-03/EUPL-1.2%20EN.txt", - "https://joinup.ec.europa.eu/sites/default/files/inline-files/EUPL%20v1_2%20EN(1).txt", - "http://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri\u003dCELEX:32017D0863", - "https://opensource.org/licenses/EUPL-1.2" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/SSH-short.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/SSH-short.json", - "referenceNumber": 307, - "name": "SSH short notice", - "licenseId": "SSH-short", - "seeAlso": [ - "https://github.com/openssh/openssh-portable/blob/1b11ea7c58cd5c59838b5fa574cd456d6047b2d4/pathnames.h", - "http://web.mit.edu/kolya/.f/root/athena.mit.edu/sipb.mit.edu/project/openssh/OldFiles/src/openssh-2.9.9p2/ssh-add.1", - "https://joinup.ec.europa.eu/svn/lesoll/trunk/italc/lib/src/dsa_key.cpp" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-3.0-AT.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-3.0-AT.json", - "referenceNumber": 308, - "name": "Creative Commons Attribution 3.0 Austria", - "licenseId": "CC-BY-3.0-AT", - "seeAlso": [ - "https://creativecommons.org/licenses/by/3.0/at/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/MIT-enna.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/MIT-enna.json", - "referenceNumber": 309, - "name": "enna License", - "licenseId": "MIT-enna", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/MIT#enna" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-3.0-US.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-3.0-US.json", - "referenceNumber": 310, - "name": "Creative Commons Attribution 3.0 United States", - "licenseId": "CC-BY-3.0-US", - "seeAlso": [ - "https://creativecommons.org/licenses/by/3.0/us/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/xpp.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/xpp.json", - "referenceNumber": 311, - "name": "XPP License", - "licenseId": "xpp", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/xpp" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GFDL-1.1.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/GFDL-1.1.json", - "referenceNumber": 312, - "name": "GNU Free Documentation License v1.1", - "licenseId": "GFDL-1.1", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/Condor-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Condor-1.1.json", - "referenceNumber": 313, - "name": "Condor Public License v1.1", - "licenseId": "Condor-1.1", - "seeAlso": [ - "http://research.cs.wisc.edu/condor/license.html#condor", - "http://web.archive.org/web/20111123062036/http://research.cs.wisc.edu/condor/license.html#condor" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/GFDL-1.2-invariants-only.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GFDL-1.2-invariants-only.json", - "referenceNumber": 314, - "name": "GNU Free Documentation License v1.2 only - invariants", - "licenseId": "GFDL-1.2-invariants-only", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/SPL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/SPL-1.0.json", - "referenceNumber": 315, - "name": "Sun Public License v1.0", - "licenseId": "SPL-1.0", - "seeAlso": [ - "https://opensource.org/licenses/SPL-1.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/Baekmuk.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Baekmuk.json", - "referenceNumber": 316, - "name": "Baekmuk License", - "licenseId": "Baekmuk", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing:Baekmuk?rd\u003dLicensing/Baekmuk" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/NCGL-UK-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/NCGL-UK-2.0.json", - "referenceNumber": 317, - "name": "Non-Commercial Government Licence", - "licenseId": "NCGL-UK-2.0", - "seeAlso": [ - "http://www.nationalarchives.gov.uk/doc/non-commercial-government-licence/version/2/" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/DL-DE-BY-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/DL-DE-BY-2.0.json", - "referenceNumber": 318, - "name": "Data licence Germany – attribution – version 2.0", - "licenseId": "DL-DE-BY-2.0", - "seeAlso": [ - "https://www.govdata.de/dl-de/by-2-0" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CDLA-Sharing-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CDLA-Sharing-1.0.json", - "referenceNumber": 319, - "name": "Community Data License Agreement Sharing 1.0", - "licenseId": "CDLA-Sharing-1.0", - "seeAlso": [ - "https://cdla.io/sharing-1-0" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/JSON.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/JSON.json", - "referenceNumber": 320, - "name": "JSON License", - "licenseId": "JSON", - "seeAlso": [ - "http://www.json.org/license.html" - ], - "isOsiApproved": false, - "isFsfLibre": false - }, - { - "reference": "https://spdx.org/licenses/GPL-3.0-with-autoconf-exception.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/GPL-3.0-with-autoconf-exception.json", - "referenceNumber": 321, - "name": "GNU General Public License v3.0 w/Autoconf exception", - "licenseId": "GPL-3.0-with-autoconf-exception", - "seeAlso": [ - "https://www.gnu.org/licenses/autoconf-exception-3.0.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GFDL-1.3-or-later.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GFDL-1.3-or-later.json", - "referenceNumber": 322, - "name": "GNU Free Documentation License v1.3 or later", - "licenseId": "GFDL-1.3-or-later", - "seeAlso": [ - "https://www.gnu.org/licenses/fdl-1.3.txt" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/APSL-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/APSL-2.0.json", - "referenceNumber": 323, - "name": "Apple Public Source License 2.0", - "licenseId": "APSL-2.0", - "seeAlso": [ - "http://www.opensource.apple.com/license/apsl/" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/GPL-3.0+.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/GPL-3.0+.json", - "referenceNumber": 324, - "name": "GNU General Public License v3.0 or later", - "licenseId": "GPL-3.0+", - "seeAlso": [ - "https://www.gnu.org/licenses/gpl-3.0-standalone.html", - "https://opensource.org/licenses/GPL-3.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/OGL-Canada-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OGL-Canada-2.0.json", - "referenceNumber": 325, - "name": "Open Government Licence - Canada", - "licenseId": "OGL-Canada-2.0", - "seeAlso": [ - "https://open.canada.ca/en/open-government-licence-canada" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/MS-PL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/MS-PL.json", - "referenceNumber": 326, - "name": "Microsoft Public License", - "licenseId": "MS-PL", - "seeAlso": [ - "http://www.microsoft.com/opensource/licenses.mspx", - "https://opensource.org/licenses/MS-PL" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/Glide.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Glide.json", - "referenceNumber": 327, - "name": "3dfx Glide License", - "licenseId": "Glide", - "seeAlso": [ - "http://www.users.on.net/~triforce/glidexp/COPYING.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-NC-ND-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-ND-2.0.json", - "referenceNumber": 328, - "name": "Creative Commons Attribution Non Commercial No Derivatives 2.0 Generic", - "licenseId": "CC-BY-NC-ND-2.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nc-nd/2.0/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/TOSL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/TOSL.json", - "referenceNumber": 329, - "name": "Trusster Open Source License", - "licenseId": "TOSL", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/TOSL" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/OGL-UK-3.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OGL-UK-3.0.json", - "referenceNumber": 330, - "name": "Open Government Licence v3.0", - "licenseId": "OGL-UK-3.0", - "seeAlso": [ - "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-NC-SA-2.5.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-SA-2.5.json", - "referenceNumber": 331, - "name": "Creative Commons Attribution Non Commercial Share Alike 2.5 Generic", - "licenseId": "CC-BY-NC-SA-2.5", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nc-sa/2.5/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/OSL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OSL-1.0.json", - "referenceNumber": 332, - "name": "Open Software License 1.0", - "licenseId": "OSL-1.0", - "seeAlso": [ - "https://opensource.org/licenses/OSL-1.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/MS-RL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/MS-RL.json", - "referenceNumber": 333, - "name": "Microsoft Reciprocal License", - "licenseId": "MS-RL", - "seeAlso": [ - "http://www.microsoft.com/opensource/licenses.mspx", - "https://opensource.org/licenses/MS-RL" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/Artistic-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Artistic-2.0.json", - "referenceNumber": 334, - "name": "Artistic License 2.0", - "licenseId": "Artistic-2.0", - "seeAlso": [ - "http://www.perlfoundation.org/artistic_license_2_0", - "https://www.perlfoundation.org/artistic-license-20.html", - "https://opensource.org/licenses/artistic-license-2.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/OLDAP-2.2.2.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OLDAP-2.2.2.json", - "referenceNumber": 335, - "name": "Open LDAP Public License 2.2.2", - "licenseId": "OLDAP-2.2.2", - "seeAlso": [ - "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003ddf2cc1e21eb7c160695f5b7cffd6296c151ba188" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/diffmark.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/diffmark.json", - "referenceNumber": 336, - "name": "diffmark license", - "licenseId": "diffmark", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/diffmark" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/BSD-3-Clause-Attribution.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause-Attribution.json", - "referenceNumber": 337, - "name": "BSD with attribution", - "licenseId": "BSD-3-Clause-Attribution", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/BSD_with_Attribution" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Dotseqn.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Dotseqn.json", - "referenceNumber": 338, - "name": "Dotseqn License", - "licenseId": "Dotseqn", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Dotseqn" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-ND-3.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-ND-3.0.json", - "referenceNumber": 339, - "name": "Creative Commons Attribution No Derivatives 3.0 Unported", - "licenseId": "CC-BY-ND-3.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nd/3.0/legalcode" - ], - "isOsiApproved": false, - "isFsfLibre": false - }, - { - "reference": "https://spdx.org/licenses/wxWindows.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/wxWindows.json", - "referenceNumber": 340, - "name": "wxWindows Library License", - "licenseId": "wxWindows", - "seeAlso": [ - "https://opensource.org/licenses/WXwindows" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/GPL-3.0-or-later.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GPL-3.0-or-later.json", - "referenceNumber": 341, - "name": "GNU General Public License v3.0 or later", - "licenseId": "GPL-3.0-or-later", - "seeAlso": [ - "https://www.gnu.org/licenses/gpl-3.0-standalone.html", - "https://opensource.org/licenses/GPL-3.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/AGPL-3.0-only.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/AGPL-3.0-only.json", - "referenceNumber": 342, - "name": "GNU Affero General Public License v3.0 only", - "licenseId": "AGPL-3.0-only", - "seeAlso": [ - "https://www.gnu.org/licenses/agpl.txt", - "https://opensource.org/licenses/AGPL-3.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/OSL-3.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OSL-3.0.json", - "referenceNumber": 343, - "name": "Open Software License 3.0", - "licenseId": "OSL-3.0", - "seeAlso": [ - "https://web.archive.org/web/20120101081418/http://rosenlaw.com:80/OSL3.0.htm", - "https://opensource.org/licenses/OSL-3.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/NBPL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/NBPL-1.0.json", - "referenceNumber": 344, - "name": "Net Boolean Public License v1", - "licenseId": "NBPL-1.0", - "seeAlso": [ - "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d37b4b3f6cc4bf34e1d3dec61e69914b9819d8894" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Multics.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Multics.json", - "referenceNumber": 345, - "name": "Multics License", - "licenseId": "Multics", - "seeAlso": [ - "https://opensource.org/licenses/Multics" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/AGPL-1.0.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/AGPL-1.0.json", - "referenceNumber": 346, - "name": "Affero General Public License v1.0", - "licenseId": "AGPL-1.0", - "seeAlso": [ - "http://www.affero.org/oagpl.html" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/0BSD.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/0BSD.json", - "referenceNumber": 347, - "name": "BSD Zero Clause License", - "licenseId": "0BSD", - "seeAlso": [ - "http://landley.net/toybox/license.html", - "https://opensource.org/licenses/0BSD" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/BSD-2-Clause.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BSD-2-Clause.json", - "referenceNumber": 348, - "name": "BSD 2-Clause \"Simplified\" License", - "licenseId": "BSD-2-Clause", - "seeAlso": [ - "https://opensource.org/licenses/BSD-2-Clause" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/LGPL-2.0+.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/LGPL-2.0+.json", - "referenceNumber": 349, - "name": "GNU Library General Public License v2 or later", - "licenseId": "LGPL-2.0+", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/CECILL-B.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CECILL-B.json", - "referenceNumber": 350, - "name": "CeCILL-B Free Software License Agreement", - "licenseId": "CECILL-B", - "seeAlso": [ - "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/eGenix.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/eGenix.json", - "referenceNumber": 351, - "name": "eGenix.com Public License 1.1.0", - "licenseId": "eGenix", - "seeAlso": [ - "http://www.egenix.com/products/eGenix.com-Public-License-1.1.0.pdf", - "https://fedoraproject.org/wiki/Licensing/eGenix.com_Public_License_1.1.0" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/APL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/APL-1.0.json", - "referenceNumber": 352, - "name": "Adaptive Public License 1.0", - "licenseId": "APL-1.0", - "seeAlso": [ - "https://opensource.org/licenses/APL-1.0" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/CC-BY-NC-4.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-4.0.json", - "referenceNumber": 353, - "name": "Creative Commons Attribution Non Commercial 4.0 International", - "licenseId": "CC-BY-NC-4.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nc/4.0/legalcode" - ], - "isOsiApproved": false, - "isFsfLibre": false - }, - { - "reference": "https://spdx.org/licenses/MIT-Modern-Variant.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/MIT-Modern-Variant.json", - "referenceNumber": 354, - "name": "MIT License Modern Variant", - "licenseId": "MIT-Modern-Variant", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing:MIT#Modern_Variants", - "https://ptolemy.berkeley.edu/copyright.htm", - "https://pirlwww.lpl.arizona.edu/resources/guide/software/PerlTk/Tixlic.html" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/Bahyph.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Bahyph.json", - "referenceNumber": 355, - "name": "Bahyph License", - "licenseId": "Bahyph", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Bahyph" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/LGPL-3.0-only.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/LGPL-3.0-only.json", - "referenceNumber": 356, - "name": "GNU Lesser General Public License v3.0 only", - "licenseId": "LGPL-3.0-only", - "seeAlso": [ - "https://www.gnu.org/licenses/lgpl-3.0-standalone.html", - "https://www.gnu.org/licenses/lgpl+gpl-3.0.txt", - "https://opensource.org/licenses/LGPL-3.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CERN-OHL-W-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CERN-OHL-W-2.0.json", - "referenceNumber": 357, - "name": "CERN Open Hardware Licence Version 2 - Weakly Reciprocal", - "licenseId": "CERN-OHL-W-2.0", - "seeAlso": [ - "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/PHP-3.01.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/PHP-3.01.json", - "referenceNumber": 358, - "name": "PHP License v3.01", - "licenseId": "PHP-3.01", - "seeAlso": [ - "http://www.php.net/license/3_01.txt" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/Zlib.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Zlib.json", - "referenceNumber": 359, - "name": "zlib License", - "licenseId": "Zlib", - "seeAlso": [ - "http://www.zlib.net/zlib_license.html", - "https://opensource.org/licenses/Zlib" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CC-BY-SA-3.0-DE.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-SA-3.0-DE.json", - "referenceNumber": 360, - "name": "Creative Commons Attribution Share Alike 3.0 Germany", - "licenseId": "CC-BY-SA-3.0-DE", - "seeAlso": [ - "https://creativecommons.org/licenses/by-sa/3.0/de/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/SNIA.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/SNIA.json", - "referenceNumber": 361, - "name": "SNIA Public License 1.1", - "licenseId": "SNIA", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/SNIA_Public_License" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/APSL-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/APSL-1.1.json", - "referenceNumber": 362, - "name": "Apple Public Source License 1.1", - "licenseId": "APSL-1.1", - "seeAlso": [ - "http://www.opensource.apple.com/source/IOSerialFamily/IOSerialFamily-7/APPLE_LICENSE" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/HPND-sell-variant.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/HPND-sell-variant.json", - "referenceNumber": 363, - "name": "Historical Permission Notice and Disclaimer - sell variant", - "licenseId": "HPND-sell-variant", - "seeAlso": [ - "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/net/sunrpc/auth_gss/gss_generic_token.c?h\u003dv4.19" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-ND-4.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-ND-4.0.json", - "referenceNumber": 364, - "name": "Creative Commons Attribution No Derivatives 4.0 International", - "licenseId": "CC-BY-ND-4.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nd/4.0/legalcode" - ], - "isOsiApproved": false, - "isFsfLibre": false - }, - { - "reference": "https://spdx.org/licenses/SWL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/SWL.json", - "referenceNumber": 365, - "name": "Scheme Widget Library (SWL) Software License Agreement", - "licenseId": "SWL", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/SWL" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License.json", - "referenceNumber": 366, - "name": "BSD 3-Clause No Nuclear License", - "licenseId": "BSD-3-Clause-No-Nuclear-License", - "seeAlso": [ - "http://download.oracle.com/otn-pub/java/licenses/bsd.txt?AuthParam\u003d1467140197_43d516ce1776bd08a58235a7785be1cc" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/MPL-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/MPL-1.1.json", - "referenceNumber": 367, - "name": "Mozilla Public License 1.1", - "licenseId": "MPL-1.1", - "seeAlso": [ - "http://www.mozilla.org/MPL/MPL-1.1.html", - "https://opensource.org/licenses/MPL-1.1" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CERN-OHL-P-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CERN-OHL-P-2.0.json", - "referenceNumber": 368, - "name": "CERN Open Hardware Licence Version 2 - Permissive", - "licenseId": "CERN-OHL-P-2.0", - "seeAlso": [ - "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/LAL-1.3.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/LAL-1.3.json", - "referenceNumber": 369, - "name": "Licence Art Libre 1.3", - "licenseId": "LAL-1.3", - "seeAlso": [ - "https://artlibre.org/" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Spencer-99.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Spencer-99.json", - "referenceNumber": 370, - "name": "Spencer License 99", - "licenseId": "Spencer-99", - "seeAlso": [ - "http://www.opensource.apple.com/source/tcl/tcl-5/tcl/generic/regfronts.c" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/FreeBSD-DOC.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/FreeBSD-DOC.json", - "referenceNumber": 371, - "name": "FreeBSD Documentation License", - "licenseId": "FreeBSD-DOC", - "seeAlso": [ - "https://www.freebsd.org/copyright/freebsd-doc-license/" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/LGPL-2.1+.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/LGPL-2.1+.json", - "referenceNumber": 372, - "name": "GNU Library General Public License v2.1 or later", - "licenseId": "LGPL-2.1+", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "https://opensource.org/licenses/LGPL-2.1" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/BSD-4-Clause-UC.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BSD-4-Clause-UC.json", - "referenceNumber": 373, - "name": "BSD-4-Clause (University of California-Specific)", - "licenseId": "BSD-4-Clause-UC", - "seeAlso": [ - "http://www.freebsd.org/copyright/license.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GFDL-1.1-no-invariants-or-later.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GFDL-1.1-no-invariants-or-later.json", - "referenceNumber": 374, - "name": "GNU Free Documentation License v1.1 or later - no invariants", - "licenseId": "GFDL-1.1-no-invariants-or-later", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/WTFPL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/WTFPL.json", - "referenceNumber": 375, - "name": "Do What The F*ck You Want To Public License", - "licenseId": "WTFPL", - "seeAlso": [ - "http://www.wtfpl.net/about/", - "http://sam.zoy.org/wtfpl/COPYING" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CC-BY-NC-ND-3.0-DE.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-ND-3.0-DE.json", - "referenceNumber": 376, - "name": "Creative Commons Attribution Non Commercial No Derivatives 3.0 Germany", - "licenseId": "CC-BY-NC-ND-3.0-DE", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nc-nd/3.0/de/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Sendmail.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Sendmail.json", - "referenceNumber": 377, - "name": "Sendmail License", - "licenseId": "Sendmail", - "seeAlso": [ - "http://www.sendmail.com/pdfs/open_source/sendmail_license.pdf", - "https://web.archive.org/web/20160322142305/https://www.sendmail.com/pdfs/open_source/sendmail_license.pdf" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/AMDPLPA.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/AMDPLPA.json", - "referenceNumber": 378, - "name": "AMD\u0027s plpa_map.c License", - "licenseId": "AMDPLPA", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/AMD_plpa_map_License" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/IBM-pibs.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/IBM-pibs.json", - "referenceNumber": 379, - "name": "IBM PowerPC Initialization and Boot Software", - "licenseId": "IBM-pibs", - "seeAlso": [ - "http://git.denx.de/?p\u003du-boot.git;a\u003dblob;f\u003darch/powerpc/cpu/ppc4xx/miiphy.c;h\u003d297155fdafa064b955e53e9832de93bfb0cfb85b;hb\u003d9fab4bf4cc077c21e43941866f3f2c196f28670d" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GPL-2.0-only.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GPL-2.0-only.json", - "referenceNumber": 380, - "name": "GNU General Public License v2.0 only", - "licenseId": "GPL-2.0-only", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", - "https://opensource.org/licenses/GPL-2.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/NASA-1.3.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/NASA-1.3.json", - "referenceNumber": 381, - "name": "NASA Open Source Agreement 1.3", - "licenseId": "NASA-1.3", - "seeAlso": [ - "http://ti.arc.nasa.gov/opensource/nosa/", - "https://opensource.org/licenses/NASA-1.3" - ], - "isOsiApproved": true, - "isFsfLibre": false - }, - { - "reference": "https://spdx.org/licenses/TU-Berlin-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/TU-Berlin-1.0.json", - "referenceNumber": 382, - "name": "Technische Universitaet Berlin License 1.0", - "licenseId": "TU-Berlin-1.0", - "seeAlso": [ - "https://github.com/swh/ladspa/blob/7bf6f3799fdba70fda297c2d8fd9f526803d9680/gsm/COPYRIGHT" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/mpich2.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/mpich2.json", - "referenceNumber": 383, - "name": "mpich2 License", - "licenseId": "mpich2", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/MIT" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/EPL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/EPL-1.0.json", - "referenceNumber": 384, - "name": "Eclipse Public License 1.0", - "licenseId": "EPL-1.0", - "seeAlso": [ - "http://www.eclipse.org/legal/epl-v10.html", - "https://opensource.org/licenses/EPL-1.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/DOC.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/DOC.json", - "referenceNumber": 385, - "name": "DOC License", - "licenseId": "DOC", - "seeAlso": [ - "http://www.cs.wustl.edu/~schmidt/ACE-copying.html", - "https://www.dre.vanderbilt.edu/~schmidt/ACE-copying.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/BSD-2-Clause-Patent.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BSD-2-Clause-Patent.json", - "referenceNumber": 386, - "name": "BSD-2-Clause Plus Patent License", - "licenseId": "BSD-2-Clause-Patent", - "seeAlso": [ - "https://opensource.org/licenses/BSDplusPatent" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/AGPL-1.0-only.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/AGPL-1.0-only.json", - "referenceNumber": 387, - "name": "Affero General Public License v1.0 only", - "licenseId": "AGPL-1.0-only", - "seeAlso": [ - "http://www.affero.org/oagpl.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Latex2e.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Latex2e.json", - "referenceNumber": 388, - "name": "Latex2e License", - "licenseId": "Latex2e", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Latex2e" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/UCL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/UCL-1.0.json", - "referenceNumber": 389, - "name": "Upstream Compatibility License v1.0", - "licenseId": "UCL-1.0", - "seeAlso": [ - "https://opensource.org/licenses/UCL-1.0" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/ECL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/ECL-1.0.json", - "referenceNumber": 390, - "name": "Educational Community License v1.0", - "licenseId": "ECL-1.0", - "seeAlso": [ - "https://opensource.org/licenses/ECL-1.0" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/CC-BY-SA-2.0-UK.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-SA-2.0-UK.json", - "referenceNumber": 391, - "name": "Creative Commons Attribution Share Alike 2.0 England and Wales", - "licenseId": "CC-BY-SA-2.0-UK", - "seeAlso": [ - "https://creativecommons.org/licenses/by-sa/2.0/uk/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/OLDAP-2.4.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OLDAP-2.4.json", - "referenceNumber": 392, - "name": "Open LDAP Public License v2.4", - "licenseId": "OLDAP-2.4", - "seeAlso": [ - "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003dcd1284c4a91a8a380d904eee68d1583f989ed386" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Unicode-DFS-2015.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Unicode-DFS-2015.json", - "referenceNumber": 393, - "name": "Unicode License Agreement - Data Files and Software (2015)", - "licenseId": "Unicode-DFS-2015", - "seeAlso": [ - "https://web.archive.org/web/20151224134844/http://unicode.org/copyright.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/PolyForm-Small-Business-1.0.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/PolyForm-Small-Business-1.0.0.json", - "referenceNumber": 394, - "name": "PolyForm Small Business License 1.0.0", - "licenseId": "PolyForm-Small-Business-1.0.0", - "seeAlso": [ - "https://polyformproject.org/licenses/small-business/1.0.0" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GFDL-1.2.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/GFDL-1.2.json", - "referenceNumber": 395, - "name": "GNU Free Documentation License v1.2", - "licenseId": "GFDL-1.2", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/BSD-1-Clause.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BSD-1-Clause.json", - "referenceNumber": 396, - "name": "BSD 1-Clause License", - "licenseId": "BSD-1-Clause", - "seeAlso": [ - "https://svnweb.freebsd.org/base/head/include/ifaddrs.h?revision\u003d326823" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/Apache-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Apache-1.1.json", - "referenceNumber": 397, - "name": "Apache License 1.1", - "licenseId": "Apache-1.1", - "seeAlso": [ - "http://apache.org/licenses/LICENSE-1.1", - "https://opensource.org/licenses/Apache-1.1" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/GLWTPL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GLWTPL.json", - "referenceNumber": 398, - "name": "Good Luck With That Public License", - "licenseId": "GLWTPL", - "seeAlso": [ - "https://github.com/me-shaon/GLWTPL/commit/da5f6bc734095efbacb442c0b31e33a65b9d6e85" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Giftware.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Giftware.json", - "referenceNumber": 399, - "name": "Giftware License", - "licenseId": "Giftware", - "seeAlso": [ - "http://liballeg.org/license.html#allegro-4-the-giftware-license" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Zimbra-1.3.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Zimbra-1.3.json", - "referenceNumber": 400, - "name": "Zimbra Public License v1.3", - "licenseId": "Zimbra-1.3", - "seeAlso": [ - "http://web.archive.org/web/20100302225219/http://www.zimbra.com/license/zimbra-public-license-1-3.html" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/bzip2-1.0.6.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/bzip2-1.0.6.json", - "referenceNumber": 401, - "name": "bzip2 and libbzip2 License v1.0.6", - "licenseId": "bzip2-1.0.6", - "seeAlso": [ - "https://sourceware.org/git/?p\u003dbzip2.git;a\u003dblob;f\u003dLICENSE;hb\u003dbzip2-1.0.6", - "http://bzip.org/1.0.5/bzip2-manual-1.0.5.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Caldera.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Caldera.json", - "referenceNumber": 402, - "name": "Caldera License", - "licenseId": "Caldera", - "seeAlso": [ - "http://www.lemis.com/grog/UNIX/ancient-source-all.pdf" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/NRL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/NRL.json", - "referenceNumber": 403, - "name": "NRL License", - "licenseId": "NRL", - "seeAlso": [ - "http://web.mit.edu/network/isakmp/nrllicense.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/SGI-B-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/SGI-B-1.1.json", - "referenceNumber": 404, - "name": "SGI Free Software License B v1.1", - "licenseId": "SGI-B-1.1", - "seeAlso": [ - "http://oss.sgi.com/projects/FreeB/" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/etalab-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/etalab-2.0.json", - "referenceNumber": 405, - "name": "Etalab Open License 2.0", - "licenseId": "etalab-2.0", - "seeAlso": [ - "https://github.com/DISIC/politique-de-contribution-open-source/blob/master/LICENSE.pdf", - "https://raw.githubusercontent.com/DISIC/politique-de-contribution-open-source/master/LICENSE" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/JasPer-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/JasPer-2.0.json", - "referenceNumber": 406, - "name": "JasPer License", - "licenseId": "JasPer-2.0", - "seeAlso": [ - "http://www.ece.uvic.ca/~mdadams/jasper/LICENSE" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/RHeCos-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/RHeCos-1.1.json", - "referenceNumber": 407, - "name": "Red Hat eCos Public License v1.1", - "licenseId": "RHeCos-1.1", - "seeAlso": [ - "http://ecos.sourceware.org/old-license.html" - ], - "isOsiApproved": false, - "isFsfLibre": false - }, - { - "reference": "https://spdx.org/licenses/NTP-0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/NTP-0.json", - "referenceNumber": 408, - "name": "NTP No Attribution", - "licenseId": "NTP-0", - "seeAlso": [ - "https://github.com/tytso/e2fsprogs/blob/master/lib/et/et_name.c" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-NC-2.5.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-2.5.json", - "referenceNumber": 409, - "name": "Creative Commons Attribution Non Commercial 2.5 Generic", - "licenseId": "CC-BY-NC-2.5", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nc/2.5/legalcode" - ], - "isOsiApproved": false, - "isFsfLibre": false - }, - { - "reference": "https://spdx.org/licenses/Info-ZIP.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Info-ZIP.json", - "referenceNumber": 410, - "name": "Info-ZIP License", - "licenseId": "Info-ZIP", - "seeAlso": [ - "http://www.info-zip.org/license.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/RPL-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/RPL-1.1.json", - "referenceNumber": 411, - "name": "Reciprocal Public License 1.1", - "licenseId": "RPL-1.1", - "seeAlso": [ - "https://opensource.org/licenses/RPL-1.1" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/PHP-3.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/PHP-3.0.json", - "referenceNumber": 412, - "name": "PHP License v3.0", - "licenseId": "PHP-3.0", - "seeAlso": [ - "http://www.php.net/license/3_0.txt", - "https://opensource.org/licenses/PHP-3.0" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/SAX-PD.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/SAX-PD.json", - "referenceNumber": 413, - "name": "Sax Public Domain Notice", - "licenseId": "SAX-PD", - "seeAlso": [ - "http://www.saxproject.org/copying.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/NIST-PD.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/NIST-PD.json", - "referenceNumber": 414, - "name": "NIST Public Domain Notice", - "licenseId": "NIST-PD", - "seeAlso": [ - "https://github.com/tcheneau/simpleRPL/blob/e645e69e38dd4e3ccfeceb2db8cba05b7c2e0cd3/LICENSE.txt", - "https://github.com/tcheneau/Routing/blob/f09f46fcfe636107f22f2c98348188a65a135d98/README.md" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/EFL-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/EFL-2.0.json", - "referenceNumber": 415, - "name": "Eiffel Forum License v2.0", - "licenseId": "EFL-2.0", - "seeAlso": [ - "http://www.eiffel-nice.org/license/eiffel-forum-license-2.html", - "https://opensource.org/licenses/EFL-2.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/GFDL-1.3-only.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GFDL-1.3-only.json", - "referenceNumber": 416, - "name": "GNU Free Documentation License v1.3 only", - "licenseId": "GFDL-1.3-only", - "seeAlso": [ - "https://www.gnu.org/licenses/fdl-1.3.txt" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CDL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CDL-1.0.json", - "referenceNumber": 417, - "name": "Common Documentation License 1.0", - "licenseId": "CDL-1.0", - "seeAlso": [ - "http://www.opensource.apple.com/cdl/", - "https://fedoraproject.org/wiki/Licensing/Common_Documentation_License", - "https://www.gnu.org/licenses/license-list.html#ACDL" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/LGPL-3.0+.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/LGPL-3.0+.json", - "referenceNumber": 418, - "name": "GNU Lesser General Public License v3.0 or later", - "licenseId": "LGPL-3.0+", - "seeAlso": [ - "https://www.gnu.org/licenses/lgpl-3.0-standalone.html", - "https://www.gnu.org/licenses/lgpl+gpl-3.0.txt", - "https://opensource.org/licenses/LGPL-3.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CC-BY-SA-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-SA-1.0.json", - "referenceNumber": 419, - "name": "Creative Commons Attribution Share Alike 1.0 Generic", - "licenseId": "CC-BY-SA-1.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by-sa/1.0/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/SMLNJ.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/SMLNJ.json", - "referenceNumber": 420, - "name": "Standard ML of New Jersey License", - "licenseId": "SMLNJ", - "seeAlso": [ - "https://www.smlnj.org/license.html" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CC-BY-ND-2.5.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-ND-2.5.json", - "referenceNumber": 421, - "name": "Creative Commons Attribution No Derivatives 2.5 Generic", - "licenseId": "CC-BY-ND-2.5", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nd/2.5/legalcode" - ], - "isOsiApproved": false, - "isFsfLibre": false - }, - { - "reference": "https://spdx.org/licenses/GFDL-1.2-or-later.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GFDL-1.2-or-later.json", - "referenceNumber": 422, - "name": "GNU Free Documentation License v1.2 or later", - "licenseId": "GFDL-1.2-or-later", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CC-BY-NC-SA-3.0-IGO.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-SA-3.0-IGO.json", - "referenceNumber": 423, - "name": "Creative Commons Attribution Non Commercial Share Alike 3.0 IGO", - "licenseId": "CC-BY-NC-SA-3.0-IGO", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nc-sa/3.0/igo/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Vim.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Vim.json", - "referenceNumber": 424, - "name": "Vim License", - "licenseId": "Vim", - "seeAlso": [ - "http://vimdoc.sourceforge.net/htmldoc/uganda.html" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CC-BY-NC-SA-3.0-DE.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-SA-3.0-DE.json", - "referenceNumber": 425, - "name": "Creative Commons Attribution Non Commercial Share Alike 3.0 Germany", - "licenseId": "CC-BY-NC-SA-3.0-DE", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nc-sa/3.0/de/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Noweb.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Noweb.json", - "referenceNumber": 426, - "name": "Noweb License", - "licenseId": "Noweb", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Noweb" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Aladdin.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Aladdin.json", - "referenceNumber": 427, - "name": "Aladdin Free Public License", - "licenseId": "Aladdin", - "seeAlso": [ - "http://pages.cs.wisc.edu/~ghost/doc/AFPL/6.01/Public.htm" - ], - "isOsiApproved": false, - "isFsfLibre": false - }, - { - "reference": "https://spdx.org/licenses/LPPL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/LPPL-1.0.json", - "referenceNumber": 428, - "name": "LaTeX Project Public License v1.0", - "licenseId": "LPPL-1.0", - "seeAlso": [ - "http://www.latex-project.org/lppl/lppl-1-0.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/SISSL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/SISSL.json", - "referenceNumber": 429, - "name": "Sun Industry Standards Source License v1.1", - "licenseId": "SISSL", - "seeAlso": [ - "http://www.openoffice.org/licenses/sissl_license.html", - "https://opensource.org/licenses/SISSL" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/FSFAP.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/FSFAP.json", - "referenceNumber": 430, - "name": "FSF All Permissive License", - "licenseId": "FSFAP", - "seeAlso": [ - "https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/SSH-OpenSSH.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/SSH-OpenSSH.json", - "referenceNumber": 431, - "name": "SSH OpenSSH license", - "licenseId": "SSH-OpenSSH", - "seeAlso": [ - "https://github.com/openssh/openssh-portable/blob/1b11ea7c58cd5c59838b5fa574cd456d6047b2d4/LICENCE#L10" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GFDL-1.3-no-invariants-only.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GFDL-1.3-no-invariants-only.json", - "referenceNumber": 432, - "name": "GNU Free Documentation License v1.3 only - no invariants", - "licenseId": "GFDL-1.3-no-invariants-only", - "seeAlso": [ - "https://www.gnu.org/licenses/fdl-1.3.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/NCSA.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/NCSA.json", - "referenceNumber": 433, - "name": "University of Illinois/NCSA Open Source License", - "licenseId": "NCSA", - "seeAlso": [ - "http://otm.illinois.edu/uiuc_openSource", - "https://opensource.org/licenses/NCSA" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CNRI-Python-GPL-Compatible.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CNRI-Python-GPL-Compatible.json", - "referenceNumber": 434, - "name": "CNRI Python Open Source GPL Compatible License Agreement", - "licenseId": "CNRI-Python-GPL-Compatible", - "seeAlso": [ - "http://www.python.org/download/releases/1.6.1/download_win/" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/MPL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/MPL-1.0.json", - "referenceNumber": 435, - "name": "Mozilla Public License 1.0", - "licenseId": "MPL-1.0", - "seeAlso": [ - "http://www.mozilla.org/MPL/MPL-1.0.html", - "https://opensource.org/licenses/MPL-1.0" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/W3C.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/W3C.json", - "referenceNumber": 436, - "name": "W3C Software Notice and License (2002-12-31)", - "licenseId": "W3C", - "seeAlso": [ - "http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231.html", - "https://opensource.org/licenses/W3C" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/ZPL-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/ZPL-1.1.json", - "referenceNumber": 437, - "name": "Zope Public License 1.1", - "licenseId": "ZPL-1.1", - "seeAlso": [ - "http://old.zope.org/Resources/License/ZPL-1.1" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/LGPL-2.0-only.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/LGPL-2.0-only.json", - "referenceNumber": 438, - "name": "GNU Library General Public License v2 only", - "licenseId": "LGPL-2.0-only", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/CC-BY-NC-SA-2.0-FR.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-SA-2.0-FR.json", - "referenceNumber": 439, - "name": "Creative Commons Attribution-NonCommercial-ShareAlike 2.0 France", - "licenseId": "CC-BY-NC-SA-2.0-FR", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nc-sa/2.0/fr/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/MTLL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/MTLL.json", - "referenceNumber": 440, - "name": "Matrix Template Library License", - "licenseId": "MTLL", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Matrix_Template_Library_License" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-3.0-IGO.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-3.0-IGO.json", - "referenceNumber": 441, - "name": "Creative Commons Attribution 3.0 IGO", - "licenseId": "CC-BY-3.0-IGO", - "seeAlso": [ - "https://creativecommons.org/licenses/by/3.0/igo/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Barr.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Barr.json", - "referenceNumber": 442, - "name": "Barr License", - "licenseId": "Barr", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Barr" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/AML.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/AML.json", - "referenceNumber": 443, - "name": "Apple MIT License", - "licenseId": "AML", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Apple_MIT_License" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CERN-OHL-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CERN-OHL-1.1.json", - "referenceNumber": 444, - "name": "CERN Open Hardware Licence v1.1", - "licenseId": "CERN-OHL-1.1", - "seeAlso": [ - "https://www.ohwr.org/project/licenses/wikis/cern-ohl-v1.1" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GPL-2.0-or-later.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/GPL-2.0-or-later.json", - "referenceNumber": 445, - "name": "GNU General Public License v2.0 or later", - "licenseId": "GPL-2.0-or-later", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", - "https://opensource.org/licenses/GPL-2.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/OSL-2.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OSL-2.1.json", - "referenceNumber": 446, - "name": "Open Software License 2.1", - "licenseId": "OSL-2.1", - "seeAlso": [ - "http://web.archive.org/web/20050212003940/http://www.rosenlaw.com/osl21.htm", - "https://opensource.org/licenses/OSL-2.1" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/Qhull.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Qhull.json", - "referenceNumber": 447, - "name": "Qhull License", - "licenseId": "Qhull", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Qhull" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/ODC-By-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/ODC-By-1.0.json", - "referenceNumber": 448, - "name": "Open Data Commons Attribution License v1.0", - "licenseId": "ODC-By-1.0", - "seeAlso": [ - "https://opendatacommons.org/licenses/by/1.0/" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/AFL-1.2.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/AFL-1.2.json", - "referenceNumber": 449, - "name": "Academic Free License v1.2", - "licenseId": "AFL-1.2", - "seeAlso": [ - "http://opensource.linux-mirror.org/licenses/afl-1.2.txt", - "http://wayback.archive.org/web/20021204204652/http://www.opensource.org/licenses/academic.php" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CC-BY-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-2.0.json", - "referenceNumber": 450, - "name": "Creative Commons Attribution 2.0 Generic", - "licenseId": "CC-BY-2.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by/2.0/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/SMPPL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/SMPPL.json", - "referenceNumber": 451, - "name": "Secure Messaging Protocol Public License", - "licenseId": "SMPPL", - "seeAlso": [ - "https://github.com/dcblake/SMP/blob/master/Documentation/License.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/RSCPL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/RSCPL.json", - "referenceNumber": 452, - "name": "Ricoh Source Code Public License", - "licenseId": "RSCPL", - "seeAlso": [ - "http://wayback.archive.org/web/20060715140826/http://www.risource.org/RPL/RPL-1.0A.shtml", - "https://opensource.org/licenses/RSCPL" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/psutils.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/psutils.json", - "referenceNumber": 453, - "name": "psutils License", - "licenseId": "psutils", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/psutils" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/FSFUL.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/FSFUL.json", - "referenceNumber": 454, - "name": "FSF Unlimited License", - "licenseId": "FSFUL", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/Entessa.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Entessa.json", - "referenceNumber": 455, - "name": "Entessa Public License v1.0", - "licenseId": "Entessa", - "seeAlso": [ - "https://opensource.org/licenses/Entessa" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/Rdisc.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Rdisc.json", - "referenceNumber": 456, - "name": "Rdisc License", - "licenseId": "Rdisc", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Rdisc_License" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/libpng-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/libpng-2.0.json", - "referenceNumber": 457, - "name": "PNG Reference Library version 2", - "licenseId": "libpng-2.0", - "seeAlso": [ - "http://www.libpng.org/pub/png/src/libpng-LICENSE.txt" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/AMPAS.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/AMPAS.json", - "referenceNumber": 458, - "name": "Academy of Motion Picture Arts and Sciences BSD", - "licenseId": "AMPAS", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/BSD#AMPASBSD" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CATOSL-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CATOSL-1.1.json", - "referenceNumber": 459, - "name": "Computer Associates Trusted Open Source License 1.1", - "licenseId": "CATOSL-1.1", - "seeAlso": [ - "https://opensource.org/licenses/CATOSL-1.1" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/SGI-B-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/SGI-B-2.0.json", - "referenceNumber": 460, - "name": "SGI Free Software License B v2.0", - "licenseId": "SGI-B-2.0", - "seeAlso": [ - "http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CC-BY-NC-ND-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-ND-1.0.json", - "referenceNumber": 461, - "name": "Creative Commons Attribution Non Commercial No Derivatives 1.0 Generic", - "licenseId": "CC-BY-NC-ND-1.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nd-nc/1.0/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/SHL-0.51.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/SHL-0.51.json", - "referenceNumber": 462, - "name": "Solderpad Hardware License, Version 0.51", - "licenseId": "SHL-0.51", - "seeAlso": [ - "https://solderpad.org/licenses/SHL-0.51/" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/OLDAP-2.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OLDAP-2.0.json", - "referenceNumber": 463, - "name": "Open LDAP Public License v2.0 (or possibly 2.0A and 2.0B)", - "licenseId": "OLDAP-2.0", - "seeAlso": [ - "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003dcbf50f4e1185a21abd4c0a54d3f4341fe28f36ea" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/GPL-1.0.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/GPL-1.0.json", - "referenceNumber": 464, - "name": "GNU General Public License v1.0 only", - "licenseId": "GPL-1.0", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CPL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CPL-1.0.json", - "referenceNumber": 465, - "name": "Common Public License 1.0", - "licenseId": "CPL-1.0", - "seeAlso": [ - "https://opensource.org/licenses/CPL-1.0" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/BSD-3-Clause-No-Military-License.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/BSD-3-Clause-No-Military-License.json", - "referenceNumber": 466, - "name": "BSD 3-Clause No Military License", - "licenseId": "BSD-3-Clause-No-Military-License", - "seeAlso": [ - "https://gitlab.syncad.com/hive/dhive/-/blob/master/LICENSE", - "https://github.com/greymass/swift-eosio/blob/master/LICENSE" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/EUDatagrid.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/EUDatagrid.json", - "referenceNumber": 467, - "name": "EU DataGrid Software License", - "licenseId": "EUDatagrid", - "seeAlso": [ - "http://eu-datagrid.web.cern.ch/eu-datagrid/license.html", - "https://opensource.org/licenses/EUDatagrid" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/TORQUE-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/TORQUE-1.1.json", - "referenceNumber": 468, - "name": "TORQUE v2.5+ Software License v1.1", - "licenseId": "TORQUE-1.1", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/TORQUEv1.1" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/XSkat.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/XSkat.json", - "referenceNumber": 469, - "name": "XSkat License", - "licenseId": "XSkat", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/XSkat_License" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/xinetd.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/xinetd.json", - "referenceNumber": 470, - "name": "xinetd License", - "licenseId": "xinetd", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Xinetd_License" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/LGPLLR.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/LGPLLR.json", - "referenceNumber": 471, - "name": "Lesser General Public License For Linguistic Resources", - "licenseId": "LGPLLR", - "seeAlso": [ - "http://www-igm.univ-mlv.fr/~unitex/lgpllr.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/NPL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/NPL-1.0.json", - "referenceNumber": 472, - "name": "Netscape Public License v1.0", - "licenseId": "NPL-1.0", - "seeAlso": [ - "http://www.mozilla.org/MPL/NPL/1.0/" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/Wsuipa.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Wsuipa.json", - "referenceNumber": 473, - "name": "Wsuipa License", - "licenseId": "Wsuipa", - "seeAlso": [ - "https://fedoraproject.org/wiki/Licensing/Wsuipa" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-SA-3.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-SA-3.0.json", - "referenceNumber": 474, - "name": "Creative Commons Attribution Share Alike 3.0 Unported", - "licenseId": "CC-BY-SA-3.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by-sa/3.0/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/APSL-1.2.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/APSL-1.2.json", - "referenceNumber": 475, - "name": "Apple Public Source License 1.2", - "licenseId": "APSL-1.2", - "seeAlso": [ - "http://www.samurajdata.se/opensource/mirror/licenses/apsl.php" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/CERN-OHL-1.2.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CERN-OHL-1.2.json", - "referenceNumber": 476, - "name": "CERN Open Hardware Licence v1.2", - "licenseId": "CERN-OHL-1.2", - "seeAlso": [ - "https://www.ohwr.org/project/licenses/wikis/cern-ohl-v1.2" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-3.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-3.0.json", - "referenceNumber": 477, - "name": "Creative Commons Attribution 3.0 Unported", - "licenseId": "CC-BY-3.0", - "seeAlso": [ - "https://creativecommons.org/licenses/by/3.0/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/RSA-MD.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/RSA-MD.json", - "referenceNumber": 478, - "name": "RSA Message-Digest License", - "licenseId": "RSA-MD", - "seeAlso": [ - "http://www.faqs.org/rfcs/rfc1321.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/CC-BY-NC-ND-2.5.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CC-BY-NC-ND-2.5.json", - "referenceNumber": 479, - "name": "Creative Commons Attribution Non Commercial No Derivatives 2.5 Generic", - "licenseId": "CC-BY-NC-ND-2.5", - "seeAlso": [ - "https://creativecommons.org/licenses/by-nc-nd/2.5/legalcode" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/OLDAP-1.2.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OLDAP-1.2.json", - "referenceNumber": 480, - "name": "Open LDAP Public License v1.2", - "licenseId": "OLDAP-1.2", - "seeAlso": [ - "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d42b0383c50c299977b5893ee695cf4e486fb0dc7" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/LiLiQ-Rplus-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/LiLiQ-Rplus-1.1.json", - "referenceNumber": 481, - "name": "Licence Libre du Québec – Réciprocité forte version 1.1", - "licenseId": "LiLiQ-Rplus-1.1", - "seeAlso": [ - "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/", - "http://opensource.org/licenses/LiLiQ-Rplus-1.1" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/Intel.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Intel.json", - "referenceNumber": 482, - "name": "Intel Open Source License", - "licenseId": "Intel", - "seeAlso": [ - "https://opensource.org/licenses/Intel" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/LGPL-2.0.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/LGPL-2.0.json", - "referenceNumber": 483, - "name": "GNU Library General Public License v2 only", - "licenseId": "LGPL-2.0", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/OLDAP-2.5.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OLDAP-2.5.json", - "referenceNumber": 484, - "name": "Open LDAP Public License v2.5", - "licenseId": "OLDAP-2.5", - "seeAlso": [ - "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d6852b9d90022e8593c98205413380536b1b5a7cf" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/OLDAP-1.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OLDAP-1.1.json", - "referenceNumber": 485, - "name": "Open LDAP Public License v1.1", - "licenseId": "OLDAP-1.1", - "seeAlso": [ - "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d806557a5ad59804ef3a44d5abfbe91d706b0791f" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/OFL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/OFL-1.0.json", - "referenceNumber": 486, - "name": "SIL Open Font License 1.0", - "licenseId": "OFL-1.0", - "seeAlso": [ - "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL10_web" - ], - "isOsiApproved": false, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/LGPL-2.1.html", - "isDeprecatedLicenseId": true, - "detailsUrl": "https://spdx.org/licenses/LGPL-2.1.json", - "referenceNumber": 487, - "name": "GNU Lesser General Public License v2.1 only", - "licenseId": "LGPL-2.1", - "seeAlso": [ - "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "https://opensource.org/licenses/LGPL-2.1" - ], - "isOsiApproved": true, - "isFsfLibre": true - }, - { - "reference": "https://spdx.org/licenses/CECILL-2.1.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CECILL-2.1.json", - "referenceNumber": 488, - "name": "CeCILL Free Software License Agreement v2.1", - "licenseId": "CECILL-2.1", - "seeAlso": [ - "http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.html" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/NPOSL-3.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/NPOSL-3.0.json", - "referenceNumber": 489, - "name": "Non-Profit Open Software License 3.0", - "licenseId": "NPOSL-3.0", - "seeAlso": [ - "https://opensource.org/licenses/NOSL3.0" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/Artistic-1.0-Perl.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Artistic-1.0-Perl.json", - "referenceNumber": 490, - "name": "Artistic License 1.0 (Perl)", - "licenseId": "Artistic-1.0-Perl", - "seeAlso": [ - "http://dev.perl.org/licenses/artistic.html" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/Interbase-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/Interbase-1.0.json", - "referenceNumber": 491, - "name": "Interbase Public License v1.0", - "licenseId": "Interbase-1.0", - "seeAlso": [ - "https://web.archive.org/web/20060319014854/http://info.borland.com/devsupport/interbase/opensource/IPL.html" - ], - "isOsiApproved": false - }, - { - "reference": "https://spdx.org/licenses/MIT-0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/MIT-0.json", - "referenceNumber": 492, - "name": "MIT No Attribution", - "licenseId": "MIT-0", - "seeAlso": [ - "https://github.com/aws/mit-0", - "https://romanrm.net/mit-zero", - "https://github.com/awsdocs/aws-cloud9-user-guide/blob/master/LICENSE-SAMPLECODE" - ], - "isOsiApproved": true - }, - { - "reference": "https://spdx.org/licenses/CAL-1.0.html", - "isDeprecatedLicenseId": false, - "detailsUrl": "https://spdx.org/licenses/CAL-1.0.json", - "referenceNumber": 493, - "name": "Cryptographic Autonomy License 1.0", - "licenseId": "CAL-1.0", - "seeAlso": [ - "http://cryptographicautonomylicense.com/license-text.html", - "https://opensource.org/licenses/CAL-1.0" - ], - "isOsiApproved": true - } - ] - ); - //Licences HARDCODED - //"licenseListVersion": "868cf0e", - //"releaseDate": "2022-08-02" - //übernommen von: https://github.com/spdx/license-list-data/tree/master/json - //übernommen am 03.08.22 - //TODO: Hardcoded entfernen - SPDX license https://www.npmjs.com/package/spdx-license + const [licences, setLicences] = useState([ + { + reference: "https://spdx.org/licenses/VSL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/VSL-1.0.json", + referenceNumber: 0, + name: "Vovida Software License v1.0", + licenseId: "VSL-1.0", + seeAlso: ["https://opensource.org/licenses/VSL-1.0"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/GPL-2.0.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/GPL-2.0.json", + referenceNumber: 1, + name: "GNU General Public License v2.0 only", + licenseId: "GPL-2.0", + seeAlso: [ + "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", + "https://opensource.org/licenses/GPL-2.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/blessing.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/blessing.json", + referenceNumber: 2, + name: "SQLite Blessing", + licenseId: "blessing", + seeAlso: [ + "https://www.sqlite.org/src/artifact/e33a4df7e32d742a?ln\u003d4-9", + "https://sqlite.org/src/artifact/df5091916dbb40e6", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/BSD-4-Clause-Shortened.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/BSD-4-Clause-Shortened.json", + referenceNumber: 3, + name: "BSD 4 Clause Shortened", + licenseId: "BSD-4-Clause-Shortened", + seeAlso: [ + "https://metadata.ftp-master.debian.org/changelogs//main/a/arpwatch/arpwatch_2.1a15-7_copyright", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Libpng.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Libpng.json", + referenceNumber: 4, + name: "libpng License", + licenseId: "Libpng", + seeAlso: ["http://www.libpng.org/pub/png/src/libpng-LICENSE.txt"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/OFL-1.0-no-RFN.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OFL-1.0-no-RFN.json", + referenceNumber: 5, + name: "SIL Open Font License 1.0 with no Reserved Font Name", + licenseId: "OFL-1.0-no-RFN", + seeAlso: [ + "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL10_web", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/MakeIndex.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/MakeIndex.json", + referenceNumber: 6, + name: "MakeIndex License", + licenseId: "MakeIndex", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/MakeIndex"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/OSL-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OSL-2.0.json", + referenceNumber: 7, + name: "Open Software License 2.0", + licenseId: "OSL-2.0", + seeAlso: [ + "http://web.archive.org/web/20041020171434/http://www.rosenlaw.com/osl2.0.html", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CC-BY-ND-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-ND-1.0.json", + referenceNumber: 8, + name: "Creative Commons Attribution No Derivatives 1.0 Generic", + licenseId: "CC-BY-ND-1.0", + seeAlso: ["https://creativecommons.org/licenses/by-nd/1.0/legalcode"], + isOsiApproved: false, + isFsfLibre: false, + }, + { + reference: "https://spdx.org/licenses/Artistic-1.0-cl8.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Artistic-1.0-cl8.json", + referenceNumber: 9, + name: "Artistic License 1.0 w/clause 8", + licenseId: "Artistic-1.0-cl8", + seeAlso: ["https://opensource.org/licenses/Artistic-1.0"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/Xerox.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Xerox.json", + referenceNumber: 10, + name: "Xerox License", + licenseId: "Xerox", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Xerox"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/ZPL-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/ZPL-2.0.json", + referenceNumber: 11, + name: "Zope Public License 2.0", + licenseId: "ZPL-2.0", + seeAlso: [ + "http://old.zope.org/Resources/License/ZPL-2.0", + "https://opensource.org/licenses/ZPL-2.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/Adobe-Glyph.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Adobe-Glyph.json", + referenceNumber: 12, + name: "Adobe Glyph List License", + licenseId: "Adobe-Glyph", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/MIT#AdobeGlyph"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/LPPL-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/LPPL-1.1.json", + referenceNumber: 13, + name: "LaTeX Project Public License v1.1", + licenseId: "LPPL-1.1", + seeAlso: ["http://www.latex-project.org/lppl/lppl-1-1.txt"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Arphic-1999.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Arphic-1999.json", + referenceNumber: 14, + name: "Arphic Public License", + licenseId: "Arphic-1999", + seeAlso: [ + "http://ftp.gnu.org/gnu/non-gnu/chinese-fonts-truetype/LICENSE", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Unicode-TOU.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Unicode-TOU.json", + referenceNumber: 15, + name: "Unicode Terms of Use", + licenseId: "Unicode-TOU", + seeAlso: ["http://www.unicode.org/copyright.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-NC-SA-2.0-UK.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-NC-SA-2.0-UK.json", + referenceNumber: 16, + name: "Creative Commons Attribution Non Commercial Share Alike 2.0 England and Wales", + licenseId: "CC-BY-NC-SA-2.0-UK", + seeAlso: [ + "https://creativecommons.org/licenses/by-nc-sa/2.0/uk/legalcode", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/MIT-advertising.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/MIT-advertising.json", + referenceNumber: 17, + name: "Enlightenment License (e16)", + licenseId: "MIT-advertising", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing/MIT_With_Advertising", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/EUPL-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/EUPL-1.1.json", + referenceNumber: 18, + name: "European Union Public License 1.1", + licenseId: "EUPL-1.1", + seeAlso: [ + "https://joinup.ec.europa.eu/software/page/eupl/licence-eupl", + "https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/eupl1.1.-licence-en_0.pdf", + "https://opensource.org/licenses/EUPL-1.1", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/AGPL-1.0-or-later.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/AGPL-1.0-or-later.json", + referenceNumber: 19, + name: "Affero General Public License v1.0 or later", + licenseId: "AGPL-1.0-or-later", + seeAlso: ["http://www.affero.org/oagpl.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/YPL-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/YPL-1.1.json", + referenceNumber: 20, + name: "Yahoo! Public License v1.1", + licenseId: "YPL-1.1", + seeAlso: ["http://www.zimbra.com/license/yahoo_public_license_1.1.html"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/OML.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OML.json", + referenceNumber: 21, + name: "Open Market License", + licenseId: "OML", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Open_Market_License"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/copyleft-next-0.3.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/copyleft-next-0.3.0.json", + referenceNumber: 22, + name: "copyleft-next 0.3.0", + licenseId: "copyleft-next-0.3.0", + seeAlso: [ + "https://github.com/copyleft-next/copyleft-next/blob/master/Releases/copyleft-next-0.3.0", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-ND-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-ND-2.0.json", + referenceNumber: 23, + name: "Creative Commons Attribution No Derivatives 2.0 Generic", + licenseId: "CC-BY-ND-2.0", + seeAlso: ["https://creativecommons.org/licenses/by-nd/2.0/legalcode"], + isOsiApproved: false, + isFsfLibre: false, + }, + { + reference: "https://spdx.org/licenses/OLDAP-1.3.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OLDAP-1.3.json", + referenceNumber: 24, + name: "Open LDAP Public License v1.3", + licenseId: "OLDAP-1.3", + seeAlso: [ + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003de5f8117f0ce088d0bd7a8e18ddf37eaa40eb09b1", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-NC-SA-3.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-NC-SA-3.0.json", + referenceNumber: 25, + name: "Creative Commons Attribution Non Commercial Share Alike 3.0 Unported", + licenseId: "CC-BY-NC-SA-3.0", + seeAlso: ["https://creativecommons.org/licenses/by-nc-sa/3.0/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/GFDL-1.3-invariants-or-later.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GFDL-1.3-invariants-or-later.json", + referenceNumber: 26, + name: "GNU Free Documentation License v1.3 or later - invariants", + licenseId: "GFDL-1.3-invariants-or-later", + seeAlso: ["https://www.gnu.org/licenses/fdl-1.3.txt"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-2.5.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-2.5.json", + referenceNumber: 27, + name: "Creative Commons Attribution 2.5 Generic", + licenseId: "CC-BY-2.5", + seeAlso: ["https://creativecommons.org/licenses/by/2.5/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/YPL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/YPL-1.0.json", + referenceNumber: 28, + name: "Yahoo! Public License v1.0", + licenseId: "YPL-1.0", + seeAlso: ["http://www.zimbra.com/license/yahoo_public_license_1.0.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/SHL-0.5.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/SHL-0.5.json", + referenceNumber: 29, + name: "Solderpad Hardware License v0.5", + licenseId: "SHL-0.5", + seeAlso: ["https://solderpad.org/licenses/SHL-0.5/"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/FreeImage.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/FreeImage.json", + referenceNumber: 30, + name: "FreeImage Public License v1.0", + licenseId: "FreeImage", + seeAlso: ["http://freeimage.sourceforge.net/freeimage-license.txt"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Intel-ACPI.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Intel-ACPI.json", + referenceNumber: 31, + name: "Intel ACPI Software License Agreement", + licenseId: "Intel-ACPI", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing/Intel_ACPI_Software_License_Agreement", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-NC-3.0-DE.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-NC-3.0-DE.json", + referenceNumber: 32, + name: "Creative Commons Attribution Non Commercial 3.0 Germany", + licenseId: "CC-BY-NC-3.0-DE", + seeAlso: ["https://creativecommons.org/licenses/by-nc/3.0/de/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/OFL-1.1-no-RFN.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OFL-1.1-no-RFN.json", + referenceNumber: 33, + name: "SIL Open Font License 1.1 with no Reserved Font Name", + licenseId: "OFL-1.1-no-RFN", + seeAlso: [ + "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL_web", + "https://opensource.org/licenses/OFL-1.1", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/LGPL-2.1-or-later.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/LGPL-2.1-or-later.json", + referenceNumber: 34, + name: "GNU Lesser General Public License v2.1 or later", + licenseId: "LGPL-2.1-or-later", + seeAlso: [ + "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", + "https://opensource.org/licenses/LGPL-2.1", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/GL2PS.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GL2PS.json", + referenceNumber: 35, + name: "GL2PS License", + licenseId: "GL2PS", + seeAlso: ["http://www.geuz.org/gl2ps/COPYING.GL2PS"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Ruby.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Ruby.json", + referenceNumber: 36, + name: "Ruby License", + licenseId: "Ruby", + seeAlso: ["http://www.ruby-lang.org/en/LICENSE.txt"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/OCCT-PL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OCCT-PL.json", + referenceNumber: 37, + name: "Open CASCADE Technology Public License", + licenseId: "OCCT-PL", + seeAlso: ["http://www.opencascade.com/content/occt-public-license"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Naumen.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Naumen.json", + referenceNumber: 38, + name: "Naumen Public License", + licenseId: "Naumen", + seeAlso: ["https://opensource.org/licenses/Naumen"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/OpenSSL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OpenSSL.json", + referenceNumber: 39, + name: "OpenSSL License", + licenseId: "OpenSSL", + seeAlso: ["http://www.openssl.org/source/license.html"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CC-BY-SA-4.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-SA-4.0.json", + referenceNumber: 40, + name: "Creative Commons Attribution Share Alike 4.0 International", + licenseId: "CC-BY-SA-4.0", + seeAlso: ["https://creativecommons.org/licenses/by-sa/4.0/legalcode"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/NOSL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/NOSL.json", + referenceNumber: 41, + name: "Netizen Open Source License", + licenseId: "NOSL", + seeAlso: ["http://bits.netizen.com.au/licenses/NOSL/nosl.txt"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/Artistic-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Artistic-1.0.json", + referenceNumber: 42, + name: "Artistic License 1.0", + licenseId: "Artistic-1.0", + seeAlso: ["https://opensource.org/licenses/Artistic-1.0"], + isOsiApproved: true, + isFsfLibre: false, + }, + { + reference: "https://spdx.org/licenses/zlib-acknowledgement.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/zlib-acknowledgement.json", + referenceNumber: 43, + name: "zlib/libpng License with Acknowledgement", + licenseId: "zlib-acknowledgement", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing/ZlibWithAcknowledgement", + ], + isOsiApproved: false, + }, + { + reference: + "https://spdx.org/licenses/GFDL-1.2-no-invariants-or-later.html", + isDeprecatedLicenseId: false, + detailsUrl: + "https://spdx.org/licenses/GFDL-1.2-no-invariants-or-later.json", + referenceNumber: 44, + name: "GNU Free Documentation License v1.2 or later - no invariants", + licenseId: "GFDL-1.2-no-invariants-or-later", + seeAlso: ["https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-4.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-4.0.json", + referenceNumber: 45, + name: "Creative Commons Attribution 4.0 International", + licenseId: "CC-BY-4.0", + seeAlso: ["https://creativecommons.org/licenses/by/4.0/legalcode"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/LPL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/LPL-1.0.json", + referenceNumber: 46, + name: "Lucent Public License Version 1.0", + licenseId: "LPL-1.0", + seeAlso: ["https://opensource.org/licenses/LPL-1.0"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/Spencer-86.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Spencer-86.json", + referenceNumber: 47, + name: "Spencer License 86", + licenseId: "Spencer-86", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/dvipdfm.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/dvipdfm.json", + referenceNumber: 48, + name: "dvipdfm License", + licenseId: "dvipdfm", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/dvipdfm"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CNRI-Python.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CNRI-Python.json", + referenceNumber: 49, + name: "CNRI Python License", + licenseId: "CNRI-Python", + seeAlso: ["https://opensource.org/licenses/CNRI-Python"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/Saxpath.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Saxpath.json", + referenceNumber: 50, + name: "Saxpath License", + licenseId: "Saxpath", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Saxpath_License"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Apache-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Apache-1.0.json", + referenceNumber: 51, + name: "Apache License 1.0", + licenseId: "Apache-1.0", + seeAlso: ["http://www.apache.org/licenses/LICENSE-1.0"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/BSL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/BSL-1.0.json", + referenceNumber: 52, + name: "Boost Software License 1.0", + licenseId: "BSL-1.0", + seeAlso: [ + "http://www.boost.org/LICENSE_1_0.txt", + "https://opensource.org/licenses/BSL-1.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/BUSL-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/BUSL-1.1.json", + referenceNumber: 53, + name: "Business Source License 1.1", + licenseId: "BUSL-1.1", + seeAlso: ["https://mariadb.com/bsl11/"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/RPSL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/RPSL-1.0.json", + referenceNumber: 54, + name: "RealNetworks Public Source License v1.0", + licenseId: "RPSL-1.0", + seeAlso: [ + "https://helixcommunity.org/content/rpsl", + "https://opensource.org/licenses/RPSL-1.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/Afmparse.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Afmparse.json", + referenceNumber: 55, + name: "Afmparse License", + licenseId: "Afmparse", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Afmparse"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/GFDL-1.1-invariants-or-later.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GFDL-1.1-invariants-or-later.json", + referenceNumber: 56, + name: "GNU Free Documentation License v1.1 or later - invariants", + licenseId: "GFDL-1.1-invariants-or-later", + seeAlso: ["https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/EPL-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/EPL-2.0.json", + referenceNumber: 57, + name: "Eclipse Public License 2.0", + licenseId: "EPL-2.0", + seeAlso: [ + "https://www.eclipse.org/legal/epl-2.0", + "https://www.opensource.org/licenses/EPL-2.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CDLA-Permissive-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CDLA-Permissive-1.0.json", + referenceNumber: 58, + name: "Community Data License Agreement Permissive 1.0", + licenseId: "CDLA-Permissive-1.0", + seeAlso: ["https://cdla.io/permissive-1-0"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/LiLiQ-P-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/LiLiQ-P-1.1.json", + referenceNumber: 59, + name: "Licence Libre du Québec – Permissive version 1.1", + licenseId: "LiLiQ-P-1.1", + seeAlso: [ + "https://forge.gouv.qc.ca/licence/fr/liliq-v1-1/", + "http://opensource.org/licenses/LiLiQ-P-1.1", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/ANTLR-PD.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/ANTLR-PD.json", + referenceNumber: 60, + name: "ANTLR Software Rights Notice", + licenseId: "ANTLR-PD", + seeAlso: ["http://www.antlr2.org/license.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/AFL-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/AFL-2.0.json", + referenceNumber: 61, + name: "Academic Free License v2.0", + licenseId: "AFL-2.0", + seeAlso: [ + "http://wayback.archive.org/web/20060924134533/http://www.opensource.org/licenses/afl-2.0.txt", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/libselinux-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/libselinux-1.0.json", + referenceNumber: 62, + name: "libselinux public domain notice", + licenseId: "libselinux-1.0", + seeAlso: [ + "https://github.com/SELinuxProject/selinux/blob/master/libselinux/LICENSE", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/RPL-1.5.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/RPL-1.5.json", + referenceNumber: 63, + name: "Reciprocal Public License 1.5", + licenseId: "RPL-1.5", + seeAlso: ["https://opensource.org/licenses/RPL-1.5"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/CECILL-C.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CECILL-C.json", + referenceNumber: 64, + name: "CeCILL-C Free Software License Agreement", + licenseId: "CECILL-C", + seeAlso: ["http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/Zimbra-1.4.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Zimbra-1.4.json", + referenceNumber: 65, + name: "Zimbra Public License v1.4", + licenseId: "Zimbra-1.4", + seeAlso: ["http://www.zimbra.com/legal/zimbra-public-license-1-4"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/BSD-2-Clause-FreeBSD.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/BSD-2-Clause-FreeBSD.json", + referenceNumber: 66, + name: "BSD 2-Clause FreeBSD License", + licenseId: "BSD-2-Clause-FreeBSD", + seeAlso: ["http://www.freebsd.org/copyright/freebsd-license.html"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/LGPL-2.1-only.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/LGPL-2.1-only.json", + referenceNumber: 67, + name: "GNU Lesser General Public License v2.1 only", + licenseId: "LGPL-2.1-only", + seeAlso: [ + "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", + "https://opensource.org/licenses/LGPL-2.1", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/OLDAP-2.8.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OLDAP-2.8.json", + referenceNumber: 68, + name: "Open LDAP Public License v2.8", + licenseId: "OLDAP-2.8", + seeAlso: ["http://www.openldap.org/software/release/license.html"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/CC-PDDC.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-PDDC.json", + referenceNumber: 69, + name: "Creative Commons Public Domain Dedication and Certification", + licenseId: "CC-PDDC", + seeAlso: ["https://creativecommons.org/licenses/publicdomain/"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Leptonica.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Leptonica.json", + referenceNumber: 70, + name: "Leptonica License", + licenseId: "Leptonica", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Leptonica"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/AGPL-3.0.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/AGPL-3.0.json", + referenceNumber: 71, + name: "GNU Affero General Public License v3.0", + licenseId: "AGPL-3.0", + seeAlso: [ + "https://www.gnu.org/licenses/agpl.txt", + "https://opensource.org/licenses/AGPL-3.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/LGPL-3.0.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/LGPL-3.0.json", + referenceNumber: 72, + name: "GNU Lesser General Public License v3.0 only", + licenseId: "LGPL-3.0", + seeAlso: [ + "https://www.gnu.org/licenses/lgpl-3.0-standalone.html", + "https://www.gnu.org/licenses/lgpl+gpl-3.0.txt", + "https://opensource.org/licenses/LGPL-3.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/BSD-4-Clause.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/BSD-4-Clause.json", + referenceNumber: 73, + name: 'BSD 4-Clause "Original" or "Old" License', + licenseId: "BSD-4-Clause", + seeAlso: ["http://directory.fsf.org/wiki/License:BSD_4Clause"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/SimPL-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/SimPL-2.0.json", + referenceNumber: 74, + name: "Simple Public License 2.0", + licenseId: "SimPL-2.0", + seeAlso: ["https://opensource.org/licenses/SimPL-2.0"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/GFDL-1.3.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/GFDL-1.3.json", + referenceNumber: 75, + name: "GNU Free Documentation License v1.3", + licenseId: "GFDL-1.3", + seeAlso: ["https://www.gnu.org/licenses/fdl-1.3.txt"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/BSD-2-Clause-Views.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/BSD-2-Clause-Views.json", + referenceNumber: 76, + name: "BSD 2-Clause with views sentence", + licenseId: "BSD-2-Clause-Views", + seeAlso: [ + "http://www.freebsd.org/copyright/freebsd-license.html", + "https://people.freebsd.org/~ivoras/wine/patch-wine-nvidia.sh", + "https://github.com/protegeproject/protege/blob/master/license.txt", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/LPPL-1.3a.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/LPPL-1.3a.json", + referenceNumber: 77, + name: "LaTeX Project Public License v1.3a", + licenseId: "LPPL-1.3a", + seeAlso: ["http://www.latex-project.org/lppl/lppl-1-3a.txt"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/W3C-20150513.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/W3C-20150513.json", + referenceNumber: 78, + name: "W3C Software Notice and Document License (2015-05-13)", + licenseId: "W3C-20150513", + seeAlso: [ + "https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/AFL-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/AFL-1.1.json", + referenceNumber: 79, + name: "Academic Free License v1.1", + licenseId: "AFL-1.1", + seeAlso: [ + "http://opensource.linux-mirror.org/licenses/afl-1.1.txt", + "http://wayback.archive.org/web/20021004124254/http://www.opensource.org/licenses/academic.php", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/OGTSL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OGTSL.json", + referenceNumber: 80, + name: "Open Group Test Suite License", + licenseId: "OGTSL", + seeAlso: [ + "http://www.opengroup.org/testing/downloads/The_Open_Group_TSL.txt", + "https://opensource.org/licenses/OGTSL", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/FSFULLR.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/FSFULLR.json", + referenceNumber: 81, + name: "FSF Unlimited License (with License Retention)", + licenseId: "FSFULLR", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License#License_Retention_Variant", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/BSD-3-Clause-Open-MPI.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/BSD-3-Clause-Open-MPI.json", + referenceNumber: 82, + name: "BSD 3-Clause Open MPI variant", + licenseId: "BSD-3-Clause-Open-MPI", + seeAlso: [ + "https://www.open-mpi.org/community/license.php", + "http://www.netlib.org/lapack/LICENSE.txt", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/IPA.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/IPA.json", + referenceNumber: 83, + name: "IPA Font License", + licenseId: "IPA", + seeAlso: ["https://opensource.org/licenses/IPA"], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CC-BY-NC-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-NC-2.0.json", + referenceNumber: 84, + name: "Creative Commons Attribution Non Commercial 2.0 Generic", + licenseId: "CC-BY-NC-2.0", + seeAlso: ["https://creativecommons.org/licenses/by-nc/2.0/legalcode"], + isOsiApproved: false, + isFsfLibre: false, + }, + { + reference: "https://spdx.org/licenses/PSF-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/PSF-2.0.json", + referenceNumber: 85, + name: "Python Software Foundation License 2.0", + licenseId: "PSF-2.0", + seeAlso: ["https://opensource.org/licenses/Python-2.0"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/BSD-Protection.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/BSD-Protection.json", + referenceNumber: 86, + name: "BSD Protection License", + licenseId: "BSD-Protection", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing/BSD_Protection_License", + ], + isOsiApproved: false, + }, + { + reference: + "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License-2014.html", + isDeprecatedLicenseId: false, + detailsUrl: + "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License-2014.json", + referenceNumber: 87, + name: "BSD 3-Clause No Nuclear License 2014", + licenseId: "BSD-3-Clause-No-Nuclear-License-2014", + seeAlso: [ + "https://java.net/projects/javaeetutorial/pages/BerkeleyLicense", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CECILL-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CECILL-2.0.json", + referenceNumber: 88, + name: "CeCILL Free Software License Agreement v2.0", + licenseId: "CECILL-2.0", + seeAlso: ["http://www.cecill.info/licences/Licence_CeCILL_V2-en.html"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CC-BY-NC-3.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-NC-3.0.json", + referenceNumber: 89, + name: "Creative Commons Attribution Non Commercial 3.0 Unported", + licenseId: "CC-BY-NC-3.0", + seeAlso: ["https://creativecommons.org/licenses/by-nc/3.0/legalcode"], + isOsiApproved: false, + isFsfLibre: false, + }, + { + reference: "https://spdx.org/licenses/NLOD-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/NLOD-1.0.json", + referenceNumber: 90, + name: "Norwegian Licence for Open Government Data (NLOD) 1.0", + licenseId: "NLOD-1.0", + seeAlso: ["http://data.norge.no/nlod/en/1.0"], + isOsiApproved: false, + }, + { + reference: + "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-Warranty.html", + isDeprecatedLicenseId: false, + detailsUrl: + "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-Warranty.json", + referenceNumber: 91, + name: "BSD 3-Clause No Nuclear Warranty", + licenseId: "BSD-3-Clause-No-Nuclear-Warranty", + seeAlso: [ + "https://jogamp.org/git/?p\u003dgluegen.git;a\u003dblob_plain;f\u003dLICENSE.txt", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Parity-6.0.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Parity-6.0.0.json", + referenceNumber: 92, + name: "The Parity Public License 6.0.0", + licenseId: "Parity-6.0.0", + seeAlso: ["https://paritylicense.com/versions/6.0.0.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-NC-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-NC-1.0.json", + referenceNumber: 93, + name: "Creative Commons Attribution Non Commercial 1.0 Generic", + licenseId: "CC-BY-NC-1.0", + seeAlso: ["https://creativecommons.org/licenses/by-nc/1.0/legalcode"], + isOsiApproved: false, + isFsfLibre: false, + }, + { + reference: "https://spdx.org/licenses/Borceux.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Borceux.json", + referenceNumber: 94, + name: "Borceux license", + licenseId: "Borceux", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Borceux"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/GFDL-1.3-invariants-only.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GFDL-1.3-invariants-only.json", + referenceNumber: 95, + name: "GNU Free Documentation License v1.3 only - invariants", + licenseId: "GFDL-1.3-invariants-only", + seeAlso: ["https://www.gnu.org/licenses/fdl-1.3.txt"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Spencer-94.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Spencer-94.json", + referenceNumber: 96, + name: "Spencer License 94", + licenseId: "Spencer-94", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Unlicense.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Unlicense.json", + referenceNumber: 97, + name: "The Unlicense", + licenseId: "Unlicense", + seeAlso: ["https://unlicense.org/"], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/TAPR-OHL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/TAPR-OHL-1.0.json", + referenceNumber: 98, + name: "TAPR Open Hardware License v1.0", + licenseId: "TAPR-OHL-1.0", + seeAlso: ["https://www.tapr.org/OHL"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/DSDP.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/DSDP.json", + referenceNumber: 99, + name: "DSDP License", + licenseId: "DSDP", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/DSDP"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-NC-ND-3.0-IGO.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-NC-ND-3.0-IGO.json", + referenceNumber: 100, + name: "Creative Commons Attribution Non Commercial No Derivatives 3.0 IGO", + licenseId: "CC-BY-NC-ND-3.0-IGO", + seeAlso: [ + "https://creativecommons.org/licenses/by-nc-nd/3.0/igo/legalcode", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/EUPL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/EUPL-1.0.json", + referenceNumber: 101, + name: "European Union Public License 1.0", + licenseId: "EUPL-1.0", + seeAlso: [ + "http://ec.europa.eu/idabc/en/document/7330.html", + "http://ec.europa.eu/idabc/servlets/Doc027f.pdf?id\u003d31096", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/HTMLTIDY.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/HTMLTIDY.json", + referenceNumber: 102, + name: "HTML Tidy License", + licenseId: "HTMLTIDY", + seeAlso: [ + "https://github.com/htacg/tidy-html5/blob/next/README/LICENSE.md", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/OFL-1.0-RFN.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OFL-1.0-RFN.json", + referenceNumber: 103, + name: "SIL Open Font License 1.0 with Reserved Font Name", + licenseId: "OFL-1.0-RFN", + seeAlso: [ + "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL10_web", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/APSL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/APSL-1.0.json", + referenceNumber: 104, + name: "Apple Public Source License 1.0", + licenseId: "APSL-1.0", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing/Apple_Public_Source_License_1.0", + ], + isOsiApproved: true, + isFsfLibre: false, + }, + { + reference: "https://spdx.org/licenses/LPPL-1.2.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/LPPL-1.2.json", + referenceNumber: 105, + name: "LaTeX Project Public License v1.2", + licenseId: "LPPL-1.2", + seeAlso: ["http://www.latex-project.org/lppl/lppl-1-2.txt"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/Zed.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Zed.json", + referenceNumber: 106, + name: "Zed License", + licenseId: "Zed", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Zed"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/NGPL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/NGPL.json", + referenceNumber: 107, + name: "Nethack General Public License", + licenseId: "NGPL", + seeAlso: ["https://opensource.org/licenses/NGPL"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/CC-BY-SA-2.5.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-SA-2.5.json", + referenceNumber: 108, + name: "Creative Commons Attribution Share Alike 2.5 Generic", + licenseId: "CC-BY-SA-2.5", + seeAlso: ["https://creativecommons.org/licenses/by-sa/2.5/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/LAL-1.2.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/LAL-1.2.json", + referenceNumber: 109, + name: "Licence Art Libre 1.2", + licenseId: "LAL-1.2", + seeAlso: ["http://artlibre.org/licence/lal/licence-art-libre-12/"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/LPPL-1.3c.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/LPPL-1.3c.json", + referenceNumber: 110, + name: "LaTeX Project Public License v1.3c", + licenseId: "LPPL-1.3c", + seeAlso: [ + "http://www.latex-project.org/lppl/lppl-1-3c.txt", + "https://opensource.org/licenses/LPPL-1.3c", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/OLDAP-2.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OLDAP-2.1.json", + referenceNumber: 111, + name: "Open LDAP Public License v2.1", + licenseId: "OLDAP-2.1", + seeAlso: [ + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003db0d176738e96a0d3b9f85cb51e140a86f21be715", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/MIT-CMU.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/MIT-CMU.json", + referenceNumber: 112, + name: "CMU License", + licenseId: "MIT-CMU", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing:MIT?rd\u003dLicensing/MIT#CMU_Style", + "https://github.com/python-pillow/Pillow/blob/fffb426092c8db24a5f4b6df243a8a3c01fb63cd/LICENSE", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/IJG.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/IJG.json", + referenceNumber: 113, + name: "Independent JPEG Group License", + licenseId: "IJG", + seeAlso: [ + "http://dev.w3.org/cvsweb/Amaya/libjpeg/Attic/README?rev\u003d1.2", + ], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CC-BY-3.0-DE.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-3.0-DE.json", + referenceNumber: 114, + name: "Creative Commons Attribution 3.0 Germany", + licenseId: "CC-BY-3.0-DE", + seeAlso: ["https://creativecommons.org/licenses/by/3.0/de/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/BSD-3-Clause-Modification.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/BSD-3-Clause-Modification.json", + referenceNumber: 115, + name: "BSD 3-Clause Modification", + licenseId: "BSD-3-Clause-Modification", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing:BSD#Modification_Variant", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/GPL-2.0+.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/GPL-2.0+.json", + referenceNumber: 116, + name: "GNU General Public License v2.0 or later", + licenseId: "GPL-2.0+", + seeAlso: [ + "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", + "https://opensource.org/licenses/GPL-2.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CNRI-Jython.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CNRI-Jython.json", + referenceNumber: 117, + name: "CNRI Jython License", + licenseId: "CNRI-Jython", + seeAlso: ["http://www.jython.org/license.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-NC-ND-3.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-NC-ND-3.0.json", + referenceNumber: 118, + name: "Creative Commons Attribution Non Commercial No Derivatives 3.0 Unported", + licenseId: "CC-BY-NC-ND-3.0", + seeAlso: ["https://creativecommons.org/licenses/by-nc-nd/3.0/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/TCP-wrappers.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/TCP-wrappers.json", + referenceNumber: 119, + name: "TCP Wrappers License", + licenseId: "TCP-wrappers", + seeAlso: ["http://rc.quest.com/topics/openssh/license.php#tcpwrappers"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/GFDL-1.1-or-later.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GFDL-1.1-or-later.json", + referenceNumber: 120, + name: "GNU Free Documentation License v1.1 or later", + licenseId: "GFDL-1.1-or-later", + seeAlso: ["https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/OGL-UK-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OGL-UK-2.0.json", + referenceNumber: 121, + name: "Open Government Licence v2.0", + licenseId: "OGL-UK-2.0", + seeAlso: [ + "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/App-s2p.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/App-s2p.json", + referenceNumber: 122, + name: "App::s2p License", + licenseId: "App-s2p", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/App-s2p"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/NTP.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/NTP.json", + referenceNumber: 123, + name: "NTP License", + licenseId: "NTP", + seeAlso: ["https://opensource.org/licenses/NTP"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/OLDAP-2.2.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OLDAP-2.2.json", + referenceNumber: 124, + name: "Open LDAP Public License v2.2", + licenseId: "OLDAP-2.2", + seeAlso: [ + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d470b0c18ec67621c85881b2733057fecf4a1acc3", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/GPL-1.0+.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/GPL-1.0+.json", + referenceNumber: 125, + name: "GNU General Public License v1.0 or later", + licenseId: "GPL-1.0+", + seeAlso: [ + "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Imlib2.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Imlib2.json", + referenceNumber: 126, + name: "Imlib2 License", + licenseId: "Imlib2", + seeAlso: [ + "http://trac.enlightenment.org/e/browser/trunk/imlib2/COPYING", + "https://git.enlightenment.org/legacy/imlib2.git/tree/COPYING", + ], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/OSET-PL-2.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OSET-PL-2.1.json", + referenceNumber: 127, + name: "OSET Public License version 2.1", + licenseId: "OSET-PL-2.1", + seeAlso: [ + "http://www.osetfoundation.org/public-license", + "https://opensource.org/licenses/OPL-2.1", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/SISSL-1.2.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/SISSL-1.2.json", + referenceNumber: 128, + name: "Sun Industry Standards Source License v1.2", + licenseId: "SISSL-1.2", + seeAlso: [ + "http://gridscheduler.sourceforge.net/Gridengine_SISSL_license.html", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/GPL-3.0-with-GCC-exception.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/GPL-3.0-with-GCC-exception.json", + referenceNumber: 129, + name: "GNU General Public License v3.0 w/GCC Runtime Library exception", + licenseId: "GPL-3.0-with-GCC-exception", + seeAlso: ["https://www.gnu.org/licenses/gcc-exception-3.1.html"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/OPL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OPL-1.0.json", + referenceNumber: 130, + name: "Open Public License v1.0", + licenseId: "OPL-1.0", + seeAlso: [ + "http://old.koalateam.com/jackaroo/OPL_1_0.TXT", + "https://fedoraproject.org/wiki/Licensing/Open_Public_License", + ], + isOsiApproved: false, + isFsfLibre: false, + }, + { + reference: "https://spdx.org/licenses/DRL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/DRL-1.0.json", + referenceNumber: 131, + name: "Detection Rule License 1.0", + licenseId: "DRL-1.0", + seeAlso: [ + "https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/BSD-3-Clause.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/BSD-3-Clause.json", + referenceNumber: 132, + name: 'BSD 3-Clause "New" or "Revised" License', + licenseId: "BSD-3-Clause", + seeAlso: ["https://opensource.org/licenses/BSD-3-Clause"], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/BitTorrent-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/BitTorrent-1.0.json", + referenceNumber: 133, + name: "BitTorrent Open Source License v1.0", + licenseId: "BitTorrent-1.0", + seeAlso: [ + "http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/licenses/BitTorrent?r1\u003d1.1\u0026r2\u003d1.1.1.1\u0026diff_format\u003ds", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Linux-OpenIB.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Linux-OpenIB.json", + referenceNumber: 134, + name: "Linux Kernel Variant of OpenIB.org license", + licenseId: "Linux-OpenIB", + seeAlso: [ + "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/infiniband/core/sa.h", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/D-FSL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/D-FSL-1.0.json", + referenceNumber: 135, + name: "Deutsche Freie Software Lizenz", + licenseId: "D-FSL-1.0", + seeAlso: [ + "http://www.dipp.nrw.de/d-fsl/lizenzen/", + "http://www.dipp.nrw.de/d-fsl/index_html/lizenzen/de/D-FSL-1_0_de.txt", + "http://www.dipp.nrw.de/d-fsl/index_html/lizenzen/en/D-FSL-1_0_en.txt", + "https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl", + "https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/deutsche-freie-software-lizenz", + "https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/german-free-software-license", + "https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/D-FSL-1_0_de.txt/at_download/file", + "https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/D-FSL-1_0_en.txt/at_download/file", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/NICTA-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/NICTA-1.0.json", + referenceNumber: 136, + name: "NICTA Public Software License, Version 1.0", + licenseId: "NICTA-1.0", + seeAlso: [ + "https://opensource.apple.com/source/mDNSResponder/mDNSResponder-320.10/mDNSPosix/nss_ReadMe.txt", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/MPL-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/MPL-2.0.json", + referenceNumber: 137, + name: "Mozilla Public License 2.0", + licenseId: "MPL-2.0", + seeAlso: [ + "https://www.mozilla.org/MPL/2.0/", + "https://opensource.org/licenses/MPL-2.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/GPL-1.0-or-later.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GPL-1.0-or-later.json", + referenceNumber: 138, + name: "GNU General Public License v1.0 or later", + licenseId: "GPL-1.0-or-later", + seeAlso: [ + "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Xnet.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Xnet.json", + referenceNumber: 139, + name: "X.Net License", + licenseId: "Xnet", + seeAlso: ["https://opensource.org/licenses/Xnet"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/Parity-7.0.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Parity-7.0.0.json", + referenceNumber: 140, + name: "The Parity Public License 7.0.0", + licenseId: "Parity-7.0.0", + seeAlso: ["https://paritylicense.com/versions/7.0.0.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/XFree86-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/XFree86-1.1.json", + referenceNumber: 141, + name: "XFree86 License 1.1", + licenseId: "XFree86-1.1", + seeAlso: ["http://www.xfree86.org/current/LICENSE4.html"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/Watcom-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Watcom-1.0.json", + referenceNumber: 142, + name: "Sybase Open Watcom Public License 1.0", + licenseId: "Watcom-1.0", + seeAlso: ["https://opensource.org/licenses/Watcom-1.0"], + isOsiApproved: true, + isFsfLibre: false, + }, + { + reference: "https://spdx.org/licenses/NPL-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/NPL-1.1.json", + referenceNumber: 143, + name: "Netscape Public License v1.1", + licenseId: "NPL-1.1", + seeAlso: ["http://www.mozilla.org/MPL/NPL/1.1/"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/HaskellReport.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/HaskellReport.json", + referenceNumber: 144, + name: "Haskell Language Report License", + licenseId: "HaskellReport", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing/Haskell_Language_Report_License", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-NC-SA-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-NC-SA-1.0.json", + referenceNumber: 145, + name: "Creative Commons Attribution Non Commercial Share Alike 1.0 Generic", + licenseId: "CC-BY-NC-SA-1.0", + seeAlso: ["https://creativecommons.org/licenses/by-nc-sa/1.0/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-2.5-AU.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-2.5-AU.json", + referenceNumber: 146, + name: "Creative Commons Attribution 2.5 Australia", + licenseId: "CC-BY-2.5-AU", + seeAlso: ["https://creativecommons.org/licenses/by/2.5/au/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/LZMA-SDK-9.22.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/LZMA-SDK-9.22.json", + referenceNumber: 147, + name: "LZMA SDK License (versions 9.22 and beyond)", + licenseId: "LZMA-SDK-9.22", + seeAlso: [ + "https://www.7-zip.org/sdk.html", + "https://sourceforge.net/projects/sevenzip/files/LZMA%20SDK/", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/TCL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/TCL.json", + referenceNumber: 148, + name: "TCL/TK License", + licenseId: "TCL", + seeAlso: [ + "http://www.tcl.tk/software/tcltk/license.html", + "https://fedoraproject.org/wiki/Licensing/TCL", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/curl.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/curl.json", + referenceNumber: 149, + name: "curl License", + licenseId: "curl", + seeAlso: ["https://github.com/bagder/curl/blob/master/COPYING"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CPOL-1.02.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CPOL-1.02.json", + referenceNumber: 150, + name: "Code Project Open License 1.02", + licenseId: "CPOL-1.02", + seeAlso: ["http://www.codeproject.com/info/cpol10.aspx"], + isOsiApproved: false, + isFsfLibre: false, + }, + { + reference: "https://spdx.org/licenses/GD.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GD.json", + referenceNumber: 151, + name: "GD License", + licenseId: "GD", + seeAlso: ["https://libgd.github.io/manuals/2.3.0/files/license-txt.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Apache-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Apache-2.0.json", + referenceNumber: 152, + name: "Apache License 2.0", + licenseId: "Apache-2.0", + seeAlso: [ + "https://www.apache.org/licenses/LICENSE-2.0", + "https://opensource.org/licenses/Apache-2.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/OFL-1.1-RFN.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OFL-1.1-RFN.json", + referenceNumber: 153, + name: "SIL Open Font License 1.1 with Reserved Font Name", + licenseId: "OFL-1.1-RFN", + seeAlso: [ + "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL_web", + "https://opensource.org/licenses/OFL-1.1", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/ODbL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/ODbL-1.0.json", + referenceNumber: 154, + name: "Open Data Commons Open Database License v1.0", + licenseId: "ODbL-1.0", + seeAlso: [ + "http://www.opendatacommons.org/licenses/odbl/1.0/", + "https://opendatacommons.org/licenses/odbl/1-0/", + ], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/OLDAP-2.2.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OLDAP-2.2.1.json", + referenceNumber: 155, + name: "Open LDAP Public License v2.2.1", + licenseId: "OLDAP-2.2.1", + seeAlso: [ + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d4bc786f34b50aa301be6f5600f58a980070f481e", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/ImageMagick.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/ImageMagick.json", + referenceNumber: 156, + name: "ImageMagick License", + licenseId: "ImageMagick", + seeAlso: ["http://www.imagemagick.org/script/license.php"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/FDK-AAC.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/FDK-AAC.json", + referenceNumber: 157, + name: "Fraunhofer FDK AAC Codec Library", + licenseId: "FDK-AAC", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing/FDK-AAC", + "https://directory.fsf.org/wiki/License:Fdk", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CPAL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CPAL-1.0.json", + referenceNumber: 158, + name: "Common Public Attribution License 1.0", + licenseId: "CPAL-1.0", + seeAlso: ["https://opensource.org/licenses/CPAL-1.0"], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/GFDL-1.2-no-invariants-only.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GFDL-1.2-no-invariants-only.json", + referenceNumber: 159, + name: "GNU Free Documentation License v1.2 only - no invariants", + licenseId: "GFDL-1.2-no-invariants-only", + seeAlso: ["https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/O-UDA-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/O-UDA-1.0.json", + referenceNumber: 160, + name: "Open Use of Data Agreement v1.0", + licenseId: "O-UDA-1.0", + seeAlso: [ + "https://github.com/microsoft/Open-Use-of-Data-Agreement/blob/v1.0/O-UDA-1.0.md", + "https://cdla.dev/open-use-of-data-agreement-v1-0/", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/LGPL-2.0-or-later.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/LGPL-2.0-or-later.json", + referenceNumber: 161, + name: "GNU Library General Public License v2 or later", + licenseId: "LGPL-2.0-or-later", + seeAlso: [ + "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/CDLA-Permissive-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CDLA-Permissive-2.0.json", + referenceNumber: 162, + name: "Community Data License Agreement Permissive 2.0", + licenseId: "CDLA-Permissive-2.0", + seeAlso: ["https://cdla.dev/permissive-2-0"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/BitTorrent-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/BitTorrent-1.1.json", + referenceNumber: 163, + name: "BitTorrent Open Source License v1.1", + licenseId: "BitTorrent-1.1", + seeAlso: ["http://directory.fsf.org/wiki/License:BitTorrentOSL1.1"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CECILL-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CECILL-1.1.json", + referenceNumber: 164, + name: "CeCILL Free Software License Agreement v1.1", + licenseId: "CECILL-1.1", + seeAlso: ["http://www.cecill.info/licences/Licence_CeCILL_V1.1-US.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/ICU.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/ICU.json", + referenceNumber: 165, + name: "ICU License", + licenseId: "ICU", + seeAlso: [ + "http://source.icu-project.org/repos/icu/icu/trunk/license.html", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Net-SNMP.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Net-SNMP.json", + referenceNumber: 166, + name: "Net-SNMP License", + licenseId: "Net-SNMP", + seeAlso: ["http://net-snmp.sourceforge.net/about/license.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/bzip2-1.0.5.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/bzip2-1.0.5.json", + referenceNumber: 167, + name: "bzip2 and libbzip2 License v1.0.5", + licenseId: "bzip2-1.0.5", + seeAlso: [ + "https://sourceware.org/bzip2/1.0.5/bzip2-manual-1.0.5.html", + "http://bzip.org/1.0.5/bzip2-manual-1.0.5.html", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CrystalStacker.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CrystalStacker.json", + referenceNumber: 168, + name: "CrystalStacker License", + licenseId: "CrystalStacker", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing:CrystalStacker?rd\u003dLicensing/CrystalStacker", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CUA-OPL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CUA-OPL-1.0.json", + referenceNumber: 169, + name: "CUA Office Public License v1.0", + licenseId: "CUA-OPL-1.0", + seeAlso: ["https://opensource.org/licenses/CUA-OPL-1.0"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/OFL-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OFL-1.1.json", + referenceNumber: 170, + name: "SIL Open Font License 1.1", + licenseId: "OFL-1.1", + seeAlso: [ + "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL_web", + "https://opensource.org/licenses/OFL-1.1", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/LiLiQ-R-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/LiLiQ-R-1.1.json", + referenceNumber: 171, + name: "Licence Libre du Québec – Réciprocité version 1.1", + licenseId: "LiLiQ-R-1.1", + seeAlso: [ + "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/", + "http://opensource.org/licenses/LiLiQ-R-1.1", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/Beerware.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Beerware.json", + referenceNumber: 172, + name: "Beerware License", + licenseId: "Beerware", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing/Beerware", + "https://people.freebsd.org/~phk/", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Community-Spec-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Community-Spec-1.0.json", + referenceNumber: 173, + name: "Community Specification License 1.0", + licenseId: "Community-Spec-1.0", + seeAlso: [ + "https://github.com/CommunitySpecification/1.0/blob/master/1._Community_Specification_License-v1.md", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CERN-OHL-S-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CERN-OHL-S-2.0.json", + referenceNumber: 174, + name: "CERN Open Hardware Licence Version 2 - Strongly Reciprocal", + licenseId: "CERN-OHL-S-2.0", + seeAlso: [ + "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/Fair.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Fair.json", + referenceNumber: 175, + name: "Fair License", + licenseId: "Fair", + seeAlso: [ + "http://fairlicense.org/", + "https://opensource.org/licenses/Fair", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/ClArtistic.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/ClArtistic.json", + referenceNumber: 176, + name: "Clarified Artistic License", + licenseId: "ClArtistic", + seeAlso: [ + "http://gianluca.dellavedova.org/2011/01/03/clarified-artistic-license/", + "http://www.ncftp.com/ncftp/doc/LICENSE.txt", + ], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/BSD-3-Clause-LBNL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/BSD-3-Clause-LBNL.json", + referenceNumber: 177, + name: "Lawrence Berkeley National Labs BSD variant license", + licenseId: "BSD-3-Clause-LBNL", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/LBNLBSD"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/StandardML-NJ.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/StandardML-NJ.json", + referenceNumber: 178, + name: "Standard ML of New Jersey License", + licenseId: "StandardML-NJ", + seeAlso: ["http://www.smlnj.org//license.html"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/MirOS.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/MirOS.json", + referenceNumber: 179, + name: "The MirOS Licence", + licenseId: "MirOS", + seeAlso: ["https://opensource.org/licenses/MirOS"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/GPL-2.0-with-GCC-exception.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/GPL-2.0-with-GCC-exception.json", + referenceNumber: 180, + name: "GNU General Public License v2.0 w/GCC Runtime Library exception", + licenseId: "GPL-2.0-with-GCC-exception", + seeAlso: [ + "https://gcc.gnu.org/git/?p\u003dgcc.git;a\u003dblob;f\u003dgcc/libgcc1.c;h\u003d762f5143fc6eed57b6797c82710f3538aa52b40b;hb\u003dcb143a3ce4fb417c68f5fa2691a1b1b1053dfba9#l10", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/mplus.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/mplus.json", + referenceNumber: 181, + name: "mplus Font License", + licenseId: "mplus", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing:Mplus?rd\u003dLicensing/mplus", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/ISC.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/ISC.json", + referenceNumber: 182, + name: "ISC License", + licenseId: "ISC", + seeAlso: [ + "https://www.isc.org/licenses/", + "https://www.isc.org/downloads/software-support-policy/isc-license/", + "https://opensource.org/licenses/ISC", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/Minpack.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Minpack.json", + referenceNumber: 183, + name: "Minpack License", + licenseId: "Minpack", + seeAlso: [ + "http://www.netlib.org/minpack/disclaimer", + "https://gitlab.com/libeigen/eigen/-/blob/master/COPYING.MINPACK", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/GFDL-1.2-invariants-or-later.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GFDL-1.2-invariants-or-later.json", + referenceNumber: 184, + name: "GNU Free Documentation License v1.2 or later - invariants", + licenseId: "GFDL-1.2-invariants-or-later", + seeAlso: ["https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/SSPL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/SSPL-1.0.json", + referenceNumber: 185, + name: "Server Side Public License, v 1", + licenseId: "SSPL-1.0", + seeAlso: ["https://www.mongodb.com/licensing/server-side-public-license"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/OGC-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OGC-1.0.json", + referenceNumber: 186, + name: "OGC Software License, Version 1.0", + licenseId: "OGC-1.0", + seeAlso: ["https://www.ogc.org/ogc/software/1.0"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/FTL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/FTL.json", + referenceNumber: 187, + name: "Freetype Project License", + licenseId: "FTL", + seeAlso: [ + "http://freetype.fis.uniroma2.it/FTL.TXT", + "http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/FTL.TXT", + "http://gitlab.freedesktop.org/freetype/freetype/-/raw/master/docs/FTL.TXT", + ], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/BSD-Source-Code.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/BSD-Source-Code.json", + referenceNumber: 188, + name: "BSD Source Code Attribution", + licenseId: "BSD-Source-Code", + seeAlso: [ + "https://github.com/robbiehanson/CocoaHTTPServer/blob/master/LICENSE.txt", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/VOSTROM.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/VOSTROM.json", + referenceNumber: 189, + name: "VOSTROM Public License for Open Source", + licenseId: "VOSTROM", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/VOSTROM"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/OSL-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OSL-1.1.json", + referenceNumber: 190, + name: "Open Software License 1.1", + licenseId: "OSL-1.1", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/OSL1.1"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/AFL-3.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/AFL-3.0.json", + referenceNumber: 191, + name: "Academic Free License v3.0", + licenseId: "AFL-3.0", + seeAlso: [ + "http://www.rosenlaw.com/AFL3.0.htm", + "https://opensource.org/licenses/afl-3.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/ECL-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/ECL-2.0.json", + referenceNumber: 192, + name: "Educational Community License v2.0", + licenseId: "ECL-2.0", + seeAlso: ["https://opensource.org/licenses/ECL-2.0"], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/SugarCRM-1.1.3.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/SugarCRM-1.1.3.json", + referenceNumber: 193, + name: "SugarCRM Public License v1.1.3", + licenseId: "SugarCRM-1.1.3", + seeAlso: ["http://www.sugarcrm.com/crm/SPL"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/GPL-2.0-with-bison-exception.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/GPL-2.0-with-bison-exception.json", + referenceNumber: 194, + name: "GNU General Public License v2.0 w/Bison exception", + licenseId: "GPL-2.0-with-bison-exception", + seeAlso: [ + "http://git.savannah.gnu.org/cgit/bison.git/tree/data/yacc.c?id\u003d193d7c7054ba7197b0789e14965b739162319b5e#n141", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-ND-3.0-DE.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-ND-3.0-DE.json", + referenceNumber: 195, + name: "Creative Commons Attribution No Derivatives 3.0 Germany", + licenseId: "CC-BY-ND-3.0-DE", + seeAlso: ["https://creativecommons.org/licenses/by-nd/3.0/de/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/NIST-PD-fallback.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/NIST-PD-fallback.json", + referenceNumber: 196, + name: "NIST Public Domain Notice with license fallback", + licenseId: "NIST-PD-fallback", + seeAlso: [ + "https://github.com/usnistgov/jsip/blob/59700e6926cbe96c5cdae897d9a7d2656b42abe3/LICENSE", + "https://github.com/usnistgov/fipy/blob/86aaa5c2ba2c6f1be19593c5986071cf6568cc34/LICENSE.rst", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/PolyForm-Noncommercial-1.0.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/PolyForm-Noncommercial-1.0.0.json", + referenceNumber: 197, + name: "PolyForm Noncommercial License 1.0.0", + licenseId: "PolyForm-Noncommercial-1.0.0", + seeAlso: ["https://polyformproject.org/licenses/noncommercial/1.0.0"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/BSD-2-Clause-NetBSD.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/BSD-2-Clause-NetBSD.json", + referenceNumber: 198, + name: "BSD 2-Clause NetBSD License", + licenseId: "BSD-2-Clause-NetBSD", + seeAlso: ["http://www.netbsd.org/about/redistribution.html#default"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/NLOD-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/NLOD-2.0.json", + referenceNumber: 199, + name: "Norwegian Licence for Open Government Data (NLOD) 2.0", + licenseId: "NLOD-2.0", + seeAlso: ["http://data.norge.no/nlod/en/2.0"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-SA-2.1-JP.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-SA-2.1-JP.json", + referenceNumber: 200, + name: "Creative Commons Attribution Share Alike 2.1 Japan", + licenseId: "CC-BY-SA-2.1-JP", + seeAlso: ["https://creativecommons.org/licenses/by-sa/2.1/jp/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-NC-SA-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-NC-SA-2.0.json", + referenceNumber: 201, + name: "Creative Commons Attribution Non Commercial Share Alike 2.0 Generic", + licenseId: "CC-BY-NC-SA-2.0", + seeAlso: ["https://creativecommons.org/licenses/by-nc-sa/2.0/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/GFDL-1.1-invariants-only.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GFDL-1.1-invariants-only.json", + referenceNumber: 202, + name: "GNU Free Documentation License v1.1 only - invariants", + licenseId: "GFDL-1.1-invariants-only", + seeAlso: ["https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/ZPL-2.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/ZPL-2.1.json", + referenceNumber: 203, + name: "Zope Public License 2.1", + licenseId: "ZPL-2.1", + seeAlso: ["http://old.zope.org/Resources/ZPL/"], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/MPL-2.0-no-copyleft-exception.html", + isDeprecatedLicenseId: false, + detailsUrl: + "https://spdx.org/licenses/MPL-2.0-no-copyleft-exception.json", + referenceNumber: 204, + name: "Mozilla Public License 2.0 (no copyleft exception)", + licenseId: "MPL-2.0-no-copyleft-exception", + seeAlso: [ + "https://www.mozilla.org/MPL/2.0/", + "https://opensource.org/licenses/MPL-2.0", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/Mup.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Mup.json", + referenceNumber: 205, + name: "Mup License", + licenseId: "Mup", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Mup"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Eurosym.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Eurosym.json", + referenceNumber: 206, + name: "Eurosym License", + licenseId: "Eurosym", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Eurosym"], + isOsiApproved: false, + }, + { + reference: + "https://spdx.org/licenses/X11-distribute-modifications-variant.html", + isDeprecatedLicenseId: false, + detailsUrl: + "https://spdx.org/licenses/X11-distribute-modifications-variant.json", + referenceNumber: 207, + name: "X11 License Distribution Modification Variant", + licenseId: "X11-distribute-modifications-variant", + seeAlso: ["https://github.com/mirror/ncurses/blob/master/COPYING"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Plexus.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Plexus.json", + referenceNumber: 208, + name: "Plexus Classworlds License", + licenseId: "Plexus", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing/Plexus_Classworlds_License", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/OGDL-Taiwan-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OGDL-Taiwan-1.0.json", + referenceNumber: 209, + name: "Taiwan Open Government Data License, version 1.0", + licenseId: "OGDL-Taiwan-1.0", + seeAlso: ["https://data.gov.tw/license"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/AGPL-3.0-or-later.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/AGPL-3.0-or-later.json", + referenceNumber: 210, + name: "GNU Affero General Public License v3.0 or later", + licenseId: "AGPL-3.0-or-later", + seeAlso: [ + "https://www.gnu.org/licenses/agpl.txt", + "https://opensource.org/licenses/AGPL-3.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/OGL-UK-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OGL-UK-1.0.json", + referenceNumber: 211, + name: "Open Government Licence v1.0", + licenseId: "OGL-UK-1.0", + seeAlso: [ + "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/1/", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/MIT-feh.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/MIT-feh.json", + referenceNumber: 212, + name: "feh License", + licenseId: "MIT-feh", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/MIT#feh"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/APAFML.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/APAFML.json", + referenceNumber: 213, + name: "Adobe Postscript AFM License", + licenseId: "APAFML", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/AdobePostscriptAFM"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/NetCDF.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/NetCDF.json", + referenceNumber: 214, + name: "NetCDF license", + licenseId: "NetCDF", + seeAlso: ["http://www.unidata.ucar.edu/software/netcdf/copyright.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CECILL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CECILL-1.0.json", + referenceNumber: 215, + name: "CeCILL Free Software License Agreement v1.0", + licenseId: "CECILL-1.0", + seeAlso: ["http://www.cecill.info/licences/Licence_CeCILL_V1-fr.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/TU-Berlin-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/TU-Berlin-2.0.json", + referenceNumber: 216, + name: "Technische Universitaet Berlin License 2.0", + licenseId: "TU-Berlin-2.0", + seeAlso: [ + "https://github.com/CorsixTH/deps/blob/fd339a9f526d1d9c9f01ccf39e438a015da50035/licences/libgsm.txt", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/NLPL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/NLPL.json", + referenceNumber: 217, + name: "No Limit Public License", + licenseId: "NLPL", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/NLPL"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/EPICS.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/EPICS.json", + referenceNumber: 218, + name: "EPICS Open License", + licenseId: "EPICS", + seeAlso: ["https://epics.anl.gov/license/open.php"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/eCos-2.0.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/eCos-2.0.json", + referenceNumber: 219, + name: "eCos license version 2.0", + licenseId: "eCos-2.0", + seeAlso: ["https://www.gnu.org/licenses/ecos-license.html"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/OLDAP-1.4.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OLDAP-1.4.json", + referenceNumber: 220, + name: "Open LDAP Public License v1.4", + licenseId: "OLDAP-1.4", + seeAlso: [ + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003dc9f95c2f3f2ffb5e0ae55fe7388af75547660941", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Zend-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Zend-2.0.json", + referenceNumber: 221, + name: "Zend License v2.0", + licenseId: "Zend-2.0", + seeAlso: [ + "https://web.archive.org/web/20130517195954/http://www.zend.com/license/2_00.txt", + ], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/GFDL-1.2-only.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GFDL-1.2-only.json", + referenceNumber: 222, + name: "GNU Free Documentation License v1.2 only", + licenseId: "GFDL-1.2-only", + seeAlso: ["https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/iMatix.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/iMatix.json", + referenceNumber: 223, + name: "iMatix Standard Function Library Agreement", + licenseId: "iMatix", + seeAlso: ["http://legacy.imatix.com/html/sfl/sfl4.htm#license"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CDDL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CDDL-1.0.json", + referenceNumber: 224, + name: "Common Development and Distribution License 1.0", + licenseId: "CDDL-1.0", + seeAlso: ["https://opensource.org/licenses/cddl1"], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/LPL-1.02.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/LPL-1.02.json", + referenceNumber: 225, + name: "Lucent Public License v1.02", + licenseId: "LPL-1.02", + seeAlso: [ + "http://plan9.bell-labs.com/plan9/license.html", + "https://opensource.org/licenses/LPL-1.02", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/GPL-1.0-only.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GPL-1.0-only.json", + referenceNumber: 226, + name: "GNU General Public License v1.0 only", + licenseId: "GPL-1.0-only", + seeAlso: [ + "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/ADSL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/ADSL.json", + referenceNumber: 227, + name: "Amazon Digital Services License", + licenseId: "ADSL", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing/AmazonDigitalServicesLicense", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/OLDAP-2.3.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OLDAP-2.3.json", + referenceNumber: 228, + name: "Open LDAP Public License v2.3", + licenseId: "OLDAP-2.3", + seeAlso: [ + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003dd32cf54a32d581ab475d23c810b0a7fbaf8d63c3", + ], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/MulanPSL-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/MulanPSL-2.0.json", + referenceNumber: 229, + name: "Mulan Permissive Software License, Version 2", + licenseId: "MulanPSL-2.0", + seeAlso: ["https://license.coscl.org.cn/MulanPSL2/"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/Linux-man-pages-copyleft.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Linux-man-pages-copyleft.json", + referenceNumber: 230, + name: "Linux man-pages Copyleft", + licenseId: "Linux-man-pages-copyleft", + seeAlso: ["https://www.kernel.org/doc/man-pages/licenses.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/ANTLR-PD-fallback.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/ANTLR-PD-fallback.json", + referenceNumber: 231, + name: "ANTLR Software Rights Notice with license fallback", + licenseId: "ANTLR-PD-fallback", + seeAlso: ["http://www.antlr2.org/license.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/MIT.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/MIT.json", + referenceNumber: 232, + name: "MIT License", + licenseId: "MIT", + seeAlso: ["https://opensource.org/licenses/MIT"], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/LZMA-SDK-9.11-to-9.20.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/LZMA-SDK-9.11-to-9.20.json", + referenceNumber: 233, + name: "LZMA SDK License (versions 9.11 to 9.20)", + licenseId: "LZMA-SDK-9.11-to-9.20", + seeAlso: [ + "https://www.7-zip.org/sdk.html", + "https://sourceforge.net/projects/sevenzip/files/LZMA%20SDK/", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Hippocratic-2.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Hippocratic-2.1.json", + referenceNumber: 234, + name: "Hippocratic License 2.1", + licenseId: "Hippocratic-2.1", + seeAlso: [ + "https://firstdonoharm.dev/version/2/1/license.html", + "https://github.com/EthicalSource/hippocratic-license/blob/58c0e646d64ff6fbee275bfe2b9492f914e3ab2a/LICENSE.txt", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/SGI-B-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/SGI-B-1.0.json", + referenceNumber: 235, + name: "SGI Free Software License B v1.0", + licenseId: "SGI-B-1.0", + seeAlso: ["http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.1.0.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Nunit.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/Nunit.json", + referenceNumber: 236, + name: "Nunit License", + licenseId: "Nunit", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Nunit"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/COIL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/COIL-1.0.json", + referenceNumber: 237, + name: "Copyfree Open Innovation License", + licenseId: "COIL-1.0", + seeAlso: ["https://coil.apotheon.org/plaintext/01.0.txt"], + isOsiApproved: false, + }, + { + reference: + "https://spdx.org/licenses/GPL-2.0-with-autoconf-exception.html", + isDeprecatedLicenseId: true, + detailsUrl: + "https://spdx.org/licenses/GPL-2.0-with-autoconf-exception.json", + referenceNumber: 238, + name: "GNU General Public License v2.0 w/Autoconf exception", + licenseId: "GPL-2.0-with-autoconf-exception", + seeAlso: ["http://ac-archive.sourceforge.net/doc/copyright.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/HPND.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/HPND.json", + referenceNumber: 239, + name: "Historical Permission Notice and Disclaimer", + licenseId: "HPND", + seeAlso: ["https://opensource.org/licenses/HPND"], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/GPL-3.0.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/GPL-3.0.json", + referenceNumber: 240, + name: "GNU General Public License v3.0 only", + licenseId: "GPL-3.0", + seeAlso: [ + "https://www.gnu.org/licenses/gpl-3.0-standalone.html", + "https://opensource.org/licenses/GPL-3.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CDDL-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CDDL-1.1.json", + referenceNumber: 241, + name: "Common Development and Distribution License 1.1", + licenseId: "CDDL-1.1", + seeAlso: [ + "http://glassfish.java.net/public/CDDL+GPL_1_1.html", + "https://javaee.github.io/glassfish/LICENSE", + ], + isOsiApproved: false, + }, + { + reference: + "https://spdx.org/licenses/GPL-2.0-with-classpath-exception.html", + isDeprecatedLicenseId: true, + detailsUrl: + "https://spdx.org/licenses/GPL-2.0-with-classpath-exception.json", + referenceNumber: 242, + name: "GNU General Public License v2.0 w/Classpath exception", + licenseId: "GPL-2.0-with-classpath-exception", + seeAlso: ["https://www.gnu.org/software/classpath/license.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-SA-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-SA-2.0.json", + referenceNumber: 243, + name: "Creative Commons Attribution Share Alike 2.0 Generic", + licenseId: "CC-BY-SA-2.0", + seeAlso: ["https://creativecommons.org/licenses/by-sa/2.0/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/OCLC-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OCLC-2.0.json", + referenceNumber: 244, + name: "OCLC Research Public License 2.0", + licenseId: "OCLC-2.0", + seeAlso: [ + "http://www.oclc.org/research/activities/software/license/v2final.htm", + "https://opensource.org/licenses/OCLC-2.0", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/GFDL-1.1-only.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GFDL-1.1-only.json", + referenceNumber: 245, + name: "GNU Free Documentation License v1.1 only", + licenseId: "GFDL-1.1-only", + seeAlso: ["https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/C-UDA-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/C-UDA-1.0.json", + referenceNumber: 246, + name: "Computational Use of Data Agreement v1.0", + licenseId: "C-UDA-1.0", + seeAlso: [ + "https://github.com/microsoft/Computational-Use-of-Data-Agreement/blob/master/C-UDA-1.0.md", + "https://cdla.dev/computational-use-of-data-agreement-v1-0/", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Crossword.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Crossword.json", + referenceNumber: 247, + name: "Crossword License", + licenseId: "Crossword", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Crossword"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/libtiff.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/libtiff.json", + referenceNumber: 248, + name: "libtiff License", + licenseId: "libtiff", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/libtiff"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/IPL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/IPL-1.0.json", + referenceNumber: 249, + name: "IBM Public License v1.0", + licenseId: "IPL-1.0", + seeAlso: ["https://opensource.org/licenses/IPL-1.0"], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/MS-LPL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/MS-LPL.json", + referenceNumber: 250, + name: "Microsoft Limited Public License", + licenseId: "MS-LPL", + seeAlso: [ + "https://www.openhub.net/licenses/mslpl", + "https://github.com/gabegundy/atlserver/blob/master/License.txt", + "https://en.wikipedia.org/wiki/Shared_Source_Initiative#Microsoft_Limited_Public_License_(Ms-LPL)", + ], + isOsiApproved: false, + }, + { + reference: + "https://spdx.org/licenses/GFDL-1.3-no-invariants-or-later.html", + isDeprecatedLicenseId: false, + detailsUrl: + "https://spdx.org/licenses/GFDL-1.3-no-invariants-or-later.json", + referenceNumber: 251, + name: "GNU Free Documentation License v1.3 or later - no invariants", + licenseId: "GFDL-1.3-no-invariants-or-later", + seeAlso: ["https://www.gnu.org/licenses/fdl-1.3.txt"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Sleepycat.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Sleepycat.json", + referenceNumber: 252, + name: "Sleepycat License", + licenseId: "Sleepycat", + seeAlso: ["https://opensource.org/licenses/Sleepycat"], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/gSOAP-1.3b.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/gSOAP-1.3b.json", + referenceNumber: 253, + name: "gSOAP Public License v1.3b", + licenseId: "gSOAP-1.3b", + seeAlso: ["http://www.cs.fsu.edu/~engelen/license.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/OLDAP-2.0.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OLDAP-2.0.1.json", + referenceNumber: 254, + name: "Open LDAP Public License v2.0.1", + licenseId: "OLDAP-2.0.1", + seeAlso: [ + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003db6d68acd14e51ca3aab4428bf26522aa74873f0e", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/AFL-2.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/AFL-2.1.json", + referenceNumber: 255, + name: "Academic Free License v2.1", + licenseId: "AFL-2.1", + seeAlso: ["http://opensource.linux-mirror.org/licenses/afl-2.1.txt"], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-NC-SA-4.0.json", + referenceNumber: 256, + name: "Creative Commons Attribution Non Commercial Share Alike 4.0 International", + licenseId: "CC-BY-NC-SA-4.0", + seeAlso: ["https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/ErlPL-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/ErlPL-1.1.json", + referenceNumber: 257, + name: "Erlang Public License v1.1", + licenseId: "ErlPL-1.1", + seeAlso: ["http://www.erlang.org/EPLICENSE"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Unicode-DFS-2016.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Unicode-DFS-2016.json", + referenceNumber: 258, + name: "Unicode License Agreement - Data Files and Software (2016)", + licenseId: "Unicode-DFS-2016", + seeAlso: ["http://www.unicode.org/copyright.html"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/CC-BY-3.0-NL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-3.0-NL.json", + referenceNumber: 259, + name: "Creative Commons Attribution 3.0 Netherlands", + licenseId: "CC-BY-3.0-NL", + seeAlso: ["https://creativecommons.org/licenses/by/3.0/nl/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/BSD-3-Clause-Clear.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/BSD-3-Clause-Clear.json", + referenceNumber: 260, + name: "BSD 3-Clause Clear License", + licenseId: "BSD-3-Clause-Clear", + seeAlso: ["http://labs.metacarta.com/license-explanation.html#license"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/SchemeReport.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/SchemeReport.json", + referenceNumber: 261, + name: "Scheme Language Report License", + licenseId: "SchemeReport", + seeAlso: [], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-NC-ND-4.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-NC-ND-4.0.json", + referenceNumber: 262, + name: "Creative Commons Attribution Non Commercial No Derivatives 4.0 International", + licenseId: "CC-BY-NC-ND-4.0", + seeAlso: ["https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Elastic-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Elastic-2.0.json", + referenceNumber: 263, + name: "Elastic License 2.0", + licenseId: "Elastic-2.0", + seeAlso: [ + "https://www.elastic.co/licensing/elastic-license", + "https://github.com/elastic/elasticsearch/blob/master/licenses/ELASTIC-LICENSE-2.0.txt", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC0-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC0-1.0.json", + referenceNumber: 264, + name: "Creative Commons Zero v1.0 Universal", + licenseId: "CC0-1.0", + seeAlso: ["https://creativecommons.org/publicdomain/zero/1.0/legalcode"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/MIT-open-group.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/MIT-open-group.json", + referenceNumber: 265, + name: "MIT Open Group variant", + licenseId: "MIT-open-group", + seeAlso: [ + "https://gitlab.freedesktop.org/xorg/app/iceauth/-/blob/master/COPYING", + "https://gitlab.freedesktop.org/xorg/app/xvinfo/-/blob/master/COPYING", + "https://gitlab.freedesktop.org/xorg/app/xsetroot/-/blob/master/COPYING", + "https://gitlab.freedesktop.org/xorg/app/xauth/-/blob/master/COPYING", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Motosoto.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Motosoto.json", + referenceNumber: 266, + name: "Motosoto License", + licenseId: "Motosoto", + seeAlso: ["https://opensource.org/licenses/Motosoto"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/TMate.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/TMate.json", + referenceNumber: 267, + name: "TMate Open Source License", + licenseId: "TMate", + seeAlso: ["http://svnkit.com/license.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/PDDL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/PDDL-1.0.json", + referenceNumber: 268, + name: "Open Data Commons Public Domain Dedication \u0026 License 1.0", + licenseId: "PDDL-1.0", + seeAlso: [ + "http://opendatacommons.org/licenses/pddl/1.0/", + "https://opendatacommons.org/licenses/pddl/", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/MITNFA.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/MITNFA.json", + referenceNumber: 269, + name: "MIT +no-false-attribs license", + licenseId: "MITNFA", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/MITNFA"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-1.0.json", + referenceNumber: 270, + name: "Creative Commons Attribution 1.0 Generic", + licenseId: "CC-BY-1.0", + seeAlso: ["https://creativecommons.org/licenses/by/1.0/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/MulanPSL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/MulanPSL-1.0.json", + referenceNumber: 271, + name: "Mulan Permissive Software License, Version 1", + licenseId: "MulanPSL-1.0", + seeAlso: [ + "https://license.coscl.org.cn/MulanPSL/", + "https://github.com/yuwenlong/longphp/blob/25dfb70cc2a466dc4bb55ba30901cbce08d164b5/LICENSE", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/GPL-3.0-only.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GPL-3.0-only.json", + referenceNumber: 272, + name: "GNU General Public License v3.0 only", + licenseId: "GPL-3.0-only", + seeAlso: [ + "https://www.gnu.org/licenses/gpl-3.0-standalone.html", + "https://opensource.org/licenses/GPL-3.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/SCEA.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/SCEA.json", + referenceNumber: 273, + name: "SCEA Shared Source License", + licenseId: "SCEA", + seeAlso: ["http://research.scea.com/scea_shared_source_license.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/psfrag.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/psfrag.json", + referenceNumber: 274, + name: "psfrag License", + licenseId: "psfrag", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/psfrag"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/OLDAP-2.6.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OLDAP-2.6.json", + referenceNumber: 275, + name: "Open LDAP Public License v2.6", + licenseId: "OLDAP-2.6", + seeAlso: [ + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d1cae062821881f41b73012ba816434897abf4205", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Newsletr.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Newsletr.json", + referenceNumber: 276, + name: "Newsletr License", + licenseId: "Newsletr", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Newsletr"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/W3C-19980720.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/W3C-19980720.json", + referenceNumber: 277, + name: "W3C Software Notice and License (1998-07-20)", + licenseId: "W3C-19980720", + seeAlso: [ + "http://www.w3.org/Consortium/Legal/copyright-software-19980720.html", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/NAIST-2003.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/NAIST-2003.json", + referenceNumber: 278, + name: "Nara Institute of Science and Technology License (2003)", + licenseId: "NAIST-2003", + seeAlso: [ + "https://enterprise.dejacode.com/licenses/public/naist-2003/#license-text", + "https://github.com/nodejs/node/blob/4a19cc8947b1bba2b2d27816ec3d0edf9b28e503/LICENSE#L343", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/JPNIC.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/JPNIC.json", + referenceNumber: 279, + name: "Japan Network Information Center License", + licenseId: "JPNIC", + seeAlso: [ + "https://gitlab.isc.org/isc-projects/bind9/blob/master/COPYRIGHT#L366", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Glulxe.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Glulxe.json", + referenceNumber: 280, + name: "Glulxe License", + licenseId: "Glulxe", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Glulxe"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/QPL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/QPL-1.0.json", + referenceNumber: 281, + name: "Q Public License 1.0", + licenseId: "QPL-1.0", + seeAlso: [ + "http://doc.qt.nokia.com/3.3/license.html", + "https://opensource.org/licenses/QPL-1.0", + "https://doc.qt.io/archives/3.3/license.html", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/AAL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/AAL.json", + referenceNumber: 282, + name: "Attribution Assurance License", + licenseId: "AAL", + seeAlso: ["https://opensource.org/licenses/attribution"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/Frameworx-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Frameworx-1.0.json", + referenceNumber: 283, + name: "Frameworx Open License 1.0", + licenseId: "Frameworx-1.0", + seeAlso: ["https://opensource.org/licenses/Frameworx-1.0"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/OPUBL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OPUBL-1.0.json", + referenceNumber: 284, + name: "Open Publication License v1.0", + licenseId: "OPUBL-1.0", + seeAlso: [ + "http://opencontent.org/openpub/", + "https://www.debian.org/opl", + "https://www.ctan.org/license/opl", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/LGPL-3.0-or-later.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/LGPL-3.0-or-later.json", + referenceNumber: 285, + name: "GNU Lesser General Public License v3.0 or later", + licenseId: "LGPL-3.0-or-later", + seeAlso: [ + "https://www.gnu.org/licenses/lgpl-3.0-standalone.html", + "https://www.gnu.org/licenses/lgpl+gpl-3.0.txt", + "https://opensource.org/licenses/LGPL-3.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/gnuplot.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/gnuplot.json", + referenceNumber: 286, + name: "gnuplot License", + licenseId: "gnuplot", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Gnuplot"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/Jam.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Jam.json", + referenceNumber: 287, + name: "Jam License", + licenseId: "Jam", + seeAlso: [ + "https://www.boost.org/doc/libs/1_35_0/doc/html/jam.html", + "https://web.archive.org/web/20160330173339/https://swarm.workshop.perforce.com/files/guest/perforce_software/jam/src/README", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/GFDL-1.1-no-invariants-only.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GFDL-1.1-no-invariants-only.json", + referenceNumber: 288, + name: "GNU Free Documentation License v1.1 only - no invariants", + licenseId: "GFDL-1.1-no-invariants-only", + seeAlso: ["https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"], + isOsiApproved: false, + }, + { + reference: + "https://spdx.org/licenses/CAL-1.0-Combined-Work-Exception.html", + isDeprecatedLicenseId: false, + detailsUrl: + "https://spdx.org/licenses/CAL-1.0-Combined-Work-Exception.json", + referenceNumber: 289, + name: "Cryptographic Autonomy License 1.0 (Combined Work Exception)", + licenseId: "CAL-1.0-Combined-Work-Exception", + seeAlso: [ + "http://cryptographicautonomylicense.com/license-text.html", + "https://opensource.org/licenses/CAL-1.0", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/OLDAP-2.7.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OLDAP-2.7.json", + referenceNumber: 290, + name: "Open LDAP Public License v2.7", + licenseId: "OLDAP-2.7", + seeAlso: [ + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d47c2415c1df81556eeb39be6cad458ef87c534a2", + ], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/Nokia.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Nokia.json", + referenceNumber: 291, + name: "Nokia Open Source License", + licenseId: "Nokia", + seeAlso: ["https://opensource.org/licenses/nokia"], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/Adobe-2006.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Adobe-2006.json", + referenceNumber: 292, + name: "Adobe Systems Incorporated Source Code License Agreement", + licenseId: "Adobe-2006", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/AdobeLicense"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Cube.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Cube.json", + referenceNumber: 293, + name: "Cube License", + licenseId: "Cube", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Cube"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Sendmail-8.23.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Sendmail-8.23.json", + referenceNumber: 294, + name: "Sendmail License 8.23", + licenseId: "Sendmail-8.23", + seeAlso: [ + "https://www.proofpoint.com/sites/default/files/sendmail-license.pdf", + "https://web.archive.org/web/20181003101040/https://www.proofpoint.com/sites/default/files/sendmail-license.pdf", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Abstyles.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Abstyles.json", + referenceNumber: 295, + name: "Abstyles License", + licenseId: "Abstyles", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Abstyles"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/PostgreSQL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/PostgreSQL.json", + referenceNumber: 296, + name: "PostgreSQL License", + licenseId: "PostgreSQL", + seeAlso: [ + "http://www.postgresql.org/about/licence", + "https://opensource.org/licenses/PostgreSQL", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/BlueOak-1.0.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/BlueOak-1.0.0.json", + referenceNumber: 297, + name: "Blue Oak Model License 1.0.0", + licenseId: "BlueOak-1.0.0", + seeAlso: ["https://blueoakcouncil.org/license/1.0.0"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/X11.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/X11.json", + referenceNumber: 298, + name: "X11 License", + licenseId: "X11", + seeAlso: ["http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/Bitstream-Vera.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Bitstream-Vera.json", + referenceNumber: 299, + name: "Bitstream Vera Font License", + licenseId: "Bitstream-Vera", + seeAlso: [ + "https://web.archive.org/web/20080207013128/http://www.gnome.org/fonts/", + "https://docubrain.com/sites/default/files/licenses/bitstream-vera.html", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/GPL-2.0-with-font-exception.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/GPL-2.0-with-font-exception.json", + referenceNumber: 300, + name: "GNU General Public License v2.0 w/Font exception", + licenseId: "GPL-2.0-with-font-exception", + seeAlso: ["https://www.gnu.org/licenses/gpl-faq.html#FontException"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/EFL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/EFL-1.0.json", + referenceNumber: 301, + name: "Eiffel Forum License v1.0", + licenseId: "EFL-1.0", + seeAlso: [ + "http://www.eiffel-nice.org/license/forum.txt", + "https://opensource.org/licenses/EFL-1.0", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/Python-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Python-2.0.json", + referenceNumber: 302, + name: "Python License 2.0", + licenseId: "Python-2.0", + seeAlso: ["https://opensource.org/licenses/Python-2.0"], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/UPL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/UPL-1.0.json", + referenceNumber: 303, + name: "Universal Permissive License v1.0", + licenseId: "UPL-1.0", + seeAlso: ["https://opensource.org/licenses/UPL"], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/copyleft-next-0.3.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/copyleft-next-0.3.1.json", + referenceNumber: 304, + name: "copyleft-next 0.3.1", + licenseId: "copyleft-next-0.3.1", + seeAlso: [ + "https://github.com/copyleft-next/copyleft-next/blob/master/Releases/copyleft-next-0.3.1", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-SA-3.0-AT.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-SA-3.0-AT.json", + referenceNumber: 305, + name: "Creative Commons Attribution Share Alike 3.0 Austria", + licenseId: "CC-BY-SA-3.0-AT", + seeAlso: ["https://creativecommons.org/licenses/by-sa/3.0/at/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/EUPL-1.2.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/EUPL-1.2.json", + referenceNumber: 306, + name: "European Union Public License 1.2", + licenseId: "EUPL-1.2", + seeAlso: [ + "https://joinup.ec.europa.eu/page/eupl-text-11-12", + "https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/eupl_v1.2_en.pdf", + "https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/2020-03/EUPL-1.2%20EN.txt", + "https://joinup.ec.europa.eu/sites/default/files/inline-files/EUPL%20v1_2%20EN(1).txt", + "http://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri\u003dCELEX:32017D0863", + "https://opensource.org/licenses/EUPL-1.2", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/SSH-short.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/SSH-short.json", + referenceNumber: 307, + name: "SSH short notice", + licenseId: "SSH-short", + seeAlso: [ + "https://github.com/openssh/openssh-portable/blob/1b11ea7c58cd5c59838b5fa574cd456d6047b2d4/pathnames.h", + "http://web.mit.edu/kolya/.f/root/athena.mit.edu/sipb.mit.edu/project/openssh/OldFiles/src/openssh-2.9.9p2/ssh-add.1", + "https://joinup.ec.europa.eu/svn/lesoll/trunk/italc/lib/src/dsa_key.cpp", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-3.0-AT.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-3.0-AT.json", + referenceNumber: 308, + name: "Creative Commons Attribution 3.0 Austria", + licenseId: "CC-BY-3.0-AT", + seeAlso: ["https://creativecommons.org/licenses/by/3.0/at/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/MIT-enna.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/MIT-enna.json", + referenceNumber: 309, + name: "enna License", + licenseId: "MIT-enna", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/MIT#enna"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-3.0-US.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-3.0-US.json", + referenceNumber: 310, + name: "Creative Commons Attribution 3.0 United States", + licenseId: "CC-BY-3.0-US", + seeAlso: ["https://creativecommons.org/licenses/by/3.0/us/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/xpp.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/xpp.json", + referenceNumber: 311, + name: "XPP License", + licenseId: "xpp", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/xpp"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/GFDL-1.1.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/GFDL-1.1.json", + referenceNumber: 312, + name: "GNU Free Documentation License v1.1", + licenseId: "GFDL-1.1", + seeAlso: ["https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/Condor-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Condor-1.1.json", + referenceNumber: 313, + name: "Condor Public License v1.1", + licenseId: "Condor-1.1", + seeAlso: [ + "http://research.cs.wisc.edu/condor/license.html#condor", + "http://web.archive.org/web/20111123062036/http://research.cs.wisc.edu/condor/license.html#condor", + ], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/GFDL-1.2-invariants-only.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GFDL-1.2-invariants-only.json", + referenceNumber: 314, + name: "GNU Free Documentation License v1.2 only - invariants", + licenseId: "GFDL-1.2-invariants-only", + seeAlso: ["https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/SPL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/SPL-1.0.json", + referenceNumber: 315, + name: "Sun Public License v1.0", + licenseId: "SPL-1.0", + seeAlso: ["https://opensource.org/licenses/SPL-1.0"], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/Baekmuk.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Baekmuk.json", + referenceNumber: 316, + name: "Baekmuk License", + licenseId: "Baekmuk", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing:Baekmuk?rd\u003dLicensing/Baekmuk", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/NCGL-UK-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/NCGL-UK-2.0.json", + referenceNumber: 317, + name: "Non-Commercial Government Licence", + licenseId: "NCGL-UK-2.0", + seeAlso: [ + "http://www.nationalarchives.gov.uk/doc/non-commercial-government-licence/version/2/", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/DL-DE-BY-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/DL-DE-BY-2.0.json", + referenceNumber: 318, + name: "Data licence Germany – attribution – version 2.0", + licenseId: "DL-DE-BY-2.0", + seeAlso: ["https://www.govdata.de/dl-de/by-2-0"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CDLA-Sharing-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CDLA-Sharing-1.0.json", + referenceNumber: 319, + name: "Community Data License Agreement Sharing 1.0", + licenseId: "CDLA-Sharing-1.0", + seeAlso: ["https://cdla.io/sharing-1-0"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/JSON.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/JSON.json", + referenceNumber: 320, + name: "JSON License", + licenseId: "JSON", + seeAlso: ["http://www.json.org/license.html"], + isOsiApproved: false, + isFsfLibre: false, + }, + { + reference: + "https://spdx.org/licenses/GPL-3.0-with-autoconf-exception.html", + isDeprecatedLicenseId: true, + detailsUrl: + "https://spdx.org/licenses/GPL-3.0-with-autoconf-exception.json", + referenceNumber: 321, + name: "GNU General Public License v3.0 w/Autoconf exception", + licenseId: "GPL-3.0-with-autoconf-exception", + seeAlso: ["https://www.gnu.org/licenses/autoconf-exception-3.0.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/GFDL-1.3-or-later.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GFDL-1.3-or-later.json", + referenceNumber: 322, + name: "GNU Free Documentation License v1.3 or later", + licenseId: "GFDL-1.3-or-later", + seeAlso: ["https://www.gnu.org/licenses/fdl-1.3.txt"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/APSL-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/APSL-2.0.json", + referenceNumber: 323, + name: "Apple Public Source License 2.0", + licenseId: "APSL-2.0", + seeAlso: ["http://www.opensource.apple.com/license/apsl/"], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/GPL-3.0+.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/GPL-3.0+.json", + referenceNumber: 324, + name: "GNU General Public License v3.0 or later", + licenseId: "GPL-3.0+", + seeAlso: [ + "https://www.gnu.org/licenses/gpl-3.0-standalone.html", + "https://opensource.org/licenses/GPL-3.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/OGL-Canada-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OGL-Canada-2.0.json", + referenceNumber: 325, + name: "Open Government Licence - Canada", + licenseId: "OGL-Canada-2.0", + seeAlso: ["https://open.canada.ca/en/open-government-licence-canada"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/MS-PL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/MS-PL.json", + referenceNumber: 326, + name: "Microsoft Public License", + licenseId: "MS-PL", + seeAlso: [ + "http://www.microsoft.com/opensource/licenses.mspx", + "https://opensource.org/licenses/MS-PL", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/Glide.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Glide.json", + referenceNumber: 327, + name: "3dfx Glide License", + licenseId: "Glide", + seeAlso: ["http://www.users.on.net/~triforce/glidexp/COPYING.txt"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-NC-ND-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-NC-ND-2.0.json", + referenceNumber: 328, + name: "Creative Commons Attribution Non Commercial No Derivatives 2.0 Generic", + licenseId: "CC-BY-NC-ND-2.0", + seeAlso: ["https://creativecommons.org/licenses/by-nc-nd/2.0/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/TOSL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/TOSL.json", + referenceNumber: 329, + name: "Trusster Open Source License", + licenseId: "TOSL", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/TOSL"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/OGL-UK-3.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OGL-UK-3.0.json", + referenceNumber: 330, + name: "Open Government Licence v3.0", + licenseId: "OGL-UK-3.0", + seeAlso: [ + "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-NC-SA-2.5.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-NC-SA-2.5.json", + referenceNumber: 331, + name: "Creative Commons Attribution Non Commercial Share Alike 2.5 Generic", + licenseId: "CC-BY-NC-SA-2.5", + seeAlso: ["https://creativecommons.org/licenses/by-nc-sa/2.5/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/OSL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OSL-1.0.json", + referenceNumber: 332, + name: "Open Software License 1.0", + licenseId: "OSL-1.0", + seeAlso: ["https://opensource.org/licenses/OSL-1.0"], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/MS-RL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/MS-RL.json", + referenceNumber: 333, + name: "Microsoft Reciprocal License", + licenseId: "MS-RL", + seeAlso: [ + "http://www.microsoft.com/opensource/licenses.mspx", + "https://opensource.org/licenses/MS-RL", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/Artistic-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Artistic-2.0.json", + referenceNumber: 334, + name: "Artistic License 2.0", + licenseId: "Artistic-2.0", + seeAlso: [ + "http://www.perlfoundation.org/artistic_license_2_0", + "https://www.perlfoundation.org/artistic-license-20.html", + "https://opensource.org/licenses/artistic-license-2.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/OLDAP-2.2.2.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OLDAP-2.2.2.json", + referenceNumber: 335, + name: "Open LDAP Public License 2.2.2", + licenseId: "OLDAP-2.2.2", + seeAlso: [ + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003ddf2cc1e21eb7c160695f5b7cffd6296c151ba188", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/diffmark.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/diffmark.json", + referenceNumber: 336, + name: "diffmark license", + licenseId: "diffmark", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/diffmark"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/BSD-3-Clause-Attribution.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/BSD-3-Clause-Attribution.json", + referenceNumber: 337, + name: "BSD with attribution", + licenseId: "BSD-3-Clause-Attribution", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing/BSD_with_Attribution", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Dotseqn.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Dotseqn.json", + referenceNumber: 338, + name: "Dotseqn License", + licenseId: "Dotseqn", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Dotseqn"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-ND-3.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-ND-3.0.json", + referenceNumber: 339, + name: "Creative Commons Attribution No Derivatives 3.0 Unported", + licenseId: "CC-BY-ND-3.0", + seeAlso: ["https://creativecommons.org/licenses/by-nd/3.0/legalcode"], + isOsiApproved: false, + isFsfLibre: false, + }, + { + reference: "https://spdx.org/licenses/wxWindows.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/wxWindows.json", + referenceNumber: 340, + name: "wxWindows Library License", + licenseId: "wxWindows", + seeAlso: ["https://opensource.org/licenses/WXwindows"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/GPL-3.0-or-later.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GPL-3.0-or-later.json", + referenceNumber: 341, + name: "GNU General Public License v3.0 or later", + licenseId: "GPL-3.0-or-later", + seeAlso: [ + "https://www.gnu.org/licenses/gpl-3.0-standalone.html", + "https://opensource.org/licenses/GPL-3.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/AGPL-3.0-only.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/AGPL-3.0-only.json", + referenceNumber: 342, + name: "GNU Affero General Public License v3.0 only", + licenseId: "AGPL-3.0-only", + seeAlso: [ + "https://www.gnu.org/licenses/agpl.txt", + "https://opensource.org/licenses/AGPL-3.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/OSL-3.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OSL-3.0.json", + referenceNumber: 343, + name: "Open Software License 3.0", + licenseId: "OSL-3.0", + seeAlso: [ + "https://web.archive.org/web/20120101081418/http://rosenlaw.com:80/OSL3.0.htm", + "https://opensource.org/licenses/OSL-3.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/NBPL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/NBPL-1.0.json", + referenceNumber: 344, + name: "Net Boolean Public License v1", + licenseId: "NBPL-1.0", + seeAlso: [ + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d37b4b3f6cc4bf34e1d3dec61e69914b9819d8894", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Multics.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Multics.json", + referenceNumber: 345, + name: "Multics License", + licenseId: "Multics", + seeAlso: ["https://opensource.org/licenses/Multics"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/AGPL-1.0.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/AGPL-1.0.json", + referenceNumber: 346, + name: "Affero General Public License v1.0", + licenseId: "AGPL-1.0", + seeAlso: ["http://www.affero.org/oagpl.html"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/0BSD.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/0BSD.json", + referenceNumber: 347, + name: "BSD Zero Clause License", + licenseId: "0BSD", + seeAlso: [ + "http://landley.net/toybox/license.html", + "https://opensource.org/licenses/0BSD", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/BSD-2-Clause.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/BSD-2-Clause.json", + referenceNumber: 348, + name: 'BSD 2-Clause "Simplified" License', + licenseId: "BSD-2-Clause", + seeAlso: ["https://opensource.org/licenses/BSD-2-Clause"], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/LGPL-2.0+.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/LGPL-2.0+.json", + referenceNumber: 349, + name: "GNU Library General Public License v2 or later", + licenseId: "LGPL-2.0+", + seeAlso: [ + "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/CECILL-B.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CECILL-B.json", + referenceNumber: 350, + name: "CeCILL-B Free Software License Agreement", + licenseId: "CECILL-B", + seeAlso: ["http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/eGenix.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/eGenix.json", + referenceNumber: 351, + name: "eGenix.com Public License 1.1.0", + licenseId: "eGenix", + seeAlso: [ + "http://www.egenix.com/products/eGenix.com-Public-License-1.1.0.pdf", + "https://fedoraproject.org/wiki/Licensing/eGenix.com_Public_License_1.1.0", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/APL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/APL-1.0.json", + referenceNumber: 352, + name: "Adaptive Public License 1.0", + licenseId: "APL-1.0", + seeAlso: ["https://opensource.org/licenses/APL-1.0"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/CC-BY-NC-4.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-NC-4.0.json", + referenceNumber: 353, + name: "Creative Commons Attribution Non Commercial 4.0 International", + licenseId: "CC-BY-NC-4.0", + seeAlso: ["https://creativecommons.org/licenses/by-nc/4.0/legalcode"], + isOsiApproved: false, + isFsfLibre: false, + }, + { + reference: "https://spdx.org/licenses/MIT-Modern-Variant.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/MIT-Modern-Variant.json", + referenceNumber: 354, + name: "MIT License Modern Variant", + licenseId: "MIT-Modern-Variant", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing:MIT#Modern_Variants", + "https://ptolemy.berkeley.edu/copyright.htm", + "https://pirlwww.lpl.arizona.edu/resources/guide/software/PerlTk/Tixlic.html", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/Bahyph.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Bahyph.json", + referenceNumber: 355, + name: "Bahyph License", + licenseId: "Bahyph", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Bahyph"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/LGPL-3.0-only.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/LGPL-3.0-only.json", + referenceNumber: 356, + name: "GNU Lesser General Public License v3.0 only", + licenseId: "LGPL-3.0-only", + seeAlso: [ + "https://www.gnu.org/licenses/lgpl-3.0-standalone.html", + "https://www.gnu.org/licenses/lgpl+gpl-3.0.txt", + "https://opensource.org/licenses/LGPL-3.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CERN-OHL-W-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CERN-OHL-W-2.0.json", + referenceNumber: 357, + name: "CERN Open Hardware Licence Version 2 - Weakly Reciprocal", + licenseId: "CERN-OHL-W-2.0", + seeAlso: [ + "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/PHP-3.01.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/PHP-3.01.json", + referenceNumber: 358, + name: "PHP License v3.01", + licenseId: "PHP-3.01", + seeAlso: ["http://www.php.net/license/3_01.txt"], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/Zlib.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Zlib.json", + referenceNumber: 359, + name: "zlib License", + licenseId: "Zlib", + seeAlso: [ + "http://www.zlib.net/zlib_license.html", + "https://opensource.org/licenses/Zlib", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CC-BY-SA-3.0-DE.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-SA-3.0-DE.json", + referenceNumber: 360, + name: "Creative Commons Attribution Share Alike 3.0 Germany", + licenseId: "CC-BY-SA-3.0-DE", + seeAlso: ["https://creativecommons.org/licenses/by-sa/3.0/de/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/SNIA.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/SNIA.json", + referenceNumber: 361, + name: "SNIA Public License 1.1", + licenseId: "SNIA", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/SNIA_Public_License"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/APSL-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/APSL-1.1.json", + referenceNumber: 362, + name: "Apple Public Source License 1.1", + licenseId: "APSL-1.1", + seeAlso: [ + "http://www.opensource.apple.com/source/IOSerialFamily/IOSerialFamily-7/APPLE_LICENSE", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/HPND-sell-variant.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/HPND-sell-variant.json", + referenceNumber: 363, + name: "Historical Permission Notice and Disclaimer - sell variant", + licenseId: "HPND-sell-variant", + seeAlso: [ + "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/net/sunrpc/auth_gss/gss_generic_token.c?h\u003dv4.19", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-ND-4.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-ND-4.0.json", + referenceNumber: 364, + name: "Creative Commons Attribution No Derivatives 4.0 International", + licenseId: "CC-BY-ND-4.0", + seeAlso: ["https://creativecommons.org/licenses/by-nd/4.0/legalcode"], + isOsiApproved: false, + isFsfLibre: false, + }, + { + reference: "https://spdx.org/licenses/SWL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/SWL.json", + referenceNumber: 365, + name: "Scheme Widget Library (SWL) Software License Agreement", + licenseId: "SWL", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/SWL"], + isOsiApproved: false, + }, + { + reference: + "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License.html", + isDeprecatedLicenseId: false, + detailsUrl: + "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License.json", + referenceNumber: 366, + name: "BSD 3-Clause No Nuclear License", + licenseId: "BSD-3-Clause-No-Nuclear-License", + seeAlso: [ + "http://download.oracle.com/otn-pub/java/licenses/bsd.txt?AuthParam\u003d1467140197_43d516ce1776bd08a58235a7785be1cc", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/MPL-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/MPL-1.1.json", + referenceNumber: 367, + name: "Mozilla Public License 1.1", + licenseId: "MPL-1.1", + seeAlso: [ + "http://www.mozilla.org/MPL/MPL-1.1.html", + "https://opensource.org/licenses/MPL-1.1", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CERN-OHL-P-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CERN-OHL-P-2.0.json", + referenceNumber: 368, + name: "CERN Open Hardware Licence Version 2 - Permissive", + licenseId: "CERN-OHL-P-2.0", + seeAlso: [ + "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/LAL-1.3.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/LAL-1.3.json", + referenceNumber: 369, + name: "Licence Art Libre 1.3", + licenseId: "LAL-1.3", + seeAlso: ["https://artlibre.org/"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Spencer-99.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Spencer-99.json", + referenceNumber: 370, + name: "Spencer License 99", + licenseId: "Spencer-99", + seeAlso: [ + "http://www.opensource.apple.com/source/tcl/tcl-5/tcl/generic/regfronts.c", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/FreeBSD-DOC.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/FreeBSD-DOC.json", + referenceNumber: 371, + name: "FreeBSD Documentation License", + licenseId: "FreeBSD-DOC", + seeAlso: ["https://www.freebsd.org/copyright/freebsd-doc-license/"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/LGPL-2.1+.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/LGPL-2.1+.json", + referenceNumber: 372, + name: "GNU Library General Public License v2.1 or later", + licenseId: "LGPL-2.1+", + seeAlso: [ + "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", + "https://opensource.org/licenses/LGPL-2.1", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/BSD-4-Clause-UC.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/BSD-4-Clause-UC.json", + referenceNumber: 373, + name: "BSD-4-Clause (University of California-Specific)", + licenseId: "BSD-4-Clause-UC", + seeAlso: ["http://www.freebsd.org/copyright/license.html"], + isOsiApproved: false, + }, + { + reference: + "https://spdx.org/licenses/GFDL-1.1-no-invariants-or-later.html", + isDeprecatedLicenseId: false, + detailsUrl: + "https://spdx.org/licenses/GFDL-1.1-no-invariants-or-later.json", + referenceNumber: 374, + name: "GNU Free Documentation License v1.1 or later - no invariants", + licenseId: "GFDL-1.1-no-invariants-or-later", + seeAlso: ["https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/WTFPL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/WTFPL.json", + referenceNumber: 375, + name: "Do What The F*ck You Want To Public License", + licenseId: "WTFPL", + seeAlso: [ + "http://www.wtfpl.net/about/", + "http://sam.zoy.org/wtfpl/COPYING", + ], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CC-BY-NC-ND-3.0-DE.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-NC-ND-3.0-DE.json", + referenceNumber: 376, + name: "Creative Commons Attribution Non Commercial No Derivatives 3.0 Germany", + licenseId: "CC-BY-NC-ND-3.0-DE", + seeAlso: [ + "https://creativecommons.org/licenses/by-nc-nd/3.0/de/legalcode", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Sendmail.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Sendmail.json", + referenceNumber: 377, + name: "Sendmail License", + licenseId: "Sendmail", + seeAlso: [ + "http://www.sendmail.com/pdfs/open_source/sendmail_license.pdf", + "https://web.archive.org/web/20160322142305/https://www.sendmail.com/pdfs/open_source/sendmail_license.pdf", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/AMDPLPA.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/AMDPLPA.json", + referenceNumber: 378, + name: "AMD\u0027s plpa_map.c License", + licenseId: "AMDPLPA", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing/AMD_plpa_map_License", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/IBM-pibs.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/IBM-pibs.json", + referenceNumber: 379, + name: "IBM PowerPC Initialization and Boot Software", + licenseId: "IBM-pibs", + seeAlso: [ + "http://git.denx.de/?p\u003du-boot.git;a\u003dblob;f\u003darch/powerpc/cpu/ppc4xx/miiphy.c;h\u003d297155fdafa064b955e53e9832de93bfb0cfb85b;hb\u003d9fab4bf4cc077c21e43941866f3f2c196f28670d", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/GPL-2.0-only.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GPL-2.0-only.json", + referenceNumber: 380, + name: "GNU General Public License v2.0 only", + licenseId: "GPL-2.0-only", + seeAlso: [ + "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", + "https://opensource.org/licenses/GPL-2.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/NASA-1.3.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/NASA-1.3.json", + referenceNumber: 381, + name: "NASA Open Source Agreement 1.3", + licenseId: "NASA-1.3", + seeAlso: [ + "http://ti.arc.nasa.gov/opensource/nosa/", + "https://opensource.org/licenses/NASA-1.3", + ], + isOsiApproved: true, + isFsfLibre: false, + }, + { + reference: "https://spdx.org/licenses/TU-Berlin-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/TU-Berlin-1.0.json", + referenceNumber: 382, + name: "Technische Universitaet Berlin License 1.0", + licenseId: "TU-Berlin-1.0", + seeAlso: [ + "https://github.com/swh/ladspa/blob/7bf6f3799fdba70fda297c2d8fd9f526803d9680/gsm/COPYRIGHT", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/mpich2.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/mpich2.json", + referenceNumber: 383, + name: "mpich2 License", + licenseId: "mpich2", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/MIT"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/EPL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/EPL-1.0.json", + referenceNumber: 384, + name: "Eclipse Public License 1.0", + licenseId: "EPL-1.0", + seeAlso: [ + "http://www.eclipse.org/legal/epl-v10.html", + "https://opensource.org/licenses/EPL-1.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/DOC.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/DOC.json", + referenceNumber: 385, + name: "DOC License", + licenseId: "DOC", + seeAlso: [ + "http://www.cs.wustl.edu/~schmidt/ACE-copying.html", + "https://www.dre.vanderbilt.edu/~schmidt/ACE-copying.html", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/BSD-2-Clause-Patent.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/BSD-2-Clause-Patent.json", + referenceNumber: 386, + name: "BSD-2-Clause Plus Patent License", + licenseId: "BSD-2-Clause-Patent", + seeAlso: ["https://opensource.org/licenses/BSDplusPatent"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/AGPL-1.0-only.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/AGPL-1.0-only.json", + referenceNumber: 387, + name: "Affero General Public License v1.0 only", + licenseId: "AGPL-1.0-only", + seeAlso: ["http://www.affero.org/oagpl.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Latex2e.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Latex2e.json", + referenceNumber: 388, + name: "Latex2e License", + licenseId: "Latex2e", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Latex2e"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/UCL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/UCL-1.0.json", + referenceNumber: 389, + name: "Upstream Compatibility License v1.0", + licenseId: "UCL-1.0", + seeAlso: ["https://opensource.org/licenses/UCL-1.0"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/ECL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/ECL-1.0.json", + referenceNumber: 390, + name: "Educational Community License v1.0", + licenseId: "ECL-1.0", + seeAlso: ["https://opensource.org/licenses/ECL-1.0"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/CC-BY-SA-2.0-UK.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-SA-2.0-UK.json", + referenceNumber: 391, + name: "Creative Commons Attribution Share Alike 2.0 England and Wales", + licenseId: "CC-BY-SA-2.0-UK", + seeAlso: ["https://creativecommons.org/licenses/by-sa/2.0/uk/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/OLDAP-2.4.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OLDAP-2.4.json", + referenceNumber: 392, + name: "Open LDAP Public License v2.4", + licenseId: "OLDAP-2.4", + seeAlso: [ + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003dcd1284c4a91a8a380d904eee68d1583f989ed386", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Unicode-DFS-2015.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Unicode-DFS-2015.json", + referenceNumber: 393, + name: "Unicode License Agreement - Data Files and Software (2015)", + licenseId: "Unicode-DFS-2015", + seeAlso: [ + "https://web.archive.org/web/20151224134844/http://unicode.org/copyright.html", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/PolyForm-Small-Business-1.0.0.html", + isDeprecatedLicenseId: false, + detailsUrl: + "https://spdx.org/licenses/PolyForm-Small-Business-1.0.0.json", + referenceNumber: 394, + name: "PolyForm Small Business License 1.0.0", + licenseId: "PolyForm-Small-Business-1.0.0", + seeAlso: ["https://polyformproject.org/licenses/small-business/1.0.0"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/GFDL-1.2.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/GFDL-1.2.json", + referenceNumber: 395, + name: "GNU Free Documentation License v1.2", + licenseId: "GFDL-1.2", + seeAlso: ["https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/BSD-1-Clause.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/BSD-1-Clause.json", + referenceNumber: 396, + name: "BSD 1-Clause License", + licenseId: "BSD-1-Clause", + seeAlso: [ + "https://svnweb.freebsd.org/base/head/include/ifaddrs.h?revision\u003d326823", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/Apache-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Apache-1.1.json", + referenceNumber: 397, + name: "Apache License 1.1", + licenseId: "Apache-1.1", + seeAlso: [ + "http://apache.org/licenses/LICENSE-1.1", + "https://opensource.org/licenses/Apache-1.1", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/GLWTPL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GLWTPL.json", + referenceNumber: 398, + name: "Good Luck With That Public License", + licenseId: "GLWTPL", + seeAlso: [ + "https://github.com/me-shaon/GLWTPL/commit/da5f6bc734095efbacb442c0b31e33a65b9d6e85", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Giftware.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Giftware.json", + referenceNumber: 399, + name: "Giftware License", + licenseId: "Giftware", + seeAlso: [ + "http://liballeg.org/license.html#allegro-4-the-giftware-license", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Zimbra-1.3.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Zimbra-1.3.json", + referenceNumber: 400, + name: "Zimbra Public License v1.3", + licenseId: "Zimbra-1.3", + seeAlso: [ + "http://web.archive.org/web/20100302225219/http://www.zimbra.com/license/zimbra-public-license-1-3.html", + ], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/bzip2-1.0.6.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/bzip2-1.0.6.json", + referenceNumber: 401, + name: "bzip2 and libbzip2 License v1.0.6", + licenseId: "bzip2-1.0.6", + seeAlso: [ + "https://sourceware.org/git/?p\u003dbzip2.git;a\u003dblob;f\u003dLICENSE;hb\u003dbzip2-1.0.6", + "http://bzip.org/1.0.5/bzip2-manual-1.0.5.html", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Caldera.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Caldera.json", + referenceNumber: 402, + name: "Caldera License", + licenseId: "Caldera", + seeAlso: ["http://www.lemis.com/grog/UNIX/ancient-source-all.pdf"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/NRL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/NRL.json", + referenceNumber: 403, + name: "NRL License", + licenseId: "NRL", + seeAlso: ["http://web.mit.edu/network/isakmp/nrllicense.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/SGI-B-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/SGI-B-1.1.json", + referenceNumber: 404, + name: "SGI Free Software License B v1.1", + licenseId: "SGI-B-1.1", + seeAlso: ["http://oss.sgi.com/projects/FreeB/"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/etalab-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/etalab-2.0.json", + referenceNumber: 405, + name: "Etalab Open License 2.0", + licenseId: "etalab-2.0", + seeAlso: [ + "https://github.com/DISIC/politique-de-contribution-open-source/blob/master/LICENSE.pdf", + "https://raw.githubusercontent.com/DISIC/politique-de-contribution-open-source/master/LICENSE", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/JasPer-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/JasPer-2.0.json", + referenceNumber: 406, + name: "JasPer License", + licenseId: "JasPer-2.0", + seeAlso: ["http://www.ece.uvic.ca/~mdadams/jasper/LICENSE"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/RHeCos-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/RHeCos-1.1.json", + referenceNumber: 407, + name: "Red Hat eCos Public License v1.1", + licenseId: "RHeCos-1.1", + seeAlso: ["http://ecos.sourceware.org/old-license.html"], + isOsiApproved: false, + isFsfLibre: false, + }, + { + reference: "https://spdx.org/licenses/NTP-0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/NTP-0.json", + referenceNumber: 408, + name: "NTP No Attribution", + licenseId: "NTP-0", + seeAlso: [ + "https://github.com/tytso/e2fsprogs/blob/master/lib/et/et_name.c", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-NC-2.5.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-NC-2.5.json", + referenceNumber: 409, + name: "Creative Commons Attribution Non Commercial 2.5 Generic", + licenseId: "CC-BY-NC-2.5", + seeAlso: ["https://creativecommons.org/licenses/by-nc/2.5/legalcode"], + isOsiApproved: false, + isFsfLibre: false, + }, + { + reference: "https://spdx.org/licenses/Info-ZIP.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Info-ZIP.json", + referenceNumber: 410, + name: "Info-ZIP License", + licenseId: "Info-ZIP", + seeAlso: ["http://www.info-zip.org/license.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/RPL-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/RPL-1.1.json", + referenceNumber: 411, + name: "Reciprocal Public License 1.1", + licenseId: "RPL-1.1", + seeAlso: ["https://opensource.org/licenses/RPL-1.1"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/PHP-3.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/PHP-3.0.json", + referenceNumber: 412, + name: "PHP License v3.0", + licenseId: "PHP-3.0", + seeAlso: [ + "http://www.php.net/license/3_0.txt", + "https://opensource.org/licenses/PHP-3.0", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/SAX-PD.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/SAX-PD.json", + referenceNumber: 413, + name: "Sax Public Domain Notice", + licenseId: "SAX-PD", + seeAlso: ["http://www.saxproject.org/copying.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/NIST-PD.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/NIST-PD.json", + referenceNumber: 414, + name: "NIST Public Domain Notice", + licenseId: "NIST-PD", + seeAlso: [ + "https://github.com/tcheneau/simpleRPL/blob/e645e69e38dd4e3ccfeceb2db8cba05b7c2e0cd3/LICENSE.txt", + "https://github.com/tcheneau/Routing/blob/f09f46fcfe636107f22f2c98348188a65a135d98/README.md", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/EFL-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/EFL-2.0.json", + referenceNumber: 415, + name: "Eiffel Forum License v2.0", + licenseId: "EFL-2.0", + seeAlso: [ + "http://www.eiffel-nice.org/license/eiffel-forum-license-2.html", + "https://opensource.org/licenses/EFL-2.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/GFDL-1.3-only.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GFDL-1.3-only.json", + referenceNumber: 416, + name: "GNU Free Documentation License v1.3 only", + licenseId: "GFDL-1.3-only", + seeAlso: ["https://www.gnu.org/licenses/fdl-1.3.txt"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CDL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CDL-1.0.json", + referenceNumber: 417, + name: "Common Documentation License 1.0", + licenseId: "CDL-1.0", + seeAlso: [ + "http://www.opensource.apple.com/cdl/", + "https://fedoraproject.org/wiki/Licensing/Common_Documentation_License", + "https://www.gnu.org/licenses/license-list.html#ACDL", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/LGPL-3.0+.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/LGPL-3.0+.json", + referenceNumber: 418, + name: "GNU Lesser General Public License v3.0 or later", + licenseId: "LGPL-3.0+", + seeAlso: [ + "https://www.gnu.org/licenses/lgpl-3.0-standalone.html", + "https://www.gnu.org/licenses/lgpl+gpl-3.0.txt", + "https://opensource.org/licenses/LGPL-3.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CC-BY-SA-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-SA-1.0.json", + referenceNumber: 419, + name: "Creative Commons Attribution Share Alike 1.0 Generic", + licenseId: "CC-BY-SA-1.0", + seeAlso: ["https://creativecommons.org/licenses/by-sa/1.0/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/SMLNJ.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/SMLNJ.json", + referenceNumber: 420, + name: "Standard ML of New Jersey License", + licenseId: "SMLNJ", + seeAlso: ["https://www.smlnj.org/license.html"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CC-BY-ND-2.5.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-ND-2.5.json", + referenceNumber: 421, + name: "Creative Commons Attribution No Derivatives 2.5 Generic", + licenseId: "CC-BY-ND-2.5", + seeAlso: ["https://creativecommons.org/licenses/by-nd/2.5/legalcode"], + isOsiApproved: false, + isFsfLibre: false, + }, + { + reference: "https://spdx.org/licenses/GFDL-1.2-or-later.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GFDL-1.2-or-later.json", + referenceNumber: 422, + name: "GNU Free Documentation License v1.2 or later", + licenseId: "GFDL-1.2-or-later", + seeAlso: ["https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CC-BY-NC-SA-3.0-IGO.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-NC-SA-3.0-IGO.json", + referenceNumber: 423, + name: "Creative Commons Attribution Non Commercial Share Alike 3.0 IGO", + licenseId: "CC-BY-NC-SA-3.0-IGO", + seeAlso: [ + "https://creativecommons.org/licenses/by-nc-sa/3.0/igo/legalcode", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Vim.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Vim.json", + referenceNumber: 424, + name: "Vim License", + licenseId: "Vim", + seeAlso: ["http://vimdoc.sourceforge.net/htmldoc/uganda.html"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CC-BY-NC-SA-3.0-DE.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-NC-SA-3.0-DE.json", + referenceNumber: 425, + name: "Creative Commons Attribution Non Commercial Share Alike 3.0 Germany", + licenseId: "CC-BY-NC-SA-3.0-DE", + seeAlso: [ + "https://creativecommons.org/licenses/by-nc-sa/3.0/de/legalcode", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Noweb.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Noweb.json", + referenceNumber: 426, + name: "Noweb License", + licenseId: "Noweb", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Noweb"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Aladdin.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Aladdin.json", + referenceNumber: 427, + name: "Aladdin Free Public License", + licenseId: "Aladdin", + seeAlso: ["http://pages.cs.wisc.edu/~ghost/doc/AFPL/6.01/Public.htm"], + isOsiApproved: false, + isFsfLibre: false, + }, + { + reference: "https://spdx.org/licenses/LPPL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/LPPL-1.0.json", + referenceNumber: 428, + name: "LaTeX Project Public License v1.0", + licenseId: "LPPL-1.0", + seeAlso: ["http://www.latex-project.org/lppl/lppl-1-0.txt"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/SISSL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/SISSL.json", + referenceNumber: 429, + name: "Sun Industry Standards Source License v1.1", + licenseId: "SISSL", + seeAlso: [ + "http://www.openoffice.org/licenses/sissl_license.html", + "https://opensource.org/licenses/SISSL", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/FSFAP.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/FSFAP.json", + referenceNumber: 430, + name: "FSF All Permissive License", + licenseId: "FSFAP", + seeAlso: [ + "https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html", + ], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/SSH-OpenSSH.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/SSH-OpenSSH.json", + referenceNumber: 431, + name: "SSH OpenSSH license", + licenseId: "SSH-OpenSSH", + seeAlso: [ + "https://github.com/openssh/openssh-portable/blob/1b11ea7c58cd5c59838b5fa574cd456d6047b2d4/LICENCE#L10", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/GFDL-1.3-no-invariants-only.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GFDL-1.3-no-invariants-only.json", + referenceNumber: 432, + name: "GNU Free Documentation License v1.3 only - no invariants", + licenseId: "GFDL-1.3-no-invariants-only", + seeAlso: ["https://www.gnu.org/licenses/fdl-1.3.txt"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/NCSA.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/NCSA.json", + referenceNumber: 433, + name: "University of Illinois/NCSA Open Source License", + licenseId: "NCSA", + seeAlso: [ + "http://otm.illinois.edu/uiuc_openSource", + "https://opensource.org/licenses/NCSA", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CNRI-Python-GPL-Compatible.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CNRI-Python-GPL-Compatible.json", + referenceNumber: 434, + name: "CNRI Python Open Source GPL Compatible License Agreement", + licenseId: "CNRI-Python-GPL-Compatible", + seeAlso: ["http://www.python.org/download/releases/1.6.1/download_win/"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/MPL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/MPL-1.0.json", + referenceNumber: 435, + name: "Mozilla Public License 1.0", + licenseId: "MPL-1.0", + seeAlso: [ + "http://www.mozilla.org/MPL/MPL-1.0.html", + "https://opensource.org/licenses/MPL-1.0", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/W3C.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/W3C.json", + referenceNumber: 436, + name: "W3C Software Notice and License (2002-12-31)", + licenseId: "W3C", + seeAlso: [ + "http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231.html", + "https://opensource.org/licenses/W3C", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/ZPL-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/ZPL-1.1.json", + referenceNumber: 437, + name: "Zope Public License 1.1", + licenseId: "ZPL-1.1", + seeAlso: ["http://old.zope.org/Resources/License/ZPL-1.1"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/LGPL-2.0-only.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/LGPL-2.0-only.json", + referenceNumber: 438, + name: "GNU Library General Public License v2 only", + licenseId: "LGPL-2.0-only", + seeAlso: [ + "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/CC-BY-NC-SA-2.0-FR.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-NC-SA-2.0-FR.json", + referenceNumber: 439, + name: "Creative Commons Attribution-NonCommercial-ShareAlike 2.0 France", + licenseId: "CC-BY-NC-SA-2.0-FR", + seeAlso: [ + "https://creativecommons.org/licenses/by-nc-sa/2.0/fr/legalcode", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/MTLL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/MTLL.json", + referenceNumber: 440, + name: "Matrix Template Library License", + licenseId: "MTLL", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing/Matrix_Template_Library_License", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-3.0-IGO.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-3.0-IGO.json", + referenceNumber: 441, + name: "Creative Commons Attribution 3.0 IGO", + licenseId: "CC-BY-3.0-IGO", + seeAlso: ["https://creativecommons.org/licenses/by/3.0/igo/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Barr.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Barr.json", + referenceNumber: 442, + name: "Barr License", + licenseId: "Barr", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Barr"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/AML.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/AML.json", + referenceNumber: 443, + name: "Apple MIT License", + licenseId: "AML", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Apple_MIT_License"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CERN-OHL-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CERN-OHL-1.1.json", + referenceNumber: 444, + name: "CERN Open Hardware Licence v1.1", + licenseId: "CERN-OHL-1.1", + seeAlso: ["https://www.ohwr.org/project/licenses/wikis/cern-ohl-v1.1"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/GPL-2.0-or-later.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/GPL-2.0-or-later.json", + referenceNumber: 445, + name: "GNU General Public License v2.0 or later", + licenseId: "GPL-2.0-or-later", + seeAlso: [ + "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", + "https://opensource.org/licenses/GPL-2.0", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/OSL-2.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OSL-2.1.json", + referenceNumber: 446, + name: "Open Software License 2.1", + licenseId: "OSL-2.1", + seeAlso: [ + "http://web.archive.org/web/20050212003940/http://www.rosenlaw.com/osl21.htm", + "https://opensource.org/licenses/OSL-2.1", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/Qhull.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Qhull.json", + referenceNumber: 447, + name: "Qhull License", + licenseId: "Qhull", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Qhull"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/ODC-By-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/ODC-By-1.0.json", + referenceNumber: 448, + name: "Open Data Commons Attribution License v1.0", + licenseId: "ODC-By-1.0", + seeAlso: ["https://opendatacommons.org/licenses/by/1.0/"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/AFL-1.2.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/AFL-1.2.json", + referenceNumber: 449, + name: "Academic Free License v1.2", + licenseId: "AFL-1.2", + seeAlso: [ + "http://opensource.linux-mirror.org/licenses/afl-1.2.txt", + "http://wayback.archive.org/web/20021204204652/http://www.opensource.org/licenses/academic.php", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CC-BY-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-2.0.json", + referenceNumber: 450, + name: "Creative Commons Attribution 2.0 Generic", + licenseId: "CC-BY-2.0", + seeAlso: ["https://creativecommons.org/licenses/by/2.0/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/SMPPL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/SMPPL.json", + referenceNumber: 451, + name: "Secure Messaging Protocol Public License", + licenseId: "SMPPL", + seeAlso: [ + "https://github.com/dcblake/SMP/blob/master/Documentation/License.txt", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/RSCPL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/RSCPL.json", + referenceNumber: 452, + name: "Ricoh Source Code Public License", + licenseId: "RSCPL", + seeAlso: [ + "http://wayback.archive.org/web/20060715140826/http://www.risource.org/RPL/RPL-1.0A.shtml", + "https://opensource.org/licenses/RSCPL", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/psutils.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/psutils.json", + referenceNumber: 453, + name: "psutils License", + licenseId: "psutils", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/psutils"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/FSFUL.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/FSFUL.json", + referenceNumber: 454, + name: "FSF Unlimited License", + licenseId: "FSFUL", + seeAlso: [ + "https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/Entessa.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Entessa.json", + referenceNumber: 455, + name: "Entessa Public License v1.0", + licenseId: "Entessa", + seeAlso: ["https://opensource.org/licenses/Entessa"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/Rdisc.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Rdisc.json", + referenceNumber: 456, + name: "Rdisc License", + licenseId: "Rdisc", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Rdisc_License"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/libpng-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/libpng-2.0.json", + referenceNumber: 457, + name: "PNG Reference Library version 2", + licenseId: "libpng-2.0", + seeAlso: ["http://www.libpng.org/pub/png/src/libpng-LICENSE.txt"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/AMPAS.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/AMPAS.json", + referenceNumber: 458, + name: "Academy of Motion Picture Arts and Sciences BSD", + licenseId: "AMPAS", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/BSD#AMPASBSD"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CATOSL-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CATOSL-1.1.json", + referenceNumber: 459, + name: "Computer Associates Trusted Open Source License 1.1", + licenseId: "CATOSL-1.1", + seeAlso: ["https://opensource.org/licenses/CATOSL-1.1"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/SGI-B-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/SGI-B-2.0.json", + referenceNumber: 460, + name: "SGI Free Software License B v2.0", + licenseId: "SGI-B-2.0", + seeAlso: ["http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CC-BY-NC-ND-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-NC-ND-1.0.json", + referenceNumber: 461, + name: "Creative Commons Attribution Non Commercial No Derivatives 1.0 Generic", + licenseId: "CC-BY-NC-ND-1.0", + seeAlso: ["https://creativecommons.org/licenses/by-nd-nc/1.0/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/SHL-0.51.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/SHL-0.51.json", + referenceNumber: 462, + name: "Solderpad Hardware License, Version 0.51", + licenseId: "SHL-0.51", + seeAlso: ["https://solderpad.org/licenses/SHL-0.51/"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/OLDAP-2.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OLDAP-2.0.json", + referenceNumber: 463, + name: "Open LDAP Public License v2.0 (or possibly 2.0A and 2.0B)", + licenseId: "OLDAP-2.0", + seeAlso: [ + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003dcbf50f4e1185a21abd4c0a54d3f4341fe28f36ea", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/GPL-1.0.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/GPL-1.0.json", + referenceNumber: 464, + name: "GNU General Public License v1.0 only", + licenseId: "GPL-1.0", + seeAlso: [ + "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CPL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CPL-1.0.json", + referenceNumber: 465, + name: "Common Public License 1.0", + licenseId: "CPL-1.0", + seeAlso: ["https://opensource.org/licenses/CPL-1.0"], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: + "https://spdx.org/licenses/BSD-3-Clause-No-Military-License.html", + isDeprecatedLicenseId: false, + detailsUrl: + "https://spdx.org/licenses/BSD-3-Clause-No-Military-License.json", + referenceNumber: 466, + name: "BSD 3-Clause No Military License", + licenseId: "BSD-3-Clause-No-Military-License", + seeAlso: [ + "https://gitlab.syncad.com/hive/dhive/-/blob/master/LICENSE", + "https://github.com/greymass/swift-eosio/blob/master/LICENSE", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/EUDatagrid.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/EUDatagrid.json", + referenceNumber: 467, + name: "EU DataGrid Software License", + licenseId: "EUDatagrid", + seeAlso: [ + "http://eu-datagrid.web.cern.ch/eu-datagrid/license.html", + "https://opensource.org/licenses/EUDatagrid", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/TORQUE-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/TORQUE-1.1.json", + referenceNumber: 468, + name: "TORQUE v2.5+ Software License v1.1", + licenseId: "TORQUE-1.1", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/TORQUEv1.1"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/XSkat.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/XSkat.json", + referenceNumber: 469, + name: "XSkat License", + licenseId: "XSkat", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/XSkat_License"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/xinetd.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/xinetd.json", + referenceNumber: 470, + name: "xinetd License", + licenseId: "xinetd", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Xinetd_License"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/LGPLLR.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/LGPLLR.json", + referenceNumber: 471, + name: "Lesser General Public License For Linguistic Resources", + licenseId: "LGPLLR", + seeAlso: ["http://www-igm.univ-mlv.fr/~unitex/lgpllr.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/NPL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/NPL-1.0.json", + referenceNumber: 472, + name: "Netscape Public License v1.0", + licenseId: "NPL-1.0", + seeAlso: ["http://www.mozilla.org/MPL/NPL/1.0/"], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/Wsuipa.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Wsuipa.json", + referenceNumber: 473, + name: "Wsuipa License", + licenseId: "Wsuipa", + seeAlso: ["https://fedoraproject.org/wiki/Licensing/Wsuipa"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-SA-3.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-SA-3.0.json", + referenceNumber: 474, + name: "Creative Commons Attribution Share Alike 3.0 Unported", + licenseId: "CC-BY-SA-3.0", + seeAlso: ["https://creativecommons.org/licenses/by-sa/3.0/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/APSL-1.2.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/APSL-1.2.json", + referenceNumber: 475, + name: "Apple Public Source License 1.2", + licenseId: "APSL-1.2", + seeAlso: [ + "http://www.samurajdata.se/opensource/mirror/licenses/apsl.php", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/CERN-OHL-1.2.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CERN-OHL-1.2.json", + referenceNumber: 476, + name: "CERN Open Hardware Licence v1.2", + licenseId: "CERN-OHL-1.2", + seeAlso: ["https://www.ohwr.org/project/licenses/wikis/cern-ohl-v1.2"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-3.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-3.0.json", + referenceNumber: 477, + name: "Creative Commons Attribution 3.0 Unported", + licenseId: "CC-BY-3.0", + seeAlso: ["https://creativecommons.org/licenses/by/3.0/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/RSA-MD.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/RSA-MD.json", + referenceNumber: 478, + name: "RSA Message-Digest License", + licenseId: "RSA-MD", + seeAlso: ["http://www.faqs.org/rfcs/rfc1321.html"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/CC-BY-NC-ND-2.5.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CC-BY-NC-ND-2.5.json", + referenceNumber: 479, + name: "Creative Commons Attribution Non Commercial No Derivatives 2.5 Generic", + licenseId: "CC-BY-NC-ND-2.5", + seeAlso: ["https://creativecommons.org/licenses/by-nc-nd/2.5/legalcode"], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/OLDAP-1.2.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OLDAP-1.2.json", + referenceNumber: 480, + name: "Open LDAP Public License v1.2", + licenseId: "OLDAP-1.2", + seeAlso: [ + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d42b0383c50c299977b5893ee695cf4e486fb0dc7", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/LiLiQ-Rplus-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/LiLiQ-Rplus-1.1.json", + referenceNumber: 481, + name: "Licence Libre du Québec – Réciprocité forte version 1.1", + licenseId: "LiLiQ-Rplus-1.1", + seeAlso: [ + "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/", + "http://opensource.org/licenses/LiLiQ-Rplus-1.1", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/Intel.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Intel.json", + referenceNumber: 482, + name: "Intel Open Source License", + licenseId: "Intel", + seeAlso: ["https://opensource.org/licenses/Intel"], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/LGPL-2.0.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/LGPL-2.0.json", + referenceNumber: 483, + name: "GNU Library General Public License v2 only", + licenseId: "LGPL-2.0", + seeAlso: [ + "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/OLDAP-2.5.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OLDAP-2.5.json", + referenceNumber: 484, + name: "Open LDAP Public License v2.5", + licenseId: "OLDAP-2.5", + seeAlso: [ + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d6852b9d90022e8593c98205413380536b1b5a7cf", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/OLDAP-1.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OLDAP-1.1.json", + referenceNumber: 485, + name: "Open LDAP Public License v1.1", + licenseId: "OLDAP-1.1", + seeAlso: [ + "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d806557a5ad59804ef3a44d5abfbe91d706b0791f", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/OFL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/OFL-1.0.json", + referenceNumber: 486, + name: "SIL Open Font License 1.0", + licenseId: "OFL-1.0", + seeAlso: [ + "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL10_web", + ], + isOsiApproved: false, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/LGPL-2.1.html", + isDeprecatedLicenseId: true, + detailsUrl: "https://spdx.org/licenses/LGPL-2.1.json", + referenceNumber: 487, + name: "GNU Lesser General Public License v2.1 only", + licenseId: "LGPL-2.1", + seeAlso: [ + "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", + "https://opensource.org/licenses/LGPL-2.1", + ], + isOsiApproved: true, + isFsfLibre: true, + }, + { + reference: "https://spdx.org/licenses/CECILL-2.1.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CECILL-2.1.json", + referenceNumber: 488, + name: "CeCILL Free Software License Agreement v2.1", + licenseId: "CECILL-2.1", + seeAlso: ["http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.html"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/NPOSL-3.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/NPOSL-3.0.json", + referenceNumber: 489, + name: "Non-Profit Open Software License 3.0", + licenseId: "NPOSL-3.0", + seeAlso: ["https://opensource.org/licenses/NOSL3.0"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/Artistic-1.0-Perl.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Artistic-1.0-Perl.json", + referenceNumber: 490, + name: "Artistic License 1.0 (Perl)", + licenseId: "Artistic-1.0-Perl", + seeAlso: ["http://dev.perl.org/licenses/artistic.html"], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/Interbase-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/Interbase-1.0.json", + referenceNumber: 491, + name: "Interbase Public License v1.0", + licenseId: "Interbase-1.0", + seeAlso: [ + "https://web.archive.org/web/20060319014854/http://info.borland.com/devsupport/interbase/opensource/IPL.html", + ], + isOsiApproved: false, + }, + { + reference: "https://spdx.org/licenses/MIT-0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/MIT-0.json", + referenceNumber: 492, + name: "MIT No Attribution", + licenseId: "MIT-0", + seeAlso: [ + "https://github.com/aws/mit-0", + "https://romanrm.net/mit-zero", + "https://github.com/awsdocs/aws-cloud9-user-guide/blob/master/LICENSE-SAMPLECODE", + ], + isOsiApproved: true, + }, + { + reference: "https://spdx.org/licenses/CAL-1.0.html", + isDeprecatedLicenseId: false, + detailsUrl: "https://spdx.org/licenses/CAL-1.0.json", + referenceNumber: 493, + name: "Cryptographic Autonomy License 1.0", + licenseId: "CAL-1.0", + seeAlso: [ + "http://cryptographicautonomylicense.com/license-text.html", + "https://opensource.org/licenses/CAL-1.0", + ], + isOsiApproved: true, + }, + ]); + //Licences HARDCODED + //"licenseListVersion": "868cf0e", + //"releaseDate": "2022-08-02" + //übernommen von: https://github.com/spdx/license-list-data/tree/master/json + //übernommen am 03.08.22 + //TODO: Hardcoded entfernen - SPDX license https://www.npmjs.com/package/spdx-license return ( <div className=" max-w-7xl mx-auto px-2 sm:px-6 lg:px-8 sm:my-6 lg:my-10"> @@ -6253,162 +5730,232 @@ const RegisterWorkLicence = (props) => { falls nicht bekannt Checkbox -> Baukasten dann SPDX List, wenn keine Lizenz ausgewählt wurde - drei Tabs / */} - <div className="mt-5 md:mt-0 md:col-span-2"> - <form action="#" method="POST"> - <div className="shadow overflow-hidden sm:rounded-md"> - <div className="px-4 py-5 bg-white space-y-6 sm:p-6"> - <fieldset> - <label for="select-licence">Wähle eine Lizenz:</label> - <br></br> - <select - name="select-licence" - id="select-licence" - onChange={(event) => - { - const spdxID = event.target.value; - if (spdxID == 0){ - props.onSetLicence(""); - setLicenceLink(""); - } else { - props.onSetLicence(spdxID); - licences.map((licence) => { - if (licence.licenseId === spdxID){ - setLicenceLink(licence.reference); - } - }) - } - }} - className="mt-1 block w-full py-2 px-3 border border-gray-300 bg-white rounded-md shadow-sm focus:outline-none focus:ring-green-500 focus:border-green-500 sm:text-sm" - > - <option value="0">Keine Lizenz ausgewählt</option> - <option value="0">All Rights Reserved</option> - {licences.map((licence) => { - return ( - <option key={licence.referenceNumber} value={licence.licenseId}> - {licence.name} - </option> - ) - } - )} - </select> - - {licenceLink !== "" ? <a className="text-sm text-green-900" href={licenceLink}>Weitere Information: {licenceLink}</a> : <div></div>} - <br></br> - <br></br> + <div className="mt-5 md:mt-0 md:col-span-2"> + <div className="shadow overflow-hidden sm:rounded-md"> + <div className="px-4 py-5 bg-white space-y-6 sm:p-6"> + <div class="text-sm font-medium text-center text-gray-500 border-b border-gray-200 dark:text-gray-400 dark:border-gray-700"> + <ul class="flex flex-wrap -mb-px justify-between"> <div> - <legend className="text-base font-medium text-gray-900"> - CC-Lizenzen - </legend> - <p className="text-sm text-gray-500"> - Bestimme unter welcher CC-Lizenz dein Werk verfügbar - ist, indem du die Fragen beantwortest - </p> + <li class="mr-2"> + <a + onClick={() => { + setCCKit(false); + setShortList(true); + setLongList(false); + }} + class={`${ + shortList + ? "inline-block p-4 text-green-600 rounded-t-lg border-b-2 border-green-600 active dark:text-green-500 dark:border-green-500" + : "inline-block p-4 rounded-t-lg border-b-2 border-transparent hover:text-gray-600 hover:border-gray-300 dark:hover:text-gray-300" + }`} + > + Kurzliste + </a> + </li> </div> - </fieldset> - - <fieldset> <div> - <p className="text-sm text-gray-500"> - Erlauben, dass Bearbeitungen deines Werkes geteilt - werden? - </p> - </div> - <div className="mt-4 space-y-4"> - <div className="flex items-center"> - <input - id="CC1" - name="CC1" - type="radio" - className="focus:ring-green-500 h-4 w-4 text-green-600 border-gray-300" - /> - <label - htmlFor="CC1" - className="ml-3 block text-sm font-medium text-gray-700" + <li class="mr-2"> + <a + onClick={() => { + setCCKit(true); + setShortList(false); + setLongList(false); + }} + class={`${ + ccKit + ? "inline-block p-4 text-green-600 rounded-t-lg border-b-2 border-green-600 active dark:text-green-500 dark:border-green-500" + : "inline-block p-4 rounded-t-lg border-b-2 border-transparent hover:text-gray-600 hover:border-gray-300 dark:hover:text-gray-300" + }`} + aria-current="page" > - Ja - </label> - </div> - <div className="flex items-center"> - <input - id="CC2" - name="CC2" - type="radio" - className="focus:ring-green-500 h-4 w-4 text-green-600 border-gray-300" - /> - <label - htmlFor="CC2" - className="ml-3 block text-sm font-medium text-gray-700" - > - Nein - </label> - </div> - <div className="flex items-center"> - <input - id="CC3" - name="CC3" - type="radio" - className="focus:ring-green-500 h-4 w-4 text-green-600 border-gray-300" - /> - <label - htmlFor="CC3" - className="ml-3 block text-sm font-medium text-gray-700" - > - Ja, solange andere unter denselben Bedingungen - weitergeben - </label> - </div> + CC-Lizenz + </a> + </li> </div> - </fieldset> - <fieldset> <div> - <p className="text-sm text-gray-500"> - Erlauben, dass dein Werk kommerzielle genützt werden - darf? - </p> + <li class="mr-2"> + <a + onClick={() => { + setCCKit(false); + setShortList(false); + setLongList(true); + }} + class={`${ + longlist + ? "inline-block p-4 text-green-600 rounded-t-lg border-b-2 border-green-600 active dark:text-green-500 dark:border-green-500" + : "inline-block p-4 rounded-t-lg border-b-2 border-transparent hover:text-gray-600 hover:border-gray-300 dark:hover:text-gray-300" + }`} + > + Gesamte Liste + </a> + </li> </div> - <div className="mt-4 space-y-4"> - <div className="flex items-center"> - <input - id="CC4" - name="CC4" - type="radio" - className="focus:ring-green-500 h-4 w-4 text-green-600 border-gray-300" - /> - <label - htmlFor="CC4" - className="ml-3 block text-sm font-medium text-gray-700" + </ul> + </div> + + <div className="shadow overflow-hidden sm:rounded-md"> + <div className="px-4 py-5 bg-white space-y-6 sm:p-6"> + {shortList ? ( + <> + <label for="select-licence">Gesamte Liste:</label> + <select + name="select-licence" + id="select-licence" + onChange={(event) => { + const spdxID = event.target.value; + if (spdxID == 0) { + props.onSetLicence(""); + setLicenceLink(""); + } else { + props.onSetLicence(spdxID); + licences.map((licence) => { + if (licence.licenseId === spdxID) { + setLicenceLink(licence.reference); + } + }); + } + }} + className="mt-1 block w-full py-2 px-3 border border-gray-300 bg-white rounded-md shadow-sm focus:outline-none focus:ring-green-500 focus:border-green-500 sm:text-sm" > - Ja - </label> - </div> - <div className="flex items-center"> - <input - id="CC5" - name="CC5" - type="radio" - className="focus:ring-green-500 h-4 w-4 text-green-600 border-gray-300" - /> - <label - htmlFor="CC5" - className="ml-3 block text-sm font-medium text-gray-700" + <option value="0">Keine Lizenz ausgewählt</option> + <option value="0">All Rights Reserved</option> + {licences.map((licence) => { + return ( + <option + key={licence.referenceNumber} + value={licence.licenseId} + > + {licence.name} + </option> + ); + })} + </select> + + {licenceLink !== "" ? ( + <a + className="text-sm text-green-900" + href={licenceLink} + > + Weitere Information: {licenceLink} + </a> + ) : ( + <div></div> + )} + </> + ) : ( + <></> + )} + + {ccKit ? <CCKitHelper></CCKitHelper> : <></>} + + {longlist ? ( + <> + <label for="select-licence">Gesamte Liste:</label> + <select + name="select-licence" + id="select-licence" + onChange={(event) => { + const spdxID = event.target.value; + if (spdxID == 0) { + props.onSetLicence(""); + setLicenceLink(""); + } else { + props.onSetLicence(spdxID); + licences.map((licence) => { + if (licence.licenseId === spdxID) { + setLicenceLink(licence.reference); + } + }); + } + }} + className="mt-1 block w-full py-2 px-3 border border-gray-300 bg-white rounded-md shadow-sm focus:outline-none focus:ring-green-500 focus:border-green-500 sm:text-sm" > - Nein - </label> - </div> + <option value="0">Keine Lizenz ausgewählt</option> + <option value="0">All Rights Reserved</option> + {licences.map((licence) => { + return ( + <option + key={licence.referenceNumber} + value={licence.licenseId} + > + {licence.name} + </option> + ); + })} + </select> + + {licenceLink !== "" ? ( + <a + className="text-sm text-green-900" + href={licenceLink} + > + Weitere Information: {licenceLink} + </a> + ) : ( + <div></div> + )} + </> + ) : ( + <></> + )} + </div> + <div className="shadow overflow-hidden sm:rounded-md"> + <div className="px-4 py-5 bg-white space-y-6 sm:p-6"> + <Collapsible + trigger={ + <div class="flex"> + <h4 className="flex-initial w-full text-lg font-medium leading-6 text-gray-900"> + Zusätzliche Felder + </h4> + <ArrowDownIcon + className="flex-initial w-16 h-6 w-6" + aria-hidden="true" + /> + </div> + } + > + <div className="shadow overflow-hidden sm:rounded-md"> + <div className="px-4 py-5 bg-white space-y-6 sm:p-6"> + <div> + <div className="inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto"> + <label + htmlFor="darlicURL" + className="block text-sm font-medium text-gray-700" + > + Dalic URL Licence + </label> + <HelpIcon + Title="Dalic URL Licence" + Message="Dalic URL Licence" + ></HelpIcon> + </div> + <input + id="darlicURL" + type="text" + name="darlicURL" + onChange={(event) => + props.onSetPublisher(event.target.value) + } + className="mt-1 focus:ring-green-500 focus:border-green-500 block w-full shadow-sm sm:text-sm border-gray-300 rounded-md" + /> + </div> + </div> + </div> + </Collapsible> </div> - </fieldset> - </div> - <div className="px-4 py-3 bg-gray-50 text-right sm:px-6"> - <button - type="submit" - className="inline-flex justify-center py-2 px-4 border border-transparent shadow-sm text-sm font-medium rounded-md text-white bg-green-600 hover:bg-green-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-green-500" - > - Speichern - </button> + </div> </div> </div> - </form> + <div className="px-4 py-3 bg-gray-50 text-right sm:px-6"> + <button + type="submit" + className="inline-flex justify-center py-2 px-4 border border-transparent shadow-sm text-sm font-medium rounded-md text-white bg-green-600 hover:bg-green-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-green-500" + > + Speichern + </button> + </div> + </div> </div> </div> </div>