spdx-licenses 1.0.0 → 1.1.0

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