license_scout 1.3.11 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +195 -0
- data/bin/license_scout +3 -59
- data/bin/mix_lock_json +0 -0
- data/bin/rebar_lock_json +0 -0
- data/lib/license_scout/cli.rb +99 -0
- data/lib/license_scout/collector.rb +25 -77
- data/lib/license_scout/config.rb +94 -0
- data/lib/license_scout/data/dependeny_manifest_v2_schema.json +62 -0
- data/lib/license_scout/data/exceptions.json +306 -0
- data/lib/license_scout/data/licenses.json +4653 -0
- data/lib/license_scout/dependency.rb +79 -7
- data/lib/license_scout/dependency_manager/base.rb +74 -42
- data/lib/license_scout/dependency_manager/berkshelf.rb +25 -50
- data/lib/license_scout/dependency_manager/bundler/_bundler_script.rb +1 -1
- data/lib/license_scout/dependency_manager/bundler.rb +47 -69
- data/lib/license_scout/dependency_manager/cpanm.rb +62 -112
- data/lib/license_scout/dependency_manager/dep.rb +29 -36
- data/lib/license_scout/dependency_manager/glide.rb +25 -36
- data/lib/license_scout/dependency_manager/godep.rb +27 -26
- data/lib/license_scout/dependency_manager/habitat.rb +126 -0
- data/lib/license_scout/dependency_manager/mix.rb +105 -0
- data/lib/license_scout/dependency_manager/npm.rb +30 -86
- data/lib/license_scout/dependency_manager/rebar.rb +26 -45
- data/lib/license_scout/dependency_manager.rb +19 -5
- data/lib/license_scout/exceptions.rb +2 -43
- data/lib/license_scout/license.rb +126 -0
- data/lib/license_scout/{license_file_analyzer.rb → log.rb} +4 -6
- data/lib/license_scout/reporter.rb +149 -55
- data/lib/license_scout/spdx.rb +123 -0
- data/lib/license_scout/version.rb +1 -1
- data/lib/license_scout.rb +2 -0
- data/native_parsers/mix_lock_json/README.md +21 -0
- data/native_parsers/mix_lock_json/lib/mix_lock_json.ex +20 -0
- data/native_parsers/mix_lock_json/mix.exs +31 -0
- data/native_parsers/mix_lock_json/mix.lock +3 -0
- data/{erl_src → native_parsers}/rebar_lock_json/rebar.lock +2 -2
- metadata +144 -67
- data/lib/license_scout/canonical_licenses/BSD-2-Clause.txt +0 -19
- data/lib/license_scout/canonical_licenses/BSD-3-Clause.txt +0 -27
- data/lib/license_scout/canonical_licenses/BSD-4-Clause.txt +0 -31
- data/lib/license_scout/canonical_licenses/Chef-MLSA.txt +0 -5
- data/lib/license_scout/canonical_licenses/ISC.txt +0 -14
- data/lib/license_scout/canonical_licenses/MIT.txt +0 -20
- data/lib/license_scout/dependency_manager/bundler/LICENSE.md +0 -23
- data/lib/license_scout/dependency_manager/json/README.md +0 -392
- data/lib/license_scout/dependency_manager/manual.rb +0 -67
- data/lib/license_scout/license_file_analyzer/any_matcher.rb +0 -37
- data/lib/license_scout/license_file_analyzer/definitions.rb +0 -219
- data/lib/license_scout/license_file_analyzer/header_matcher.rb +0 -34
- data/lib/license_scout/license_file_analyzer/matcher.rb +0 -46
- data/lib/license_scout/license_file_analyzer/template.rb +0 -45
- data/lib/license_scout/license_file_analyzer/templates/Apache2-short.txt +0 -11
- data/lib/license_scout/license_file_analyzer/templates/Apache2.txt +0 -170
- data/lib/license_scout/license_file_analyzer/templates/BSD-2-Clause-bullets.txt +0 -18
- data/lib/license_scout/license_file_analyzer/templates/BSD-2-Clause.txt +0 -19
- data/lib/license_scout/license_file_analyzer/templates/BSD-3-Clause-alt-format.txt +0 -24
- data/lib/license_scout/license_file_analyzer/templates/BSD-3-Clause.txt +0 -21
- data/lib/license_scout/license_file_analyzer/templates/BSD.txt +0 -24
- data/lib/license_scout/license_file_analyzer/templates/Chef-MLSA.txt +0 -5
- data/lib/license_scout/license_file_analyzer/templates/EPLICENSE.txt +0 -286
- data/lib/license_scout/license_file_analyzer/templates/GPL-2.0.txt +0 -339
- data/lib/license_scout/license_file_analyzer/templates/GPL-3.0.txt +0 -674
- data/lib/license_scout/license_file_analyzer/templates/ISC.txt +0 -2
- data/lib/license_scout/license_file_analyzer/templates/LGPL-3.0.txt +0 -165
- data/lib/license_scout/license_file_analyzer/templates/MIT.txt +0 -9
- data/lib/license_scout/license_file_analyzer/templates/MPL2.txt +0 -373
- data/lib/license_scout/license_file_analyzer/templates/Python-2.0.txt +0 -47
- data/lib/license_scout/license_file_analyzer/templates/Ruby.txt +0 -52
- data/lib/license_scout/license_file_analyzer/text.rb +0 -46
- data/lib/license_scout/net_fetcher.rb +0 -106
- data/lib/license_scout/options.rb +0 -47
- data/lib/license_scout/overrides.rb +0 -1120
- /data/{erl_src → native_parsers}/rebar_lock_json/README.md +0 -0
- /data/{erl_src → native_parsers}/rebar_lock_json/rebar.config +0 -0
- /data/{erl_src → native_parsers}/rebar_lock_json/src/rebar_lock_json.app.src +0 -0
- /data/{erl_src → native_parsers}/rebar_lock_json/src/rebar_lock_json.erl +0 -0
@@ -0,0 +1,4653 @@
|
|
1
|
+
{
|
2
|
+
"licenseListVersion": "3.0",
|
3
|
+
"licenses": [
|
4
|
+
{
|
5
|
+
"reference": "./0BSD.html",
|
6
|
+
"isDeprecatedLicenseId": false,
|
7
|
+
"detailsUrl": "http://spdx.org/licenses/0BSD.json",
|
8
|
+
"referenceNumber": "1",
|
9
|
+
"name": "BSD Zero Clause License",
|
10
|
+
"licenseId": "0BSD",
|
11
|
+
"seeAlso": [
|
12
|
+
"http://landley.net/toybox/license.html"
|
13
|
+
],
|
14
|
+
"isOsiApproved": false
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"reference": "./AAL.html",
|
18
|
+
"isDeprecatedLicenseId": false,
|
19
|
+
"detailsUrl": "http://spdx.org/licenses/AAL.json",
|
20
|
+
"referenceNumber": "2",
|
21
|
+
"name": "Attribution Assurance License",
|
22
|
+
"licenseId": "AAL",
|
23
|
+
"seeAlso": [
|
24
|
+
"http://www.opensource.org/licenses/attribution"
|
25
|
+
],
|
26
|
+
"isOsiApproved": true
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"reference": "./Abstyles.html",
|
30
|
+
"isDeprecatedLicenseId": false,
|
31
|
+
"detailsUrl": "http://spdx.org/licenses/Abstyles.json",
|
32
|
+
"referenceNumber": "3",
|
33
|
+
"name": "Abstyles License",
|
34
|
+
"licenseId": "Abstyles",
|
35
|
+
"seeAlso": [
|
36
|
+
"https://fedoraproject.org/wiki/Licensing/Abstyles"
|
37
|
+
],
|
38
|
+
"isOsiApproved": false
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"reference": "./Adobe-2006.html",
|
42
|
+
"isDeprecatedLicenseId": false,
|
43
|
+
"detailsUrl": "http://spdx.org/licenses/Adobe-2006.json",
|
44
|
+
"referenceNumber": "4",
|
45
|
+
"name": "Adobe Systems Incorporated Source Code License Agreement",
|
46
|
+
"licenseId": "Adobe-2006",
|
47
|
+
"seeAlso": [
|
48
|
+
"https://fedoraproject.org/wiki/Licensing/AdobeLicense"
|
49
|
+
],
|
50
|
+
"isOsiApproved": false
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"reference": "./Adobe-Glyph.html",
|
54
|
+
"isDeprecatedLicenseId": false,
|
55
|
+
"detailsUrl": "http://spdx.org/licenses/Adobe-Glyph.json",
|
56
|
+
"referenceNumber": "5",
|
57
|
+
"name": "Adobe Glyph List License",
|
58
|
+
"licenseId": "Adobe-Glyph",
|
59
|
+
"seeAlso": [
|
60
|
+
"https://fedoraproject.org/wiki/Licensing/MIT#AdobeGlyph"
|
61
|
+
],
|
62
|
+
"isOsiApproved": false
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"reference": "./ADSL.html",
|
66
|
+
"isDeprecatedLicenseId": false,
|
67
|
+
"detailsUrl": "http://spdx.org/licenses/ADSL.json",
|
68
|
+
"referenceNumber": "6",
|
69
|
+
"name": "Amazon Digital Services License",
|
70
|
+
"licenseId": "ADSL",
|
71
|
+
"seeAlso": [
|
72
|
+
"https://fedoraproject.org/wiki/Licensing/AmazonDigitalServicesLicense"
|
73
|
+
],
|
74
|
+
"isOsiApproved": false
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"reference": "./AFL-1.1.html",
|
78
|
+
"isDeprecatedLicenseId": false,
|
79
|
+
"isFsfLibre": true,
|
80
|
+
"detailsUrl": "http://spdx.org/licenses/AFL-1.1.json",
|
81
|
+
"referenceNumber": "7",
|
82
|
+
"name": "Academic Free License v1.1",
|
83
|
+
"licenseId": "AFL-1.1",
|
84
|
+
"seeAlso": [
|
85
|
+
"http://opensource.linux-mirror.org/licenses/afl-1.1.txt",
|
86
|
+
"http://wayback.archive.org/web/20021004124254/http://www.opensource.org/licenses/academic.php"
|
87
|
+
],
|
88
|
+
"isOsiApproved": true
|
89
|
+
},
|
90
|
+
{
|
91
|
+
"reference": "./AFL-1.2.html",
|
92
|
+
"isDeprecatedLicenseId": false,
|
93
|
+
"isFsfLibre": true,
|
94
|
+
"detailsUrl": "http://spdx.org/licenses/AFL-1.2.json",
|
95
|
+
"referenceNumber": "8",
|
96
|
+
"name": "Academic Free License v1.2",
|
97
|
+
"licenseId": "AFL-1.2",
|
98
|
+
"seeAlso": [
|
99
|
+
"http://opensource.linux-mirror.org/licenses/afl-1.2.txt",
|
100
|
+
"http://wayback.archive.org/web/20021204204652/http://www.opensource.org/licenses/academic.php"
|
101
|
+
],
|
102
|
+
"isOsiApproved": true
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"reference": "./AFL-2.0.html",
|
106
|
+
"isDeprecatedLicenseId": false,
|
107
|
+
"isFsfLibre": true,
|
108
|
+
"detailsUrl": "http://spdx.org/licenses/AFL-2.0.json",
|
109
|
+
"referenceNumber": "9",
|
110
|
+
"name": "Academic Free License v2.0",
|
111
|
+
"licenseId": "AFL-2.0",
|
112
|
+
"seeAlso": [
|
113
|
+
"http://opensource.linux-mirror.org/licenses/afl-2.0.txt",
|
114
|
+
"http://wayback.archive.org/web/20060924134533/http://www.opensource.org/licenses/afl-2.0.txt"
|
115
|
+
],
|
116
|
+
"isOsiApproved": true
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"reference": "./AFL-2.1.html",
|
120
|
+
"isDeprecatedLicenseId": false,
|
121
|
+
"isFsfLibre": true,
|
122
|
+
"detailsUrl": "http://spdx.org/licenses/AFL-2.1.json",
|
123
|
+
"referenceNumber": "10",
|
124
|
+
"name": "Academic Free License v2.1",
|
125
|
+
"licenseId": "AFL-2.1",
|
126
|
+
"seeAlso": [
|
127
|
+
"http://opensource.linux-mirror.org/licenses/afl-2.1.txt"
|
128
|
+
],
|
129
|
+
"isOsiApproved": true
|
130
|
+
},
|
131
|
+
{
|
132
|
+
"reference": "./AFL-3.0.html",
|
133
|
+
"isDeprecatedLicenseId": false,
|
134
|
+
"isFsfLibre": true,
|
135
|
+
"detailsUrl": "http://spdx.org/licenses/AFL-3.0.json",
|
136
|
+
"referenceNumber": "11",
|
137
|
+
"name": "Academic Free License v3.0",
|
138
|
+
"licenseId": "AFL-3.0",
|
139
|
+
"seeAlso": [
|
140
|
+
"http://www.rosenlaw.com/AFL3.0.htm",
|
141
|
+
"http://www.opensource.org/licenses/afl-3.0"
|
142
|
+
],
|
143
|
+
"isOsiApproved": true
|
144
|
+
},
|
145
|
+
{
|
146
|
+
"reference": "./Afmparse.html",
|
147
|
+
"isDeprecatedLicenseId": false,
|
148
|
+
"detailsUrl": "http://spdx.org/licenses/Afmparse.json",
|
149
|
+
"referenceNumber": "12",
|
150
|
+
"name": "Afmparse License",
|
151
|
+
"licenseId": "Afmparse",
|
152
|
+
"seeAlso": [
|
153
|
+
"https://fedoraproject.org/wiki/Licensing/Afmparse"
|
154
|
+
],
|
155
|
+
"isOsiApproved": false
|
156
|
+
},
|
157
|
+
{
|
158
|
+
"reference": "./AGPL-1.0.html",
|
159
|
+
"isDeprecatedLicenseId": false,
|
160
|
+
"isFsfLibre": true,
|
161
|
+
"detailsUrl": "http://spdx.org/licenses/AGPL-1.0.json",
|
162
|
+
"referenceNumber": "13",
|
163
|
+
"name": "Affero General Public License v1.0",
|
164
|
+
"licenseId": "AGPL-1.0",
|
165
|
+
"seeAlso": [
|
166
|
+
"http://www.affero.org/oagpl.html"
|
167
|
+
],
|
168
|
+
"isOsiApproved": false
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"reference": "./AGPL-3.0-only.html",
|
172
|
+
"isDeprecatedLicenseId": false,
|
173
|
+
"detailsUrl": "http://spdx.org/licenses/AGPL-3.0-only.json",
|
174
|
+
"referenceNumber": "14",
|
175
|
+
"name": "GNU Affero General Public License v3.0 only",
|
176
|
+
"licenseId": "AGPL-3.0-only",
|
177
|
+
"seeAlso": [
|
178
|
+
"http://www.gnu.org/licenses/agpl.txt",
|
179
|
+
"http://www.opensource.org/licenses/AGPL-3.0"
|
180
|
+
],
|
181
|
+
"isOsiApproved": true
|
182
|
+
},
|
183
|
+
{
|
184
|
+
"reference": "./AGPL-3.0-or-later.html",
|
185
|
+
"isDeprecatedLicenseId": false,
|
186
|
+
"detailsUrl": "http://spdx.org/licenses/AGPL-3.0-or-later.json",
|
187
|
+
"referenceNumber": "15",
|
188
|
+
"name": "GNU Affero General Public License v3.0 or later",
|
189
|
+
"licenseId": "AGPL-3.0-or-later",
|
190
|
+
"seeAlso": [
|
191
|
+
"http://www.gnu.org/licenses/agpl.txt",
|
192
|
+
"http://www.opensource.org/licenses/AGPL-3.0"
|
193
|
+
],
|
194
|
+
"isOsiApproved": true
|
195
|
+
},
|
196
|
+
{
|
197
|
+
"reference": "./Aladdin.html",
|
198
|
+
"isDeprecatedLicenseId": false,
|
199
|
+
"isFsfLibre": false,
|
200
|
+
"detailsUrl": "http://spdx.org/licenses/Aladdin.json",
|
201
|
+
"referenceNumber": "16",
|
202
|
+
"name": "Aladdin Free Public License",
|
203
|
+
"licenseId": "Aladdin",
|
204
|
+
"seeAlso": [
|
205
|
+
"http://pages.cs.wisc.edu/~ghost/doc/AFPL/6.01/Public.htm"
|
206
|
+
],
|
207
|
+
"isOsiApproved": false
|
208
|
+
},
|
209
|
+
{
|
210
|
+
"reference": "./AMDPLPA.html",
|
211
|
+
"isDeprecatedLicenseId": false,
|
212
|
+
"detailsUrl": "http://spdx.org/licenses/AMDPLPA.json",
|
213
|
+
"referenceNumber": "17",
|
214
|
+
"name": "AMD\u0027s plpa_map.c License",
|
215
|
+
"licenseId": "AMDPLPA",
|
216
|
+
"seeAlso": [
|
217
|
+
"https://fedoraproject.org/wiki/Licensing/AMD_plpa_map_License"
|
218
|
+
],
|
219
|
+
"isOsiApproved": false
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"reference": "./AML.html",
|
223
|
+
"isDeprecatedLicenseId": false,
|
224
|
+
"detailsUrl": "http://spdx.org/licenses/AML.json",
|
225
|
+
"referenceNumber": "18",
|
226
|
+
"name": "Apple MIT License",
|
227
|
+
"licenseId": "AML",
|
228
|
+
"seeAlso": [
|
229
|
+
"https://fedoraproject.org/wiki/Licensing/Apple_MIT_License"
|
230
|
+
],
|
231
|
+
"isOsiApproved": false
|
232
|
+
},
|
233
|
+
{
|
234
|
+
"reference": "./AMPAS.html",
|
235
|
+
"isDeprecatedLicenseId": false,
|
236
|
+
"detailsUrl": "http://spdx.org/licenses/AMPAS.json",
|
237
|
+
"referenceNumber": "19",
|
238
|
+
"name": "Academy of Motion Picture Arts and Sciences BSD",
|
239
|
+
"licenseId": "AMPAS",
|
240
|
+
"seeAlso": [
|
241
|
+
"https://fedoraproject.org/wiki/Licensing/BSD#AMPASBSD"
|
242
|
+
],
|
243
|
+
"isOsiApproved": false
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"reference": "./ANTLR-PD.html",
|
247
|
+
"isDeprecatedLicenseId": false,
|
248
|
+
"detailsUrl": "http://spdx.org/licenses/ANTLR-PD.json",
|
249
|
+
"referenceNumber": "20",
|
250
|
+
"name": "ANTLR Software Rights Notice",
|
251
|
+
"licenseId": "ANTLR-PD",
|
252
|
+
"seeAlso": [
|
253
|
+
"http://www.antlr2.org/license.html"
|
254
|
+
],
|
255
|
+
"isOsiApproved": false
|
256
|
+
},
|
257
|
+
{
|
258
|
+
"reference": "./Apache-1.0.html",
|
259
|
+
"isDeprecatedLicenseId": false,
|
260
|
+
"isFsfLibre": true,
|
261
|
+
"detailsUrl": "http://spdx.org/licenses/Apache-1.0.json",
|
262
|
+
"referenceNumber": "21",
|
263
|
+
"name": "Apache License 1.0",
|
264
|
+
"licenseId": "Apache-1.0",
|
265
|
+
"seeAlso": [
|
266
|
+
"http://www.apache.org/licenses/LICENSE-1.0"
|
267
|
+
],
|
268
|
+
"isOsiApproved": false
|
269
|
+
},
|
270
|
+
{
|
271
|
+
"reference": "./Apache-1.1.html",
|
272
|
+
"isDeprecatedLicenseId": false,
|
273
|
+
"isFsfLibre": true,
|
274
|
+
"detailsUrl": "http://spdx.org/licenses/Apache-1.1.json",
|
275
|
+
"referenceNumber": "22",
|
276
|
+
"name": "Apache License 1.1",
|
277
|
+
"licenseId": "Apache-1.1",
|
278
|
+
"seeAlso": [
|
279
|
+
"http://apache.org/licenses/LICENSE-1.1",
|
280
|
+
"http://opensource.org/licenses/Apache-1.1"
|
281
|
+
],
|
282
|
+
"isOsiApproved": true
|
283
|
+
},
|
284
|
+
{
|
285
|
+
"reference": "./Apache-2.0.html",
|
286
|
+
"isDeprecatedLicenseId": false,
|
287
|
+
"isFsfLibre": true,
|
288
|
+
"detailsUrl": "http://spdx.org/licenses/Apache-2.0.json",
|
289
|
+
"referenceNumber": "23",
|
290
|
+
"name": "Apache License 2.0",
|
291
|
+
"licenseId": "Apache-2.0",
|
292
|
+
"seeAlso": [
|
293
|
+
"http://www.apache.org/licenses/LICENSE-2.0",
|
294
|
+
"http://www.opensource.org/licenses/Apache-2.0"
|
295
|
+
],
|
296
|
+
"isOsiApproved": true
|
297
|
+
},
|
298
|
+
{
|
299
|
+
"reference": "./APAFML.html",
|
300
|
+
"isDeprecatedLicenseId": false,
|
301
|
+
"detailsUrl": "http://spdx.org/licenses/APAFML.json",
|
302
|
+
"referenceNumber": "24",
|
303
|
+
"name": "Adobe Postscript AFM License",
|
304
|
+
"licenseId": "APAFML",
|
305
|
+
"seeAlso": [
|
306
|
+
"https://fedoraproject.org/wiki/Licensing/AdobePostscriptAFM"
|
307
|
+
],
|
308
|
+
"isOsiApproved": false
|
309
|
+
},
|
310
|
+
{
|
311
|
+
"reference": "./APL-1.0.html",
|
312
|
+
"isDeprecatedLicenseId": false,
|
313
|
+
"detailsUrl": "http://spdx.org/licenses/APL-1.0.json",
|
314
|
+
"referenceNumber": "25",
|
315
|
+
"name": "Adaptive Public License 1.0",
|
316
|
+
"licenseId": "APL-1.0",
|
317
|
+
"seeAlso": [
|
318
|
+
"http://www.opensource.org/licenses/APL-1.0"
|
319
|
+
],
|
320
|
+
"isOsiApproved": true
|
321
|
+
},
|
322
|
+
{
|
323
|
+
"reference": "./APSL-1.0.html",
|
324
|
+
"isDeprecatedLicenseId": false,
|
325
|
+
"isFsfLibre": false,
|
326
|
+
"detailsUrl": "http://spdx.org/licenses/APSL-1.0.json",
|
327
|
+
"referenceNumber": "26",
|
328
|
+
"name": "Apple Public Source License 1.0",
|
329
|
+
"licenseId": "APSL-1.0",
|
330
|
+
"seeAlso": [
|
331
|
+
"https://fedoraproject.org/wiki/Licensing/Apple_Public_Source_License_1.0"
|
332
|
+
],
|
333
|
+
"isOsiApproved": true
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"reference": "./APSL-1.1.html",
|
337
|
+
"isDeprecatedLicenseId": false,
|
338
|
+
"detailsUrl": "http://spdx.org/licenses/APSL-1.1.json",
|
339
|
+
"referenceNumber": "27",
|
340
|
+
"name": "Apple Public Source License 1.1",
|
341
|
+
"licenseId": "APSL-1.1",
|
342
|
+
"seeAlso": [
|
343
|
+
"http://www.opensource.apple.com/source/IOSerialFamily/IOSerialFamily-7/APPLE_LICENSE"
|
344
|
+
],
|
345
|
+
"isOsiApproved": true
|
346
|
+
},
|
347
|
+
{
|
348
|
+
"reference": "./APSL-1.2.html",
|
349
|
+
"isDeprecatedLicenseId": false,
|
350
|
+
"detailsUrl": "http://spdx.org/licenses/APSL-1.2.json",
|
351
|
+
"referenceNumber": "28",
|
352
|
+
"name": "Apple Public Source License 1.2",
|
353
|
+
"licenseId": "APSL-1.2",
|
354
|
+
"seeAlso": [
|
355
|
+
"http://www.samurajdata.se/opensource/mirror/licenses/apsl.php"
|
356
|
+
],
|
357
|
+
"isOsiApproved": true
|
358
|
+
},
|
359
|
+
{
|
360
|
+
"reference": "./APSL-2.0.html",
|
361
|
+
"isDeprecatedLicenseId": false,
|
362
|
+
"isFsfLibre": true,
|
363
|
+
"detailsUrl": "http://spdx.org/licenses/APSL-2.0.json",
|
364
|
+
"referenceNumber": "29",
|
365
|
+
"name": "Apple Public Source License 2.0",
|
366
|
+
"licenseId": "APSL-2.0",
|
367
|
+
"seeAlso": [
|
368
|
+
"http://www.opensource.apple.com/license/apsl/"
|
369
|
+
],
|
370
|
+
"isOsiApproved": true
|
371
|
+
},
|
372
|
+
{
|
373
|
+
"reference": "./Artistic-1.0-cl8.html",
|
374
|
+
"isDeprecatedLicenseId": false,
|
375
|
+
"detailsUrl": "http://spdx.org/licenses/Artistic-1.0-cl8.json",
|
376
|
+
"referenceNumber": "30",
|
377
|
+
"name": "Artistic License 1.0 w/clause 8",
|
378
|
+
"licenseId": "Artistic-1.0-cl8",
|
379
|
+
"seeAlso": [
|
380
|
+
"http://opensource.org/licenses/Artistic-1.0"
|
381
|
+
],
|
382
|
+
"isOsiApproved": true
|
383
|
+
},
|
384
|
+
{
|
385
|
+
"reference": "./Artistic-1.0-Perl.html",
|
386
|
+
"isDeprecatedLicenseId": false,
|
387
|
+
"detailsUrl": "http://spdx.org/licenses/Artistic-1.0-Perl.json",
|
388
|
+
"referenceNumber": "31",
|
389
|
+
"name": "Artistic License 1.0 (Perl)",
|
390
|
+
"licenseId": "Artistic-1.0-Perl",
|
391
|
+
"seeAlso": [
|
392
|
+
"http://dev.perl.org/licenses/artistic.html"
|
393
|
+
],
|
394
|
+
"isOsiApproved": true
|
395
|
+
},
|
396
|
+
{
|
397
|
+
"reference": "./Artistic-1.0.html",
|
398
|
+
"isDeprecatedLicenseId": false,
|
399
|
+
"isFsfLibre": false,
|
400
|
+
"detailsUrl": "http://spdx.org/licenses/Artistic-1.0.json",
|
401
|
+
"referenceNumber": "32",
|
402
|
+
"name": "Artistic License 1.0",
|
403
|
+
"licenseId": "Artistic-1.0",
|
404
|
+
"seeAlso": [
|
405
|
+
"http://opensource.org/licenses/Artistic-1.0"
|
406
|
+
],
|
407
|
+
"isOsiApproved": true
|
408
|
+
},
|
409
|
+
{
|
410
|
+
"reference": "./Artistic-2.0.html",
|
411
|
+
"isDeprecatedLicenseId": false,
|
412
|
+
"isFsfLibre": true,
|
413
|
+
"detailsUrl": "http://spdx.org/licenses/Artistic-2.0.json",
|
414
|
+
"referenceNumber": "33",
|
415
|
+
"name": "Artistic License 2.0",
|
416
|
+
"licenseId": "Artistic-2.0",
|
417
|
+
"seeAlso": [
|
418
|
+
"http://www.perlfoundation.org/artistic_license_2_0",
|
419
|
+
"http://www.opensource.org/licenses/artistic-license-2.0"
|
420
|
+
],
|
421
|
+
"isOsiApproved": true
|
422
|
+
},
|
423
|
+
{
|
424
|
+
"reference": "./Bahyph.html",
|
425
|
+
"isDeprecatedLicenseId": false,
|
426
|
+
"detailsUrl": "http://spdx.org/licenses/Bahyph.json",
|
427
|
+
"referenceNumber": "34",
|
428
|
+
"name": "Bahyph License",
|
429
|
+
"licenseId": "Bahyph",
|
430
|
+
"seeAlso": [
|
431
|
+
"https://fedoraproject.org/wiki/Licensing/Bahyph"
|
432
|
+
],
|
433
|
+
"isOsiApproved": false
|
434
|
+
},
|
435
|
+
{
|
436
|
+
"reference": "./Barr.html",
|
437
|
+
"isDeprecatedLicenseId": false,
|
438
|
+
"detailsUrl": "http://spdx.org/licenses/Barr.json",
|
439
|
+
"referenceNumber": "35",
|
440
|
+
"name": "Barr License",
|
441
|
+
"licenseId": "Barr",
|
442
|
+
"seeAlso": [
|
443
|
+
"https://fedoraproject.org/wiki/Licensing/Barr"
|
444
|
+
],
|
445
|
+
"isOsiApproved": false
|
446
|
+
},
|
447
|
+
{
|
448
|
+
"reference": "./Beerware.html",
|
449
|
+
"isDeprecatedLicenseId": false,
|
450
|
+
"detailsUrl": "http://spdx.org/licenses/Beerware.json",
|
451
|
+
"referenceNumber": "36",
|
452
|
+
"name": "Beerware License",
|
453
|
+
"licenseId": "Beerware",
|
454
|
+
"seeAlso": [
|
455
|
+
"https://fedoraproject.org/wiki/Licensing/Beerware",
|
456
|
+
"https://people.freebsd.org/~phk/"
|
457
|
+
],
|
458
|
+
"isOsiApproved": false
|
459
|
+
},
|
460
|
+
{
|
461
|
+
"reference": "./BitTorrent-1.0.html",
|
462
|
+
"isDeprecatedLicenseId": false,
|
463
|
+
"detailsUrl": "http://spdx.org/licenses/BitTorrent-1.0.json",
|
464
|
+
"referenceNumber": "37",
|
465
|
+
"name": "BitTorrent Open Source License v1.0",
|
466
|
+
"licenseId": "BitTorrent-1.0",
|
467
|
+
"seeAlso": [
|
468
|
+
"http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/licenses/BitTorrent?r1\u003d1.1\u0026r2\u003d1.1.1.1\u0026diff_format\u003ds"
|
469
|
+
],
|
470
|
+
"isOsiApproved": false
|
471
|
+
},
|
472
|
+
{
|
473
|
+
"reference": "./BitTorrent-1.1.html",
|
474
|
+
"isDeprecatedLicenseId": false,
|
475
|
+
"isFsfLibre": true,
|
476
|
+
"detailsUrl": "http://spdx.org/licenses/BitTorrent-1.1.json",
|
477
|
+
"referenceNumber": "38",
|
478
|
+
"name": "BitTorrent Open Source License v1.1",
|
479
|
+
"licenseId": "BitTorrent-1.1",
|
480
|
+
"seeAlso": [
|
481
|
+
"http://directory.fsf.org/wiki/License:BitTorrentOSL1.1"
|
482
|
+
],
|
483
|
+
"isOsiApproved": false
|
484
|
+
},
|
485
|
+
{
|
486
|
+
"reference": "./Borceux.html",
|
487
|
+
"isDeprecatedLicenseId": false,
|
488
|
+
"detailsUrl": "http://spdx.org/licenses/Borceux.json",
|
489
|
+
"referenceNumber": "39",
|
490
|
+
"name": "Borceux license",
|
491
|
+
"licenseId": "Borceux",
|
492
|
+
"seeAlso": [
|
493
|
+
"https://fedoraproject.org/wiki/Licensing/Borceux"
|
494
|
+
],
|
495
|
+
"isOsiApproved": false
|
496
|
+
},
|
497
|
+
{
|
498
|
+
"reference": "./BSD-1-Clause.html",
|
499
|
+
"isDeprecatedLicenseId": false,
|
500
|
+
"detailsUrl": "http://spdx.org/licenses/BSD-1-Clause.json",
|
501
|
+
"referenceNumber": "40",
|
502
|
+
"name": "BSD 1-Clause License",
|
503
|
+
"licenseId": "BSD-1-Clause",
|
504
|
+
"seeAlso": [
|
505
|
+
"https://svnweb.freebsd.org/base/head/include/ifaddrs.h?revision\u003d326823"
|
506
|
+
],
|
507
|
+
"isOsiApproved": false
|
508
|
+
},
|
509
|
+
{
|
510
|
+
"reference": "./BSD-2-Clause-FreeBSD.html",
|
511
|
+
"isDeprecatedLicenseId": false,
|
512
|
+
"isFsfLibre": true,
|
513
|
+
"detailsUrl": "http://spdx.org/licenses/BSD-2-Clause-FreeBSD.json",
|
514
|
+
"referenceNumber": "41",
|
515
|
+
"name": "BSD 2-Clause FreeBSD License",
|
516
|
+
"licenseId": "BSD-2-Clause-FreeBSD",
|
517
|
+
"seeAlso": [
|
518
|
+
"http://www.freebsd.org/copyright/freebsd-license.html"
|
519
|
+
],
|
520
|
+
"isOsiApproved": false
|
521
|
+
},
|
522
|
+
{
|
523
|
+
"reference": "./BSD-2-Clause-NetBSD.html",
|
524
|
+
"isDeprecatedLicenseId": false,
|
525
|
+
"detailsUrl": "http://spdx.org/licenses/BSD-2-Clause-NetBSD.json",
|
526
|
+
"referenceNumber": "42",
|
527
|
+
"name": "BSD 2-Clause NetBSD License",
|
528
|
+
"licenseId": "BSD-2-Clause-NetBSD",
|
529
|
+
"seeAlso": [
|
530
|
+
"http://www.netbsd.org/about/redistribution.html#default"
|
531
|
+
],
|
532
|
+
"isOsiApproved": false
|
533
|
+
},
|
534
|
+
{
|
535
|
+
"reference": "./BSD-2-Clause-Patent.html",
|
536
|
+
"isDeprecatedLicenseId": false,
|
537
|
+
"detailsUrl": "http://spdx.org/licenses/BSD-2-Clause-Patent.json",
|
538
|
+
"referenceNumber": "43",
|
539
|
+
"name": "BSD-2-Clause Plus Patent License",
|
540
|
+
"licenseId": "BSD-2-Clause-Patent",
|
541
|
+
"seeAlso": [
|
542
|
+
"https://opensource.org/licenses/BSDplusPatent"
|
543
|
+
],
|
544
|
+
"isOsiApproved": true
|
545
|
+
},
|
546
|
+
{
|
547
|
+
"reference": "./BSD-2-Clause.html",
|
548
|
+
"isDeprecatedLicenseId": false,
|
549
|
+
"detailsUrl": "http://spdx.org/licenses/BSD-2-Clause.json",
|
550
|
+
"referenceNumber": "44",
|
551
|
+
"name": "BSD 2-Clause \"Simplified\" License",
|
552
|
+
"licenseId": "BSD-2-Clause",
|
553
|
+
"seeAlso": [
|
554
|
+
"http://www.opensource.org/licenses/BSD-2-Clause"
|
555
|
+
],
|
556
|
+
"isOsiApproved": true
|
557
|
+
},
|
558
|
+
{
|
559
|
+
"reference": "./BSD-3-Clause-Attribution.html",
|
560
|
+
"isDeprecatedLicenseId": false,
|
561
|
+
"detailsUrl": "http://spdx.org/licenses/BSD-3-Clause-Attribution.json",
|
562
|
+
"referenceNumber": "45",
|
563
|
+
"name": "BSD with attribution",
|
564
|
+
"licenseId": "BSD-3-Clause-Attribution",
|
565
|
+
"seeAlso": [
|
566
|
+
"https://fedoraproject.org/wiki/Licensing/BSD_with_Attribution"
|
567
|
+
],
|
568
|
+
"isOsiApproved": false
|
569
|
+
},
|
570
|
+
{
|
571
|
+
"reference": "./BSD-3-Clause-Clear.html",
|
572
|
+
"isDeprecatedLicenseId": false,
|
573
|
+
"isFsfLibre": true,
|
574
|
+
"detailsUrl": "http://spdx.org/licenses/BSD-3-Clause-Clear.json",
|
575
|
+
"referenceNumber": "46",
|
576
|
+
"name": "BSD 3-Clause Clear License",
|
577
|
+
"licenseId": "BSD-3-Clause-Clear",
|
578
|
+
"seeAlso": [
|
579
|
+
"http://labs.metacarta.com/license-explanation.html#license"
|
580
|
+
],
|
581
|
+
"isOsiApproved": false
|
582
|
+
},
|
583
|
+
{
|
584
|
+
"reference": "./BSD-3-Clause-LBNL.html",
|
585
|
+
"isDeprecatedLicenseId": false,
|
586
|
+
"detailsUrl": "http://spdx.org/licenses/BSD-3-Clause-LBNL.json",
|
587
|
+
"referenceNumber": "47",
|
588
|
+
"name": "Lawrence Berkeley National Labs BSD variant license",
|
589
|
+
"licenseId": "BSD-3-Clause-LBNL",
|
590
|
+
"seeAlso": [
|
591
|
+
"https://fedoraproject.org/wiki/Licensing/LBNLBSD"
|
592
|
+
],
|
593
|
+
"isOsiApproved": false
|
594
|
+
},
|
595
|
+
{
|
596
|
+
"reference": "./BSD-3-Clause-No-Nuclear-License-2014.html",
|
597
|
+
"isDeprecatedLicenseId": false,
|
598
|
+
"detailsUrl": "http://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License-2014.json",
|
599
|
+
"referenceNumber": "48",
|
600
|
+
"name": "BSD 3-Clause No Nuclear License 2014",
|
601
|
+
"licenseId": "BSD-3-Clause-No-Nuclear-License-2014",
|
602
|
+
"seeAlso": [
|
603
|
+
"https://java.net/projects/javaeetutorial/pages/BerkeleyLicense"
|
604
|
+
],
|
605
|
+
"isOsiApproved": false
|
606
|
+
},
|
607
|
+
{
|
608
|
+
"reference": "./BSD-3-Clause-No-Nuclear-License.html",
|
609
|
+
"isDeprecatedLicenseId": false,
|
610
|
+
"detailsUrl": "http://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License.json",
|
611
|
+
"referenceNumber": "49",
|
612
|
+
"name": "BSD 3-Clause No Nuclear License",
|
613
|
+
"licenseId": "BSD-3-Clause-No-Nuclear-License",
|
614
|
+
"seeAlso": [
|
615
|
+
"http://download.oracle.com/otn-pub/java/licenses/bsd.txt?AuthParam\u003d1467140197_43d516ce1776bd08a58235a7785be1cc"
|
616
|
+
],
|
617
|
+
"isOsiApproved": false
|
618
|
+
},
|
619
|
+
{
|
620
|
+
"reference": "./BSD-3-Clause-No-Nuclear-Warranty.html",
|
621
|
+
"isDeprecatedLicenseId": false,
|
622
|
+
"detailsUrl": "http://spdx.org/licenses/BSD-3-Clause-No-Nuclear-Warranty.json",
|
623
|
+
"referenceNumber": "50",
|
624
|
+
"name": "BSD 3-Clause No Nuclear Warranty",
|
625
|
+
"licenseId": "BSD-3-Clause-No-Nuclear-Warranty",
|
626
|
+
"seeAlso": [
|
627
|
+
"https://jogamp.org/git/?p\u003dgluegen.git;a\u003dblob_plain;f\u003dLICENSE.txt"
|
628
|
+
],
|
629
|
+
"isOsiApproved": false
|
630
|
+
},
|
631
|
+
{
|
632
|
+
"reference": "./BSD-3-Clause.html",
|
633
|
+
"isDeprecatedLicenseId": false,
|
634
|
+
"isFsfLibre": true,
|
635
|
+
"detailsUrl": "http://spdx.org/licenses/BSD-3-Clause.json",
|
636
|
+
"referenceNumber": "51",
|
637
|
+
"name": "BSD 3-Clause \"New\" or \"Revised\" License",
|
638
|
+
"licenseId": "BSD-3-Clause",
|
639
|
+
"seeAlso": [
|
640
|
+
"http://www.opensource.org/licenses/BSD-3-Clause"
|
641
|
+
],
|
642
|
+
"isOsiApproved": true
|
643
|
+
},
|
644
|
+
{
|
645
|
+
"reference": "./BSD-4-Clause-UC.html",
|
646
|
+
"isDeprecatedLicenseId": false,
|
647
|
+
"detailsUrl": "http://spdx.org/licenses/BSD-4-Clause-UC.json",
|
648
|
+
"referenceNumber": "52",
|
649
|
+
"name": "BSD-4-Clause (University of California-Specific)",
|
650
|
+
"licenseId": "BSD-4-Clause-UC",
|
651
|
+
"seeAlso": [
|
652
|
+
"http://www.freebsd.org/copyright/license.html"
|
653
|
+
],
|
654
|
+
"isOsiApproved": false
|
655
|
+
},
|
656
|
+
{
|
657
|
+
"reference": "./BSD-4-Clause.html",
|
658
|
+
"isDeprecatedLicenseId": false,
|
659
|
+
"isFsfLibre": true,
|
660
|
+
"detailsUrl": "http://spdx.org/licenses/BSD-4-Clause.json",
|
661
|
+
"referenceNumber": "53",
|
662
|
+
"name": "BSD 4-Clause \"Original\" or \"Old\" License",
|
663
|
+
"licenseId": "BSD-4-Clause",
|
664
|
+
"seeAlso": [
|
665
|
+
"http://directory.fsf.org/wiki/License:BSD_4Clause"
|
666
|
+
],
|
667
|
+
"isOsiApproved": false
|
668
|
+
},
|
669
|
+
{
|
670
|
+
"reference": "./BSD-Protection.html",
|
671
|
+
"isDeprecatedLicenseId": false,
|
672
|
+
"detailsUrl": "http://spdx.org/licenses/BSD-Protection.json",
|
673
|
+
"referenceNumber": "54",
|
674
|
+
"name": "BSD Protection License",
|
675
|
+
"licenseId": "BSD-Protection",
|
676
|
+
"seeAlso": [
|
677
|
+
"https://fedoraproject.org/wiki/Licensing/BSD_Protection_License"
|
678
|
+
],
|
679
|
+
"isOsiApproved": false
|
680
|
+
},
|
681
|
+
{
|
682
|
+
"reference": "./BSD-Source-Code.html",
|
683
|
+
"isDeprecatedLicenseId": false,
|
684
|
+
"detailsUrl": "http://spdx.org/licenses/BSD-Source-Code.json",
|
685
|
+
"referenceNumber": "55",
|
686
|
+
"name": "BSD Source Code Attribution",
|
687
|
+
"licenseId": "BSD-Source-Code",
|
688
|
+
"seeAlso": [
|
689
|
+
"https://github.com/robbiehanson/CocoaHTTPServer/blob/master/LICENSE.txt"
|
690
|
+
],
|
691
|
+
"isOsiApproved": false
|
692
|
+
},
|
693
|
+
{
|
694
|
+
"reference": "./BSL-1.0.html",
|
695
|
+
"isDeprecatedLicenseId": false,
|
696
|
+
"isFsfLibre": true,
|
697
|
+
"detailsUrl": "http://spdx.org/licenses/BSL-1.0.json",
|
698
|
+
"referenceNumber": "56",
|
699
|
+
"name": "Boost Software License 1.0",
|
700
|
+
"licenseId": "BSL-1.0",
|
701
|
+
"seeAlso": [
|
702
|
+
"http://www.boost.org/LICENSE_1_0.txt",
|
703
|
+
"http://www.opensource.org/licenses/BSL-1.0"
|
704
|
+
],
|
705
|
+
"isOsiApproved": true
|
706
|
+
},
|
707
|
+
{
|
708
|
+
"reference": "./bzip2-1.0.5.html",
|
709
|
+
"isDeprecatedLicenseId": false,
|
710
|
+
"detailsUrl": "http://spdx.org/licenses/bzip2-1.0.5.json",
|
711
|
+
"referenceNumber": "57",
|
712
|
+
"name": "bzip2 and libbzip2 License v1.0.5",
|
713
|
+
"licenseId": "bzip2-1.0.5",
|
714
|
+
"seeAlso": [
|
715
|
+
"http://bzip.org/1.0.5/bzip2-manual-1.0.5.html"
|
716
|
+
],
|
717
|
+
"isOsiApproved": false
|
718
|
+
},
|
719
|
+
{
|
720
|
+
"reference": "./bzip2-1.0.6.html",
|
721
|
+
"isDeprecatedLicenseId": false,
|
722
|
+
"detailsUrl": "http://spdx.org/licenses/bzip2-1.0.6.json",
|
723
|
+
"referenceNumber": "58",
|
724
|
+
"name": "bzip2 and libbzip2 License v1.0.6",
|
725
|
+
"licenseId": "bzip2-1.0.6",
|
726
|
+
"seeAlso": [
|
727
|
+
"https://github.com/asimonov-im/bzip2/blob/master/LICENSE"
|
728
|
+
],
|
729
|
+
"isOsiApproved": false
|
730
|
+
},
|
731
|
+
{
|
732
|
+
"reference": "./Caldera.html",
|
733
|
+
"isDeprecatedLicenseId": false,
|
734
|
+
"detailsUrl": "http://spdx.org/licenses/Caldera.json",
|
735
|
+
"referenceNumber": "59",
|
736
|
+
"name": "Caldera License",
|
737
|
+
"licenseId": "Caldera",
|
738
|
+
"seeAlso": [
|
739
|
+
"http://www.lemis.com/grog/UNIX/ancient-source-all.pdf"
|
740
|
+
],
|
741
|
+
"isOsiApproved": false
|
742
|
+
},
|
743
|
+
{
|
744
|
+
"reference": "./CATOSL-1.1.html",
|
745
|
+
"isDeprecatedLicenseId": false,
|
746
|
+
"detailsUrl": "http://spdx.org/licenses/CATOSL-1.1.json",
|
747
|
+
"referenceNumber": "60",
|
748
|
+
"name": "Computer Associates Trusted Open Source License 1.1",
|
749
|
+
"licenseId": "CATOSL-1.1",
|
750
|
+
"seeAlso": [
|
751
|
+
"http://opensource.org/licenses/CATOSL-1.1"
|
752
|
+
],
|
753
|
+
"isOsiApproved": true
|
754
|
+
},
|
755
|
+
{
|
756
|
+
"reference": "./CC-BY-1.0.html",
|
757
|
+
"isDeprecatedLicenseId": false,
|
758
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-1.0.json",
|
759
|
+
"referenceNumber": "61",
|
760
|
+
"name": "Creative Commons Attribution 1.0",
|
761
|
+
"licenseId": "CC-BY-1.0",
|
762
|
+
"seeAlso": [
|
763
|
+
"http://creativecommons.org/licenses/by/1.0/legalcode"
|
764
|
+
],
|
765
|
+
"isOsiApproved": false
|
766
|
+
},
|
767
|
+
{
|
768
|
+
"reference": "./CC-BY-2.0.html",
|
769
|
+
"isDeprecatedLicenseId": false,
|
770
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-2.0.json",
|
771
|
+
"referenceNumber": "62",
|
772
|
+
"name": "Creative Commons Attribution 2.0",
|
773
|
+
"licenseId": "CC-BY-2.0",
|
774
|
+
"seeAlso": [
|
775
|
+
"http://creativecommons.org/licenses/by/2.0/legalcode"
|
776
|
+
],
|
777
|
+
"isOsiApproved": false
|
778
|
+
},
|
779
|
+
{
|
780
|
+
"reference": "./CC-BY-2.5.html",
|
781
|
+
"isDeprecatedLicenseId": false,
|
782
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-2.5.json",
|
783
|
+
"referenceNumber": "63",
|
784
|
+
"name": "Creative Commons Attribution 2.5",
|
785
|
+
"licenseId": "CC-BY-2.5",
|
786
|
+
"seeAlso": [
|
787
|
+
"http://creativecommons.org/licenses/by/2.5/legalcode"
|
788
|
+
],
|
789
|
+
"isOsiApproved": false
|
790
|
+
},
|
791
|
+
{
|
792
|
+
"reference": "./CC-BY-3.0.html",
|
793
|
+
"isDeprecatedLicenseId": false,
|
794
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-3.0.json",
|
795
|
+
"referenceNumber": "64",
|
796
|
+
"name": "Creative Commons Attribution 3.0",
|
797
|
+
"licenseId": "CC-BY-3.0",
|
798
|
+
"seeAlso": [
|
799
|
+
"http://creativecommons.org/licenses/by/3.0/legalcode"
|
800
|
+
],
|
801
|
+
"isOsiApproved": false
|
802
|
+
},
|
803
|
+
{
|
804
|
+
"reference": "./CC-BY-4.0.html",
|
805
|
+
"isDeprecatedLicenseId": false,
|
806
|
+
"isFsfLibre": true,
|
807
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-4.0.json",
|
808
|
+
"referenceNumber": "65",
|
809
|
+
"name": "Creative Commons Attribution 4.0",
|
810
|
+
"licenseId": "CC-BY-4.0",
|
811
|
+
"seeAlso": [
|
812
|
+
"http://creativecommons.org/licenses/by/4.0/legalcode"
|
813
|
+
],
|
814
|
+
"isOsiApproved": false
|
815
|
+
},
|
816
|
+
{
|
817
|
+
"reference": "./CC-BY-NC-1.0.html",
|
818
|
+
"isDeprecatedLicenseId": false,
|
819
|
+
"isFsfLibre": false,
|
820
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-NC-1.0.json",
|
821
|
+
"referenceNumber": "66",
|
822
|
+
"name": "Creative Commons Attribution Non Commercial 1.0",
|
823
|
+
"licenseId": "CC-BY-NC-1.0",
|
824
|
+
"seeAlso": [
|
825
|
+
"http://creativecommons.org/licenses/by-nc/1.0/legalcode"
|
826
|
+
],
|
827
|
+
"isOsiApproved": false
|
828
|
+
},
|
829
|
+
{
|
830
|
+
"reference": "./CC-BY-NC-2.0.html",
|
831
|
+
"isDeprecatedLicenseId": false,
|
832
|
+
"isFsfLibre": false,
|
833
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-NC-2.0.json",
|
834
|
+
"referenceNumber": "67",
|
835
|
+
"name": "Creative Commons Attribution Non Commercial 2.0",
|
836
|
+
"licenseId": "CC-BY-NC-2.0",
|
837
|
+
"seeAlso": [
|
838
|
+
"http://creativecommons.org/licenses/by-nc/2.0/legalcode"
|
839
|
+
],
|
840
|
+
"isOsiApproved": false
|
841
|
+
},
|
842
|
+
{
|
843
|
+
"reference": "./CC-BY-NC-2.5.html",
|
844
|
+
"isDeprecatedLicenseId": false,
|
845
|
+
"isFsfLibre": false,
|
846
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-NC-2.5.json",
|
847
|
+
"referenceNumber": "68",
|
848
|
+
"name": "Creative Commons Attribution Non Commercial 2.5",
|
849
|
+
"licenseId": "CC-BY-NC-2.5",
|
850
|
+
"seeAlso": [
|
851
|
+
"http://creativecommons.org/licenses/by-nc/2.5/legalcode"
|
852
|
+
],
|
853
|
+
"isOsiApproved": false
|
854
|
+
},
|
855
|
+
{
|
856
|
+
"reference": "./CC-BY-NC-3.0.html",
|
857
|
+
"isDeprecatedLicenseId": false,
|
858
|
+
"isFsfLibre": false,
|
859
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-NC-3.0.json",
|
860
|
+
"referenceNumber": "69",
|
861
|
+
"name": "Creative Commons Attribution Non Commercial 3.0",
|
862
|
+
"licenseId": "CC-BY-NC-3.0",
|
863
|
+
"seeAlso": [
|
864
|
+
"http://creativecommons.org/licenses/by-nc/3.0/legalcode"
|
865
|
+
],
|
866
|
+
"isOsiApproved": false
|
867
|
+
},
|
868
|
+
{
|
869
|
+
"reference": "./CC-BY-NC-4.0.html",
|
870
|
+
"isDeprecatedLicenseId": false,
|
871
|
+
"isFsfLibre": false,
|
872
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-NC-4.0.json",
|
873
|
+
"referenceNumber": "70",
|
874
|
+
"name": "Creative Commons Attribution Non Commercial 4.0",
|
875
|
+
"licenseId": "CC-BY-NC-4.0",
|
876
|
+
"seeAlso": [
|
877
|
+
"http://creativecommons.org/licenses/by-nc/4.0/legalcode"
|
878
|
+
],
|
879
|
+
"isOsiApproved": false
|
880
|
+
},
|
881
|
+
{
|
882
|
+
"reference": "./CC-BY-NC-ND-1.0.html",
|
883
|
+
"isDeprecatedLicenseId": false,
|
884
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-NC-ND-1.0.json",
|
885
|
+
"referenceNumber": "71",
|
886
|
+
"name": "Creative Commons Attribution Non Commercial No Derivatives 1.0",
|
887
|
+
"licenseId": "CC-BY-NC-ND-1.0",
|
888
|
+
"seeAlso": [
|
889
|
+
"http://creativecommons.org/licenses/by-nd-nc/1.0/legalcode"
|
890
|
+
],
|
891
|
+
"isOsiApproved": false
|
892
|
+
},
|
893
|
+
{
|
894
|
+
"reference": "./CC-BY-NC-ND-2.0.html",
|
895
|
+
"isDeprecatedLicenseId": false,
|
896
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-NC-ND-2.0.json",
|
897
|
+
"referenceNumber": "72",
|
898
|
+
"name": "Creative Commons Attribution Non Commercial No Derivatives 2.0",
|
899
|
+
"licenseId": "CC-BY-NC-ND-2.0",
|
900
|
+
"seeAlso": [
|
901
|
+
"http://creativecommons.org/licenses/by-nc-nd/2.0/legalcode"
|
902
|
+
],
|
903
|
+
"isOsiApproved": false
|
904
|
+
},
|
905
|
+
{
|
906
|
+
"reference": "./CC-BY-NC-ND-2.5.html",
|
907
|
+
"isDeprecatedLicenseId": false,
|
908
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-NC-ND-2.5.json",
|
909
|
+
"referenceNumber": "73",
|
910
|
+
"name": "Creative Commons Attribution Non Commercial No Derivatives 2.5",
|
911
|
+
"licenseId": "CC-BY-NC-ND-2.5",
|
912
|
+
"seeAlso": [
|
913
|
+
"http://creativecommons.org/licenses/by-nc-nd/2.5/legalcode"
|
914
|
+
],
|
915
|
+
"isOsiApproved": false
|
916
|
+
},
|
917
|
+
{
|
918
|
+
"reference": "./CC-BY-NC-ND-3.0.html",
|
919
|
+
"isDeprecatedLicenseId": false,
|
920
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-NC-ND-3.0.json",
|
921
|
+
"referenceNumber": "74",
|
922
|
+
"name": "Creative Commons Attribution Non Commercial No Derivatives 3.0",
|
923
|
+
"licenseId": "CC-BY-NC-ND-3.0",
|
924
|
+
"seeAlso": [
|
925
|
+
"http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode"
|
926
|
+
],
|
927
|
+
"isOsiApproved": false
|
928
|
+
},
|
929
|
+
{
|
930
|
+
"reference": "./CC-BY-NC-ND-4.0.html",
|
931
|
+
"isDeprecatedLicenseId": false,
|
932
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-NC-ND-4.0.json",
|
933
|
+
"referenceNumber": "75",
|
934
|
+
"name": "Creative Commons Attribution Non Commercial No Derivatives 4.0",
|
935
|
+
"licenseId": "CC-BY-NC-ND-4.0",
|
936
|
+
"seeAlso": [
|
937
|
+
"http://creativecommons.org/licenses/by-nc-nd/4.0/legalcode"
|
938
|
+
],
|
939
|
+
"isOsiApproved": false
|
940
|
+
},
|
941
|
+
{
|
942
|
+
"reference": "./CC-BY-NC-SA-1.0.html",
|
943
|
+
"isDeprecatedLicenseId": false,
|
944
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-NC-SA-1.0.json",
|
945
|
+
"referenceNumber": "76",
|
946
|
+
"name": "Creative Commons Attribution Non Commercial Share Alike 1.0",
|
947
|
+
"licenseId": "CC-BY-NC-SA-1.0",
|
948
|
+
"seeAlso": [
|
949
|
+
"http://creativecommons.org/licenses/by-nc-sa/1.0/legalcode"
|
950
|
+
],
|
951
|
+
"isOsiApproved": false
|
952
|
+
},
|
953
|
+
{
|
954
|
+
"reference": "./CC-BY-NC-SA-2.0.html",
|
955
|
+
"isDeprecatedLicenseId": false,
|
956
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-NC-SA-2.0.json",
|
957
|
+
"referenceNumber": "77",
|
958
|
+
"name": "Creative Commons Attribution Non Commercial Share Alike 2.0",
|
959
|
+
"licenseId": "CC-BY-NC-SA-2.0",
|
960
|
+
"seeAlso": [
|
961
|
+
"http://creativecommons.org/licenses/by-nc-sa/2.0/legalcode"
|
962
|
+
],
|
963
|
+
"isOsiApproved": false
|
964
|
+
},
|
965
|
+
{
|
966
|
+
"reference": "./CC-BY-NC-SA-2.5.html",
|
967
|
+
"isDeprecatedLicenseId": false,
|
968
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-NC-SA-2.5.json",
|
969
|
+
"referenceNumber": "78",
|
970
|
+
"name": "Creative Commons Attribution Non Commercial Share Alike 2.5",
|
971
|
+
"licenseId": "CC-BY-NC-SA-2.5",
|
972
|
+
"seeAlso": [
|
973
|
+
"http://creativecommons.org/licenses/by-nc-sa/2.5/legalcode"
|
974
|
+
],
|
975
|
+
"isOsiApproved": false
|
976
|
+
},
|
977
|
+
{
|
978
|
+
"reference": "./CC-BY-NC-SA-3.0.html",
|
979
|
+
"isDeprecatedLicenseId": false,
|
980
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-NC-SA-3.0.json",
|
981
|
+
"referenceNumber": "79",
|
982
|
+
"name": "Creative Commons Attribution Non Commercial Share Alike 3.0",
|
983
|
+
"licenseId": "CC-BY-NC-SA-3.0",
|
984
|
+
"seeAlso": [
|
985
|
+
"http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode"
|
986
|
+
],
|
987
|
+
"isOsiApproved": false
|
988
|
+
},
|
989
|
+
{
|
990
|
+
"reference": "./CC-BY-NC-SA-4.0.html",
|
991
|
+
"isDeprecatedLicenseId": false,
|
992
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-NC-SA-4.0.json",
|
993
|
+
"referenceNumber": "80",
|
994
|
+
"name": "Creative Commons Attribution Non Commercial Share Alike 4.0",
|
995
|
+
"licenseId": "CC-BY-NC-SA-4.0",
|
996
|
+
"seeAlso": [
|
997
|
+
"http://creativecommons.org/licenses/by-nc-sa/4.0/legalcode"
|
998
|
+
],
|
999
|
+
"isOsiApproved": false
|
1000
|
+
},
|
1001
|
+
{
|
1002
|
+
"reference": "./CC-BY-ND-1.0.html",
|
1003
|
+
"isDeprecatedLicenseId": false,
|
1004
|
+
"isFsfLibre": false,
|
1005
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-ND-1.0.json",
|
1006
|
+
"referenceNumber": "81",
|
1007
|
+
"name": "Creative Commons Attribution No Derivatives 1.0",
|
1008
|
+
"licenseId": "CC-BY-ND-1.0",
|
1009
|
+
"seeAlso": [
|
1010
|
+
"http://creativecommons.org/licenses/by-nd/1.0/legalcode"
|
1011
|
+
],
|
1012
|
+
"isOsiApproved": false
|
1013
|
+
},
|
1014
|
+
{
|
1015
|
+
"reference": "./CC-BY-ND-2.0.html",
|
1016
|
+
"isDeprecatedLicenseId": false,
|
1017
|
+
"isFsfLibre": false,
|
1018
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-ND-2.0.json",
|
1019
|
+
"referenceNumber": "82",
|
1020
|
+
"name": "Creative Commons Attribution No Derivatives 2.0",
|
1021
|
+
"licenseId": "CC-BY-ND-2.0",
|
1022
|
+
"seeAlso": [
|
1023
|
+
"https://creativecommons.org/licenses/by-nd/2.0/legalcode"
|
1024
|
+
],
|
1025
|
+
"isOsiApproved": false
|
1026
|
+
},
|
1027
|
+
{
|
1028
|
+
"reference": "./CC-BY-ND-2.5.html",
|
1029
|
+
"isDeprecatedLicenseId": false,
|
1030
|
+
"isFsfLibre": false,
|
1031
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-ND-2.5.json",
|
1032
|
+
"referenceNumber": "83",
|
1033
|
+
"name": "Creative Commons Attribution No Derivatives 2.5",
|
1034
|
+
"licenseId": "CC-BY-ND-2.5",
|
1035
|
+
"seeAlso": [
|
1036
|
+
"http://creativecommons.org/licenses/by-nd/2.5/legalcode"
|
1037
|
+
],
|
1038
|
+
"isOsiApproved": false
|
1039
|
+
},
|
1040
|
+
{
|
1041
|
+
"reference": "./CC-BY-ND-3.0.html",
|
1042
|
+
"isDeprecatedLicenseId": false,
|
1043
|
+
"isFsfLibre": false,
|
1044
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-ND-3.0.json",
|
1045
|
+
"referenceNumber": "84",
|
1046
|
+
"name": "Creative Commons Attribution No Derivatives 3.0",
|
1047
|
+
"licenseId": "CC-BY-ND-3.0",
|
1048
|
+
"seeAlso": [
|
1049
|
+
"http://creativecommons.org/licenses/by-nd/3.0/legalcode"
|
1050
|
+
],
|
1051
|
+
"isOsiApproved": false
|
1052
|
+
},
|
1053
|
+
{
|
1054
|
+
"reference": "./CC-BY-ND-4.0.html",
|
1055
|
+
"isDeprecatedLicenseId": false,
|
1056
|
+
"isFsfLibre": false,
|
1057
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-ND-4.0.json",
|
1058
|
+
"referenceNumber": "85",
|
1059
|
+
"name": "Creative Commons Attribution No Derivatives 4.0",
|
1060
|
+
"licenseId": "CC-BY-ND-4.0",
|
1061
|
+
"seeAlso": [
|
1062
|
+
"http://creativecommons.org/licenses/by-nd/4.0/legalcode"
|
1063
|
+
],
|
1064
|
+
"isOsiApproved": false
|
1065
|
+
},
|
1066
|
+
{
|
1067
|
+
"reference": "./CC-BY-SA-1.0.html",
|
1068
|
+
"isDeprecatedLicenseId": false,
|
1069
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-SA-1.0.json",
|
1070
|
+
"referenceNumber": "86",
|
1071
|
+
"name": "Creative Commons Attribution Share Alike 1.0",
|
1072
|
+
"licenseId": "CC-BY-SA-1.0",
|
1073
|
+
"seeAlso": [
|
1074
|
+
"http://creativecommons.org/licenses/by-sa/1.0/legalcode"
|
1075
|
+
],
|
1076
|
+
"isOsiApproved": false
|
1077
|
+
},
|
1078
|
+
{
|
1079
|
+
"reference": "./CC-BY-SA-2.0.html",
|
1080
|
+
"isDeprecatedLicenseId": false,
|
1081
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-SA-2.0.json",
|
1082
|
+
"referenceNumber": "87",
|
1083
|
+
"name": "Creative Commons Attribution Share Alike 2.0",
|
1084
|
+
"licenseId": "CC-BY-SA-2.0",
|
1085
|
+
"seeAlso": [
|
1086
|
+
"http://creativecommons.org/licenses/by-sa/2.0/legalcode"
|
1087
|
+
],
|
1088
|
+
"isOsiApproved": false
|
1089
|
+
},
|
1090
|
+
{
|
1091
|
+
"reference": "./CC-BY-SA-2.5.html",
|
1092
|
+
"isDeprecatedLicenseId": false,
|
1093
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-SA-2.5.json",
|
1094
|
+
"referenceNumber": "88",
|
1095
|
+
"name": "Creative Commons Attribution Share Alike 2.5",
|
1096
|
+
"licenseId": "CC-BY-SA-2.5",
|
1097
|
+
"seeAlso": [
|
1098
|
+
"http://creativecommons.org/licenses/by-sa/2.5/legalcode"
|
1099
|
+
],
|
1100
|
+
"isOsiApproved": false
|
1101
|
+
},
|
1102
|
+
{
|
1103
|
+
"reference": "./CC-BY-SA-3.0.html",
|
1104
|
+
"isDeprecatedLicenseId": false,
|
1105
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-SA-3.0.json",
|
1106
|
+
"referenceNumber": "89",
|
1107
|
+
"name": "Creative Commons Attribution Share Alike 3.0",
|
1108
|
+
"licenseId": "CC-BY-SA-3.0",
|
1109
|
+
"seeAlso": [
|
1110
|
+
"http://creativecommons.org/licenses/by-sa/3.0/legalcode"
|
1111
|
+
],
|
1112
|
+
"isOsiApproved": false
|
1113
|
+
},
|
1114
|
+
{
|
1115
|
+
"reference": "./CC-BY-SA-4.0.html",
|
1116
|
+
"isDeprecatedLicenseId": false,
|
1117
|
+
"isFsfLibre": true,
|
1118
|
+
"detailsUrl": "http://spdx.org/licenses/CC-BY-SA-4.0.json",
|
1119
|
+
"referenceNumber": "90",
|
1120
|
+
"name": "Creative Commons Attribution Share Alike 4.0",
|
1121
|
+
"licenseId": "CC-BY-SA-4.0",
|
1122
|
+
"seeAlso": [
|
1123
|
+
"http://creativecommons.org/licenses/by-sa/4.0/legalcode"
|
1124
|
+
],
|
1125
|
+
"isOsiApproved": false
|
1126
|
+
},
|
1127
|
+
{
|
1128
|
+
"reference": "./CC0-1.0.html",
|
1129
|
+
"isDeprecatedLicenseId": false,
|
1130
|
+
"isFsfLibre": true,
|
1131
|
+
"detailsUrl": "http://spdx.org/licenses/CC0-1.0.json",
|
1132
|
+
"referenceNumber": "91",
|
1133
|
+
"name": "Creative Commons Zero v1.0 Universal",
|
1134
|
+
"licenseId": "CC0-1.0",
|
1135
|
+
"seeAlso": [
|
1136
|
+
"http://creativecommons.org/publicdomain/zero/1.0/legalcode"
|
1137
|
+
],
|
1138
|
+
"isOsiApproved": false
|
1139
|
+
},
|
1140
|
+
{
|
1141
|
+
"reference": "./CDDL-1.0.html",
|
1142
|
+
"isDeprecatedLicenseId": false,
|
1143
|
+
"isFsfLibre": true,
|
1144
|
+
"detailsUrl": "http://spdx.org/licenses/CDDL-1.0.json",
|
1145
|
+
"referenceNumber": "92",
|
1146
|
+
"name": "Common Development and Distribution License 1.0",
|
1147
|
+
"licenseId": "CDDL-1.0",
|
1148
|
+
"seeAlso": [
|
1149
|
+
"http://www.opensource.org/licenses/cddl1"
|
1150
|
+
],
|
1151
|
+
"isOsiApproved": true
|
1152
|
+
},
|
1153
|
+
{
|
1154
|
+
"reference": "./CDDL-1.1.html",
|
1155
|
+
"isDeprecatedLicenseId": false,
|
1156
|
+
"detailsUrl": "http://spdx.org/licenses/CDDL-1.1.json",
|
1157
|
+
"referenceNumber": "93",
|
1158
|
+
"name": "Common Development and Distribution License 1.1",
|
1159
|
+
"licenseId": "CDDL-1.1",
|
1160
|
+
"seeAlso": [
|
1161
|
+
"http://glassfish.java.net/public/CDDL+GPL_1_1.html",
|
1162
|
+
"https://javaee.github.io/glassfish/LICENSE"
|
1163
|
+
],
|
1164
|
+
"isOsiApproved": false
|
1165
|
+
},
|
1166
|
+
{
|
1167
|
+
"reference": "./CDLA-Permissive-1.0.html",
|
1168
|
+
"isDeprecatedLicenseId": false,
|
1169
|
+
"detailsUrl": "http://spdx.org/licenses/CDLA-Permissive-1.0.json",
|
1170
|
+
"referenceNumber": "94",
|
1171
|
+
"name": "Community Data License Agreement Permissive 1.0",
|
1172
|
+
"licenseId": "CDLA-Permissive-1.0",
|
1173
|
+
"seeAlso": [
|
1174
|
+
"https://cdla.io/permissive-1-0"
|
1175
|
+
],
|
1176
|
+
"isOsiApproved": false
|
1177
|
+
},
|
1178
|
+
{
|
1179
|
+
"reference": "./CDLA-Sharing-1.0.html",
|
1180
|
+
"isDeprecatedLicenseId": false,
|
1181
|
+
"detailsUrl": "http://spdx.org/licenses/CDLA-Sharing-1.0.json",
|
1182
|
+
"referenceNumber": "95",
|
1183
|
+
"name": "Community Data License Agreement Sharing 1.0",
|
1184
|
+
"licenseId": "CDLA-Sharing-1.0",
|
1185
|
+
"seeAlso": [
|
1186
|
+
"https://cdla.io/sharing-1-0"
|
1187
|
+
],
|
1188
|
+
"isOsiApproved": false
|
1189
|
+
},
|
1190
|
+
{
|
1191
|
+
"reference": "./CECILL-1.0.html",
|
1192
|
+
"isDeprecatedLicenseId": false,
|
1193
|
+
"detailsUrl": "http://spdx.org/licenses/CECILL-1.0.json",
|
1194
|
+
"referenceNumber": "96",
|
1195
|
+
"name": "CeCILL Free Software License Agreement v1.0",
|
1196
|
+
"licenseId": "CECILL-1.0",
|
1197
|
+
"seeAlso": [
|
1198
|
+
"http://www.cecill.info/licences/Licence_CeCILL_V1-fr.html"
|
1199
|
+
],
|
1200
|
+
"isOsiApproved": false
|
1201
|
+
},
|
1202
|
+
{
|
1203
|
+
"reference": "./CECILL-1.1.html",
|
1204
|
+
"isDeprecatedLicenseId": false,
|
1205
|
+
"detailsUrl": "http://spdx.org/licenses/CECILL-1.1.json",
|
1206
|
+
"referenceNumber": "97",
|
1207
|
+
"name": "CeCILL Free Software License Agreement v1.1",
|
1208
|
+
"licenseId": "CECILL-1.1",
|
1209
|
+
"seeAlso": [
|
1210
|
+
"http://www.cecill.info/licences/Licence_CeCILL_V1.1-US.html"
|
1211
|
+
],
|
1212
|
+
"isOsiApproved": false
|
1213
|
+
},
|
1214
|
+
{
|
1215
|
+
"reference": "./CECILL-2.0.html",
|
1216
|
+
"isDeprecatedLicenseId": false,
|
1217
|
+
"isFsfLibre": true,
|
1218
|
+
"detailsUrl": "http://spdx.org/licenses/CECILL-2.0.json",
|
1219
|
+
"referenceNumber": "98",
|
1220
|
+
"name": "CeCILL Free Software License Agreement v2.0",
|
1221
|
+
"licenseId": "CECILL-2.0",
|
1222
|
+
"seeAlso": [
|
1223
|
+
"http://www.cecill.info/licences/Licence_CeCILL_V2-en.html"
|
1224
|
+
],
|
1225
|
+
"isOsiApproved": false
|
1226
|
+
},
|
1227
|
+
{
|
1228
|
+
"reference": "./CECILL-2.1.html",
|
1229
|
+
"isDeprecatedLicenseId": false,
|
1230
|
+
"detailsUrl": "http://spdx.org/licenses/CECILL-2.1.json",
|
1231
|
+
"referenceNumber": "99",
|
1232
|
+
"name": "CeCILL Free Software License Agreement v2.1",
|
1233
|
+
"licenseId": "CECILL-2.1",
|
1234
|
+
"seeAlso": [
|
1235
|
+
"http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.html"
|
1236
|
+
],
|
1237
|
+
"isOsiApproved": true
|
1238
|
+
},
|
1239
|
+
{
|
1240
|
+
"reference": "./CECILL-B.html",
|
1241
|
+
"isDeprecatedLicenseId": false,
|
1242
|
+
"isFsfLibre": true,
|
1243
|
+
"detailsUrl": "http://spdx.org/licenses/CECILL-B.json",
|
1244
|
+
"referenceNumber": "100",
|
1245
|
+
"name": "CeCILL-B Free Software License Agreement",
|
1246
|
+
"licenseId": "CECILL-B",
|
1247
|
+
"seeAlso": [
|
1248
|
+
"http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html"
|
1249
|
+
],
|
1250
|
+
"isOsiApproved": false
|
1251
|
+
},
|
1252
|
+
{
|
1253
|
+
"reference": "./CECILL-C.html",
|
1254
|
+
"isDeprecatedLicenseId": false,
|
1255
|
+
"isFsfLibre": true,
|
1256
|
+
"detailsUrl": "http://spdx.org/licenses/CECILL-C.json",
|
1257
|
+
"referenceNumber": "101",
|
1258
|
+
"name": "CeCILL-C Free Software License Agreement",
|
1259
|
+
"licenseId": "CECILL-C",
|
1260
|
+
"seeAlso": [
|
1261
|
+
"http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html\n "
|
1262
|
+
],
|
1263
|
+
"isOsiApproved": false
|
1264
|
+
},
|
1265
|
+
{
|
1266
|
+
"reference": "./ClArtistic.html",
|
1267
|
+
"isDeprecatedLicenseId": false,
|
1268
|
+
"isFsfLibre": true,
|
1269
|
+
"detailsUrl": "http://spdx.org/licenses/ClArtistic.json",
|
1270
|
+
"referenceNumber": "102",
|
1271
|
+
"name": "Clarified Artistic License",
|
1272
|
+
"licenseId": "ClArtistic",
|
1273
|
+
"seeAlso": [
|
1274
|
+
"http://gianluca.dellavedova.org/2011/01/03/clarified-artistic-license/",
|
1275
|
+
"http://www.ncftp.com/ncftp/doc/LICENSE.txt"
|
1276
|
+
],
|
1277
|
+
"isOsiApproved": false
|
1278
|
+
},
|
1279
|
+
{
|
1280
|
+
"reference": "./CNRI-Jython.html",
|
1281
|
+
"isDeprecatedLicenseId": false,
|
1282
|
+
"detailsUrl": "http://spdx.org/licenses/CNRI-Jython.json",
|
1283
|
+
"referenceNumber": "103",
|
1284
|
+
"name": "CNRI Jython License",
|
1285
|
+
"licenseId": "CNRI-Jython",
|
1286
|
+
"seeAlso": [
|
1287
|
+
"http://www.jython.org/license.html"
|
1288
|
+
],
|
1289
|
+
"isOsiApproved": false
|
1290
|
+
},
|
1291
|
+
{
|
1292
|
+
"reference": "./CNRI-Python-GPL-Compatible.html",
|
1293
|
+
"isDeprecatedLicenseId": false,
|
1294
|
+
"detailsUrl": "http://spdx.org/licenses/CNRI-Python-GPL-Compatible.json",
|
1295
|
+
"referenceNumber": "104",
|
1296
|
+
"name": "CNRI Python Open Source GPL Compatible License Agreement",
|
1297
|
+
"licenseId": "CNRI-Python-GPL-Compatible",
|
1298
|
+
"seeAlso": [
|
1299
|
+
"http://www.python.org/download/releases/1.6.1/download_win/"
|
1300
|
+
],
|
1301
|
+
"isOsiApproved": false
|
1302
|
+
},
|
1303
|
+
{
|
1304
|
+
"reference": "./CNRI-Python.html",
|
1305
|
+
"isDeprecatedLicenseId": false,
|
1306
|
+
"detailsUrl": "http://spdx.org/licenses/CNRI-Python.json",
|
1307
|
+
"referenceNumber": "105",
|
1308
|
+
"name": "CNRI Python License",
|
1309
|
+
"licenseId": "CNRI-Python",
|
1310
|
+
"seeAlso": [
|
1311
|
+
"http://www.opensource.org/licenses/CNRI-Python"
|
1312
|
+
],
|
1313
|
+
"isOsiApproved": true
|
1314
|
+
},
|
1315
|
+
{
|
1316
|
+
"reference": "./Condor-1.1.html",
|
1317
|
+
"isDeprecatedLicenseId": false,
|
1318
|
+
"isFsfLibre": true,
|
1319
|
+
"detailsUrl": "http://spdx.org/licenses/Condor-1.1.json",
|
1320
|
+
"referenceNumber": "106",
|
1321
|
+
"name": "Condor Public License v1.1",
|
1322
|
+
"licenseId": "Condor-1.1",
|
1323
|
+
"seeAlso": [
|
1324
|
+
"http://research.cs.wisc.edu/condor/license.html#condor",
|
1325
|
+
"http://web.archive.org/web/20111123062036/http://research.cs.wisc.edu/condor/license.html#condor"
|
1326
|
+
],
|
1327
|
+
"isOsiApproved": false
|
1328
|
+
},
|
1329
|
+
{
|
1330
|
+
"reference": "./CPAL-1.0.html",
|
1331
|
+
"isDeprecatedLicenseId": false,
|
1332
|
+
"isFsfLibre": true,
|
1333
|
+
"detailsUrl": "http://spdx.org/licenses/CPAL-1.0.json",
|
1334
|
+
"referenceNumber": "107",
|
1335
|
+
"name": "Common Public Attribution License 1.0",
|
1336
|
+
"licenseId": "CPAL-1.0",
|
1337
|
+
"seeAlso": [
|
1338
|
+
"http://www.opensource.org/licenses/CPAL-1.0"
|
1339
|
+
],
|
1340
|
+
"isOsiApproved": true
|
1341
|
+
},
|
1342
|
+
{
|
1343
|
+
"reference": "./CPL-1.0.html",
|
1344
|
+
"isDeprecatedLicenseId": false,
|
1345
|
+
"isFsfLibre": true,
|
1346
|
+
"detailsUrl": "http://spdx.org/licenses/CPL-1.0.json",
|
1347
|
+
"referenceNumber": "108",
|
1348
|
+
"name": "Common Public License 1.0",
|
1349
|
+
"licenseId": "CPL-1.0",
|
1350
|
+
"seeAlso": [
|
1351
|
+
"http://opensource.org/licenses/CPL-1.0"
|
1352
|
+
],
|
1353
|
+
"isOsiApproved": true
|
1354
|
+
},
|
1355
|
+
{
|
1356
|
+
"reference": "./CPOL-1.02.html",
|
1357
|
+
"isDeprecatedLicenseId": false,
|
1358
|
+
"isFsfLibre": false,
|
1359
|
+
"detailsUrl": "http://spdx.org/licenses/CPOL-1.02.json",
|
1360
|
+
"referenceNumber": "109",
|
1361
|
+
"name": "Code Project Open License 1.02",
|
1362
|
+
"licenseId": "CPOL-1.02",
|
1363
|
+
"seeAlso": [
|
1364
|
+
"http://www.codeproject.com/info/cpol10.aspx"
|
1365
|
+
],
|
1366
|
+
"isOsiApproved": false
|
1367
|
+
},
|
1368
|
+
{
|
1369
|
+
"reference": "./Crossword.html",
|
1370
|
+
"isDeprecatedLicenseId": false,
|
1371
|
+
"detailsUrl": "http://spdx.org/licenses/Crossword.json",
|
1372
|
+
"referenceNumber": "110",
|
1373
|
+
"name": "Crossword License",
|
1374
|
+
"licenseId": "Crossword",
|
1375
|
+
"seeAlso": [
|
1376
|
+
"https://fedoraproject.org/wiki/Licensing/Crossword"
|
1377
|
+
],
|
1378
|
+
"isOsiApproved": false
|
1379
|
+
},
|
1380
|
+
{
|
1381
|
+
"reference": "./CrystalStacker.html",
|
1382
|
+
"isDeprecatedLicenseId": false,
|
1383
|
+
"detailsUrl": "http://spdx.org/licenses/CrystalStacker.json",
|
1384
|
+
"referenceNumber": "111",
|
1385
|
+
"name": "CrystalStacker License",
|
1386
|
+
"licenseId": "CrystalStacker",
|
1387
|
+
"seeAlso": [
|
1388
|
+
"https://fedoraproject.org/wiki/Licensing:CrystalStacker?rd\u003dLicensing/CrystalStacker"
|
1389
|
+
],
|
1390
|
+
"isOsiApproved": false
|
1391
|
+
},
|
1392
|
+
{
|
1393
|
+
"reference": "./CUA-OPL-1.0.html",
|
1394
|
+
"isDeprecatedLicenseId": false,
|
1395
|
+
"detailsUrl": "http://spdx.org/licenses/CUA-OPL-1.0.json",
|
1396
|
+
"referenceNumber": "112",
|
1397
|
+
"name": "CUA Office Public License v1.0",
|
1398
|
+
"licenseId": "CUA-OPL-1.0",
|
1399
|
+
"seeAlso": [
|
1400
|
+
"http://opensource.org/licenses/CUA-OPL-1.0"
|
1401
|
+
],
|
1402
|
+
"isOsiApproved": true
|
1403
|
+
},
|
1404
|
+
{
|
1405
|
+
"reference": "./Cube.html",
|
1406
|
+
"isDeprecatedLicenseId": false,
|
1407
|
+
"detailsUrl": "http://spdx.org/licenses/Cube.json",
|
1408
|
+
"referenceNumber": "113",
|
1409
|
+
"name": "Cube License",
|
1410
|
+
"licenseId": "Cube",
|
1411
|
+
"seeAlso": [
|
1412
|
+
"https://fedoraproject.org/wiki/Licensing/Cube"
|
1413
|
+
],
|
1414
|
+
"isOsiApproved": false
|
1415
|
+
},
|
1416
|
+
{
|
1417
|
+
"reference": "./curl.html",
|
1418
|
+
"isDeprecatedLicenseId": false,
|
1419
|
+
"detailsUrl": "http://spdx.org/licenses/curl.json",
|
1420
|
+
"referenceNumber": "114",
|
1421
|
+
"name": "curl License",
|
1422
|
+
"licenseId": "curl",
|
1423
|
+
"seeAlso": [
|
1424
|
+
"https://github.com/bagder/curl/blob/master/COPYING"
|
1425
|
+
],
|
1426
|
+
"isOsiApproved": false
|
1427
|
+
},
|
1428
|
+
{
|
1429
|
+
"reference": "./D-FSL-1.0.html",
|
1430
|
+
"isDeprecatedLicenseId": false,
|
1431
|
+
"detailsUrl": "http://spdx.org/licenses/D-FSL-1.0.json",
|
1432
|
+
"referenceNumber": "115",
|
1433
|
+
"name": "Deutsche Freie Software Lizenz",
|
1434
|
+
"licenseId": "D-FSL-1.0",
|
1435
|
+
"seeAlso": [
|
1436
|
+
"http://www.dipp.nrw.de/d-fsl/lizenzen/",
|
1437
|
+
"http://www.dipp.nrw.de/d-fsl/index_html/lizenzen/de/D-FSL-1_0_de.txt",
|
1438
|
+
"http://www.dipp.nrw.de/d-fsl/index_html/lizenzen/en/D-FSL-1_0_en.txt",
|
1439
|
+
"https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl",
|
1440
|
+
"https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/deutsche-freie-software-lizenz",
|
1441
|
+
"https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/german-free-software-license",
|
1442
|
+
"https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/D-FSL-1_0_de.txt/at_download/file",
|
1443
|
+
"https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/D-FSL-1_0_en.txt/at_download/file"
|
1444
|
+
],
|
1445
|
+
"isOsiApproved": false
|
1446
|
+
},
|
1447
|
+
{
|
1448
|
+
"reference": "./diffmark.html",
|
1449
|
+
"isDeprecatedLicenseId": false,
|
1450
|
+
"detailsUrl": "http://spdx.org/licenses/diffmark.json",
|
1451
|
+
"referenceNumber": "116",
|
1452
|
+
"name": "diffmark license",
|
1453
|
+
"licenseId": "diffmark",
|
1454
|
+
"seeAlso": [
|
1455
|
+
"https://fedoraproject.org/wiki/Licensing/diffmark"
|
1456
|
+
],
|
1457
|
+
"isOsiApproved": false
|
1458
|
+
},
|
1459
|
+
{
|
1460
|
+
"reference": "./DOC.html",
|
1461
|
+
"isDeprecatedLicenseId": false,
|
1462
|
+
"detailsUrl": "http://spdx.org/licenses/DOC.json",
|
1463
|
+
"referenceNumber": "117",
|
1464
|
+
"name": "DOC License",
|
1465
|
+
"licenseId": "DOC",
|
1466
|
+
"seeAlso": [
|
1467
|
+
"http://www.cs.wustl.edu/~schmidt/ACE-copying.html"
|
1468
|
+
],
|
1469
|
+
"isOsiApproved": false
|
1470
|
+
},
|
1471
|
+
{
|
1472
|
+
"reference": "./Dotseqn.html",
|
1473
|
+
"isDeprecatedLicenseId": false,
|
1474
|
+
"detailsUrl": "http://spdx.org/licenses/Dotseqn.json",
|
1475
|
+
"referenceNumber": "118",
|
1476
|
+
"name": "Dotseqn License",
|
1477
|
+
"licenseId": "Dotseqn",
|
1478
|
+
"seeAlso": [
|
1479
|
+
"https://fedoraproject.org/wiki/Licensing/Dotseqn"
|
1480
|
+
],
|
1481
|
+
"isOsiApproved": false
|
1482
|
+
},
|
1483
|
+
{
|
1484
|
+
"reference": "./DSDP.html",
|
1485
|
+
"isDeprecatedLicenseId": false,
|
1486
|
+
"detailsUrl": "http://spdx.org/licenses/DSDP.json",
|
1487
|
+
"referenceNumber": "119",
|
1488
|
+
"name": "DSDP License",
|
1489
|
+
"licenseId": "DSDP",
|
1490
|
+
"seeAlso": [
|
1491
|
+
"https://fedoraproject.org/wiki/Licensing/DSDP"
|
1492
|
+
],
|
1493
|
+
"isOsiApproved": false
|
1494
|
+
},
|
1495
|
+
{
|
1496
|
+
"reference": "./dvipdfm.html",
|
1497
|
+
"isDeprecatedLicenseId": false,
|
1498
|
+
"detailsUrl": "http://spdx.org/licenses/dvipdfm.json",
|
1499
|
+
"referenceNumber": "120",
|
1500
|
+
"name": "dvipdfm License",
|
1501
|
+
"licenseId": "dvipdfm",
|
1502
|
+
"seeAlso": [
|
1503
|
+
"https://fedoraproject.org/wiki/Licensing/dvipdfm"
|
1504
|
+
],
|
1505
|
+
"isOsiApproved": false
|
1506
|
+
},
|
1507
|
+
{
|
1508
|
+
"reference": "./ECL-1.0.html",
|
1509
|
+
"isDeprecatedLicenseId": false,
|
1510
|
+
"detailsUrl": "http://spdx.org/licenses/ECL-1.0.json",
|
1511
|
+
"referenceNumber": "121",
|
1512
|
+
"name": "Educational Community License v1.0",
|
1513
|
+
"licenseId": "ECL-1.0",
|
1514
|
+
"seeAlso": [
|
1515
|
+
"http://opensource.org/licenses/ECL-1.0"
|
1516
|
+
],
|
1517
|
+
"isOsiApproved": true
|
1518
|
+
},
|
1519
|
+
{
|
1520
|
+
"reference": "./ECL-2.0.html",
|
1521
|
+
"isDeprecatedLicenseId": false,
|
1522
|
+
"isFsfLibre": true,
|
1523
|
+
"detailsUrl": "http://spdx.org/licenses/ECL-2.0.json",
|
1524
|
+
"referenceNumber": "122",
|
1525
|
+
"name": "Educational Community License v2.0",
|
1526
|
+
"licenseId": "ECL-2.0",
|
1527
|
+
"seeAlso": [
|
1528
|
+
"http://opensource.org/licenses/ECL-2.0"
|
1529
|
+
],
|
1530
|
+
"isOsiApproved": true
|
1531
|
+
},
|
1532
|
+
{
|
1533
|
+
"reference": "./EFL-1.0.html",
|
1534
|
+
"isDeprecatedLicenseId": false,
|
1535
|
+
"detailsUrl": "http://spdx.org/licenses/EFL-1.0.json",
|
1536
|
+
"referenceNumber": "123",
|
1537
|
+
"name": "Eiffel Forum License v1.0",
|
1538
|
+
"licenseId": "EFL-1.0",
|
1539
|
+
"seeAlso": [
|
1540
|
+
"http://www.eiffel-nice.org/license/forum.txt",
|
1541
|
+
"http://opensource.org/licenses/EFL-1.0"
|
1542
|
+
],
|
1543
|
+
"isOsiApproved": true
|
1544
|
+
},
|
1545
|
+
{
|
1546
|
+
"reference": "./EFL-2.0.html",
|
1547
|
+
"isDeprecatedLicenseId": false,
|
1548
|
+
"isFsfLibre": true,
|
1549
|
+
"detailsUrl": "http://spdx.org/licenses/EFL-2.0.json",
|
1550
|
+
"referenceNumber": "124",
|
1551
|
+
"name": "Eiffel Forum License v2.0",
|
1552
|
+
"licenseId": "EFL-2.0",
|
1553
|
+
"seeAlso": [
|
1554
|
+
"http://www.eiffel-nice.org/license/eiffel-forum-license-2.html",
|
1555
|
+
"http://opensource.org/licenses/EFL-2.0"
|
1556
|
+
],
|
1557
|
+
"isOsiApproved": true
|
1558
|
+
},
|
1559
|
+
{
|
1560
|
+
"reference": "./eGenix.html",
|
1561
|
+
"isDeprecatedLicenseId": false,
|
1562
|
+
"detailsUrl": "http://spdx.org/licenses/eGenix.json",
|
1563
|
+
"referenceNumber": "125",
|
1564
|
+
"name": "eGenix.com Public License 1.1.0",
|
1565
|
+
"licenseId": "eGenix",
|
1566
|
+
"seeAlso": [
|
1567
|
+
"http://www.egenix.com/products/eGenix.com-Public-License-1.1.0.pdf",
|
1568
|
+
"https://fedoraproject.org/wiki/Licensing/eGenix.com_Public_License_1.1.0"
|
1569
|
+
],
|
1570
|
+
"isOsiApproved": false
|
1571
|
+
},
|
1572
|
+
{
|
1573
|
+
"reference": "./Entessa.html",
|
1574
|
+
"isDeprecatedLicenseId": false,
|
1575
|
+
"detailsUrl": "http://spdx.org/licenses/Entessa.json",
|
1576
|
+
"referenceNumber": "126",
|
1577
|
+
"name": "Entessa Public License v1.0",
|
1578
|
+
"licenseId": "Entessa",
|
1579
|
+
"seeAlso": [
|
1580
|
+
"http://opensource.org/licenses/Entessa"
|
1581
|
+
],
|
1582
|
+
"isOsiApproved": true
|
1583
|
+
},
|
1584
|
+
{
|
1585
|
+
"reference": "./EPL-1.0.html",
|
1586
|
+
"isDeprecatedLicenseId": false,
|
1587
|
+
"isFsfLibre": true,
|
1588
|
+
"detailsUrl": "http://spdx.org/licenses/EPL-1.0.json",
|
1589
|
+
"referenceNumber": "127",
|
1590
|
+
"name": "Eclipse Public License 1.0",
|
1591
|
+
"licenseId": "EPL-1.0",
|
1592
|
+
"seeAlso": [
|
1593
|
+
"http://www.eclipse.org/legal/epl-v10.html",
|
1594
|
+
"http://www.opensource.org/licenses/EPL-1.0"
|
1595
|
+
],
|
1596
|
+
"isOsiApproved": true
|
1597
|
+
},
|
1598
|
+
{
|
1599
|
+
"reference": "./EPL-2.0.html",
|
1600
|
+
"isDeprecatedLicenseId": false,
|
1601
|
+
"isFsfLibre": true,
|
1602
|
+
"detailsUrl": "http://spdx.org/licenses/EPL-2.0.json",
|
1603
|
+
"referenceNumber": "128",
|
1604
|
+
"name": "Eclipse Public License 2.0",
|
1605
|
+
"licenseId": "EPL-2.0",
|
1606
|
+
"seeAlso": [
|
1607
|
+
"https://www.eclipse.org/legal/epl-2.0",
|
1608
|
+
"https://www.opensource.org/licenses/EPL-2.0"
|
1609
|
+
],
|
1610
|
+
"isOsiApproved": true
|
1611
|
+
},
|
1612
|
+
{
|
1613
|
+
"reference": "./ErlPL-1.1.html",
|
1614
|
+
"isDeprecatedLicenseId": false,
|
1615
|
+
"detailsUrl": "http://spdx.org/licenses/ErlPL-1.1.json",
|
1616
|
+
"referenceNumber": "129",
|
1617
|
+
"name": "Erlang Public License v1.1",
|
1618
|
+
"licenseId": "ErlPL-1.1",
|
1619
|
+
"seeAlso": [
|
1620
|
+
"http://www.erlang.org/EPLICENSE"
|
1621
|
+
],
|
1622
|
+
"isOsiApproved": false
|
1623
|
+
},
|
1624
|
+
{
|
1625
|
+
"reference": "./EUDatagrid.html",
|
1626
|
+
"isDeprecatedLicenseId": false,
|
1627
|
+
"isFsfLibre": true,
|
1628
|
+
"detailsUrl": "http://spdx.org/licenses/EUDatagrid.json",
|
1629
|
+
"referenceNumber": "130",
|
1630
|
+
"name": "EU DataGrid Software License",
|
1631
|
+
"licenseId": "EUDatagrid",
|
1632
|
+
"seeAlso": [
|
1633
|
+
"http://eu-datagrid.web.cern.ch/eu-datagrid/license.html",
|
1634
|
+
"http://www.opensource.org/licenses/EUDatagrid"
|
1635
|
+
],
|
1636
|
+
"isOsiApproved": true
|
1637
|
+
},
|
1638
|
+
{
|
1639
|
+
"reference": "./EUPL-1.0.html",
|
1640
|
+
"isDeprecatedLicenseId": false,
|
1641
|
+
"detailsUrl": "http://spdx.org/licenses/EUPL-1.0.json",
|
1642
|
+
"referenceNumber": "131",
|
1643
|
+
"name": "European Union Public License 1.0",
|
1644
|
+
"licenseId": "EUPL-1.0",
|
1645
|
+
"seeAlso": [
|
1646
|
+
"http://ec.europa.eu/idabc/en/document/7330.html",
|
1647
|
+
"http://ec.europa.eu/idabc/servlets/Doc027f.pdf?id\u003d31096"
|
1648
|
+
],
|
1649
|
+
"isOsiApproved": false
|
1650
|
+
},
|
1651
|
+
{
|
1652
|
+
"reference": "./EUPL-1.1.html",
|
1653
|
+
"isDeprecatedLicenseId": false,
|
1654
|
+
"isFsfLibre": true,
|
1655
|
+
"detailsUrl": "http://spdx.org/licenses/EUPL-1.1.json",
|
1656
|
+
"referenceNumber": "132",
|
1657
|
+
"name": "European Union Public License 1.1",
|
1658
|
+
"licenseId": "EUPL-1.1",
|
1659
|
+
"seeAlso": [
|
1660
|
+
"https://joinup.ec.europa.eu/software/page/eupl/licence-eupl",
|
1661
|
+
"https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/eupl1.1.-licence-en_0.pdf",
|
1662
|
+
"http://www.opensource.org/licenses/EUPL-1.1"
|
1663
|
+
],
|
1664
|
+
"isOsiApproved": true
|
1665
|
+
},
|
1666
|
+
{
|
1667
|
+
"reference": "./EUPL-1.2.html",
|
1668
|
+
"isDeprecatedLicenseId": false,
|
1669
|
+
"detailsUrl": "http://spdx.org/licenses/EUPL-1.2.json",
|
1670
|
+
"referenceNumber": "133",
|
1671
|
+
"name": "European Union Public License 1.2",
|
1672
|
+
"licenseId": "EUPL-1.2",
|
1673
|
+
"seeAlso": [
|
1674
|
+
"https://joinup.ec.europa.eu/page/eupl-text-11-12",
|
1675
|
+
"https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/eupl_v1.2_en.pdf",
|
1676
|
+
"https://joinup.ec.europa.eu/sites/default/files/inline-files/EUPL%20v1_2%20EN(1).txt",
|
1677
|
+
"http://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri\u003dCELEX:32017D0863",
|
1678
|
+
"http://www.opensource.org/licenses/EUPL-1.1"
|
1679
|
+
],
|
1680
|
+
"isOsiApproved": true
|
1681
|
+
},
|
1682
|
+
{
|
1683
|
+
"reference": "./Eurosym.html",
|
1684
|
+
"isDeprecatedLicenseId": false,
|
1685
|
+
"detailsUrl": "http://spdx.org/licenses/Eurosym.json",
|
1686
|
+
"referenceNumber": "134",
|
1687
|
+
"name": "Eurosym License",
|
1688
|
+
"licenseId": "Eurosym",
|
1689
|
+
"seeAlso": [
|
1690
|
+
"https://fedoraproject.org/wiki/Licensing/Eurosym"
|
1691
|
+
],
|
1692
|
+
"isOsiApproved": false
|
1693
|
+
},
|
1694
|
+
{
|
1695
|
+
"reference": "./Fair.html",
|
1696
|
+
"isDeprecatedLicenseId": false,
|
1697
|
+
"detailsUrl": "http://spdx.org/licenses/Fair.json",
|
1698
|
+
"referenceNumber": "135",
|
1699
|
+
"name": "Fair License",
|
1700
|
+
"licenseId": "Fair",
|
1701
|
+
"seeAlso": [
|
1702
|
+
"http://www.opensource.org/licenses/Fair",
|
1703
|
+
"http://fairlicense.org/"
|
1704
|
+
],
|
1705
|
+
"isOsiApproved": true
|
1706
|
+
},
|
1707
|
+
{
|
1708
|
+
"reference": "./Frameworx-1.0.html",
|
1709
|
+
"isDeprecatedLicenseId": false,
|
1710
|
+
"detailsUrl": "http://spdx.org/licenses/Frameworx-1.0.json",
|
1711
|
+
"referenceNumber": "136",
|
1712
|
+
"name": "Frameworx Open License 1.0",
|
1713
|
+
"licenseId": "Frameworx-1.0",
|
1714
|
+
"seeAlso": [
|
1715
|
+
"http://www.opensource.org/licenses/Frameworx-1.0"
|
1716
|
+
],
|
1717
|
+
"isOsiApproved": true
|
1718
|
+
},
|
1719
|
+
{
|
1720
|
+
"reference": "./FreeImage.html",
|
1721
|
+
"isDeprecatedLicenseId": false,
|
1722
|
+
"detailsUrl": "http://spdx.org/licenses/FreeImage.json",
|
1723
|
+
"referenceNumber": "137",
|
1724
|
+
"name": "FreeImage Public License v1.0",
|
1725
|
+
"licenseId": "FreeImage",
|
1726
|
+
"seeAlso": [
|
1727
|
+
"http://freeimage.sourceforge.net/freeimage-license.txt"
|
1728
|
+
],
|
1729
|
+
"isOsiApproved": false
|
1730
|
+
},
|
1731
|
+
{
|
1732
|
+
"reference": "./FSFAP.html",
|
1733
|
+
"isDeprecatedLicenseId": false,
|
1734
|
+
"isFsfLibre": true,
|
1735
|
+
"detailsUrl": "http://spdx.org/licenses/FSFAP.json",
|
1736
|
+
"referenceNumber": "138",
|
1737
|
+
"name": "FSF All Permissive License",
|
1738
|
+
"licenseId": "FSFAP",
|
1739
|
+
"seeAlso": [
|
1740
|
+
"http://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html"
|
1741
|
+
],
|
1742
|
+
"isOsiApproved": false
|
1743
|
+
},
|
1744
|
+
{
|
1745
|
+
"reference": "./FSFUL.html",
|
1746
|
+
"isDeprecatedLicenseId": false,
|
1747
|
+
"detailsUrl": "http://spdx.org/licenses/FSFUL.json",
|
1748
|
+
"referenceNumber": "139",
|
1749
|
+
"name": "FSF Unlimited License",
|
1750
|
+
"licenseId": "FSFUL",
|
1751
|
+
"seeAlso": [
|
1752
|
+
"https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License"
|
1753
|
+
],
|
1754
|
+
"isOsiApproved": false
|
1755
|
+
},
|
1756
|
+
{
|
1757
|
+
"reference": "./FSFULLR.html",
|
1758
|
+
"isDeprecatedLicenseId": false,
|
1759
|
+
"detailsUrl": "http://spdx.org/licenses/FSFULLR.json",
|
1760
|
+
"referenceNumber": "140",
|
1761
|
+
"name": "FSF Unlimited License (with License Retention)",
|
1762
|
+
"licenseId": "FSFULLR",
|
1763
|
+
"seeAlso": [
|
1764
|
+
"https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License#License_Retention_Variant"
|
1765
|
+
],
|
1766
|
+
"isOsiApproved": false
|
1767
|
+
},
|
1768
|
+
{
|
1769
|
+
"reference": "./FTL.html",
|
1770
|
+
"isDeprecatedLicenseId": false,
|
1771
|
+
"isFsfLibre": true,
|
1772
|
+
"detailsUrl": "http://spdx.org/licenses/FTL.json",
|
1773
|
+
"referenceNumber": "141",
|
1774
|
+
"name": "Freetype Project License",
|
1775
|
+
"licenseId": "FTL",
|
1776
|
+
"seeAlso": [
|
1777
|
+
"http://freetype.fis.uniroma2.it/FTL.TXT",
|
1778
|
+
"http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/FTL.TXT"
|
1779
|
+
],
|
1780
|
+
"isOsiApproved": false
|
1781
|
+
},
|
1782
|
+
{
|
1783
|
+
"reference": "./GFDL-1.1-only.html",
|
1784
|
+
"isDeprecatedLicenseId": false,
|
1785
|
+
"detailsUrl": "http://spdx.org/licenses/GFDL-1.1-only.json",
|
1786
|
+
"referenceNumber": "142",
|
1787
|
+
"name": "GNU Free Documentation License v1.1 only",
|
1788
|
+
"licenseId": "GFDL-1.1-only",
|
1789
|
+
"seeAlso": [
|
1790
|
+
"http://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"
|
1791
|
+
],
|
1792
|
+
"isOsiApproved": false
|
1793
|
+
},
|
1794
|
+
{
|
1795
|
+
"reference": "./GFDL-1.1-or-later.html",
|
1796
|
+
"isDeprecatedLicenseId": false,
|
1797
|
+
"detailsUrl": "http://spdx.org/licenses/GFDL-1.1-or-later.json",
|
1798
|
+
"referenceNumber": "143",
|
1799
|
+
"name": "GNU Free Documentation License v1.1 or later",
|
1800
|
+
"licenseId": "GFDL-1.1-or-later",
|
1801
|
+
"seeAlso": [
|
1802
|
+
"http://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"
|
1803
|
+
],
|
1804
|
+
"isOsiApproved": false
|
1805
|
+
},
|
1806
|
+
{
|
1807
|
+
"reference": "./GFDL-1.2-only.html",
|
1808
|
+
"isDeprecatedLicenseId": false,
|
1809
|
+
"detailsUrl": "http://spdx.org/licenses/GFDL-1.2-only.json",
|
1810
|
+
"referenceNumber": "144",
|
1811
|
+
"name": "GNU Free Documentation License v1.2 only",
|
1812
|
+
"licenseId": "GFDL-1.2-only",
|
1813
|
+
"seeAlso": [
|
1814
|
+
"http://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"
|
1815
|
+
],
|
1816
|
+
"isOsiApproved": false
|
1817
|
+
},
|
1818
|
+
{
|
1819
|
+
"reference": "./GFDL-1.2-or-later.html",
|
1820
|
+
"isDeprecatedLicenseId": false,
|
1821
|
+
"detailsUrl": "http://spdx.org/licenses/GFDL-1.2-or-later.json",
|
1822
|
+
"referenceNumber": "145",
|
1823
|
+
"name": "GNU Free Documentation License v1.2 or later",
|
1824
|
+
"licenseId": "GFDL-1.2-or-later",
|
1825
|
+
"seeAlso": [
|
1826
|
+
"http://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"
|
1827
|
+
],
|
1828
|
+
"isOsiApproved": false
|
1829
|
+
},
|
1830
|
+
{
|
1831
|
+
"reference": "./GFDL-1.3-only.html",
|
1832
|
+
"isDeprecatedLicenseId": false,
|
1833
|
+
"detailsUrl": "http://spdx.org/licenses/GFDL-1.3-only.json",
|
1834
|
+
"referenceNumber": "146",
|
1835
|
+
"name": "GNU Free Documentation License v1.3 only",
|
1836
|
+
"licenseId": "GFDL-1.3-only",
|
1837
|
+
"seeAlso": [
|
1838
|
+
"http://www.gnu.org/licenses/fdl-1.3.txt"
|
1839
|
+
],
|
1840
|
+
"isOsiApproved": false
|
1841
|
+
},
|
1842
|
+
{
|
1843
|
+
"reference": "./GFDL-1.3-or-later.html",
|
1844
|
+
"isDeprecatedLicenseId": false,
|
1845
|
+
"detailsUrl": "http://spdx.org/licenses/GFDL-1.3-or-later.json",
|
1846
|
+
"referenceNumber": "147",
|
1847
|
+
"name": "GNU Free Documentation License v1.3 or later",
|
1848
|
+
"licenseId": "GFDL-1.3-or-later",
|
1849
|
+
"seeAlso": [
|
1850
|
+
"http://www.gnu.org/licenses/fdl-1.3.txt"
|
1851
|
+
],
|
1852
|
+
"isOsiApproved": false
|
1853
|
+
},
|
1854
|
+
{
|
1855
|
+
"reference": "./Giftware.html",
|
1856
|
+
"isDeprecatedLicenseId": false,
|
1857
|
+
"detailsUrl": "http://spdx.org/licenses/Giftware.json",
|
1858
|
+
"referenceNumber": "148",
|
1859
|
+
"name": "Giftware License",
|
1860
|
+
"licenseId": "Giftware",
|
1861
|
+
"seeAlso": [
|
1862
|
+
"http://liballeg.org/license.html#allegro-4-the-giftware-license"
|
1863
|
+
],
|
1864
|
+
"isOsiApproved": false
|
1865
|
+
},
|
1866
|
+
{
|
1867
|
+
"reference": "./GL2PS.html",
|
1868
|
+
"isDeprecatedLicenseId": false,
|
1869
|
+
"detailsUrl": "http://spdx.org/licenses/GL2PS.json",
|
1870
|
+
"referenceNumber": "149",
|
1871
|
+
"name": "GL2PS License",
|
1872
|
+
"licenseId": "GL2PS",
|
1873
|
+
"seeAlso": [
|
1874
|
+
"http://www.geuz.org/gl2ps/COPYING.GL2PS"
|
1875
|
+
],
|
1876
|
+
"isOsiApproved": false
|
1877
|
+
},
|
1878
|
+
{
|
1879
|
+
"reference": "./Glide.html",
|
1880
|
+
"isDeprecatedLicenseId": false,
|
1881
|
+
"detailsUrl": "http://spdx.org/licenses/Glide.json",
|
1882
|
+
"referenceNumber": "150",
|
1883
|
+
"name": "3dfx Glide License",
|
1884
|
+
"licenseId": "Glide",
|
1885
|
+
"seeAlso": [
|
1886
|
+
"http://www.users.on.net/~triforce/glidexp/COPYING.txt"
|
1887
|
+
],
|
1888
|
+
"isOsiApproved": false
|
1889
|
+
},
|
1890
|
+
{
|
1891
|
+
"reference": "./Glulxe.html",
|
1892
|
+
"isDeprecatedLicenseId": false,
|
1893
|
+
"detailsUrl": "http://spdx.org/licenses/Glulxe.json",
|
1894
|
+
"referenceNumber": "151",
|
1895
|
+
"name": "Glulxe License",
|
1896
|
+
"licenseId": "Glulxe",
|
1897
|
+
"seeAlso": [
|
1898
|
+
"https://fedoraproject.org/wiki/Licensing/Glulxe"
|
1899
|
+
],
|
1900
|
+
"isOsiApproved": false
|
1901
|
+
},
|
1902
|
+
{
|
1903
|
+
"reference": "./gnuplot.html",
|
1904
|
+
"isDeprecatedLicenseId": false,
|
1905
|
+
"isFsfLibre": true,
|
1906
|
+
"detailsUrl": "http://spdx.org/licenses/gnuplot.json",
|
1907
|
+
"referenceNumber": "152",
|
1908
|
+
"name": "gnuplot License",
|
1909
|
+
"licenseId": "gnuplot",
|
1910
|
+
"seeAlso": [
|
1911
|
+
"https://fedoraproject.org/wiki/Licensing/Gnuplot"
|
1912
|
+
],
|
1913
|
+
"isOsiApproved": false
|
1914
|
+
},
|
1915
|
+
{
|
1916
|
+
"reference": "./GPL-1.0-only.html",
|
1917
|
+
"isDeprecatedLicenseId": false,
|
1918
|
+
"detailsUrl": "http://spdx.org/licenses/GPL-1.0-only.json",
|
1919
|
+
"referenceNumber": "153",
|
1920
|
+
"name": "GNU General Public License v1.0 only",
|
1921
|
+
"licenseId": "GPL-1.0-only",
|
1922
|
+
"seeAlso": [
|
1923
|
+
"http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html"
|
1924
|
+
],
|
1925
|
+
"isOsiApproved": false
|
1926
|
+
},
|
1927
|
+
{
|
1928
|
+
"reference": "./GPL-1.0-or-later.html",
|
1929
|
+
"isDeprecatedLicenseId": false,
|
1930
|
+
"detailsUrl": "http://spdx.org/licenses/GPL-1.0-or-later.json",
|
1931
|
+
"referenceNumber": "154",
|
1932
|
+
"name": "GNU General Public License v1.0 or later",
|
1933
|
+
"licenseId": "GPL-1.0-or-later",
|
1934
|
+
"seeAlso": [
|
1935
|
+
"http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html"
|
1936
|
+
],
|
1937
|
+
"isOsiApproved": false
|
1938
|
+
},
|
1939
|
+
{
|
1940
|
+
"reference": "./GPL-2.0-only.html",
|
1941
|
+
"isDeprecatedLicenseId": false,
|
1942
|
+
"detailsUrl": "http://spdx.org/licenses/GPL-2.0-only.json",
|
1943
|
+
"referenceNumber": "155",
|
1944
|
+
"name": "GNU General Public License v2.0 only",
|
1945
|
+
"licenseId": "GPL-2.0-only",
|
1946
|
+
"seeAlso": [
|
1947
|
+
"http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
|
1948
|
+
"http://www.opensource.org/licenses/GPL-2.0"
|
1949
|
+
],
|
1950
|
+
"isOsiApproved": true
|
1951
|
+
},
|
1952
|
+
{
|
1953
|
+
"reference": "./GPL-2.0-or-later.html",
|
1954
|
+
"isDeprecatedLicenseId": false,
|
1955
|
+
"detailsUrl": "http://spdx.org/licenses/GPL-2.0-or-later.json",
|
1956
|
+
"referenceNumber": "156",
|
1957
|
+
"name": "GNU General Public License v2.0 or later",
|
1958
|
+
"licenseId": "GPL-2.0-or-later",
|
1959
|
+
"seeAlso": [
|
1960
|
+
"http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
|
1961
|
+
"http://www.opensource.org/licenses/GPL-2.0"
|
1962
|
+
],
|
1963
|
+
"isOsiApproved": true
|
1964
|
+
},
|
1965
|
+
{
|
1966
|
+
"reference": "./GPL-3.0-only.html",
|
1967
|
+
"isDeprecatedLicenseId": false,
|
1968
|
+
"detailsUrl": "http://spdx.org/licenses/GPL-3.0-only.json",
|
1969
|
+
"referenceNumber": "157",
|
1970
|
+
"name": "GNU General Public License v3.0 only",
|
1971
|
+
"licenseId": "GPL-3.0-only",
|
1972
|
+
"seeAlso": [
|
1973
|
+
"http://www.gnu.org/licenses/gpl-3.0-standalone.html",
|
1974
|
+
"http://www.opensource.org/licenses/GPL-3.0"
|
1975
|
+
],
|
1976
|
+
"isOsiApproved": true
|
1977
|
+
},
|
1978
|
+
{
|
1979
|
+
"reference": "./GPL-3.0-or-later.html",
|
1980
|
+
"isDeprecatedLicenseId": false,
|
1981
|
+
"detailsUrl": "http://spdx.org/licenses/GPL-3.0-or-later.json",
|
1982
|
+
"referenceNumber": "158",
|
1983
|
+
"name": "GNU General Public License v3.0 or later",
|
1984
|
+
"licenseId": "GPL-3.0-or-later",
|
1985
|
+
"seeAlso": [
|
1986
|
+
"http://www.gnu.org/licenses/gpl-3.0-standalone.html",
|
1987
|
+
"http://www.opensource.org/licenses/GPL-3.0"
|
1988
|
+
],
|
1989
|
+
"isOsiApproved": true
|
1990
|
+
},
|
1991
|
+
{
|
1992
|
+
"reference": "./gSOAP-1.3b.html",
|
1993
|
+
"isDeprecatedLicenseId": false,
|
1994
|
+
"detailsUrl": "http://spdx.org/licenses/gSOAP-1.3b.json",
|
1995
|
+
"referenceNumber": "159",
|
1996
|
+
"name": "gSOAP Public License v1.3b",
|
1997
|
+
"licenseId": "gSOAP-1.3b",
|
1998
|
+
"seeAlso": [
|
1999
|
+
"http://www.cs.fsu.edu/~engelen/license.html"
|
2000
|
+
],
|
2001
|
+
"isOsiApproved": false
|
2002
|
+
},
|
2003
|
+
{
|
2004
|
+
"reference": "./HaskellReport.html",
|
2005
|
+
"isDeprecatedLicenseId": false,
|
2006
|
+
"detailsUrl": "http://spdx.org/licenses/HaskellReport.json",
|
2007
|
+
"referenceNumber": "160",
|
2008
|
+
"name": "Haskell Language Report License",
|
2009
|
+
"licenseId": "HaskellReport",
|
2010
|
+
"seeAlso": [
|
2011
|
+
"https://fedoraproject.org/wiki/Licensing/Haskell_Language_Report_License"
|
2012
|
+
],
|
2013
|
+
"isOsiApproved": false
|
2014
|
+
},
|
2015
|
+
{
|
2016
|
+
"reference": "./HPND.html",
|
2017
|
+
"isDeprecatedLicenseId": false,
|
2018
|
+
"isFsfLibre": true,
|
2019
|
+
"detailsUrl": "http://spdx.org/licenses/HPND.json",
|
2020
|
+
"referenceNumber": "161",
|
2021
|
+
"name": "Historical Permission Notice and Disclaimer",
|
2022
|
+
"licenseId": "HPND",
|
2023
|
+
"seeAlso": [
|
2024
|
+
"http://www.opensource.org/licenses/HPND"
|
2025
|
+
],
|
2026
|
+
"isOsiApproved": true
|
2027
|
+
},
|
2028
|
+
{
|
2029
|
+
"reference": "./IBM-pibs.html",
|
2030
|
+
"isDeprecatedLicenseId": false,
|
2031
|
+
"detailsUrl": "http://spdx.org/licenses/IBM-pibs.json",
|
2032
|
+
"referenceNumber": "162",
|
2033
|
+
"name": "IBM PowerPC Initialization and Boot Software",
|
2034
|
+
"licenseId": "IBM-pibs",
|
2035
|
+
"seeAlso": [
|
2036
|
+
"http://git.denx.de/?p\u003du-boot.git;a\u003dblob;f\u003darch/powerpc/cpu/ppc4xx/miiphy.c;h\u003d297155fdafa064b955e53e9832de93bfb0cfb85b;hb\u003d9fab4bf4cc077c21e43941866f3f2c196f28670d"
|
2037
|
+
],
|
2038
|
+
"isOsiApproved": false
|
2039
|
+
},
|
2040
|
+
{
|
2041
|
+
"reference": "./ICU.html",
|
2042
|
+
"isDeprecatedLicenseId": false,
|
2043
|
+
"detailsUrl": "http://spdx.org/licenses/ICU.json",
|
2044
|
+
"referenceNumber": "163",
|
2045
|
+
"name": "ICU License",
|
2046
|
+
"licenseId": "ICU",
|
2047
|
+
"seeAlso": [
|
2048
|
+
"http://source.icu-project.org/repos/icu/icu/trunk/license.html"
|
2049
|
+
],
|
2050
|
+
"isOsiApproved": false
|
2051
|
+
},
|
2052
|
+
{
|
2053
|
+
"reference": "./IJG.html",
|
2054
|
+
"isDeprecatedLicenseId": false,
|
2055
|
+
"isFsfLibre": true,
|
2056
|
+
"detailsUrl": "http://spdx.org/licenses/IJG.json",
|
2057
|
+
"referenceNumber": "164",
|
2058
|
+
"name": "Independent JPEG Group License",
|
2059
|
+
"licenseId": "IJG",
|
2060
|
+
"seeAlso": [
|
2061
|
+
"http://dev.w3.org/cvsweb/Amaya/libjpeg/Attic/README?rev\u003d1.2"
|
2062
|
+
],
|
2063
|
+
"isOsiApproved": false
|
2064
|
+
},
|
2065
|
+
{
|
2066
|
+
"reference": "./ImageMagick.html",
|
2067
|
+
"isDeprecatedLicenseId": false,
|
2068
|
+
"detailsUrl": "http://spdx.org/licenses/ImageMagick.json",
|
2069
|
+
"referenceNumber": "165",
|
2070
|
+
"name": "ImageMagick License",
|
2071
|
+
"licenseId": "ImageMagick",
|
2072
|
+
"seeAlso": [
|
2073
|
+
"http://www.imagemagick.org/script/license.php"
|
2074
|
+
],
|
2075
|
+
"isOsiApproved": false
|
2076
|
+
},
|
2077
|
+
{
|
2078
|
+
"reference": "./iMatix.html",
|
2079
|
+
"isDeprecatedLicenseId": false,
|
2080
|
+
"isFsfLibre": true,
|
2081
|
+
"detailsUrl": "http://spdx.org/licenses/iMatix.json",
|
2082
|
+
"referenceNumber": "166",
|
2083
|
+
"name": "iMatix Standard Function Library Agreement",
|
2084
|
+
"licenseId": "iMatix",
|
2085
|
+
"seeAlso": [
|
2086
|
+
"http://legacy.imatix.com/html/sfl/sfl4.htm#license"
|
2087
|
+
],
|
2088
|
+
"isOsiApproved": false
|
2089
|
+
},
|
2090
|
+
{
|
2091
|
+
"reference": "./Imlib2.html",
|
2092
|
+
"isDeprecatedLicenseId": false,
|
2093
|
+
"isFsfLibre": true,
|
2094
|
+
"detailsUrl": "http://spdx.org/licenses/Imlib2.json",
|
2095
|
+
"referenceNumber": "167",
|
2096
|
+
"name": "Imlib2 License",
|
2097
|
+
"licenseId": "Imlib2",
|
2098
|
+
"seeAlso": [
|
2099
|
+
"https://git.enlightenment.org/legacy/imlib2.git/tree/COPYING"
|
2100
|
+
],
|
2101
|
+
"isOsiApproved": false
|
2102
|
+
},
|
2103
|
+
{
|
2104
|
+
"reference": "./Info-ZIP.html",
|
2105
|
+
"isDeprecatedLicenseId": false,
|
2106
|
+
"detailsUrl": "http://spdx.org/licenses/Info-ZIP.json",
|
2107
|
+
"referenceNumber": "168",
|
2108
|
+
"name": "Info-ZIP License",
|
2109
|
+
"licenseId": "Info-ZIP",
|
2110
|
+
"seeAlso": [
|
2111
|
+
"http://www.info-zip.org/license.html"
|
2112
|
+
],
|
2113
|
+
"isOsiApproved": false
|
2114
|
+
},
|
2115
|
+
{
|
2116
|
+
"reference": "./Intel-ACPI.html",
|
2117
|
+
"isDeprecatedLicenseId": false,
|
2118
|
+
"detailsUrl": "http://spdx.org/licenses/Intel-ACPI.json",
|
2119
|
+
"referenceNumber": "169",
|
2120
|
+
"name": "Intel ACPI Software License Agreement",
|
2121
|
+
"licenseId": "Intel-ACPI",
|
2122
|
+
"seeAlso": [
|
2123
|
+
"https://fedoraproject.org/wiki/Licensing/Intel_ACPI_Software_License_Agreement"
|
2124
|
+
],
|
2125
|
+
"isOsiApproved": false
|
2126
|
+
},
|
2127
|
+
{
|
2128
|
+
"reference": "./Intel.html",
|
2129
|
+
"isDeprecatedLicenseId": false,
|
2130
|
+
"isFsfLibre": true,
|
2131
|
+
"detailsUrl": "http://spdx.org/licenses/Intel.json",
|
2132
|
+
"referenceNumber": "170",
|
2133
|
+
"name": "Intel Open Source License",
|
2134
|
+
"licenseId": "Intel",
|
2135
|
+
"seeAlso": [
|
2136
|
+
"http://opensource.org/licenses/Intel"
|
2137
|
+
],
|
2138
|
+
"isOsiApproved": true
|
2139
|
+
},
|
2140
|
+
{
|
2141
|
+
"reference": "./Interbase-1.0.html",
|
2142
|
+
"isDeprecatedLicenseId": false,
|
2143
|
+
"detailsUrl": "http://spdx.org/licenses/Interbase-1.0.json",
|
2144
|
+
"referenceNumber": "171",
|
2145
|
+
"name": "Interbase Public License v1.0",
|
2146
|
+
"licenseId": "Interbase-1.0",
|
2147
|
+
"seeAlso": [
|
2148
|
+
"https://web.archive.org/web/20060319014854/http://info.borland.com/devsupport/interbase/opensource/IPL.html"
|
2149
|
+
],
|
2150
|
+
"isOsiApproved": false
|
2151
|
+
},
|
2152
|
+
{
|
2153
|
+
"reference": "./IPA.html",
|
2154
|
+
"isDeprecatedLicenseId": false,
|
2155
|
+
"isFsfLibre": true,
|
2156
|
+
"detailsUrl": "http://spdx.org/licenses/IPA.json",
|
2157
|
+
"referenceNumber": "172",
|
2158
|
+
"name": "IPA Font License",
|
2159
|
+
"licenseId": "IPA",
|
2160
|
+
"seeAlso": [
|
2161
|
+
"http://www.opensource.org/licenses/IPA"
|
2162
|
+
],
|
2163
|
+
"isOsiApproved": true
|
2164
|
+
},
|
2165
|
+
{
|
2166
|
+
"reference": "./IPL-1.0.html",
|
2167
|
+
"isDeprecatedLicenseId": false,
|
2168
|
+
"isFsfLibre": true,
|
2169
|
+
"detailsUrl": "http://spdx.org/licenses/IPL-1.0.json",
|
2170
|
+
"referenceNumber": "173",
|
2171
|
+
"name": "IBM Public License v1.0",
|
2172
|
+
"licenseId": "IPL-1.0",
|
2173
|
+
"seeAlso": [
|
2174
|
+
"http://www.opensource.org/licenses/IPL-1.0"
|
2175
|
+
],
|
2176
|
+
"isOsiApproved": true
|
2177
|
+
},
|
2178
|
+
{
|
2179
|
+
"reference": "./ISC.html",
|
2180
|
+
"isDeprecatedLicenseId": false,
|
2181
|
+
"isFsfLibre": true,
|
2182
|
+
"detailsUrl": "http://spdx.org/licenses/ISC.json",
|
2183
|
+
"referenceNumber": "174",
|
2184
|
+
"name": "ISC License",
|
2185
|
+
"licenseId": "ISC",
|
2186
|
+
"seeAlso": [
|
2187
|
+
"https://www.isc.org/downloads/software-support-policy/isc-license/",
|
2188
|
+
"http://www.opensource.org/licenses/ISC"
|
2189
|
+
],
|
2190
|
+
"isOsiApproved": true
|
2191
|
+
},
|
2192
|
+
{
|
2193
|
+
"reference": "./JasPer-2.0.html",
|
2194
|
+
"isDeprecatedLicenseId": false,
|
2195
|
+
"detailsUrl": "http://spdx.org/licenses/JasPer-2.0.json",
|
2196
|
+
"referenceNumber": "175",
|
2197
|
+
"name": "JasPer License",
|
2198
|
+
"licenseId": "JasPer-2.0",
|
2199
|
+
"seeAlso": [
|
2200
|
+
"http://www.ece.uvic.ca/~mdadams/jasper/LICENSE"
|
2201
|
+
],
|
2202
|
+
"isOsiApproved": false
|
2203
|
+
},
|
2204
|
+
{
|
2205
|
+
"reference": "./JSON.html",
|
2206
|
+
"isDeprecatedLicenseId": false,
|
2207
|
+
"isFsfLibre": false,
|
2208
|
+
"detailsUrl": "http://spdx.org/licenses/JSON.json",
|
2209
|
+
"referenceNumber": "176",
|
2210
|
+
"name": "JSON License",
|
2211
|
+
"licenseId": "JSON",
|
2212
|
+
"seeAlso": [
|
2213
|
+
"http://www.json.org/license.html"
|
2214
|
+
],
|
2215
|
+
"isOsiApproved": false
|
2216
|
+
},
|
2217
|
+
{
|
2218
|
+
"reference": "./LAL-1.2.html",
|
2219
|
+
"isDeprecatedLicenseId": false,
|
2220
|
+
"detailsUrl": "http://spdx.org/licenses/LAL-1.2.json",
|
2221
|
+
"referenceNumber": "177",
|
2222
|
+
"name": "Licence Art Libre 1.2",
|
2223
|
+
"licenseId": "LAL-1.2",
|
2224
|
+
"seeAlso": [
|
2225
|
+
"http://artlibre.org/licence/lal/licence-art-libre-12/"
|
2226
|
+
],
|
2227
|
+
"isOsiApproved": false
|
2228
|
+
},
|
2229
|
+
{
|
2230
|
+
"reference": "./LAL-1.3.html",
|
2231
|
+
"isDeprecatedLicenseId": false,
|
2232
|
+
"detailsUrl": "http://spdx.org/licenses/LAL-1.3.json",
|
2233
|
+
"referenceNumber": "178",
|
2234
|
+
"name": "Licence Art Libre 1.3",
|
2235
|
+
"licenseId": "LAL-1.3",
|
2236
|
+
"seeAlso": [
|
2237
|
+
"http://artlibre.org/"
|
2238
|
+
],
|
2239
|
+
"isOsiApproved": false
|
2240
|
+
},
|
2241
|
+
{
|
2242
|
+
"reference": "./Latex2e.html",
|
2243
|
+
"isDeprecatedLicenseId": false,
|
2244
|
+
"detailsUrl": "http://spdx.org/licenses/Latex2e.json",
|
2245
|
+
"referenceNumber": "179",
|
2246
|
+
"name": "Latex2e License",
|
2247
|
+
"licenseId": "Latex2e",
|
2248
|
+
"seeAlso": [
|
2249
|
+
"https://fedoraproject.org/wiki/Licensing/Latex2e"
|
2250
|
+
],
|
2251
|
+
"isOsiApproved": false
|
2252
|
+
},
|
2253
|
+
{
|
2254
|
+
"reference": "./Leptonica.html",
|
2255
|
+
"isDeprecatedLicenseId": false,
|
2256
|
+
"detailsUrl": "http://spdx.org/licenses/Leptonica.json",
|
2257
|
+
"referenceNumber": "180",
|
2258
|
+
"name": "Leptonica License",
|
2259
|
+
"licenseId": "Leptonica",
|
2260
|
+
"seeAlso": [
|
2261
|
+
"https://fedoraproject.org/wiki/Licensing/Leptonica"
|
2262
|
+
],
|
2263
|
+
"isOsiApproved": false
|
2264
|
+
},
|
2265
|
+
{
|
2266
|
+
"reference": "./LGPL-2.0-only.html",
|
2267
|
+
"isDeprecatedLicenseId": false,
|
2268
|
+
"detailsUrl": "http://spdx.org/licenses/LGPL-2.0-only.json",
|
2269
|
+
"referenceNumber": "181",
|
2270
|
+
"name": "GNU Library General Public License v2 only",
|
2271
|
+
"licenseId": "LGPL-2.0-only",
|
2272
|
+
"seeAlso": [
|
2273
|
+
"http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html"
|
2274
|
+
],
|
2275
|
+
"isOsiApproved": true
|
2276
|
+
},
|
2277
|
+
{
|
2278
|
+
"reference": "./LGPL-2.0-or-later.html",
|
2279
|
+
"isDeprecatedLicenseId": false,
|
2280
|
+
"detailsUrl": "http://spdx.org/licenses/LGPL-2.0-or-later.json",
|
2281
|
+
"referenceNumber": "182",
|
2282
|
+
"name": "GNU Library General Public License v2 or later",
|
2283
|
+
"licenseId": "LGPL-2.0-or-later",
|
2284
|
+
"seeAlso": [
|
2285
|
+
"http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html"
|
2286
|
+
],
|
2287
|
+
"isOsiApproved": true
|
2288
|
+
},
|
2289
|
+
{
|
2290
|
+
"reference": "./LGPL-2.1-only.html",
|
2291
|
+
"isDeprecatedLicenseId": false,
|
2292
|
+
"detailsUrl": "http://spdx.org/licenses/LGPL-2.1-only.json",
|
2293
|
+
"referenceNumber": "183",
|
2294
|
+
"name": "GNU Lesser General Public License v2.1 only",
|
2295
|
+
"licenseId": "LGPL-2.1-only",
|
2296
|
+
"seeAlso": [
|
2297
|
+
"http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
|
2298
|
+
"http://www.opensource.org/licenses/LGPL-2.1"
|
2299
|
+
],
|
2300
|
+
"isOsiApproved": true
|
2301
|
+
},
|
2302
|
+
{
|
2303
|
+
"reference": "./LGPL-2.1-or-later.html",
|
2304
|
+
"isDeprecatedLicenseId": false,
|
2305
|
+
"detailsUrl": "http://spdx.org/licenses/LGPL-2.1-or-later.json",
|
2306
|
+
"referenceNumber": "184",
|
2307
|
+
"name": "GNU Lesser General Public License v2.1 or later",
|
2308
|
+
"licenseId": "LGPL-2.1-or-later",
|
2309
|
+
"seeAlso": [
|
2310
|
+
"http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
|
2311
|
+
"http://www.opensource.org/licenses/LGPL-2.1"
|
2312
|
+
],
|
2313
|
+
"isOsiApproved": true
|
2314
|
+
},
|
2315
|
+
{
|
2316
|
+
"reference": "./LGPL-3.0-only.html",
|
2317
|
+
"isDeprecatedLicenseId": false,
|
2318
|
+
"detailsUrl": "http://spdx.org/licenses/LGPL-3.0-only.json",
|
2319
|
+
"referenceNumber": "185",
|
2320
|
+
"name": "GNU Lesser General Public License v3.0 only",
|
2321
|
+
"licenseId": "LGPL-3.0-only",
|
2322
|
+
"seeAlso": [
|
2323
|
+
"http://www.gnu.org/licenses/lgpl-3.0-standalone.html",
|
2324
|
+
"http://www.opensource.org/licenses/LGPL-3.0"
|
2325
|
+
],
|
2326
|
+
"isOsiApproved": true
|
2327
|
+
},
|
2328
|
+
{
|
2329
|
+
"reference": "./LGPL-3.0-or-later.html",
|
2330
|
+
"isDeprecatedLicenseId": false,
|
2331
|
+
"detailsUrl": "http://spdx.org/licenses/LGPL-3.0-or-later.json",
|
2332
|
+
"referenceNumber": "186",
|
2333
|
+
"name": "GNU Lesser General Public License v3.0 or later",
|
2334
|
+
"licenseId": "LGPL-3.0-or-later",
|
2335
|
+
"seeAlso": [
|
2336
|
+
"http://www.gnu.org/licenses/lgpl-3.0-standalone.html",
|
2337
|
+
"http://www.opensource.org/licenses/LGPL-3.0"
|
2338
|
+
],
|
2339
|
+
"isOsiApproved": true
|
2340
|
+
},
|
2341
|
+
{
|
2342
|
+
"reference": "./LGPLLR.html",
|
2343
|
+
"isDeprecatedLicenseId": false,
|
2344
|
+
"detailsUrl": "http://spdx.org/licenses/LGPLLR.json",
|
2345
|
+
"referenceNumber": "187",
|
2346
|
+
"name": "Lesser General Public License For Linguistic Resources",
|
2347
|
+
"licenseId": "LGPLLR",
|
2348
|
+
"seeAlso": [
|
2349
|
+
"http://www-igm.univ-mlv.fr/~unitex/lgpllr.html"
|
2350
|
+
],
|
2351
|
+
"isOsiApproved": false
|
2352
|
+
},
|
2353
|
+
{
|
2354
|
+
"reference": "./Libpng.html",
|
2355
|
+
"isDeprecatedLicenseId": false,
|
2356
|
+
"detailsUrl": "http://spdx.org/licenses/Libpng.json",
|
2357
|
+
"referenceNumber": "188",
|
2358
|
+
"name": "libpng License",
|
2359
|
+
"licenseId": "Libpng",
|
2360
|
+
"seeAlso": [
|
2361
|
+
"http://www.libpng.org/pub/png/src/libpng-LICENSE.txt"
|
2362
|
+
],
|
2363
|
+
"isOsiApproved": false
|
2364
|
+
},
|
2365
|
+
{
|
2366
|
+
"reference": "./libtiff.html",
|
2367
|
+
"isDeprecatedLicenseId": false,
|
2368
|
+
"detailsUrl": "http://spdx.org/licenses/libtiff.json",
|
2369
|
+
"referenceNumber": "189",
|
2370
|
+
"name": "libtiff License",
|
2371
|
+
"licenseId": "libtiff",
|
2372
|
+
"seeAlso": [
|
2373
|
+
"https://fedoraproject.org/wiki/Licensing/libtiff"
|
2374
|
+
],
|
2375
|
+
"isOsiApproved": false
|
2376
|
+
},
|
2377
|
+
{
|
2378
|
+
"reference": "./LiLiQ-P-1.1.html",
|
2379
|
+
"isDeprecatedLicenseId": false,
|
2380
|
+
"detailsUrl": "http://spdx.org/licenses/LiLiQ-P-1.1.json",
|
2381
|
+
"referenceNumber": "190",
|
2382
|
+
"name": "Licence Libre du Québec – Permissive version 1.1",
|
2383
|
+
"licenseId": "LiLiQ-P-1.1",
|
2384
|
+
"seeAlso": [
|
2385
|
+
"http://opensource.org/licenses/LiLiQ-P-1.1",
|
2386
|
+
"https://forge.gouv.qc.ca/licence/fr/liliq-v1-1/"
|
2387
|
+
],
|
2388
|
+
"isOsiApproved": true
|
2389
|
+
},
|
2390
|
+
{
|
2391
|
+
"reference": "./LiLiQ-R-1.1.html",
|
2392
|
+
"isDeprecatedLicenseId": false,
|
2393
|
+
"detailsUrl": "http://spdx.org/licenses/LiLiQ-R-1.1.json",
|
2394
|
+
"referenceNumber": "191",
|
2395
|
+
"name": "Licence Libre du Québec – Réciprocité version 1.1",
|
2396
|
+
"licenseId": "LiLiQ-R-1.1",
|
2397
|
+
"seeAlso": [
|
2398
|
+
"http://opensource.org/licenses/LiLiQ-R-1.1",
|
2399
|
+
"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/"
|
2400
|
+
],
|
2401
|
+
"isOsiApproved": true
|
2402
|
+
},
|
2403
|
+
{
|
2404
|
+
"reference": "./LiLiQ-Rplus-1.1.html",
|
2405
|
+
"isDeprecatedLicenseId": false,
|
2406
|
+
"detailsUrl": "http://spdx.org/licenses/LiLiQ-Rplus-1.1.json",
|
2407
|
+
"referenceNumber": "192",
|
2408
|
+
"name": "Licence Libre du Québec – Réciprocité forte version 1.1",
|
2409
|
+
"licenseId": "LiLiQ-Rplus-1.1",
|
2410
|
+
"seeAlso": [
|
2411
|
+
"http://opensource.org/licenses/LiLiQ-Rplus-1.1",
|
2412
|
+
"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/"
|
2413
|
+
],
|
2414
|
+
"isOsiApproved": true
|
2415
|
+
},
|
2416
|
+
{
|
2417
|
+
"reference": "./LPL-1.0.html",
|
2418
|
+
"isDeprecatedLicenseId": false,
|
2419
|
+
"detailsUrl": "http://spdx.org/licenses/LPL-1.0.json",
|
2420
|
+
"referenceNumber": "193",
|
2421
|
+
"name": "Lucent Public License Version 1.0",
|
2422
|
+
"licenseId": "LPL-1.0",
|
2423
|
+
"seeAlso": [
|
2424
|
+
"http://opensource.org/licenses/LPL-1.0"
|
2425
|
+
],
|
2426
|
+
"isOsiApproved": true
|
2427
|
+
},
|
2428
|
+
{
|
2429
|
+
"reference": "./LPL-1.02.html",
|
2430
|
+
"isDeprecatedLicenseId": false,
|
2431
|
+
"isFsfLibre": true,
|
2432
|
+
"detailsUrl": "http://spdx.org/licenses/LPL-1.02.json",
|
2433
|
+
"referenceNumber": "194",
|
2434
|
+
"name": "Lucent Public License v1.02",
|
2435
|
+
"licenseId": "LPL-1.02",
|
2436
|
+
"seeAlso": [
|
2437
|
+
"http://plan9.bell-labs.com/plan9/license.html",
|
2438
|
+
"http://www.opensource.org/licenses/LPL-1.02"
|
2439
|
+
],
|
2440
|
+
"isOsiApproved": true
|
2441
|
+
},
|
2442
|
+
{
|
2443
|
+
"reference": "./LPPL-1.0.html",
|
2444
|
+
"isDeprecatedLicenseId": false,
|
2445
|
+
"detailsUrl": "http://spdx.org/licenses/LPPL-1.0.json",
|
2446
|
+
"referenceNumber": "195",
|
2447
|
+
"name": "LaTeX Project Public License v1.0",
|
2448
|
+
"licenseId": "LPPL-1.0",
|
2449
|
+
"seeAlso": [
|
2450
|
+
"http://www.latex-project.org/lppl/lppl-1-0.txt"
|
2451
|
+
],
|
2452
|
+
"isOsiApproved": false
|
2453
|
+
},
|
2454
|
+
{
|
2455
|
+
"reference": "./LPPL-1.1.html",
|
2456
|
+
"isDeprecatedLicenseId": false,
|
2457
|
+
"detailsUrl": "http://spdx.org/licenses/LPPL-1.1.json",
|
2458
|
+
"referenceNumber": "196",
|
2459
|
+
"name": "LaTeX Project Public License v1.1",
|
2460
|
+
"licenseId": "LPPL-1.1",
|
2461
|
+
"seeAlso": [
|
2462
|
+
"http://www.latex-project.org/lppl/lppl-1-1.txt"
|
2463
|
+
],
|
2464
|
+
"isOsiApproved": false
|
2465
|
+
},
|
2466
|
+
{
|
2467
|
+
"reference": "./LPPL-1.2.html",
|
2468
|
+
"isDeprecatedLicenseId": false,
|
2469
|
+
"isFsfLibre": true,
|
2470
|
+
"detailsUrl": "http://spdx.org/licenses/LPPL-1.2.json",
|
2471
|
+
"referenceNumber": "197",
|
2472
|
+
"name": "LaTeX Project Public License v1.2",
|
2473
|
+
"licenseId": "LPPL-1.2",
|
2474
|
+
"seeAlso": [
|
2475
|
+
"http://www.latex-project.org/lppl/lppl-1-2.txt"
|
2476
|
+
],
|
2477
|
+
"isOsiApproved": false
|
2478
|
+
},
|
2479
|
+
{
|
2480
|
+
"reference": "./LPPL-1.3a.html",
|
2481
|
+
"isDeprecatedLicenseId": false,
|
2482
|
+
"isFsfLibre": true,
|
2483
|
+
"detailsUrl": "http://spdx.org/licenses/LPPL-1.3a.json",
|
2484
|
+
"referenceNumber": "198",
|
2485
|
+
"name": "LaTeX Project Public License v1.3a",
|
2486
|
+
"licenseId": "LPPL-1.3a",
|
2487
|
+
"seeAlso": [
|
2488
|
+
"http://www.latex-project.org/lppl/lppl-1-3a.txt"
|
2489
|
+
],
|
2490
|
+
"isOsiApproved": false
|
2491
|
+
},
|
2492
|
+
{
|
2493
|
+
"reference": "./LPPL-1.3c.html",
|
2494
|
+
"isDeprecatedLicenseId": false,
|
2495
|
+
"detailsUrl": "http://spdx.org/licenses/LPPL-1.3c.json",
|
2496
|
+
"referenceNumber": "199",
|
2497
|
+
"name": "LaTeX Project Public License v1.3c",
|
2498
|
+
"licenseId": "LPPL-1.3c",
|
2499
|
+
"seeAlso": [
|
2500
|
+
"http://www.latex-project.org/lppl/lppl-1-3c.txt",
|
2501
|
+
"http://www.opensource.org/licenses/LPPL-1.3c"
|
2502
|
+
],
|
2503
|
+
"isOsiApproved": true
|
2504
|
+
},
|
2505
|
+
{
|
2506
|
+
"reference": "./MakeIndex.html",
|
2507
|
+
"isDeprecatedLicenseId": false,
|
2508
|
+
"detailsUrl": "http://spdx.org/licenses/MakeIndex.json",
|
2509
|
+
"referenceNumber": "200",
|
2510
|
+
"name": "MakeIndex License",
|
2511
|
+
"licenseId": "MakeIndex",
|
2512
|
+
"seeAlso": [
|
2513
|
+
"https://fedoraproject.org/wiki/Licensing/MakeIndex"
|
2514
|
+
],
|
2515
|
+
"isOsiApproved": false
|
2516
|
+
},
|
2517
|
+
{
|
2518
|
+
"reference": "./MirOS.html",
|
2519
|
+
"isDeprecatedLicenseId": false,
|
2520
|
+
"detailsUrl": "http://spdx.org/licenses/MirOS.json",
|
2521
|
+
"referenceNumber": "201",
|
2522
|
+
"name": "MirOS License",
|
2523
|
+
"licenseId": "MirOS",
|
2524
|
+
"seeAlso": [
|
2525
|
+
"http://www.opensource.org/licenses/MirOS"
|
2526
|
+
],
|
2527
|
+
"isOsiApproved": true
|
2528
|
+
},
|
2529
|
+
{
|
2530
|
+
"reference": "./MIT-advertising.html",
|
2531
|
+
"isDeprecatedLicenseId": false,
|
2532
|
+
"detailsUrl": "http://spdx.org/licenses/MIT-advertising.json",
|
2533
|
+
"referenceNumber": "202",
|
2534
|
+
"name": "Enlightenment License (e16)",
|
2535
|
+
"licenseId": "MIT-advertising",
|
2536
|
+
"seeAlso": [
|
2537
|
+
"https://fedoraproject.org/wiki/Licensing/MIT_With_Advertising"
|
2538
|
+
],
|
2539
|
+
"isOsiApproved": false
|
2540
|
+
},
|
2541
|
+
{
|
2542
|
+
"reference": "./MIT-CMU.html",
|
2543
|
+
"isDeprecatedLicenseId": false,
|
2544
|
+
"detailsUrl": "http://spdx.org/licenses/MIT-CMU.json",
|
2545
|
+
"referenceNumber": "203",
|
2546
|
+
"name": "CMU License",
|
2547
|
+
"licenseId": "MIT-CMU",
|
2548
|
+
"seeAlso": [
|
2549
|
+
"https://fedoraproject.org/wiki/Licensing:MIT?rd\u003dLicensing/MIT#CMU_Style"
|
2550
|
+
],
|
2551
|
+
"isOsiApproved": false
|
2552
|
+
},
|
2553
|
+
{
|
2554
|
+
"reference": "./MIT-enna.html",
|
2555
|
+
"isDeprecatedLicenseId": false,
|
2556
|
+
"detailsUrl": "http://spdx.org/licenses/MIT-enna.json",
|
2557
|
+
"referenceNumber": "204",
|
2558
|
+
"name": "enna License",
|
2559
|
+
"licenseId": "MIT-enna",
|
2560
|
+
"seeAlso": [
|
2561
|
+
"https://fedoraproject.org/wiki/Licensing/MIT#enna"
|
2562
|
+
],
|
2563
|
+
"isOsiApproved": false
|
2564
|
+
},
|
2565
|
+
{
|
2566
|
+
"reference": "./MIT-feh.html",
|
2567
|
+
"isDeprecatedLicenseId": false,
|
2568
|
+
"detailsUrl": "http://spdx.org/licenses/MIT-feh.json",
|
2569
|
+
"referenceNumber": "205",
|
2570
|
+
"name": "feh License",
|
2571
|
+
"licenseId": "MIT-feh",
|
2572
|
+
"seeAlso": [
|
2573
|
+
"https://fedoraproject.org/wiki/Licensing/MIT#feh"
|
2574
|
+
],
|
2575
|
+
"isOsiApproved": false
|
2576
|
+
},
|
2577
|
+
{
|
2578
|
+
"reference": "./MIT.html",
|
2579
|
+
"isDeprecatedLicenseId": false,
|
2580
|
+
"isFsfLibre": true,
|
2581
|
+
"detailsUrl": "http://spdx.org/licenses/MIT.json",
|
2582
|
+
"referenceNumber": "206",
|
2583
|
+
"name": "MIT License",
|
2584
|
+
"licenseId": "MIT",
|
2585
|
+
"seeAlso": [
|
2586
|
+
"http://www.opensource.org/licenses/MIT"
|
2587
|
+
],
|
2588
|
+
"isOsiApproved": true
|
2589
|
+
},
|
2590
|
+
{
|
2591
|
+
"reference": "./MITNFA.html",
|
2592
|
+
"isDeprecatedLicenseId": false,
|
2593
|
+
"detailsUrl": "http://spdx.org/licenses/MITNFA.json",
|
2594
|
+
"referenceNumber": "207",
|
2595
|
+
"name": "MIT +no-false-attribs license",
|
2596
|
+
"licenseId": "MITNFA",
|
2597
|
+
"seeAlso": [
|
2598
|
+
"https://fedoraproject.org/wiki/Licensing/MITNFA"
|
2599
|
+
],
|
2600
|
+
"isOsiApproved": false
|
2601
|
+
},
|
2602
|
+
{
|
2603
|
+
"reference": "./Motosoto.html",
|
2604
|
+
"isDeprecatedLicenseId": false,
|
2605
|
+
"detailsUrl": "http://spdx.org/licenses/Motosoto.json",
|
2606
|
+
"referenceNumber": "208",
|
2607
|
+
"name": "Motosoto License",
|
2608
|
+
"licenseId": "Motosoto",
|
2609
|
+
"seeAlso": [
|
2610
|
+
"http://www.opensource.org/licenses/Motosoto"
|
2611
|
+
],
|
2612
|
+
"isOsiApproved": true
|
2613
|
+
},
|
2614
|
+
{
|
2615
|
+
"reference": "./mpich2.html",
|
2616
|
+
"isDeprecatedLicenseId": false,
|
2617
|
+
"detailsUrl": "http://spdx.org/licenses/mpich2.json",
|
2618
|
+
"referenceNumber": "209",
|
2619
|
+
"name": "mpich2 License",
|
2620
|
+
"licenseId": "mpich2",
|
2621
|
+
"seeAlso": [
|
2622
|
+
"https://fedoraproject.org/wiki/Licensing/MIT"
|
2623
|
+
],
|
2624
|
+
"isOsiApproved": false
|
2625
|
+
},
|
2626
|
+
{
|
2627
|
+
"reference": "./MPL-1.0.html",
|
2628
|
+
"isDeprecatedLicenseId": false,
|
2629
|
+
"detailsUrl": "http://spdx.org/licenses/MPL-1.0.json",
|
2630
|
+
"referenceNumber": "210",
|
2631
|
+
"name": "Mozilla Public License 1.0",
|
2632
|
+
"licenseId": "MPL-1.0",
|
2633
|
+
"seeAlso": [
|
2634
|
+
"http://www.mozilla.org/MPL/MPL-1.0.html",
|
2635
|
+
"http://opensource.org/licenses/MPL-1.0"
|
2636
|
+
],
|
2637
|
+
"isOsiApproved": true
|
2638
|
+
},
|
2639
|
+
{
|
2640
|
+
"reference": "./MPL-1.1.html",
|
2641
|
+
"isDeprecatedLicenseId": false,
|
2642
|
+
"isFsfLibre": true,
|
2643
|
+
"detailsUrl": "http://spdx.org/licenses/MPL-1.1.json",
|
2644
|
+
"referenceNumber": "211",
|
2645
|
+
"name": "Mozilla Public License 1.1",
|
2646
|
+
"licenseId": "MPL-1.1",
|
2647
|
+
"seeAlso": [
|
2648
|
+
"http://www.mozilla.org/MPL/MPL-1.1.html",
|
2649
|
+
"http://www.opensource.org/licenses/MPL-1.1"
|
2650
|
+
],
|
2651
|
+
"isOsiApproved": true
|
2652
|
+
},
|
2653
|
+
{
|
2654
|
+
"reference": "./MPL-2.0-no-copyleft-exception.html",
|
2655
|
+
"isDeprecatedLicenseId": false,
|
2656
|
+
"detailsUrl": "http://spdx.org/licenses/MPL-2.0-no-copyleft-exception.json",
|
2657
|
+
"referenceNumber": "212",
|
2658
|
+
"name": "Mozilla Public License 2.0 (no copyleft exception)",
|
2659
|
+
"licenseId": "MPL-2.0-no-copyleft-exception",
|
2660
|
+
"seeAlso": [
|
2661
|
+
"http://www.mozilla.org/MPL/2.0/",
|
2662
|
+
"http://opensource.org/licenses/MPL-2.0"
|
2663
|
+
],
|
2664
|
+
"isOsiApproved": true
|
2665
|
+
},
|
2666
|
+
{
|
2667
|
+
"reference": "./MPL-2.0.html",
|
2668
|
+
"isDeprecatedLicenseId": false,
|
2669
|
+
"isFsfLibre": true,
|
2670
|
+
"detailsUrl": "http://spdx.org/licenses/MPL-2.0.json",
|
2671
|
+
"referenceNumber": "213",
|
2672
|
+
"name": "Mozilla Public License 2.0",
|
2673
|
+
"licenseId": "MPL-2.0",
|
2674
|
+
"seeAlso": [
|
2675
|
+
"http://www.mozilla.org/MPL/2.0/",
|
2676
|
+
"http://opensource.org/licenses/MPL-2.0"
|
2677
|
+
],
|
2678
|
+
"isOsiApproved": true
|
2679
|
+
},
|
2680
|
+
{
|
2681
|
+
"reference": "./MS-PL.html",
|
2682
|
+
"isDeprecatedLicenseId": false,
|
2683
|
+
"isFsfLibre": true,
|
2684
|
+
"detailsUrl": "http://spdx.org/licenses/MS-PL.json",
|
2685
|
+
"referenceNumber": "214",
|
2686
|
+
"name": "Microsoft Public License",
|
2687
|
+
"licenseId": "MS-PL",
|
2688
|
+
"seeAlso": [
|
2689
|
+
"http://www.microsoft.com/opensource/licenses.mspx",
|
2690
|
+
"http://www.opensource.org/licenses/MS-PL"
|
2691
|
+
],
|
2692
|
+
"isOsiApproved": true
|
2693
|
+
},
|
2694
|
+
{
|
2695
|
+
"reference": "./MS-RL.html",
|
2696
|
+
"isDeprecatedLicenseId": false,
|
2697
|
+
"isFsfLibre": true,
|
2698
|
+
"detailsUrl": "http://spdx.org/licenses/MS-RL.json",
|
2699
|
+
"referenceNumber": "215",
|
2700
|
+
"name": "Microsoft Reciprocal License",
|
2701
|
+
"licenseId": "MS-RL",
|
2702
|
+
"seeAlso": [
|
2703
|
+
"http://www.microsoft.com/opensource/licenses.mspx",
|
2704
|
+
"http://www.opensource.org/licenses/MS-RL"
|
2705
|
+
],
|
2706
|
+
"isOsiApproved": true
|
2707
|
+
},
|
2708
|
+
{
|
2709
|
+
"reference": "./MTLL.html",
|
2710
|
+
"isDeprecatedLicenseId": false,
|
2711
|
+
"detailsUrl": "http://spdx.org/licenses/MTLL.json",
|
2712
|
+
"referenceNumber": "216",
|
2713
|
+
"name": "Matrix Template Library License",
|
2714
|
+
"licenseId": "MTLL",
|
2715
|
+
"seeAlso": [
|
2716
|
+
"https://fedoraproject.org/wiki/Licensing/Matrix_Template_Library_License"
|
2717
|
+
],
|
2718
|
+
"isOsiApproved": false
|
2719
|
+
},
|
2720
|
+
{
|
2721
|
+
"reference": "./Multics.html",
|
2722
|
+
"isDeprecatedLicenseId": false,
|
2723
|
+
"detailsUrl": "http://spdx.org/licenses/Multics.json",
|
2724
|
+
"referenceNumber": "217",
|
2725
|
+
"name": "Multics License",
|
2726
|
+
"licenseId": "Multics",
|
2727
|
+
"seeAlso": [
|
2728
|
+
"http://www.opensource.org/licenses/Multics"
|
2729
|
+
],
|
2730
|
+
"isOsiApproved": true
|
2731
|
+
},
|
2732
|
+
{
|
2733
|
+
"reference": "./Mup.html",
|
2734
|
+
"isDeprecatedLicenseId": false,
|
2735
|
+
"detailsUrl": "http://spdx.org/licenses/Mup.json",
|
2736
|
+
"referenceNumber": "218",
|
2737
|
+
"name": "Mup License",
|
2738
|
+
"licenseId": "Mup",
|
2739
|
+
"seeAlso": [
|
2740
|
+
"https://fedoraproject.org/wiki/Licensing/Mup"
|
2741
|
+
],
|
2742
|
+
"isOsiApproved": false
|
2743
|
+
},
|
2744
|
+
{
|
2745
|
+
"reference": "./NASA-1.3.html",
|
2746
|
+
"isDeprecatedLicenseId": false,
|
2747
|
+
"isFsfLibre": false,
|
2748
|
+
"detailsUrl": "http://spdx.org/licenses/NASA-1.3.json",
|
2749
|
+
"referenceNumber": "219",
|
2750
|
+
"name": "NASA Open Source Agreement 1.3",
|
2751
|
+
"licenseId": "NASA-1.3",
|
2752
|
+
"seeAlso": [
|
2753
|
+
"http://ti.arc.nasa.gov/opensource/nosa/",
|
2754
|
+
"http://www.opensource.org/licenses/NASA-1.3"
|
2755
|
+
],
|
2756
|
+
"isOsiApproved": true
|
2757
|
+
},
|
2758
|
+
{
|
2759
|
+
"reference": "./Naumen.html",
|
2760
|
+
"isDeprecatedLicenseId": false,
|
2761
|
+
"detailsUrl": "http://spdx.org/licenses/Naumen.json",
|
2762
|
+
"referenceNumber": "220",
|
2763
|
+
"name": "Naumen Public License",
|
2764
|
+
"licenseId": "Naumen",
|
2765
|
+
"seeAlso": [
|
2766
|
+
"http://www.opensource.org/licenses/Naumen"
|
2767
|
+
],
|
2768
|
+
"isOsiApproved": true
|
2769
|
+
},
|
2770
|
+
{
|
2771
|
+
"reference": "./NBPL-1.0.html",
|
2772
|
+
"isDeprecatedLicenseId": false,
|
2773
|
+
"detailsUrl": "http://spdx.org/licenses/NBPL-1.0.json",
|
2774
|
+
"referenceNumber": "221",
|
2775
|
+
"name": "Net Boolean Public License v1",
|
2776
|
+
"licenseId": "NBPL-1.0",
|
2777
|
+
"seeAlso": [
|
2778
|
+
"http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d37b4b3f6cc4bf34e1d3dec61e69914b9819d8894"
|
2779
|
+
],
|
2780
|
+
"isOsiApproved": false
|
2781
|
+
},
|
2782
|
+
{
|
2783
|
+
"reference": "./NCSA.html",
|
2784
|
+
"isDeprecatedLicenseId": false,
|
2785
|
+
"isFsfLibre": true,
|
2786
|
+
"detailsUrl": "http://spdx.org/licenses/NCSA.json",
|
2787
|
+
"referenceNumber": "222",
|
2788
|
+
"name": "University of Illinois/NCSA Open Source License",
|
2789
|
+
"licenseId": "NCSA",
|
2790
|
+
"seeAlso": [
|
2791
|
+
"http://otm.illinois.edu/uiuc_openSource",
|
2792
|
+
"http://www.opensource.org/licenses/NCSA"
|
2793
|
+
],
|
2794
|
+
"isOsiApproved": true
|
2795
|
+
},
|
2796
|
+
{
|
2797
|
+
"reference": "./Net-SNMP.html",
|
2798
|
+
"isDeprecatedLicenseId": false,
|
2799
|
+
"detailsUrl": "http://spdx.org/licenses/Net-SNMP.json",
|
2800
|
+
"referenceNumber": "223",
|
2801
|
+
"name": "Net-SNMP License",
|
2802
|
+
"licenseId": "Net-SNMP",
|
2803
|
+
"seeAlso": [
|
2804
|
+
"http://net-snmp.sourceforge.net/about/license.html"
|
2805
|
+
],
|
2806
|
+
"isOsiApproved": false
|
2807
|
+
},
|
2808
|
+
{
|
2809
|
+
"reference": "./NetCDF.html",
|
2810
|
+
"isDeprecatedLicenseId": false,
|
2811
|
+
"detailsUrl": "http://spdx.org/licenses/NetCDF.json",
|
2812
|
+
"referenceNumber": "224",
|
2813
|
+
"name": "NetCDF license",
|
2814
|
+
"licenseId": "NetCDF",
|
2815
|
+
"seeAlso": [
|
2816
|
+
"http://www.unidata.ucar.edu/software/netcdf/copyright.html"
|
2817
|
+
],
|
2818
|
+
"isOsiApproved": false
|
2819
|
+
},
|
2820
|
+
{
|
2821
|
+
"reference": "./Newsletr.html",
|
2822
|
+
"isDeprecatedLicenseId": false,
|
2823
|
+
"detailsUrl": "http://spdx.org/licenses/Newsletr.json",
|
2824
|
+
"referenceNumber": "225",
|
2825
|
+
"name": "Newsletr License",
|
2826
|
+
"licenseId": "Newsletr",
|
2827
|
+
"seeAlso": [
|
2828
|
+
"https://fedoraproject.org/wiki/Licensing/Newsletr"
|
2829
|
+
],
|
2830
|
+
"isOsiApproved": false
|
2831
|
+
},
|
2832
|
+
{
|
2833
|
+
"reference": "./NGPL.html",
|
2834
|
+
"isDeprecatedLicenseId": false,
|
2835
|
+
"detailsUrl": "http://spdx.org/licenses/NGPL.json",
|
2836
|
+
"referenceNumber": "226",
|
2837
|
+
"name": "Nethack General Public License",
|
2838
|
+
"licenseId": "NGPL",
|
2839
|
+
"seeAlso": [
|
2840
|
+
"http://www.opensource.org/licenses/NGPL"
|
2841
|
+
],
|
2842
|
+
"isOsiApproved": true
|
2843
|
+
},
|
2844
|
+
{
|
2845
|
+
"reference": "./NLOD-1.0.html",
|
2846
|
+
"isDeprecatedLicenseId": false,
|
2847
|
+
"detailsUrl": "http://spdx.org/licenses/NLOD-1.0.json",
|
2848
|
+
"referenceNumber": "227",
|
2849
|
+
"name": "Norwegian Licence for Open Government Data",
|
2850
|
+
"licenseId": "NLOD-1.0",
|
2851
|
+
"seeAlso": [
|
2852
|
+
"http://data.norge.no/nlod/en/1.0"
|
2853
|
+
],
|
2854
|
+
"isOsiApproved": false
|
2855
|
+
},
|
2856
|
+
{
|
2857
|
+
"reference": "./NLPL.html",
|
2858
|
+
"isDeprecatedLicenseId": false,
|
2859
|
+
"detailsUrl": "http://spdx.org/licenses/NLPL.json",
|
2860
|
+
"referenceNumber": "228",
|
2861
|
+
"name": "No Limit Public License",
|
2862
|
+
"licenseId": "NLPL",
|
2863
|
+
"seeAlso": [
|
2864
|
+
"https://fedoraproject.org/wiki/Licensing/NLPL"
|
2865
|
+
],
|
2866
|
+
"isOsiApproved": false
|
2867
|
+
},
|
2868
|
+
{
|
2869
|
+
"reference": "./Nokia.html",
|
2870
|
+
"isDeprecatedLicenseId": false,
|
2871
|
+
"isFsfLibre": true,
|
2872
|
+
"detailsUrl": "http://spdx.org/licenses/Nokia.json",
|
2873
|
+
"referenceNumber": "229",
|
2874
|
+
"name": "Nokia Open Source License",
|
2875
|
+
"licenseId": "Nokia",
|
2876
|
+
"seeAlso": [
|
2877
|
+
"http://www.opensource.org/licenses/nokia"
|
2878
|
+
],
|
2879
|
+
"isOsiApproved": true
|
2880
|
+
},
|
2881
|
+
{
|
2882
|
+
"reference": "./NOSL.html",
|
2883
|
+
"isDeprecatedLicenseId": false,
|
2884
|
+
"isFsfLibre": true,
|
2885
|
+
"detailsUrl": "http://spdx.org/licenses/NOSL.json",
|
2886
|
+
"referenceNumber": "230",
|
2887
|
+
"name": "Netizen Open Source License",
|
2888
|
+
"licenseId": "NOSL",
|
2889
|
+
"seeAlso": [
|
2890
|
+
"http://bits.netizen.com.au/licenses/NOSL/nosl.txt"
|
2891
|
+
],
|
2892
|
+
"isOsiApproved": false
|
2893
|
+
},
|
2894
|
+
{
|
2895
|
+
"reference": "./Noweb.html",
|
2896
|
+
"isDeprecatedLicenseId": false,
|
2897
|
+
"detailsUrl": "http://spdx.org/licenses/Noweb.json",
|
2898
|
+
"referenceNumber": "231",
|
2899
|
+
"name": "Noweb License",
|
2900
|
+
"licenseId": "Noweb",
|
2901
|
+
"seeAlso": [
|
2902
|
+
"https://fedoraproject.org/wiki/Licensing/Noweb"
|
2903
|
+
],
|
2904
|
+
"isOsiApproved": false
|
2905
|
+
},
|
2906
|
+
{
|
2907
|
+
"reference": "./NPL-1.0.html",
|
2908
|
+
"isDeprecatedLicenseId": false,
|
2909
|
+
"isFsfLibre": true,
|
2910
|
+
"detailsUrl": "http://spdx.org/licenses/NPL-1.0.json",
|
2911
|
+
"referenceNumber": "232",
|
2912
|
+
"name": "Netscape Public License v1.0",
|
2913
|
+
"licenseId": "NPL-1.0",
|
2914
|
+
"seeAlso": [
|
2915
|
+
"http://www.mozilla.org/MPL/NPL/1.0/"
|
2916
|
+
],
|
2917
|
+
"isOsiApproved": false
|
2918
|
+
},
|
2919
|
+
{
|
2920
|
+
"reference": "./NPL-1.1.html",
|
2921
|
+
"isDeprecatedLicenseId": false,
|
2922
|
+
"isFsfLibre": true,
|
2923
|
+
"detailsUrl": "http://spdx.org/licenses/NPL-1.1.json",
|
2924
|
+
"referenceNumber": "233",
|
2925
|
+
"name": "Netscape Public License v1.1",
|
2926
|
+
"licenseId": "NPL-1.1",
|
2927
|
+
"seeAlso": [
|
2928
|
+
"http://www.mozilla.org/MPL/NPL/1.1/"
|
2929
|
+
],
|
2930
|
+
"isOsiApproved": false
|
2931
|
+
},
|
2932
|
+
{
|
2933
|
+
"reference": "./NPOSL-3.0.html",
|
2934
|
+
"isDeprecatedLicenseId": false,
|
2935
|
+
"detailsUrl": "http://spdx.org/licenses/NPOSL-3.0.json",
|
2936
|
+
"referenceNumber": "234",
|
2937
|
+
"name": "Non-Profit Open Software License 3.0",
|
2938
|
+
"licenseId": "NPOSL-3.0",
|
2939
|
+
"seeAlso": [
|
2940
|
+
"http://www.opensource.org/licenses/NOSL3.0"
|
2941
|
+
],
|
2942
|
+
"isOsiApproved": true
|
2943
|
+
},
|
2944
|
+
{
|
2945
|
+
"reference": "./NRL.html",
|
2946
|
+
"isDeprecatedLicenseId": false,
|
2947
|
+
"detailsUrl": "http://spdx.org/licenses/NRL.json",
|
2948
|
+
"referenceNumber": "235",
|
2949
|
+
"name": "NRL License",
|
2950
|
+
"licenseId": "NRL",
|
2951
|
+
"seeAlso": [
|
2952
|
+
"http://web.mit.edu/network/isakmp/nrllicense.html"
|
2953
|
+
],
|
2954
|
+
"isOsiApproved": false
|
2955
|
+
},
|
2956
|
+
{
|
2957
|
+
"reference": "./NTP.html",
|
2958
|
+
"isDeprecatedLicenseId": false,
|
2959
|
+
"detailsUrl": "http://spdx.org/licenses/NTP.json",
|
2960
|
+
"referenceNumber": "236",
|
2961
|
+
"name": "NTP License",
|
2962
|
+
"licenseId": "NTP",
|
2963
|
+
"seeAlso": [
|
2964
|
+
"http://www.opensource.org/licenses/NTP"
|
2965
|
+
],
|
2966
|
+
"isOsiApproved": true
|
2967
|
+
},
|
2968
|
+
{
|
2969
|
+
"reference": "./OCCT-PL.html",
|
2970
|
+
"isDeprecatedLicenseId": false,
|
2971
|
+
"detailsUrl": "http://spdx.org/licenses/OCCT-PL.json",
|
2972
|
+
"referenceNumber": "237",
|
2973
|
+
"name": "Open CASCADE Technology Public License",
|
2974
|
+
"licenseId": "OCCT-PL",
|
2975
|
+
"seeAlso": [
|
2976
|
+
"http://www.opencascade.com/content/occt-public-license"
|
2977
|
+
],
|
2978
|
+
"isOsiApproved": false
|
2979
|
+
},
|
2980
|
+
{
|
2981
|
+
"reference": "./OCLC-2.0.html",
|
2982
|
+
"isDeprecatedLicenseId": false,
|
2983
|
+
"detailsUrl": "http://spdx.org/licenses/OCLC-2.0.json",
|
2984
|
+
"referenceNumber": "238",
|
2985
|
+
"name": "OCLC Research Public License 2.0",
|
2986
|
+
"licenseId": "OCLC-2.0",
|
2987
|
+
"seeAlso": [
|
2988
|
+
"http://www.oclc.org/research/activities/software/license/v2final.htm",
|
2989
|
+
"http://www.opensource.org/licenses/OCLC-2.0"
|
2990
|
+
],
|
2991
|
+
"isOsiApproved": true
|
2992
|
+
},
|
2993
|
+
{
|
2994
|
+
"reference": "./ODbL-1.0.html",
|
2995
|
+
"isDeprecatedLicenseId": false,
|
2996
|
+
"isFsfLibre": true,
|
2997
|
+
"detailsUrl": "http://spdx.org/licenses/ODbL-1.0.json",
|
2998
|
+
"referenceNumber": "239",
|
2999
|
+
"name": "ODC Open Database License v1.0",
|
3000
|
+
"licenseId": "ODbL-1.0",
|
3001
|
+
"seeAlso": [
|
3002
|
+
"http://www.opendatacommons.org/licenses/odbl/1.0/"
|
3003
|
+
],
|
3004
|
+
"isOsiApproved": false
|
3005
|
+
},
|
3006
|
+
{
|
3007
|
+
"reference": "./OFL-1.0.html",
|
3008
|
+
"isDeprecatedLicenseId": false,
|
3009
|
+
"detailsUrl": "http://spdx.org/licenses/OFL-1.0.json",
|
3010
|
+
"referenceNumber": "240",
|
3011
|
+
"name": "SIL Open Font License 1.0",
|
3012
|
+
"licenseId": "OFL-1.0",
|
3013
|
+
"seeAlso": [
|
3014
|
+
"http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL10_web"
|
3015
|
+
],
|
3016
|
+
"isOsiApproved": false
|
3017
|
+
},
|
3018
|
+
{
|
3019
|
+
"reference": "./OFL-1.1.html",
|
3020
|
+
"isDeprecatedLicenseId": false,
|
3021
|
+
"isFsfLibre": true,
|
3022
|
+
"detailsUrl": "http://spdx.org/licenses/OFL-1.1.json",
|
3023
|
+
"referenceNumber": "241",
|
3024
|
+
"name": "SIL Open Font License 1.1",
|
3025
|
+
"licenseId": "OFL-1.1",
|
3026
|
+
"seeAlso": [
|
3027
|
+
"http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL_web",
|
3028
|
+
"http://www.opensource.org/licenses/OFL-1.1"
|
3029
|
+
],
|
3030
|
+
"isOsiApproved": true
|
3031
|
+
},
|
3032
|
+
{
|
3033
|
+
"reference": "./OGTSL.html",
|
3034
|
+
"isDeprecatedLicenseId": false,
|
3035
|
+
"detailsUrl": "http://spdx.org/licenses/OGTSL.json",
|
3036
|
+
"referenceNumber": "242",
|
3037
|
+
"name": "Open Group Test Suite License",
|
3038
|
+
"licenseId": "OGTSL",
|
3039
|
+
"seeAlso": [
|
3040
|
+
"http://www.opengroup.org/testing/downloads/The_Open_Group_TSL.txt",
|
3041
|
+
"http://www.opensource.org/licenses/OGTSL"
|
3042
|
+
],
|
3043
|
+
"isOsiApproved": true
|
3044
|
+
},
|
3045
|
+
{
|
3046
|
+
"reference": "./OLDAP-1.1.html",
|
3047
|
+
"isDeprecatedLicenseId": false,
|
3048
|
+
"detailsUrl": "http://spdx.org/licenses/OLDAP-1.1.json",
|
3049
|
+
"referenceNumber": "243",
|
3050
|
+
"name": "Open LDAP Public License v1.1",
|
3051
|
+
"licenseId": "OLDAP-1.1",
|
3052
|
+
"seeAlso": [
|
3053
|
+
"http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d806557a5ad59804ef3a44d5abfbe91d706b0791f"
|
3054
|
+
],
|
3055
|
+
"isOsiApproved": false
|
3056
|
+
},
|
3057
|
+
{
|
3058
|
+
"reference": "./OLDAP-1.2.html",
|
3059
|
+
"isDeprecatedLicenseId": false,
|
3060
|
+
"detailsUrl": "http://spdx.org/licenses/OLDAP-1.2.json",
|
3061
|
+
"referenceNumber": "244",
|
3062
|
+
"name": "Open LDAP Public License v1.2",
|
3063
|
+
"licenseId": "OLDAP-1.2",
|
3064
|
+
"seeAlso": [
|
3065
|
+
"http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d42b0383c50c299977b5893ee695cf4e486fb0dc7"
|
3066
|
+
],
|
3067
|
+
"isOsiApproved": false
|
3068
|
+
},
|
3069
|
+
{
|
3070
|
+
"reference": "./OLDAP-1.3.html",
|
3071
|
+
"isDeprecatedLicenseId": false,
|
3072
|
+
"detailsUrl": "http://spdx.org/licenses/OLDAP-1.3.json",
|
3073
|
+
"referenceNumber": "245",
|
3074
|
+
"name": "Open LDAP Public License v1.3",
|
3075
|
+
"licenseId": "OLDAP-1.3",
|
3076
|
+
"seeAlso": [
|
3077
|
+
"http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003de5f8117f0ce088d0bd7a8e18ddf37eaa40eb09b1"
|
3078
|
+
],
|
3079
|
+
"isOsiApproved": false
|
3080
|
+
},
|
3081
|
+
{
|
3082
|
+
"reference": "./OLDAP-1.4.html",
|
3083
|
+
"isDeprecatedLicenseId": false,
|
3084
|
+
"detailsUrl": "http://spdx.org/licenses/OLDAP-1.4.json",
|
3085
|
+
"referenceNumber": "246",
|
3086
|
+
"name": "Open LDAP Public License v1.4",
|
3087
|
+
"licenseId": "OLDAP-1.4",
|
3088
|
+
"seeAlso": [
|
3089
|
+
"http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003dc9f95c2f3f2ffb5e0ae55fe7388af75547660941"
|
3090
|
+
],
|
3091
|
+
"isOsiApproved": false
|
3092
|
+
},
|
3093
|
+
{
|
3094
|
+
"reference": "./OLDAP-2.0.1.html",
|
3095
|
+
"isDeprecatedLicenseId": false,
|
3096
|
+
"detailsUrl": "http://spdx.org/licenses/OLDAP-2.0.1.json",
|
3097
|
+
"referenceNumber": "247",
|
3098
|
+
"name": "Open LDAP Public License v2.0.1",
|
3099
|
+
"licenseId": "OLDAP-2.0.1",
|
3100
|
+
"seeAlso": [
|
3101
|
+
"http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003db6d68acd14e51ca3aab4428bf26522aa74873f0e"
|
3102
|
+
],
|
3103
|
+
"isOsiApproved": false
|
3104
|
+
},
|
3105
|
+
{
|
3106
|
+
"reference": "./OLDAP-2.0.html",
|
3107
|
+
"isDeprecatedLicenseId": false,
|
3108
|
+
"detailsUrl": "http://spdx.org/licenses/OLDAP-2.0.json",
|
3109
|
+
"referenceNumber": "248",
|
3110
|
+
"name": "Open LDAP Public License v2.0 (or possibly 2.0A and 2.0B)",
|
3111
|
+
"licenseId": "OLDAP-2.0",
|
3112
|
+
"seeAlso": [
|
3113
|
+
"http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003dcbf50f4e1185a21abd4c0a54d3f4341fe28f36ea"
|
3114
|
+
],
|
3115
|
+
"isOsiApproved": false
|
3116
|
+
},
|
3117
|
+
{
|
3118
|
+
"reference": "./OLDAP-2.1.html",
|
3119
|
+
"isDeprecatedLicenseId": false,
|
3120
|
+
"detailsUrl": "http://spdx.org/licenses/OLDAP-2.1.json",
|
3121
|
+
"referenceNumber": "249",
|
3122
|
+
"name": "Open LDAP Public License v2.1",
|
3123
|
+
"licenseId": "OLDAP-2.1",
|
3124
|
+
"seeAlso": [
|
3125
|
+
"http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003db0d176738e96a0d3b9f85cb51e140a86f21be715"
|
3126
|
+
],
|
3127
|
+
"isOsiApproved": false
|
3128
|
+
},
|
3129
|
+
{
|
3130
|
+
"reference": "./OLDAP-2.2.1.html",
|
3131
|
+
"isDeprecatedLicenseId": false,
|
3132
|
+
"detailsUrl": "http://spdx.org/licenses/OLDAP-2.2.1.json",
|
3133
|
+
"referenceNumber": "250",
|
3134
|
+
"name": "Open LDAP Public License v2.2.1",
|
3135
|
+
"licenseId": "OLDAP-2.2.1",
|
3136
|
+
"seeAlso": [
|
3137
|
+
"http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d4bc786f34b50aa301be6f5600f58a980070f481e"
|
3138
|
+
],
|
3139
|
+
"isOsiApproved": false
|
3140
|
+
},
|
3141
|
+
{
|
3142
|
+
"reference": "./OLDAP-2.2.2.html",
|
3143
|
+
"isDeprecatedLicenseId": false,
|
3144
|
+
"detailsUrl": "http://spdx.org/licenses/OLDAP-2.2.2.json",
|
3145
|
+
"referenceNumber": "251",
|
3146
|
+
"name": "Open LDAP Public License 2.2.2",
|
3147
|
+
"licenseId": "OLDAP-2.2.2",
|
3148
|
+
"seeAlso": [
|
3149
|
+
"http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003ddf2cc1e21eb7c160695f5b7cffd6296c151ba188"
|
3150
|
+
],
|
3151
|
+
"isOsiApproved": false
|
3152
|
+
},
|
3153
|
+
{
|
3154
|
+
"reference": "./OLDAP-2.2.html",
|
3155
|
+
"isDeprecatedLicenseId": false,
|
3156
|
+
"detailsUrl": "http://spdx.org/licenses/OLDAP-2.2.json",
|
3157
|
+
"referenceNumber": "252",
|
3158
|
+
"name": "Open LDAP Public License v2.2",
|
3159
|
+
"licenseId": "OLDAP-2.2",
|
3160
|
+
"seeAlso": [
|
3161
|
+
"http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d470b0c18ec67621c85881b2733057fecf4a1acc3"
|
3162
|
+
],
|
3163
|
+
"isOsiApproved": false
|
3164
|
+
},
|
3165
|
+
{
|
3166
|
+
"reference": "./OLDAP-2.3.html",
|
3167
|
+
"isDeprecatedLicenseId": false,
|
3168
|
+
"isFsfLibre": true,
|
3169
|
+
"detailsUrl": "http://spdx.org/licenses/OLDAP-2.3.json",
|
3170
|
+
"referenceNumber": "253",
|
3171
|
+
"name": "Open LDAP Public License v2.3",
|
3172
|
+
"licenseId": "OLDAP-2.3",
|
3173
|
+
"seeAlso": [
|
3174
|
+
"http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003dd32cf54a32d581ab475d23c810b0a7fbaf8d63c3"
|
3175
|
+
],
|
3176
|
+
"isOsiApproved": false
|
3177
|
+
},
|
3178
|
+
{
|
3179
|
+
"reference": "./OLDAP-2.4.html",
|
3180
|
+
"isDeprecatedLicenseId": false,
|
3181
|
+
"detailsUrl": "http://spdx.org/licenses/OLDAP-2.4.json",
|
3182
|
+
"referenceNumber": "254",
|
3183
|
+
"name": "Open LDAP Public License v2.4",
|
3184
|
+
"licenseId": "OLDAP-2.4",
|
3185
|
+
"seeAlso": [
|
3186
|
+
"http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003dcd1284c4a91a8a380d904eee68d1583f989ed386"
|
3187
|
+
],
|
3188
|
+
"isOsiApproved": false
|
3189
|
+
},
|
3190
|
+
{
|
3191
|
+
"reference": "./OLDAP-2.5.html",
|
3192
|
+
"isDeprecatedLicenseId": false,
|
3193
|
+
"detailsUrl": "http://spdx.org/licenses/OLDAP-2.5.json",
|
3194
|
+
"referenceNumber": "255",
|
3195
|
+
"name": "Open LDAP Public License v2.5",
|
3196
|
+
"licenseId": "OLDAP-2.5",
|
3197
|
+
"seeAlso": [
|
3198
|
+
"http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d6852b9d90022e8593c98205413380536b1b5a7cf"
|
3199
|
+
],
|
3200
|
+
"isOsiApproved": false
|
3201
|
+
},
|
3202
|
+
{
|
3203
|
+
"reference": "./OLDAP-2.6.html",
|
3204
|
+
"isDeprecatedLicenseId": false,
|
3205
|
+
"detailsUrl": "http://spdx.org/licenses/OLDAP-2.6.json",
|
3206
|
+
"referenceNumber": "256",
|
3207
|
+
"name": "Open LDAP Public License v2.6",
|
3208
|
+
"licenseId": "OLDAP-2.6",
|
3209
|
+
"seeAlso": [
|
3210
|
+
"http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d1cae062821881f41b73012ba816434897abf4205"
|
3211
|
+
],
|
3212
|
+
"isOsiApproved": false
|
3213
|
+
},
|
3214
|
+
{
|
3215
|
+
"reference": "./OLDAP-2.7.html",
|
3216
|
+
"isDeprecatedLicenseId": false,
|
3217
|
+
"isFsfLibre": true,
|
3218
|
+
"detailsUrl": "http://spdx.org/licenses/OLDAP-2.7.json",
|
3219
|
+
"referenceNumber": "257",
|
3220
|
+
"name": "Open LDAP Public License v2.7",
|
3221
|
+
"licenseId": "OLDAP-2.7",
|
3222
|
+
"seeAlso": [
|
3223
|
+
"http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d47c2415c1df81556eeb39be6cad458ef87c534a2"
|
3224
|
+
],
|
3225
|
+
"isOsiApproved": false
|
3226
|
+
},
|
3227
|
+
{
|
3228
|
+
"reference": "./OLDAP-2.8.html",
|
3229
|
+
"isDeprecatedLicenseId": false,
|
3230
|
+
"detailsUrl": "http://spdx.org/licenses/OLDAP-2.8.json",
|
3231
|
+
"referenceNumber": "258",
|
3232
|
+
"name": "Open LDAP Public License v2.8",
|
3233
|
+
"licenseId": "OLDAP-2.8",
|
3234
|
+
"seeAlso": [
|
3235
|
+
"http://www.openldap.org/software/release/license.html"
|
3236
|
+
],
|
3237
|
+
"isOsiApproved": false
|
3238
|
+
},
|
3239
|
+
{
|
3240
|
+
"reference": "./OML.html",
|
3241
|
+
"isDeprecatedLicenseId": false,
|
3242
|
+
"detailsUrl": "http://spdx.org/licenses/OML.json",
|
3243
|
+
"referenceNumber": "259",
|
3244
|
+
"name": "Open Market License",
|
3245
|
+
"licenseId": "OML",
|
3246
|
+
"seeAlso": [
|
3247
|
+
"https://fedoraproject.org/wiki/Licensing/Open_Market_License"
|
3248
|
+
],
|
3249
|
+
"isOsiApproved": false
|
3250
|
+
},
|
3251
|
+
{
|
3252
|
+
"reference": "./OpenSSL.html",
|
3253
|
+
"isDeprecatedLicenseId": false,
|
3254
|
+
"isFsfLibre": true,
|
3255
|
+
"detailsUrl": "http://spdx.org/licenses/OpenSSL.json",
|
3256
|
+
"referenceNumber": "260",
|
3257
|
+
"name": "OpenSSL License",
|
3258
|
+
"licenseId": "OpenSSL",
|
3259
|
+
"seeAlso": [
|
3260
|
+
"http://www.openssl.org/source/license.html"
|
3261
|
+
],
|
3262
|
+
"isOsiApproved": false
|
3263
|
+
},
|
3264
|
+
{
|
3265
|
+
"reference": "./OPL-1.0.html",
|
3266
|
+
"isDeprecatedLicenseId": false,
|
3267
|
+
"isFsfLibre": false,
|
3268
|
+
"detailsUrl": "http://spdx.org/licenses/OPL-1.0.json",
|
3269
|
+
"referenceNumber": "261",
|
3270
|
+
"name": "Open Public License v1.0",
|
3271
|
+
"licenseId": "OPL-1.0",
|
3272
|
+
"seeAlso": [
|
3273
|
+
"http://old.koalateam.com/jackaroo/OPL_1_0.TXT",
|
3274
|
+
"https://fedoraproject.org/wiki/Licensing/Open_Public_License"
|
3275
|
+
],
|
3276
|
+
"isOsiApproved": false
|
3277
|
+
},
|
3278
|
+
{
|
3279
|
+
"reference": "./OSET-PL-2.1.html",
|
3280
|
+
"isDeprecatedLicenseId": false,
|
3281
|
+
"detailsUrl": "http://spdx.org/licenses/OSET-PL-2.1.json",
|
3282
|
+
"referenceNumber": "262",
|
3283
|
+
"name": "OSET Public License version 2.1",
|
3284
|
+
"licenseId": "OSET-PL-2.1",
|
3285
|
+
"seeAlso": [
|
3286
|
+
"http://opensource.org/licenses/OPL-2.1",
|
3287
|
+
"http://www.osetfoundation.org/public-license"
|
3288
|
+
],
|
3289
|
+
"isOsiApproved": true
|
3290
|
+
},
|
3291
|
+
{
|
3292
|
+
"reference": "./OSL-1.0.html",
|
3293
|
+
"isDeprecatedLicenseId": false,
|
3294
|
+
"isFsfLibre": true,
|
3295
|
+
"detailsUrl": "http://spdx.org/licenses/OSL-1.0.json",
|
3296
|
+
"referenceNumber": "263",
|
3297
|
+
"name": "Open Software License 1.0",
|
3298
|
+
"licenseId": "OSL-1.0",
|
3299
|
+
"seeAlso": [
|
3300
|
+
"http://opensource.org/licenses/OSL-1.0"
|
3301
|
+
],
|
3302
|
+
"isOsiApproved": true
|
3303
|
+
},
|
3304
|
+
{
|
3305
|
+
"reference": "./OSL-1.1.html",
|
3306
|
+
"isDeprecatedLicenseId": false,
|
3307
|
+
"isFsfLibre": true,
|
3308
|
+
"detailsUrl": "http://spdx.org/licenses/OSL-1.1.json",
|
3309
|
+
"referenceNumber": "264",
|
3310
|
+
"name": "Open Software License 1.1",
|
3311
|
+
"licenseId": "OSL-1.1",
|
3312
|
+
"seeAlso": [
|
3313
|
+
"https://fedoraproject.org/wiki/Licensing/OSL1.1"
|
3314
|
+
],
|
3315
|
+
"isOsiApproved": false
|
3316
|
+
},
|
3317
|
+
{
|
3318
|
+
"reference": "./OSL-2.0.html",
|
3319
|
+
"isDeprecatedLicenseId": false,
|
3320
|
+
"isFsfLibre": true,
|
3321
|
+
"detailsUrl": "http://spdx.org/licenses/OSL-2.0.json",
|
3322
|
+
"referenceNumber": "265",
|
3323
|
+
"name": "Open Software License 2.0",
|
3324
|
+
"licenseId": "OSL-2.0",
|
3325
|
+
"seeAlso": [
|
3326
|
+
"http://web.archive.org/web/20041020171434/http://www.rosenlaw.com/osl2.0.html"
|
3327
|
+
],
|
3328
|
+
"isOsiApproved": true
|
3329
|
+
},
|
3330
|
+
{
|
3331
|
+
"reference": "./OSL-2.1.html",
|
3332
|
+
"isDeprecatedLicenseId": false,
|
3333
|
+
"isFsfLibre": true,
|
3334
|
+
"detailsUrl": "http://spdx.org/licenses/OSL-2.1.json",
|
3335
|
+
"referenceNumber": "266",
|
3336
|
+
"name": "Open Software License 2.1",
|
3337
|
+
"licenseId": "OSL-2.1",
|
3338
|
+
"seeAlso": [
|
3339
|
+
"http://opensource.org/licenses/OSL-2.1",
|
3340
|
+
"http://web.archive.org/web/20050212003940/http://www.rosenlaw.com/osl21.htm"
|
3341
|
+
],
|
3342
|
+
"isOsiApproved": true
|
3343
|
+
},
|
3344
|
+
{
|
3345
|
+
"reference": "./OSL-3.0.html",
|
3346
|
+
"isDeprecatedLicenseId": false,
|
3347
|
+
"isFsfLibre": true,
|
3348
|
+
"detailsUrl": "http://spdx.org/licenses/OSL-3.0.json",
|
3349
|
+
"referenceNumber": "267",
|
3350
|
+
"name": "Open Software License 3.0",
|
3351
|
+
"licenseId": "OSL-3.0",
|
3352
|
+
"seeAlso": [
|
3353
|
+
"http://www.rosenlaw.com/OSL3.0.htm",
|
3354
|
+
"http://www.opensource.org/licenses/OSL-3.0"
|
3355
|
+
],
|
3356
|
+
"isOsiApproved": true
|
3357
|
+
},
|
3358
|
+
{
|
3359
|
+
"reference": "./PDDL-1.0.html",
|
3360
|
+
"isDeprecatedLicenseId": false,
|
3361
|
+
"detailsUrl": "http://spdx.org/licenses/PDDL-1.0.json",
|
3362
|
+
"referenceNumber": "268",
|
3363
|
+
"name": "ODC Public Domain Dedication \u0026 License 1.0",
|
3364
|
+
"licenseId": "PDDL-1.0",
|
3365
|
+
"seeAlso": [
|
3366
|
+
"http://opendatacommons.org/licenses/pddl/1.0/"
|
3367
|
+
],
|
3368
|
+
"isOsiApproved": false
|
3369
|
+
},
|
3370
|
+
{
|
3371
|
+
"reference": "./PHP-3.0.html",
|
3372
|
+
"isDeprecatedLicenseId": false,
|
3373
|
+
"detailsUrl": "http://spdx.org/licenses/PHP-3.0.json",
|
3374
|
+
"referenceNumber": "269",
|
3375
|
+
"name": "PHP License v3.0",
|
3376
|
+
"licenseId": "PHP-3.0",
|
3377
|
+
"seeAlso": [
|
3378
|
+
"http://www.opensource.org/licenses/PHP-3.0",
|
3379
|
+
"http://www.php.net/license/3_0.txt"
|
3380
|
+
],
|
3381
|
+
"isOsiApproved": true
|
3382
|
+
},
|
3383
|
+
{
|
3384
|
+
"reference": "./PHP-3.01.html",
|
3385
|
+
"isDeprecatedLicenseId": false,
|
3386
|
+
"isFsfLibre": true,
|
3387
|
+
"detailsUrl": "http://spdx.org/licenses/PHP-3.01.json",
|
3388
|
+
"referenceNumber": "270",
|
3389
|
+
"name": "PHP License v3.01",
|
3390
|
+
"licenseId": "PHP-3.01",
|
3391
|
+
"seeAlso": [
|
3392
|
+
"http://www.php.net/license/3_01.txt"
|
3393
|
+
],
|
3394
|
+
"isOsiApproved": false
|
3395
|
+
},
|
3396
|
+
{
|
3397
|
+
"reference": "./Plexus.html",
|
3398
|
+
"isDeprecatedLicenseId": false,
|
3399
|
+
"detailsUrl": "http://spdx.org/licenses/Plexus.json",
|
3400
|
+
"referenceNumber": "271",
|
3401
|
+
"name": "Plexus Classworlds License",
|
3402
|
+
"licenseId": "Plexus",
|
3403
|
+
"seeAlso": [
|
3404
|
+
"https://fedoraproject.org/wiki/Licensing/Plexus_Classworlds_License"
|
3405
|
+
],
|
3406
|
+
"isOsiApproved": false
|
3407
|
+
},
|
3408
|
+
{
|
3409
|
+
"reference": "./PostgreSQL.html",
|
3410
|
+
"isDeprecatedLicenseId": false,
|
3411
|
+
"detailsUrl": "http://spdx.org/licenses/PostgreSQL.json",
|
3412
|
+
"referenceNumber": "272",
|
3413
|
+
"name": "PostgreSQL License",
|
3414
|
+
"licenseId": "PostgreSQL",
|
3415
|
+
"seeAlso": [
|
3416
|
+
"http://www.postgresql.org/about/licence",
|
3417
|
+
"http://www.opensource.org/licenses/PostgreSQL"
|
3418
|
+
],
|
3419
|
+
"isOsiApproved": true
|
3420
|
+
},
|
3421
|
+
{
|
3422
|
+
"reference": "./psfrag.html",
|
3423
|
+
"isDeprecatedLicenseId": false,
|
3424
|
+
"detailsUrl": "http://spdx.org/licenses/psfrag.json",
|
3425
|
+
"referenceNumber": "273",
|
3426
|
+
"name": "psfrag License",
|
3427
|
+
"licenseId": "psfrag",
|
3428
|
+
"seeAlso": [
|
3429
|
+
"https://fedoraproject.org/wiki/Licensing/psfrag"
|
3430
|
+
],
|
3431
|
+
"isOsiApproved": false
|
3432
|
+
},
|
3433
|
+
{
|
3434
|
+
"reference": "./psutils.html",
|
3435
|
+
"isDeprecatedLicenseId": false,
|
3436
|
+
"detailsUrl": "http://spdx.org/licenses/psutils.json",
|
3437
|
+
"referenceNumber": "274",
|
3438
|
+
"name": "psutils License",
|
3439
|
+
"licenseId": "psutils",
|
3440
|
+
"seeAlso": [
|
3441
|
+
"https://fedoraproject.org/wiki/Licensing/psutils"
|
3442
|
+
],
|
3443
|
+
"isOsiApproved": false
|
3444
|
+
},
|
3445
|
+
{
|
3446
|
+
"reference": "./Python-2.0.html",
|
3447
|
+
"isDeprecatedLicenseId": false,
|
3448
|
+
"isFsfLibre": true,
|
3449
|
+
"detailsUrl": "http://spdx.org/licenses/Python-2.0.json",
|
3450
|
+
"referenceNumber": "275",
|
3451
|
+
"name": "Python License 2.0",
|
3452
|
+
"licenseId": "Python-2.0",
|
3453
|
+
"seeAlso": [
|
3454
|
+
"http://www.opensource.org/licenses/Python-2.0"
|
3455
|
+
],
|
3456
|
+
"isOsiApproved": true
|
3457
|
+
},
|
3458
|
+
{
|
3459
|
+
"reference": "./Qhull.html",
|
3460
|
+
"isDeprecatedLicenseId": false,
|
3461
|
+
"detailsUrl": "http://spdx.org/licenses/Qhull.json",
|
3462
|
+
"referenceNumber": "276",
|
3463
|
+
"name": "Qhull License",
|
3464
|
+
"licenseId": "Qhull",
|
3465
|
+
"seeAlso": [
|
3466
|
+
"https://fedoraproject.org/wiki/Licensing/Qhull"
|
3467
|
+
],
|
3468
|
+
"isOsiApproved": false
|
3469
|
+
},
|
3470
|
+
{
|
3471
|
+
"reference": "./QPL-1.0.html",
|
3472
|
+
"isDeprecatedLicenseId": false,
|
3473
|
+
"isFsfLibre": true,
|
3474
|
+
"detailsUrl": "http://spdx.org/licenses/QPL-1.0.json",
|
3475
|
+
"referenceNumber": "277",
|
3476
|
+
"name": "Q Public License 1.0",
|
3477
|
+
"licenseId": "QPL-1.0",
|
3478
|
+
"seeAlso": [
|
3479
|
+
"http://doc.qt.nokia.com/3.3/license.html",
|
3480
|
+
"http://www.opensource.org/licenses/QPL-1.0"
|
3481
|
+
],
|
3482
|
+
"isOsiApproved": true
|
3483
|
+
},
|
3484
|
+
{
|
3485
|
+
"reference": "./Rdisc.html",
|
3486
|
+
"isDeprecatedLicenseId": false,
|
3487
|
+
"detailsUrl": "http://spdx.org/licenses/Rdisc.json",
|
3488
|
+
"referenceNumber": "278",
|
3489
|
+
"name": "Rdisc License",
|
3490
|
+
"licenseId": "Rdisc",
|
3491
|
+
"seeAlso": [
|
3492
|
+
"https://fedoraproject.org/wiki/Licensing/Rdisc_License"
|
3493
|
+
],
|
3494
|
+
"isOsiApproved": false
|
3495
|
+
},
|
3496
|
+
{
|
3497
|
+
"reference": "./RHeCos-1.1.html",
|
3498
|
+
"isDeprecatedLicenseId": false,
|
3499
|
+
"isFsfLibre": false,
|
3500
|
+
"detailsUrl": "http://spdx.org/licenses/RHeCos-1.1.json",
|
3501
|
+
"referenceNumber": "279",
|
3502
|
+
"name": "Red Hat eCos Public License v1.1",
|
3503
|
+
"licenseId": "RHeCos-1.1",
|
3504
|
+
"seeAlso": [
|
3505
|
+
"http://ecos.sourceware.org/old-license.html"
|
3506
|
+
],
|
3507
|
+
"isOsiApproved": false
|
3508
|
+
},
|
3509
|
+
{
|
3510
|
+
"reference": "./RPL-1.1.html",
|
3511
|
+
"isDeprecatedLicenseId": false,
|
3512
|
+
"detailsUrl": "http://spdx.org/licenses/RPL-1.1.json",
|
3513
|
+
"referenceNumber": "280",
|
3514
|
+
"name": "Reciprocal Public License 1.1",
|
3515
|
+
"licenseId": "RPL-1.1",
|
3516
|
+
"seeAlso": [
|
3517
|
+
"http://opensource.org/licenses/RPL-1.1"
|
3518
|
+
],
|
3519
|
+
"isOsiApproved": true
|
3520
|
+
},
|
3521
|
+
{
|
3522
|
+
"reference": "./RPL-1.5.html",
|
3523
|
+
"isDeprecatedLicenseId": false,
|
3524
|
+
"detailsUrl": "http://spdx.org/licenses/RPL-1.5.json",
|
3525
|
+
"referenceNumber": "281",
|
3526
|
+
"name": "Reciprocal Public License 1.5",
|
3527
|
+
"licenseId": "RPL-1.5",
|
3528
|
+
"seeAlso": [
|
3529
|
+
"http://www.opensource.org/licenses/RPL-1.5"
|
3530
|
+
],
|
3531
|
+
"isOsiApproved": true
|
3532
|
+
},
|
3533
|
+
{
|
3534
|
+
"reference": "./RPSL-1.0.html",
|
3535
|
+
"isDeprecatedLicenseId": false,
|
3536
|
+
"isFsfLibre": true,
|
3537
|
+
"detailsUrl": "http://spdx.org/licenses/RPSL-1.0.json",
|
3538
|
+
"referenceNumber": "282",
|
3539
|
+
"name": "RealNetworks Public Source License v1.0",
|
3540
|
+
"licenseId": "RPSL-1.0",
|
3541
|
+
"seeAlso": [
|
3542
|
+
"https://helixcommunity.org/content/rpsl",
|
3543
|
+
"http://www.opensource.org/licenses/RPSL-1.0"
|
3544
|
+
],
|
3545
|
+
"isOsiApproved": true
|
3546
|
+
},
|
3547
|
+
{
|
3548
|
+
"reference": "./RSA-MD.html",
|
3549
|
+
"isDeprecatedLicenseId": false,
|
3550
|
+
"detailsUrl": "http://spdx.org/licenses/RSA-MD.json",
|
3551
|
+
"referenceNumber": "283",
|
3552
|
+
"name": "RSA Message-Digest License ",
|
3553
|
+
"licenseId": "RSA-MD",
|
3554
|
+
"seeAlso": [
|
3555
|
+
"http://www.faqs.org/rfcs/rfc1321.html"
|
3556
|
+
],
|
3557
|
+
"isOsiApproved": false
|
3558
|
+
},
|
3559
|
+
{
|
3560
|
+
"reference": "./RSCPL.html",
|
3561
|
+
"isDeprecatedLicenseId": false,
|
3562
|
+
"detailsUrl": "http://spdx.org/licenses/RSCPL.json",
|
3563
|
+
"referenceNumber": "284",
|
3564
|
+
"name": "Ricoh Source Code Public License",
|
3565
|
+
"licenseId": "RSCPL",
|
3566
|
+
"seeAlso": [
|
3567
|
+
"http://www.opensource.org/licenses/RSCPL",
|
3568
|
+
"http://wayback.archive.org/web/20060715140826/http://www.risource.org/RPL/RPL-1.0A.shtml"
|
3569
|
+
],
|
3570
|
+
"isOsiApproved": true
|
3571
|
+
},
|
3572
|
+
{
|
3573
|
+
"reference": "./Ruby.html",
|
3574
|
+
"isDeprecatedLicenseId": false,
|
3575
|
+
"isFsfLibre": true,
|
3576
|
+
"detailsUrl": "http://spdx.org/licenses/Ruby.json",
|
3577
|
+
"referenceNumber": "285",
|
3578
|
+
"name": "Ruby License",
|
3579
|
+
"licenseId": "Ruby",
|
3580
|
+
"seeAlso": [
|
3581
|
+
"http://www.ruby-lang.org/en/LICENSE.txt"
|
3582
|
+
],
|
3583
|
+
"isOsiApproved": false
|
3584
|
+
},
|
3585
|
+
{
|
3586
|
+
"reference": "./SAX-PD.html",
|
3587
|
+
"isDeprecatedLicenseId": false,
|
3588
|
+
"detailsUrl": "http://spdx.org/licenses/SAX-PD.json",
|
3589
|
+
"referenceNumber": "286",
|
3590
|
+
"name": "Sax Public Domain Notice",
|
3591
|
+
"licenseId": "SAX-PD",
|
3592
|
+
"seeAlso": [
|
3593
|
+
"http://www.saxproject.org/copying.html"
|
3594
|
+
],
|
3595
|
+
"isOsiApproved": false
|
3596
|
+
},
|
3597
|
+
{
|
3598
|
+
"reference": "./Saxpath.html",
|
3599
|
+
"isDeprecatedLicenseId": false,
|
3600
|
+
"detailsUrl": "http://spdx.org/licenses/Saxpath.json",
|
3601
|
+
"referenceNumber": "287",
|
3602
|
+
"name": "Saxpath License",
|
3603
|
+
"licenseId": "Saxpath",
|
3604
|
+
"seeAlso": [
|
3605
|
+
"https://fedoraproject.org/wiki/Licensing/Saxpath_License"
|
3606
|
+
],
|
3607
|
+
"isOsiApproved": false
|
3608
|
+
},
|
3609
|
+
{
|
3610
|
+
"reference": "./SCEA.html",
|
3611
|
+
"isDeprecatedLicenseId": false,
|
3612
|
+
"detailsUrl": "http://spdx.org/licenses/SCEA.json",
|
3613
|
+
"referenceNumber": "288",
|
3614
|
+
"name": "SCEA Shared Source License",
|
3615
|
+
"licenseId": "SCEA",
|
3616
|
+
"seeAlso": [
|
3617
|
+
"http://research.scea.com/scea_shared_source_license.html"
|
3618
|
+
],
|
3619
|
+
"isOsiApproved": false
|
3620
|
+
},
|
3621
|
+
{
|
3622
|
+
"reference": "./Sendmail.html",
|
3623
|
+
"isDeprecatedLicenseId": false,
|
3624
|
+
"detailsUrl": "http://spdx.org/licenses/Sendmail.json",
|
3625
|
+
"referenceNumber": "289",
|
3626
|
+
"name": "Sendmail License",
|
3627
|
+
"licenseId": "Sendmail",
|
3628
|
+
"seeAlso": [
|
3629
|
+
"http://www.sendmail.com/pdfs/open_source/sendmail_license.pdf",
|
3630
|
+
"https://web.archive.org/web/20160322142305/https://www.sendmail.com/pdfs/open_source/sendmail_license.pdf"
|
3631
|
+
],
|
3632
|
+
"isOsiApproved": false
|
3633
|
+
},
|
3634
|
+
{
|
3635
|
+
"reference": "./SGI-B-1.0.html",
|
3636
|
+
"isDeprecatedLicenseId": false,
|
3637
|
+
"detailsUrl": "http://spdx.org/licenses/SGI-B-1.0.json",
|
3638
|
+
"referenceNumber": "290",
|
3639
|
+
"name": "SGI Free Software License B v1.0",
|
3640
|
+
"licenseId": "SGI-B-1.0",
|
3641
|
+
"seeAlso": [
|
3642
|
+
"http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.1.0.html"
|
3643
|
+
],
|
3644
|
+
"isOsiApproved": false
|
3645
|
+
},
|
3646
|
+
{
|
3647
|
+
"reference": "./SGI-B-1.1.html",
|
3648
|
+
"isDeprecatedLicenseId": false,
|
3649
|
+
"detailsUrl": "http://spdx.org/licenses/SGI-B-1.1.json",
|
3650
|
+
"referenceNumber": "291",
|
3651
|
+
"name": "SGI Free Software License B v1.1",
|
3652
|
+
"licenseId": "SGI-B-1.1",
|
3653
|
+
"seeAlso": [
|
3654
|
+
"http://oss.sgi.com/projects/FreeB/"
|
3655
|
+
],
|
3656
|
+
"isOsiApproved": false
|
3657
|
+
},
|
3658
|
+
{
|
3659
|
+
"reference": "./SGI-B-2.0.html",
|
3660
|
+
"isDeprecatedLicenseId": false,
|
3661
|
+
"isFsfLibre": true,
|
3662
|
+
"detailsUrl": "http://spdx.org/licenses/SGI-B-2.0.json",
|
3663
|
+
"referenceNumber": "292",
|
3664
|
+
"name": "SGI Free Software License B v2.0",
|
3665
|
+
"licenseId": "SGI-B-2.0",
|
3666
|
+
"seeAlso": [
|
3667
|
+
"http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf"
|
3668
|
+
],
|
3669
|
+
"isOsiApproved": false
|
3670
|
+
},
|
3671
|
+
{
|
3672
|
+
"reference": "./SimPL-2.0.html",
|
3673
|
+
"isDeprecatedLicenseId": false,
|
3674
|
+
"detailsUrl": "http://spdx.org/licenses/SimPL-2.0.json",
|
3675
|
+
"referenceNumber": "293",
|
3676
|
+
"name": "Simple Public License 2.0",
|
3677
|
+
"licenseId": "SimPL-2.0",
|
3678
|
+
"seeAlso": [
|
3679
|
+
"http://www.opensource.org/licenses/SimPL-2.0"
|
3680
|
+
],
|
3681
|
+
"isOsiApproved": true
|
3682
|
+
},
|
3683
|
+
{
|
3684
|
+
"reference": "./SISSL-1.2.html",
|
3685
|
+
"isDeprecatedLicenseId": false,
|
3686
|
+
"detailsUrl": "http://spdx.org/licenses/SISSL-1.2.json",
|
3687
|
+
"referenceNumber": "294",
|
3688
|
+
"name": "Sun Industry Standards Source License v1.2",
|
3689
|
+
"licenseId": "SISSL-1.2",
|
3690
|
+
"seeAlso": [
|
3691
|
+
"http://gridscheduler.sourceforge.net/Gridengine_SISSL_license.html"
|
3692
|
+
],
|
3693
|
+
"isOsiApproved": false
|
3694
|
+
},
|
3695
|
+
{
|
3696
|
+
"reference": "./SISSL.html",
|
3697
|
+
"isDeprecatedLicenseId": false,
|
3698
|
+
"detailsUrl": "http://spdx.org/licenses/SISSL.json",
|
3699
|
+
"referenceNumber": "295",
|
3700
|
+
"name": "Sun Industry Standards Source License v1.1",
|
3701
|
+
"licenseId": "SISSL",
|
3702
|
+
"seeAlso": [
|
3703
|
+
"http://www.openoffice.org/licenses/sissl_license.html",
|
3704
|
+
"http://opensource.org/licenses/SISSL"
|
3705
|
+
],
|
3706
|
+
"isOsiApproved": true
|
3707
|
+
},
|
3708
|
+
{
|
3709
|
+
"reference": "./Sleepycat.html",
|
3710
|
+
"isDeprecatedLicenseId": false,
|
3711
|
+
"isFsfLibre": true,
|
3712
|
+
"detailsUrl": "http://spdx.org/licenses/Sleepycat.json",
|
3713
|
+
"referenceNumber": "296",
|
3714
|
+
"name": "Sleepycat License",
|
3715
|
+
"licenseId": "Sleepycat",
|
3716
|
+
"seeAlso": [
|
3717
|
+
"http://www.opensource.org/licenses/Sleepycat"
|
3718
|
+
],
|
3719
|
+
"isOsiApproved": true
|
3720
|
+
},
|
3721
|
+
{
|
3722
|
+
"reference": "./SMLNJ.html",
|
3723
|
+
"isDeprecatedLicenseId": false,
|
3724
|
+
"isFsfLibre": true,
|
3725
|
+
"detailsUrl": "http://spdx.org/licenses/SMLNJ.json",
|
3726
|
+
"referenceNumber": "297",
|
3727
|
+
"name": "Standard ML of New Jersey License",
|
3728
|
+
"licenseId": "SMLNJ",
|
3729
|
+
"seeAlso": [
|
3730
|
+
"https://www.smlnj.org/license.html"
|
3731
|
+
],
|
3732
|
+
"isOsiApproved": false
|
3733
|
+
},
|
3734
|
+
{
|
3735
|
+
"reference": "./SMPPL.html",
|
3736
|
+
"isDeprecatedLicenseId": false,
|
3737
|
+
"detailsUrl": "http://spdx.org/licenses/SMPPL.json",
|
3738
|
+
"referenceNumber": "298",
|
3739
|
+
"name": "Secure Messaging Protocol Public License",
|
3740
|
+
"licenseId": "SMPPL",
|
3741
|
+
"seeAlso": [
|
3742
|
+
"https://github.com/dcblake/SMP/blob/master/Documentation/License.txt"
|
3743
|
+
],
|
3744
|
+
"isOsiApproved": false
|
3745
|
+
},
|
3746
|
+
{
|
3747
|
+
"reference": "./SNIA.html",
|
3748
|
+
"isDeprecatedLicenseId": false,
|
3749
|
+
"detailsUrl": "http://spdx.org/licenses/SNIA.json",
|
3750
|
+
"referenceNumber": "299",
|
3751
|
+
"name": "SNIA Public License 1.1",
|
3752
|
+
"licenseId": "SNIA",
|
3753
|
+
"seeAlso": [
|
3754
|
+
"https://fedoraproject.org/wiki/Licensing/SNIA_Public_License"
|
3755
|
+
],
|
3756
|
+
"isOsiApproved": false
|
3757
|
+
},
|
3758
|
+
{
|
3759
|
+
"reference": "./Spencer-86.html",
|
3760
|
+
"isDeprecatedLicenseId": false,
|
3761
|
+
"detailsUrl": "http://spdx.org/licenses/Spencer-86.json",
|
3762
|
+
"referenceNumber": "300",
|
3763
|
+
"name": "Spencer License 86",
|
3764
|
+
"licenseId": "Spencer-86",
|
3765
|
+
"seeAlso": [
|
3766
|
+
"https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License"
|
3767
|
+
],
|
3768
|
+
"isOsiApproved": false
|
3769
|
+
},
|
3770
|
+
{
|
3771
|
+
"reference": "./Spencer-94.html",
|
3772
|
+
"isDeprecatedLicenseId": false,
|
3773
|
+
"detailsUrl": "http://spdx.org/licenses/Spencer-94.json",
|
3774
|
+
"referenceNumber": "301",
|
3775
|
+
"name": "Spencer License 94",
|
3776
|
+
"licenseId": "Spencer-94",
|
3777
|
+
"seeAlso": [
|
3778
|
+
"https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License"
|
3779
|
+
],
|
3780
|
+
"isOsiApproved": false
|
3781
|
+
},
|
3782
|
+
{
|
3783
|
+
"reference": "./Spencer-99.html",
|
3784
|
+
"isDeprecatedLicenseId": false,
|
3785
|
+
"detailsUrl": "http://spdx.org/licenses/Spencer-99.json",
|
3786
|
+
"referenceNumber": "302",
|
3787
|
+
"name": "Spencer License 99",
|
3788
|
+
"licenseId": "Spencer-99",
|
3789
|
+
"seeAlso": [
|
3790
|
+
"http://www.opensource.apple.com/source/tcl/tcl-5/tcl/generic/regfronts.c"
|
3791
|
+
],
|
3792
|
+
"isOsiApproved": false
|
3793
|
+
},
|
3794
|
+
{
|
3795
|
+
"reference": "./SPL-1.0.html",
|
3796
|
+
"isDeprecatedLicenseId": false,
|
3797
|
+
"isFsfLibre": true,
|
3798
|
+
"detailsUrl": "http://spdx.org/licenses/SPL-1.0.json",
|
3799
|
+
"referenceNumber": "303",
|
3800
|
+
"name": "Sun Public License v1.0",
|
3801
|
+
"licenseId": "SPL-1.0",
|
3802
|
+
"seeAlso": [
|
3803
|
+
"http://www.opensource.org/licenses/SPL-1.0"
|
3804
|
+
],
|
3805
|
+
"isOsiApproved": true
|
3806
|
+
},
|
3807
|
+
{
|
3808
|
+
"reference": "./SugarCRM-1.1.3.html",
|
3809
|
+
"isDeprecatedLicenseId": false,
|
3810
|
+
"detailsUrl": "http://spdx.org/licenses/SugarCRM-1.1.3.json",
|
3811
|
+
"referenceNumber": "304",
|
3812
|
+
"name": "SugarCRM Public License v1.1.3",
|
3813
|
+
"licenseId": "SugarCRM-1.1.3",
|
3814
|
+
"seeAlso": [
|
3815
|
+
"http://www.sugarcrm.com/crm/SPL"
|
3816
|
+
],
|
3817
|
+
"isOsiApproved": false
|
3818
|
+
},
|
3819
|
+
{
|
3820
|
+
"reference": "./SWL.html",
|
3821
|
+
"isDeprecatedLicenseId": false,
|
3822
|
+
"detailsUrl": "http://spdx.org/licenses/SWL.json",
|
3823
|
+
"referenceNumber": "305",
|
3824
|
+
"name": "Scheme Widget Library (SWL) Software License Agreement",
|
3825
|
+
"licenseId": "SWL",
|
3826
|
+
"seeAlso": [
|
3827
|
+
"https://fedoraproject.org/wiki/Licensing/SWL"
|
3828
|
+
],
|
3829
|
+
"isOsiApproved": false
|
3830
|
+
},
|
3831
|
+
{
|
3832
|
+
"reference": "./TCL.html",
|
3833
|
+
"isDeprecatedLicenseId": false,
|
3834
|
+
"detailsUrl": "http://spdx.org/licenses/TCL.json",
|
3835
|
+
"referenceNumber": "306",
|
3836
|
+
"name": "TCL/TK License",
|
3837
|
+
"licenseId": "TCL",
|
3838
|
+
"seeAlso": [
|
3839
|
+
"http://www.tcl.tk/software/tcltk/license.html",
|
3840
|
+
"https://fedoraproject.org/wiki/Licensing/TCL"
|
3841
|
+
],
|
3842
|
+
"isOsiApproved": false
|
3843
|
+
},
|
3844
|
+
{
|
3845
|
+
"reference": "./TCP-wrappers.html",
|
3846
|
+
"isDeprecatedLicenseId": false,
|
3847
|
+
"detailsUrl": "http://spdx.org/licenses/TCP-wrappers.json",
|
3848
|
+
"referenceNumber": "307",
|
3849
|
+
"name": "TCP Wrappers License",
|
3850
|
+
"licenseId": "TCP-wrappers",
|
3851
|
+
"seeAlso": [
|
3852
|
+
"http://rc.quest.com/topics/openssh/license.php#tcpwrappers"
|
3853
|
+
],
|
3854
|
+
"isOsiApproved": false
|
3855
|
+
},
|
3856
|
+
{
|
3857
|
+
"reference": "./TMate.html",
|
3858
|
+
"isDeprecatedLicenseId": false,
|
3859
|
+
"detailsUrl": "http://spdx.org/licenses/TMate.json",
|
3860
|
+
"referenceNumber": "308",
|
3861
|
+
"name": "TMate Open Source License",
|
3862
|
+
"licenseId": "TMate",
|
3863
|
+
"seeAlso": [
|
3864
|
+
"http://svnkit.com/license.html"
|
3865
|
+
],
|
3866
|
+
"isOsiApproved": false
|
3867
|
+
},
|
3868
|
+
{
|
3869
|
+
"reference": "./TORQUE-1.1.html",
|
3870
|
+
"isDeprecatedLicenseId": false,
|
3871
|
+
"detailsUrl": "http://spdx.org/licenses/TORQUE-1.1.json",
|
3872
|
+
"referenceNumber": "309",
|
3873
|
+
"name": "TORQUE v2.5+ Software License v1.1",
|
3874
|
+
"licenseId": "TORQUE-1.1",
|
3875
|
+
"seeAlso": [
|
3876
|
+
"https://fedoraproject.org/wiki/Licensing/TORQUEv1.1"
|
3877
|
+
],
|
3878
|
+
"isOsiApproved": false
|
3879
|
+
},
|
3880
|
+
{
|
3881
|
+
"reference": "./TOSL.html",
|
3882
|
+
"isDeprecatedLicenseId": false,
|
3883
|
+
"detailsUrl": "http://spdx.org/licenses/TOSL.json",
|
3884
|
+
"referenceNumber": "310",
|
3885
|
+
"name": "Trusster Open Source License",
|
3886
|
+
"licenseId": "TOSL",
|
3887
|
+
"seeAlso": [
|
3888
|
+
"https://fedoraproject.org/wiki/Licensing/TOSL"
|
3889
|
+
],
|
3890
|
+
"isOsiApproved": false
|
3891
|
+
},
|
3892
|
+
{
|
3893
|
+
"reference": "./Unicode-DFS-2015.html",
|
3894
|
+
"isDeprecatedLicenseId": false,
|
3895
|
+
"detailsUrl": "http://spdx.org/licenses/Unicode-DFS-2015.json",
|
3896
|
+
"referenceNumber": "311",
|
3897
|
+
"name": "Unicode License Agreement - Data Files and Software (2015)",
|
3898
|
+
"licenseId": "Unicode-DFS-2015",
|
3899
|
+
"seeAlso": [
|
3900
|
+
"https://web.archive.org/web/20151224134844/http://unicode.org/copyright.html"
|
3901
|
+
],
|
3902
|
+
"isOsiApproved": false
|
3903
|
+
},
|
3904
|
+
{
|
3905
|
+
"reference": "./Unicode-DFS-2016.html",
|
3906
|
+
"isDeprecatedLicenseId": false,
|
3907
|
+
"detailsUrl": "http://spdx.org/licenses/Unicode-DFS-2016.json",
|
3908
|
+
"referenceNumber": "312",
|
3909
|
+
"name": "Unicode License Agreement - Data Files and Software (2016)",
|
3910
|
+
"licenseId": "Unicode-DFS-2016",
|
3911
|
+
"seeAlso": [
|
3912
|
+
"http://www.unicode.org/copyright.html"
|
3913
|
+
],
|
3914
|
+
"isOsiApproved": false
|
3915
|
+
},
|
3916
|
+
{
|
3917
|
+
"reference": "./Unicode-TOU.html",
|
3918
|
+
"isDeprecatedLicenseId": false,
|
3919
|
+
"detailsUrl": "http://spdx.org/licenses/Unicode-TOU.json",
|
3920
|
+
"referenceNumber": "313",
|
3921
|
+
"name": "Unicode Terms of Use",
|
3922
|
+
"licenseId": "Unicode-TOU",
|
3923
|
+
"seeAlso": [
|
3924
|
+
"http://www.unicode.org/copyright.html"
|
3925
|
+
],
|
3926
|
+
"isOsiApproved": false
|
3927
|
+
},
|
3928
|
+
{
|
3929
|
+
"reference": "./Unlicense.html",
|
3930
|
+
"isDeprecatedLicenseId": false,
|
3931
|
+
"isFsfLibre": true,
|
3932
|
+
"detailsUrl": "http://spdx.org/licenses/Unlicense.json",
|
3933
|
+
"referenceNumber": "314",
|
3934
|
+
"name": "The Unlicense",
|
3935
|
+
"licenseId": "Unlicense",
|
3936
|
+
"seeAlso": [
|
3937
|
+
"http://unlicense.org/"
|
3938
|
+
],
|
3939
|
+
"isOsiApproved": false
|
3940
|
+
},
|
3941
|
+
{
|
3942
|
+
"reference": "./UPL-1.0.html",
|
3943
|
+
"isDeprecatedLicenseId": false,
|
3944
|
+
"isFsfLibre": true,
|
3945
|
+
"detailsUrl": "http://spdx.org/licenses/UPL-1.0.json",
|
3946
|
+
"referenceNumber": "315",
|
3947
|
+
"name": "Universal Permissive License v1.0",
|
3948
|
+
"licenseId": "UPL-1.0",
|
3949
|
+
"seeAlso": [
|
3950
|
+
"http://opensource.org/licenses/UPL"
|
3951
|
+
],
|
3952
|
+
"isOsiApproved": true
|
3953
|
+
},
|
3954
|
+
{
|
3955
|
+
"reference": "./Vim.html",
|
3956
|
+
"isDeprecatedLicenseId": false,
|
3957
|
+
"isFsfLibre": true,
|
3958
|
+
"detailsUrl": "http://spdx.org/licenses/Vim.json",
|
3959
|
+
"referenceNumber": "316",
|
3960
|
+
"name": "Vim License",
|
3961
|
+
"licenseId": "Vim",
|
3962
|
+
"seeAlso": [
|
3963
|
+
"http://vimdoc.sourceforge.net/htmldoc/uganda.html"
|
3964
|
+
],
|
3965
|
+
"isOsiApproved": false
|
3966
|
+
},
|
3967
|
+
{
|
3968
|
+
"reference": "./VOSTROM.html",
|
3969
|
+
"isDeprecatedLicenseId": false,
|
3970
|
+
"detailsUrl": "http://spdx.org/licenses/VOSTROM.json",
|
3971
|
+
"referenceNumber": "317",
|
3972
|
+
"name": "VOSTROM Public License for Open Source",
|
3973
|
+
"licenseId": "VOSTROM",
|
3974
|
+
"seeAlso": [
|
3975
|
+
"https://fedoraproject.org/wiki/Licensing/VOSTROM"
|
3976
|
+
],
|
3977
|
+
"isOsiApproved": false
|
3978
|
+
},
|
3979
|
+
{
|
3980
|
+
"reference": "./VSL-1.0.html",
|
3981
|
+
"isDeprecatedLicenseId": false,
|
3982
|
+
"detailsUrl": "http://spdx.org/licenses/VSL-1.0.json",
|
3983
|
+
"referenceNumber": "318",
|
3984
|
+
"name": "Vovida Software License v1.0",
|
3985
|
+
"licenseId": "VSL-1.0",
|
3986
|
+
"seeAlso": [
|
3987
|
+
"http://www.opensource.org/licenses/VSL-1.0"
|
3988
|
+
],
|
3989
|
+
"isOsiApproved": true
|
3990
|
+
},
|
3991
|
+
{
|
3992
|
+
"reference": "./W3C-19980720.html",
|
3993
|
+
"isDeprecatedLicenseId": false,
|
3994
|
+
"detailsUrl": "http://spdx.org/licenses/W3C-19980720.json",
|
3995
|
+
"referenceNumber": "319",
|
3996
|
+
"name": "W3C Software Notice and License (1998-07-20)",
|
3997
|
+
"licenseId": "W3C-19980720",
|
3998
|
+
"seeAlso": [
|
3999
|
+
"http://www.w3.org/Consortium/Legal/copyright-software-19980720.html"
|
4000
|
+
],
|
4001
|
+
"isOsiApproved": false
|
4002
|
+
},
|
4003
|
+
{
|
4004
|
+
"reference": "./W3C-20150513.html",
|
4005
|
+
"isDeprecatedLicenseId": false,
|
4006
|
+
"detailsUrl": "http://spdx.org/licenses/W3C-20150513.json",
|
4007
|
+
"referenceNumber": "320",
|
4008
|
+
"name": "W3C Software Notice and Document License (2015-05-13)",
|
4009
|
+
"licenseId": "W3C-20150513",
|
4010
|
+
"seeAlso": [
|
4011
|
+
"https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document"
|
4012
|
+
],
|
4013
|
+
"isOsiApproved": false
|
4014
|
+
},
|
4015
|
+
{
|
4016
|
+
"reference": "./W3C.html",
|
4017
|
+
"isDeprecatedLicenseId": false,
|
4018
|
+
"isFsfLibre": true,
|
4019
|
+
"detailsUrl": "http://spdx.org/licenses/W3C.json",
|
4020
|
+
"referenceNumber": "321",
|
4021
|
+
"name": "W3C Software Notice and License (2002-12-31)",
|
4022
|
+
"licenseId": "W3C",
|
4023
|
+
"seeAlso": [
|
4024
|
+
"http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231.html",
|
4025
|
+
"http://www.opensource.org/licenses/W3C"
|
4026
|
+
],
|
4027
|
+
"isOsiApproved": true
|
4028
|
+
},
|
4029
|
+
{
|
4030
|
+
"reference": "./Watcom-1.0.html",
|
4031
|
+
"isDeprecatedLicenseId": false,
|
4032
|
+
"isFsfLibre": false,
|
4033
|
+
"detailsUrl": "http://spdx.org/licenses/Watcom-1.0.json",
|
4034
|
+
"referenceNumber": "322",
|
4035
|
+
"name": "Sybase Open Watcom Public License 1.0",
|
4036
|
+
"licenseId": "Watcom-1.0",
|
4037
|
+
"seeAlso": [
|
4038
|
+
"http://www.opensource.org/licenses/Watcom-1.0"
|
4039
|
+
],
|
4040
|
+
"isOsiApproved": true
|
4041
|
+
},
|
4042
|
+
{
|
4043
|
+
"reference": "./Wsuipa.html",
|
4044
|
+
"isDeprecatedLicenseId": false,
|
4045
|
+
"detailsUrl": "http://spdx.org/licenses/Wsuipa.json",
|
4046
|
+
"referenceNumber": "323",
|
4047
|
+
"name": "Wsuipa License",
|
4048
|
+
"licenseId": "Wsuipa",
|
4049
|
+
"seeAlso": [
|
4050
|
+
"https://fedoraproject.org/wiki/Licensing/Wsuipa"
|
4051
|
+
],
|
4052
|
+
"isOsiApproved": false
|
4053
|
+
},
|
4054
|
+
{
|
4055
|
+
"reference": "./WTFPL.html",
|
4056
|
+
"isDeprecatedLicenseId": false,
|
4057
|
+
"isFsfLibre": true,
|
4058
|
+
"detailsUrl": "http://spdx.org/licenses/WTFPL.json",
|
4059
|
+
"referenceNumber": "324",
|
4060
|
+
"name": "Do What The F*ck You Want To Public License",
|
4061
|
+
"licenseId": "WTFPL",
|
4062
|
+
"seeAlso": [
|
4063
|
+
"http://sam.zoy.org/wtfpl/COPYING"
|
4064
|
+
],
|
4065
|
+
"isOsiApproved": false
|
4066
|
+
},
|
4067
|
+
{
|
4068
|
+
"reference": "./X11.html",
|
4069
|
+
"isDeprecatedLicenseId": false,
|
4070
|
+
"isFsfLibre": true,
|
4071
|
+
"detailsUrl": "http://spdx.org/licenses/X11.json",
|
4072
|
+
"referenceNumber": "325",
|
4073
|
+
"name": "X11 License",
|
4074
|
+
"licenseId": "X11",
|
4075
|
+
"seeAlso": [
|
4076
|
+
"http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3"
|
4077
|
+
],
|
4078
|
+
"isOsiApproved": false
|
4079
|
+
},
|
4080
|
+
{
|
4081
|
+
"reference": "./Xerox.html",
|
4082
|
+
"isDeprecatedLicenseId": false,
|
4083
|
+
"detailsUrl": "http://spdx.org/licenses/Xerox.json",
|
4084
|
+
"referenceNumber": "326",
|
4085
|
+
"name": "Xerox License",
|
4086
|
+
"licenseId": "Xerox",
|
4087
|
+
"seeAlso": [
|
4088
|
+
"https://fedoraproject.org/wiki/Licensing/Xerox"
|
4089
|
+
],
|
4090
|
+
"isOsiApproved": false
|
4091
|
+
},
|
4092
|
+
{
|
4093
|
+
"reference": "./XFree86-1.1.html",
|
4094
|
+
"isDeprecatedLicenseId": false,
|
4095
|
+
"isFsfLibre": true,
|
4096
|
+
"detailsUrl": "http://spdx.org/licenses/XFree86-1.1.json",
|
4097
|
+
"referenceNumber": "327",
|
4098
|
+
"name": "XFree86 License 1.1",
|
4099
|
+
"licenseId": "XFree86-1.1",
|
4100
|
+
"seeAlso": [
|
4101
|
+
"http://www.xfree86.org/current/LICENSE4.html"
|
4102
|
+
],
|
4103
|
+
"isOsiApproved": false
|
4104
|
+
},
|
4105
|
+
{
|
4106
|
+
"reference": "./xinetd.html",
|
4107
|
+
"isDeprecatedLicenseId": false,
|
4108
|
+
"isFsfLibre": true,
|
4109
|
+
"detailsUrl": "http://spdx.org/licenses/xinetd.json",
|
4110
|
+
"referenceNumber": "328",
|
4111
|
+
"name": "xinetd License",
|
4112
|
+
"licenseId": "xinetd",
|
4113
|
+
"seeAlso": [
|
4114
|
+
"https://fedoraproject.org/wiki/Licensing/Xinetd_License"
|
4115
|
+
],
|
4116
|
+
"isOsiApproved": false
|
4117
|
+
},
|
4118
|
+
{
|
4119
|
+
"reference": "./Xnet.html",
|
4120
|
+
"isDeprecatedLicenseId": false,
|
4121
|
+
"detailsUrl": "http://spdx.org/licenses/Xnet.json",
|
4122
|
+
"referenceNumber": "329",
|
4123
|
+
"name": "X.Net License",
|
4124
|
+
"licenseId": "Xnet",
|
4125
|
+
"seeAlso": [
|
4126
|
+
"http://opensource.org/licenses/Xnet"
|
4127
|
+
],
|
4128
|
+
"isOsiApproved": true
|
4129
|
+
},
|
4130
|
+
{
|
4131
|
+
"reference": "./xpp.html",
|
4132
|
+
"isDeprecatedLicenseId": false,
|
4133
|
+
"detailsUrl": "http://spdx.org/licenses/xpp.json",
|
4134
|
+
"referenceNumber": "330",
|
4135
|
+
"name": "XPP License",
|
4136
|
+
"licenseId": "xpp",
|
4137
|
+
"seeAlso": [
|
4138
|
+
"https://fedoraproject.org/wiki/Licensing/xpp"
|
4139
|
+
],
|
4140
|
+
"isOsiApproved": false
|
4141
|
+
},
|
4142
|
+
{
|
4143
|
+
"reference": "./XSkat.html",
|
4144
|
+
"isDeprecatedLicenseId": false,
|
4145
|
+
"detailsUrl": "http://spdx.org/licenses/XSkat.json",
|
4146
|
+
"referenceNumber": "331",
|
4147
|
+
"name": "XSkat License",
|
4148
|
+
"licenseId": "XSkat",
|
4149
|
+
"seeAlso": [
|
4150
|
+
"https://fedoraproject.org/wiki/Licensing/XSkat_License"
|
4151
|
+
],
|
4152
|
+
"isOsiApproved": false
|
4153
|
+
},
|
4154
|
+
{
|
4155
|
+
"reference": "./YPL-1.0.html",
|
4156
|
+
"isDeprecatedLicenseId": false,
|
4157
|
+
"detailsUrl": "http://spdx.org/licenses/YPL-1.0.json",
|
4158
|
+
"referenceNumber": "332",
|
4159
|
+
"name": "Yahoo! Public License v1.0",
|
4160
|
+
"licenseId": "YPL-1.0",
|
4161
|
+
"seeAlso": [
|
4162
|
+
"http://www.zimbra.com/license/yahoo_public_license_1.0.html"
|
4163
|
+
],
|
4164
|
+
"isOsiApproved": false
|
4165
|
+
},
|
4166
|
+
{
|
4167
|
+
"reference": "./YPL-1.1.html",
|
4168
|
+
"isDeprecatedLicenseId": false,
|
4169
|
+
"isFsfLibre": true,
|
4170
|
+
"detailsUrl": "http://spdx.org/licenses/YPL-1.1.json",
|
4171
|
+
"referenceNumber": "333",
|
4172
|
+
"name": "Yahoo! Public License v1.1",
|
4173
|
+
"licenseId": "YPL-1.1",
|
4174
|
+
"seeAlso": [
|
4175
|
+
"http://www.zimbra.com/license/yahoo_public_license_1.1.html"
|
4176
|
+
],
|
4177
|
+
"isOsiApproved": false
|
4178
|
+
},
|
4179
|
+
{
|
4180
|
+
"reference": "./Zed.html",
|
4181
|
+
"isDeprecatedLicenseId": false,
|
4182
|
+
"detailsUrl": "http://spdx.org/licenses/Zed.json",
|
4183
|
+
"referenceNumber": "334",
|
4184
|
+
"name": "Zed License",
|
4185
|
+
"licenseId": "Zed",
|
4186
|
+
"seeAlso": [
|
4187
|
+
"https://fedoraproject.org/wiki/Licensing/Zed"
|
4188
|
+
],
|
4189
|
+
"isOsiApproved": false
|
4190
|
+
},
|
4191
|
+
{
|
4192
|
+
"reference": "./Zend-2.0.html",
|
4193
|
+
"isDeprecatedLicenseId": false,
|
4194
|
+
"isFsfLibre": true,
|
4195
|
+
"detailsUrl": "http://spdx.org/licenses/Zend-2.0.json",
|
4196
|
+
"referenceNumber": "335",
|
4197
|
+
"name": "Zend License v2.0",
|
4198
|
+
"licenseId": "Zend-2.0",
|
4199
|
+
"seeAlso": [
|
4200
|
+
"https://web.archive.org/web/20130517195954/http://www.zend.com/license/2_00.txt"
|
4201
|
+
],
|
4202
|
+
"isOsiApproved": false
|
4203
|
+
},
|
4204
|
+
{
|
4205
|
+
"reference": "./Zimbra-1.3.html",
|
4206
|
+
"isDeprecatedLicenseId": false,
|
4207
|
+
"isFsfLibre": true,
|
4208
|
+
"detailsUrl": "http://spdx.org/licenses/Zimbra-1.3.json",
|
4209
|
+
"referenceNumber": "336",
|
4210
|
+
"name": "Zimbra Public License v1.3",
|
4211
|
+
"licenseId": "Zimbra-1.3",
|
4212
|
+
"isOsiApproved": false
|
4213
|
+
},
|
4214
|
+
{
|
4215
|
+
"reference": "./Zimbra-1.4.html",
|
4216
|
+
"isDeprecatedLicenseId": false,
|
4217
|
+
"detailsUrl": "http://spdx.org/licenses/Zimbra-1.4.json",
|
4218
|
+
"referenceNumber": "337",
|
4219
|
+
"name": "Zimbra Public License v1.4",
|
4220
|
+
"licenseId": "Zimbra-1.4",
|
4221
|
+
"seeAlso": [
|
4222
|
+
"http://www.zimbra.com/legal/zimbra-public-license-1-4"
|
4223
|
+
],
|
4224
|
+
"isOsiApproved": false
|
4225
|
+
},
|
4226
|
+
{
|
4227
|
+
"reference": "./zlib-acknowledgement.html",
|
4228
|
+
"isDeprecatedLicenseId": false,
|
4229
|
+
"detailsUrl": "http://spdx.org/licenses/zlib-acknowledgement.json",
|
4230
|
+
"referenceNumber": "338",
|
4231
|
+
"name": "zlib/libpng License with Acknowledgement",
|
4232
|
+
"licenseId": "zlib-acknowledgement",
|
4233
|
+
"seeAlso": [
|
4234
|
+
"https://fedoraproject.org/wiki/Licensing/ZlibWithAcknowledgement"
|
4235
|
+
],
|
4236
|
+
"isOsiApproved": false
|
4237
|
+
},
|
4238
|
+
{
|
4239
|
+
"reference": "./Zlib.html",
|
4240
|
+
"isDeprecatedLicenseId": false,
|
4241
|
+
"isFsfLibre": true,
|
4242
|
+
"detailsUrl": "http://spdx.org/licenses/Zlib.json",
|
4243
|
+
"referenceNumber": "339",
|
4244
|
+
"name": "zlib License",
|
4245
|
+
"licenseId": "Zlib",
|
4246
|
+
"seeAlso": [
|
4247
|
+
"http://www.zlib.net/zlib_license.html",
|
4248
|
+
"http://www.opensource.org/licenses/Zlib"
|
4249
|
+
],
|
4250
|
+
"isOsiApproved": true
|
4251
|
+
},
|
4252
|
+
{
|
4253
|
+
"reference": "./ZPL-1.1.html",
|
4254
|
+
"isDeprecatedLicenseId": false,
|
4255
|
+
"detailsUrl": "http://spdx.org/licenses/ZPL-1.1.json",
|
4256
|
+
"referenceNumber": "340",
|
4257
|
+
"name": "Zope Public License 1.1",
|
4258
|
+
"licenseId": "ZPL-1.1",
|
4259
|
+
"seeAlso": [
|
4260
|
+
"http://old.zope.org/Resources/License/ZPL-1.1"
|
4261
|
+
],
|
4262
|
+
"isOsiApproved": false
|
4263
|
+
},
|
4264
|
+
{
|
4265
|
+
"reference": "./ZPL-2.0.html",
|
4266
|
+
"isDeprecatedLicenseId": false,
|
4267
|
+
"isFsfLibre": true,
|
4268
|
+
"detailsUrl": "http://spdx.org/licenses/ZPL-2.0.json",
|
4269
|
+
"referenceNumber": "341",
|
4270
|
+
"name": "Zope Public License 2.0",
|
4271
|
+
"licenseId": "ZPL-2.0",
|
4272
|
+
"seeAlso": [
|
4273
|
+
"http://old.zope.org/Resources/License/ZPL-2.0",
|
4274
|
+
"http://opensource.org/licenses/ZPL-2.0"
|
4275
|
+
],
|
4276
|
+
"isOsiApproved": true
|
4277
|
+
},
|
4278
|
+
{
|
4279
|
+
"reference": "./ZPL-2.1.html",
|
4280
|
+
"isDeprecatedLicenseId": false,
|
4281
|
+
"isFsfLibre": true,
|
4282
|
+
"detailsUrl": "http://spdx.org/licenses/ZPL-2.1.json",
|
4283
|
+
"referenceNumber": "342",
|
4284
|
+
"name": "Zope Public License 2.1",
|
4285
|
+
"licenseId": "ZPL-2.1",
|
4286
|
+
"seeAlso": [
|
4287
|
+
"http://old.zope.org/Resources/ZPL/"
|
4288
|
+
],
|
4289
|
+
"isOsiApproved": false
|
4290
|
+
},
|
4291
|
+
{
|
4292
|
+
"reference": "./AGPL-3.0.html",
|
4293
|
+
"isDeprecatedLicenseId": true,
|
4294
|
+
"isFsfLibre": false,
|
4295
|
+
"detailsUrl": "http://spdx.org/licenses/AGPL-3.0.json",
|
4296
|
+
"referenceNumber": "343",
|
4297
|
+
"name": "GNU Affero General Public License v3.0",
|
4298
|
+
"licenseId": "AGPL-3.0",
|
4299
|
+
"seeAlso": [
|
4300
|
+
"http://www.gnu.org/licenses/agpl.txt",
|
4301
|
+
"http://www.opensource.org/licenses/AGPL-3.0"
|
4302
|
+
],
|
4303
|
+
"isOsiApproved": true
|
4304
|
+
},
|
4305
|
+
{
|
4306
|
+
"reference": "./eCos-2.0.html",
|
4307
|
+
"isDeprecatedLicenseId": true,
|
4308
|
+
"isFsfLibre": false,
|
4309
|
+
"detailsUrl": "http://spdx.org/licenses/eCos-2.0.json",
|
4310
|
+
"referenceNumber": "344",
|
4311
|
+
"name": "eCos license version 2.0",
|
4312
|
+
"licenseId": "eCos-2.0",
|
4313
|
+
"seeAlso": [
|
4314
|
+
"http://www.gnu.org/licenses/ecos-license.html"
|
4315
|
+
],
|
4316
|
+
"isOsiApproved": false
|
4317
|
+
},
|
4318
|
+
{
|
4319
|
+
"reference": "./GFDL-1.1.html",
|
4320
|
+
"isDeprecatedLicenseId": true,
|
4321
|
+
"isFsfLibre": false,
|
4322
|
+
"detailsUrl": "http://spdx.org/licenses/GFDL-1.1.json",
|
4323
|
+
"referenceNumber": "345",
|
4324
|
+
"name": "GNU Free Documentation License v1.1",
|
4325
|
+
"licenseId": "GFDL-1.1",
|
4326
|
+
"seeAlso": [
|
4327
|
+
"http://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"
|
4328
|
+
],
|
4329
|
+
"isOsiApproved": false
|
4330
|
+
},
|
4331
|
+
{
|
4332
|
+
"reference": "./GFDL-1.2.html",
|
4333
|
+
"isDeprecatedLicenseId": true,
|
4334
|
+
"isFsfLibre": false,
|
4335
|
+
"detailsUrl": "http://spdx.org/licenses/GFDL-1.2.json",
|
4336
|
+
"referenceNumber": "346",
|
4337
|
+
"name": "GNU Free Documentation License v1.2",
|
4338
|
+
"licenseId": "GFDL-1.2",
|
4339
|
+
"seeAlso": [
|
4340
|
+
"http://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"
|
4341
|
+
],
|
4342
|
+
"isOsiApproved": false
|
4343
|
+
},
|
4344
|
+
{
|
4345
|
+
"reference": "./GFDL-1.3.html",
|
4346
|
+
"isDeprecatedLicenseId": true,
|
4347
|
+
"isFsfLibre": false,
|
4348
|
+
"detailsUrl": "http://spdx.org/licenses/GFDL-1.3.json",
|
4349
|
+
"referenceNumber": "347",
|
4350
|
+
"name": "GNU Free Documentation License v1.3",
|
4351
|
+
"licenseId": "GFDL-1.3",
|
4352
|
+
"seeAlso": [
|
4353
|
+
"http://www.gnu.org/licenses/fdl-1.3.txt"
|
4354
|
+
],
|
4355
|
+
"isOsiApproved": false
|
4356
|
+
},
|
4357
|
+
{
|
4358
|
+
"reference": "./GPL-1.0+.html",
|
4359
|
+
"isDeprecatedLicenseId": true,
|
4360
|
+
"isFsfLibre": false,
|
4361
|
+
"detailsUrl": "http://spdx.org/licenses/GPL-1.0+.json",
|
4362
|
+
"referenceNumber": "348",
|
4363
|
+
"name": "GNU General Public License v1.0 or later",
|
4364
|
+
"licenseId": "GPL-1.0+",
|
4365
|
+
"seeAlso": [
|
4366
|
+
"http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html"
|
4367
|
+
],
|
4368
|
+
"isOsiApproved": false
|
4369
|
+
},
|
4370
|
+
{
|
4371
|
+
"reference": "./GPL-1.0.html",
|
4372
|
+
"isDeprecatedLicenseId": true,
|
4373
|
+
"isFsfLibre": false,
|
4374
|
+
"detailsUrl": "http://spdx.org/licenses/GPL-1.0.json",
|
4375
|
+
"referenceNumber": "349",
|
4376
|
+
"name": "GNU General Public License v1.0 only",
|
4377
|
+
"licenseId": "GPL-1.0",
|
4378
|
+
"seeAlso": [
|
4379
|
+
"http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html"
|
4380
|
+
],
|
4381
|
+
"isOsiApproved": false
|
4382
|
+
},
|
4383
|
+
{
|
4384
|
+
"reference": "./GPL-2.0+.html",
|
4385
|
+
"isDeprecatedLicenseId": true,
|
4386
|
+
"isFsfLibre": false,
|
4387
|
+
"detailsUrl": "http://spdx.org/licenses/GPL-2.0+.json",
|
4388
|
+
"referenceNumber": "350",
|
4389
|
+
"name": "GNU General Public License v2.0 or later",
|
4390
|
+
"licenseId": "GPL-2.0+",
|
4391
|
+
"seeAlso": [
|
4392
|
+
"http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
|
4393
|
+
"http://www.opensource.org/licenses/GPL-2.0"
|
4394
|
+
],
|
4395
|
+
"isOsiApproved": true
|
4396
|
+
},
|
4397
|
+
{
|
4398
|
+
"reference": "./GPL-2.0-with-autoconf-exception.html",
|
4399
|
+
"isDeprecatedLicenseId": true,
|
4400
|
+
"isFsfLibre": false,
|
4401
|
+
"detailsUrl": "http://spdx.org/licenses/GPL-2.0-with-autoconf-exception.json",
|
4402
|
+
"referenceNumber": "351",
|
4403
|
+
"name": "GNU General Public License v2.0 w/Autoconf exception",
|
4404
|
+
"licenseId": "GPL-2.0-with-autoconf-exception",
|
4405
|
+
"seeAlso": [
|
4406
|
+
"http://ac-archive.sourceforge.net/doc/copyright.html"
|
4407
|
+
],
|
4408
|
+
"isOsiApproved": false
|
4409
|
+
},
|
4410
|
+
{
|
4411
|
+
"reference": "./GPL-2.0-with-bison-exception.html",
|
4412
|
+
"isDeprecatedLicenseId": true,
|
4413
|
+
"isFsfLibre": false,
|
4414
|
+
"detailsUrl": "http://spdx.org/licenses/GPL-2.0-with-bison-exception.json",
|
4415
|
+
"referenceNumber": "352",
|
4416
|
+
"name": "GNU General Public License v2.0 w/Bison exception",
|
4417
|
+
"licenseId": "GPL-2.0-with-bison-exception",
|
4418
|
+
"seeAlso": [
|
4419
|
+
"http://git.savannah.gnu.org/cgit/bison.git/tree/data/yacc.c?id\u003d193d7c7054ba7197b0789e14965b739162319b5e#n141"
|
4420
|
+
],
|
4421
|
+
"isOsiApproved": false
|
4422
|
+
},
|
4423
|
+
{
|
4424
|
+
"reference": "./GPL-2.0-with-classpath-exception.html",
|
4425
|
+
"isDeprecatedLicenseId": true,
|
4426
|
+
"isFsfLibre": false,
|
4427
|
+
"detailsUrl": "http://spdx.org/licenses/GPL-2.0-with-classpath-exception.json",
|
4428
|
+
"referenceNumber": "353",
|
4429
|
+
"name": "GNU General Public License v2.0 w/Classpath exception",
|
4430
|
+
"licenseId": "GPL-2.0-with-classpath-exception",
|
4431
|
+
"seeAlso": [
|
4432
|
+
"http://www.gnu.org/software/classpath/license.html"
|
4433
|
+
],
|
4434
|
+
"isOsiApproved": false
|
4435
|
+
},
|
4436
|
+
{
|
4437
|
+
"reference": "./GPL-2.0-with-font-exception.html",
|
4438
|
+
"isDeprecatedLicenseId": true,
|
4439
|
+
"isFsfLibre": false,
|
4440
|
+
"detailsUrl": "http://spdx.org/licenses/GPL-2.0-with-font-exception.json",
|
4441
|
+
"referenceNumber": "354",
|
4442
|
+
"name": "GNU General Public License v2.0 w/Font exception",
|
4443
|
+
"licenseId": "GPL-2.0-with-font-exception",
|
4444
|
+
"seeAlso": [
|
4445
|
+
"http://www.gnu.org/licenses/gpl-faq.html#FontException"
|
4446
|
+
],
|
4447
|
+
"isOsiApproved": false
|
4448
|
+
},
|
4449
|
+
{
|
4450
|
+
"reference": "./GPL-2.0-with-GCC-exception.html",
|
4451
|
+
"isDeprecatedLicenseId": true,
|
4452
|
+
"isFsfLibre": false,
|
4453
|
+
"detailsUrl": "http://spdx.org/licenses/GPL-2.0-with-GCC-exception.json",
|
4454
|
+
"referenceNumber": "355",
|
4455
|
+
"name": "GNU General Public License v2.0 w/GCC Runtime Library exception",
|
4456
|
+
"licenseId": "GPL-2.0-with-GCC-exception",
|
4457
|
+
"seeAlso": [
|
4458
|
+
"https://gcc.gnu.org/git/?p\u003dgcc.git;a\u003dblob;f\u003dgcc/libgcc1.c;h\u003d762f5143fc6eed57b6797c82710f3538aa52b40b;hb\u003dcb143a3ce4fb417c68f5fa2691a1b1b1053dfba9#l10"
|
4459
|
+
],
|
4460
|
+
"isOsiApproved": false
|
4461
|
+
},
|
4462
|
+
{
|
4463
|
+
"reference": "./GPL-2.0.html",
|
4464
|
+
"isDeprecatedLicenseId": true,
|
4465
|
+
"isFsfLibre": false,
|
4466
|
+
"detailsUrl": "http://spdx.org/licenses/GPL-2.0.json",
|
4467
|
+
"referenceNumber": "356",
|
4468
|
+
"name": "GNU General Public License v2.0 only",
|
4469
|
+
"licenseId": "GPL-2.0",
|
4470
|
+
"seeAlso": [
|
4471
|
+
"http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
|
4472
|
+
"http://www.opensource.org/licenses/GPL-2.0"
|
4473
|
+
],
|
4474
|
+
"isOsiApproved": true
|
4475
|
+
},
|
4476
|
+
{
|
4477
|
+
"reference": "./GPL-3.0+.html",
|
4478
|
+
"isDeprecatedLicenseId": true,
|
4479
|
+
"isFsfLibre": false,
|
4480
|
+
"detailsUrl": "http://spdx.org/licenses/GPL-3.0+.json",
|
4481
|
+
"referenceNumber": "357",
|
4482
|
+
"name": "GNU General Public License v3.0 or later",
|
4483
|
+
"licenseId": "GPL-3.0+",
|
4484
|
+
"seeAlso": [
|
4485
|
+
"http://www.gnu.org/licenses/gpl-3.0-standalone.html",
|
4486
|
+
"http://www.opensource.org/licenses/GPL-3.0"
|
4487
|
+
],
|
4488
|
+
"isOsiApproved": true
|
4489
|
+
},
|
4490
|
+
{
|
4491
|
+
"reference": "./GPL-3.0-with-autoconf-exception.html",
|
4492
|
+
"isDeprecatedLicenseId": true,
|
4493
|
+
"isFsfLibre": false,
|
4494
|
+
"detailsUrl": "http://spdx.org/licenses/GPL-3.0-with-autoconf-exception.json",
|
4495
|
+
"referenceNumber": "358",
|
4496
|
+
"name": "GNU General Public License v3.0 w/Autoconf exception",
|
4497
|
+
"licenseId": "GPL-3.0-with-autoconf-exception",
|
4498
|
+
"seeAlso": [
|
4499
|
+
"http://www.gnu.org/licenses/autoconf-exception-3.0.html"
|
4500
|
+
],
|
4501
|
+
"isOsiApproved": false
|
4502
|
+
},
|
4503
|
+
{
|
4504
|
+
"reference": "./GPL-3.0-with-GCC-exception.html",
|
4505
|
+
"isDeprecatedLicenseId": true,
|
4506
|
+
"isFsfLibre": false,
|
4507
|
+
"detailsUrl": "http://spdx.org/licenses/GPL-3.0-with-GCC-exception.json",
|
4508
|
+
"referenceNumber": "359",
|
4509
|
+
"name": "GNU General Public License v3.0 w/GCC Runtime Library exception",
|
4510
|
+
"licenseId": "GPL-3.0-with-GCC-exception",
|
4511
|
+
"seeAlso": [
|
4512
|
+
"http://www.gnu.org/licenses/gcc-exception-3.1.html"
|
4513
|
+
],
|
4514
|
+
"isOsiApproved": true
|
4515
|
+
},
|
4516
|
+
{
|
4517
|
+
"reference": "./GPL-3.0.html",
|
4518
|
+
"isDeprecatedLicenseId": true,
|
4519
|
+
"isFsfLibre": false,
|
4520
|
+
"detailsUrl": "http://spdx.org/licenses/GPL-3.0.json",
|
4521
|
+
"referenceNumber": "360",
|
4522
|
+
"name": "GNU General Public License v3.0 only",
|
4523
|
+
"licenseId": "GPL-3.0",
|
4524
|
+
"seeAlso": [
|
4525
|
+
"http://www.gnu.org/licenses/gpl-3.0-standalone.html",
|
4526
|
+
"http://www.opensource.org/licenses/GPL-3.0"
|
4527
|
+
],
|
4528
|
+
"isOsiApproved": true
|
4529
|
+
},
|
4530
|
+
{
|
4531
|
+
"reference": "./LGPL-2.0+.html",
|
4532
|
+
"isDeprecatedLicenseId": true,
|
4533
|
+
"isFsfLibre": false,
|
4534
|
+
"detailsUrl": "http://spdx.org/licenses/LGPL-2.0+.json",
|
4535
|
+
"referenceNumber": "361",
|
4536
|
+
"name": "GNU Library General Public License v2 or later",
|
4537
|
+
"licenseId": "LGPL-2.0+",
|
4538
|
+
"seeAlso": [
|
4539
|
+
"http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html"
|
4540
|
+
],
|
4541
|
+
"isOsiApproved": true
|
4542
|
+
},
|
4543
|
+
{
|
4544
|
+
"reference": "./LGPL-2.0.html",
|
4545
|
+
"isDeprecatedLicenseId": true,
|
4546
|
+
"isFsfLibre": false,
|
4547
|
+
"detailsUrl": "http://spdx.org/licenses/LGPL-2.0.json",
|
4548
|
+
"referenceNumber": "362",
|
4549
|
+
"name": "GNU Library General Public License v2 only",
|
4550
|
+
"licenseId": "LGPL-2.0",
|
4551
|
+
"seeAlso": [
|
4552
|
+
"http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html"
|
4553
|
+
],
|
4554
|
+
"isOsiApproved": true
|
4555
|
+
},
|
4556
|
+
{
|
4557
|
+
"reference": "./LGPL-2.1+.html",
|
4558
|
+
"isDeprecatedLicenseId": true,
|
4559
|
+
"isFsfLibre": false,
|
4560
|
+
"detailsUrl": "http://spdx.org/licenses/LGPL-2.1+.json",
|
4561
|
+
"referenceNumber": "363",
|
4562
|
+
"name": "GNU Library General Public License v2 or later",
|
4563
|
+
"licenseId": "LGPL-2.1+",
|
4564
|
+
"seeAlso": [
|
4565
|
+
"http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
|
4566
|
+
"http://www.opensource.org/licenses/LGPL-2.1"
|
4567
|
+
],
|
4568
|
+
"isOsiApproved": true
|
4569
|
+
},
|
4570
|
+
{
|
4571
|
+
"reference": "./LGPL-2.1.html",
|
4572
|
+
"isDeprecatedLicenseId": true,
|
4573
|
+
"isFsfLibre": false,
|
4574
|
+
"detailsUrl": "http://spdx.org/licenses/LGPL-2.1.json",
|
4575
|
+
"referenceNumber": "364",
|
4576
|
+
"name": "GNU Lesser General Public License v2.1 only",
|
4577
|
+
"licenseId": "LGPL-2.1",
|
4578
|
+
"seeAlso": [
|
4579
|
+
"http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
|
4580
|
+
"http://www.opensource.org/licenses/LGPL-2.1"
|
4581
|
+
],
|
4582
|
+
"isOsiApproved": true
|
4583
|
+
},
|
4584
|
+
{
|
4585
|
+
"reference": "./LGPL-3.0+.html",
|
4586
|
+
"isDeprecatedLicenseId": true,
|
4587
|
+
"isFsfLibre": false,
|
4588
|
+
"detailsUrl": "http://spdx.org/licenses/LGPL-3.0+.json",
|
4589
|
+
"referenceNumber": "365",
|
4590
|
+
"name": "GNU Lesser General Public License v3.0 or later",
|
4591
|
+
"licenseId": "LGPL-3.0+",
|
4592
|
+
"seeAlso": [
|
4593
|
+
"http://www.gnu.org/licenses/lgpl-3.0-standalone.html",
|
4594
|
+
"http://www.opensource.org/licenses/LGPL-3.0"
|
4595
|
+
],
|
4596
|
+
"isOsiApproved": true
|
4597
|
+
},
|
4598
|
+
{
|
4599
|
+
"reference": "./LGPL-3.0.html",
|
4600
|
+
"isDeprecatedLicenseId": true,
|
4601
|
+
"isFsfLibre": false,
|
4602
|
+
"detailsUrl": "http://spdx.org/licenses/LGPL-3.0.json",
|
4603
|
+
"referenceNumber": "366",
|
4604
|
+
"name": "GNU Lesser General Public License v3.0 only",
|
4605
|
+
"licenseId": "LGPL-3.0",
|
4606
|
+
"seeAlso": [
|
4607
|
+
"http://www.gnu.org/licenses/lgpl-3.0-standalone.html",
|
4608
|
+
"http://www.opensource.org/licenses/LGPL-3.0"
|
4609
|
+
],
|
4610
|
+
"isOsiApproved": true
|
4611
|
+
},
|
4612
|
+
{
|
4613
|
+
"reference": "./Nunit.html",
|
4614
|
+
"isDeprecatedLicenseId": true,
|
4615
|
+
"isFsfLibre": false,
|
4616
|
+
"detailsUrl": "http://spdx.org/licenses/Nunit.json",
|
4617
|
+
"referenceNumber": "367",
|
4618
|
+
"name": "Nunit License",
|
4619
|
+
"licenseId": "Nunit",
|
4620
|
+
"seeAlso": [
|
4621
|
+
"https://fedoraproject.org/wiki/Licensing/Nunit"
|
4622
|
+
],
|
4623
|
+
"isOsiApproved": false
|
4624
|
+
},
|
4625
|
+
{
|
4626
|
+
"reference": "./StandardML-NJ.html",
|
4627
|
+
"isDeprecatedLicenseId": true,
|
4628
|
+
"isFsfLibre": false,
|
4629
|
+
"detailsUrl": "http://spdx.org/licenses/StandardML-NJ.json",
|
4630
|
+
"referenceNumber": "368",
|
4631
|
+
"name": "Standard ML of New Jersey License",
|
4632
|
+
"licenseId": "StandardML-NJ",
|
4633
|
+
"seeAlso": [
|
4634
|
+
"http://www.smlnj.org//license.html"
|
4635
|
+
],
|
4636
|
+
"isOsiApproved": false
|
4637
|
+
},
|
4638
|
+
{
|
4639
|
+
"reference": "./wxWindows.html",
|
4640
|
+
"isDeprecatedLicenseId": true,
|
4641
|
+
"isFsfLibre": false,
|
4642
|
+
"detailsUrl": "http://spdx.org/licenses/wxWindows.json",
|
4643
|
+
"referenceNumber": "369",
|
4644
|
+
"name": "wxWindows Library License",
|
4645
|
+
"licenseId": "wxWindows",
|
4646
|
+
"seeAlso": [
|
4647
|
+
"http://www.opensource.org/licenses/WXwindows"
|
4648
|
+
],
|
4649
|
+
"isOsiApproved": false
|
4650
|
+
}
|
4651
|
+
],
|
4652
|
+
"releaseDate": "28 December 2017"
|
4653
|
+
}
|