spdx 2.0.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.github/CONTRIBUTING.md +195 -0
- data/.github/ISSUE_TEMPLATE.md +18 -0
- data/.github/PULL_REQUEST_TEMPLATE.md +10 -0
- data/.github/SUPPORT.md +10 -0
- data/.gitignore +14 -0
- data/.rspec +1 -0
- data/.rubocop.yml +57 -0
- data/.travis.yml +10 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +6 -0
- data/LICENSE.txt +22 -0
- data/README.md +39 -0
- data/Rakefile +9 -0
- data/bin/update-license-files +3 -0
- data/exceptions.json +466 -0
- data/lib/exception.rb +14 -0
- data/lib/license.rb +14 -0
- data/lib/spdx.rb +243 -0
- data/lib/spdx/version.rb +5 -0
- data/lib/spdx_grammar.rb +49 -0
- data/lib/spdx_parser.rb +40 -0
- data/lib/spdx_parser.treetop +51 -0
- data/licenses.json +5297 -0
- data/spdx.gemspec +28 -0
- data/spec/spdx_spec.rb +231 -0
- data/spec/spec_helper.rb +4 -0
- metadata +170 -0
data/Rakefile
ADDED
data/exceptions.json
ADDED
@@ -0,0 +1,466 @@
|
|
1
|
+
{
|
2
|
+
"licenseListVersion": "3.8-126-gff8ed78",
|
3
|
+
"releaseDate": "2020-05-15",
|
4
|
+
"exceptions": [
|
5
|
+
{
|
6
|
+
"reference": "./GCC-exception-2.0.html",
|
7
|
+
"isDeprecatedLicenseId": false,
|
8
|
+
"detailsUrl": "http://spdx.org/licenses/GCC-exception-2.0.json",
|
9
|
+
"referenceNumber": "1",
|
10
|
+
"name": "GCC Runtime Library exception 2.0",
|
11
|
+
"seeAlso": [
|
12
|
+
"https://gcc.gnu.org/git/?p\u003dgcc.git;a\u003dblob;f\u003dgcc/libgcc1.c;h\u003d762f5143fc6eed57b6797c82710f3538aa52b40b;hb\u003dcb143a3ce4fb417c68f5fa2691a1b1b1053dfba9#l10"
|
13
|
+
],
|
14
|
+
"licenseExceptionId": "GCC-exception-2.0"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"reference": "./openvpn-openssl-exception.html",
|
18
|
+
"isDeprecatedLicenseId": false,
|
19
|
+
"detailsUrl": "http://spdx.org/licenses/openvpn-openssl-exception.json",
|
20
|
+
"referenceNumber": "2",
|
21
|
+
"name": "OpenVPN OpenSSL Exception",
|
22
|
+
"seeAlso": [
|
23
|
+
"http://openvpn.net/index.php/license.html"
|
24
|
+
],
|
25
|
+
"licenseExceptionId": "openvpn-openssl-exception"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"reference": "./Nokia-Qt-exception-1.1.html",
|
29
|
+
"isDeprecatedLicenseId": true,
|
30
|
+
"detailsUrl": "http://spdx.org/licenses/Nokia-Qt-exception-1.1.json",
|
31
|
+
"referenceNumber": "3",
|
32
|
+
"name": "Nokia Qt LGPL exception 1.1",
|
33
|
+
"seeAlso": [
|
34
|
+
"https://www.keepassx.org/dev/projects/keepassx/repository/revisions/b8dfb9cc4d5133e0f09cd7533d15a4f1c19a40f2/entry/LICENSE.NOKIA-LGPL-EXCEPTION"
|
35
|
+
],
|
36
|
+
"licenseExceptionId": "Nokia-Qt-exception-1.1"
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"reference": "./GPL-3.0-linking-exception.html",
|
40
|
+
"isDeprecatedLicenseId": false,
|
41
|
+
"detailsUrl": "http://spdx.org/licenses/GPL-3.0-linking-exception.json",
|
42
|
+
"referenceNumber": "4",
|
43
|
+
"name": "GPL-3.0 Linking Exception",
|
44
|
+
"seeAlso": [
|
45
|
+
"https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs"
|
46
|
+
],
|
47
|
+
"licenseExceptionId": "GPL-3.0-linking-exception"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"reference": "./Fawkes-Runtime-exception.html",
|
51
|
+
"isDeprecatedLicenseId": false,
|
52
|
+
"detailsUrl": "http://spdx.org/licenses/Fawkes-Runtime-exception.json",
|
53
|
+
"referenceNumber": "5",
|
54
|
+
"name": "Fawkes Runtime Exception",
|
55
|
+
"seeAlso": [
|
56
|
+
"http://www.fawkesrobotics.org/about/license/"
|
57
|
+
],
|
58
|
+
"licenseExceptionId": "Fawkes-Runtime-exception"
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"reference": "./u-boot-exception-2.0.html",
|
62
|
+
"isDeprecatedLicenseId": false,
|
63
|
+
"detailsUrl": "http://spdx.org/licenses/u-boot-exception-2.0.json",
|
64
|
+
"referenceNumber": "6",
|
65
|
+
"name": "U-Boot exception 2.0",
|
66
|
+
"seeAlso": [
|
67
|
+
"http://git.denx.de/?p\u003du-boot.git;a\u003dblob;f\u003dLicenses/Exceptions"
|
68
|
+
],
|
69
|
+
"licenseExceptionId": "u-boot-exception-2.0"
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"reference": "./PS-or-PDF-font-exception-20170817.html",
|
73
|
+
"isDeprecatedLicenseId": false,
|
74
|
+
"detailsUrl": "http://spdx.org/licenses/PS-or-PDF-font-exception-20170817.json",
|
75
|
+
"referenceNumber": "7",
|
76
|
+
"name": "PS/PDF font exception (2017-08-17)",
|
77
|
+
"seeAlso": [
|
78
|
+
"https://github.com/ArtifexSoftware/urw-base35-fonts/blob/65962e27febc3883a17e651cdb23e783668c996f/LICENSE"
|
79
|
+
],
|
80
|
+
"licenseExceptionId": "PS-or-PDF-font-exception-20170817"
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"reference": "./gnu-javamail-exception.html",
|
84
|
+
"isDeprecatedLicenseId": false,
|
85
|
+
"detailsUrl": "http://spdx.org/licenses/gnu-javamail-exception.json",
|
86
|
+
"referenceNumber": "8",
|
87
|
+
"name": "GNU JavaMail exception",
|
88
|
+
"seeAlso": [
|
89
|
+
"http://www.gnu.org/software/classpathx/javamail/javamail.html"
|
90
|
+
],
|
91
|
+
"licenseExceptionId": "gnu-javamail-exception"
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"reference": "./LGPL-3.0-linking-exception.html",
|
95
|
+
"isDeprecatedLicenseId": false,
|
96
|
+
"detailsUrl": "http://spdx.org/licenses/LGPL-3.0-linking-exception.json",
|
97
|
+
"referenceNumber": "9",
|
98
|
+
"name": "LGPL-3.0 Linking Exception",
|
99
|
+
"seeAlso": [
|
100
|
+
"https://raw.githubusercontent.com/go-xmlpath/xmlpath/v2/LICENSE",
|
101
|
+
"https://github.com/goamz/goamz/blob/master/LICENSE",
|
102
|
+
"https://github.com/juju/errors/blob/master/LICENSE"
|
103
|
+
],
|
104
|
+
"licenseExceptionId": "LGPL-3.0-linking-exception"
|
105
|
+
},
|
106
|
+
{
|
107
|
+
"reference": "./DigiRule-FOSS-exception.html",
|
108
|
+
"isDeprecatedLicenseId": false,
|
109
|
+
"detailsUrl": "http://spdx.org/licenses/DigiRule-FOSS-exception.json",
|
110
|
+
"referenceNumber": "10",
|
111
|
+
"name": "DigiRule FOSS License Exception",
|
112
|
+
"seeAlso": [
|
113
|
+
"http://www.digirulesolutions.com/drupal/foss"
|
114
|
+
],
|
115
|
+
"licenseExceptionId": "DigiRule-FOSS-exception"
|
116
|
+
},
|
117
|
+
{
|
118
|
+
"reference": "./LLVM-exception.html",
|
119
|
+
"isDeprecatedLicenseId": false,
|
120
|
+
"detailsUrl": "http://spdx.org/licenses/LLVM-exception.json",
|
121
|
+
"referenceNumber": "11",
|
122
|
+
"name": "LLVM Exception",
|
123
|
+
"seeAlso": [
|
124
|
+
"http://llvm.org/foundation/relicensing/LICENSE.txt"
|
125
|
+
],
|
126
|
+
"licenseExceptionId": "LLVM-exception"
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"reference": "./Linux-syscall-note.html",
|
130
|
+
"isDeprecatedLicenseId": false,
|
131
|
+
"detailsUrl": "http://spdx.org/licenses/Linux-syscall-note.json",
|
132
|
+
"referenceNumber": "12",
|
133
|
+
"name": "Linux Syscall Note",
|
134
|
+
"seeAlso": [
|
135
|
+
"https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/COPYING"
|
136
|
+
],
|
137
|
+
"licenseExceptionId": "Linux-syscall-note"
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"reference": "./GPL-3.0-linking-source-exception.html",
|
141
|
+
"isDeprecatedLicenseId": false,
|
142
|
+
"detailsUrl": "http://spdx.org/licenses/GPL-3.0-linking-source-exception.json",
|
143
|
+
"referenceNumber": "13",
|
144
|
+
"name": "GPL-3.0 Linking Exception (with Corresponding Source)",
|
145
|
+
"seeAlso": [
|
146
|
+
"https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs",
|
147
|
+
"https://github.com/mirror/wget/blob/master/src/http.c#L20"
|
148
|
+
],
|
149
|
+
"licenseExceptionId": "GPL-3.0-linking-source-exception"
|
150
|
+
},
|
151
|
+
{
|
152
|
+
"reference": "./Qwt-exception-1.0.html",
|
153
|
+
"isDeprecatedLicenseId": false,
|
154
|
+
"detailsUrl": "http://spdx.org/licenses/Qwt-exception-1.0.json",
|
155
|
+
"referenceNumber": "14",
|
156
|
+
"name": "Qwt exception 1.0",
|
157
|
+
"seeAlso": [
|
158
|
+
"http://qwt.sourceforge.net/qwtlicense.html"
|
159
|
+
],
|
160
|
+
"licenseExceptionId": "Qwt-exception-1.0"
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"reference": "./389-exception.html",
|
164
|
+
"isDeprecatedLicenseId": false,
|
165
|
+
"detailsUrl": "http://spdx.org/licenses/389-exception.json",
|
166
|
+
"referenceNumber": "15",
|
167
|
+
"name": "389 Directory Server Exception",
|
168
|
+
"seeAlso": [
|
169
|
+
"http://directory.fedoraproject.org/wiki/GPL_Exception_License_Text"
|
170
|
+
],
|
171
|
+
"licenseExceptionId": "389-exception"
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"reference": "./mif-exception.html",
|
175
|
+
"isDeprecatedLicenseId": false,
|
176
|
+
"detailsUrl": "http://spdx.org/licenses/mif-exception.json",
|
177
|
+
"referenceNumber": "16",
|
178
|
+
"name": "Macros and Inline Functions Exception",
|
179
|
+
"seeAlso": [
|
180
|
+
"http://www.scs.stanford.edu/histar/src/lib/cppsup/exception",
|
181
|
+
"http://dev.bertos.org/doxygen/",
|
182
|
+
"https://www.threadingbuildingblocks.org/licensing"
|
183
|
+
],
|
184
|
+
"licenseExceptionId": "mif-exception"
|
185
|
+
},
|
186
|
+
{
|
187
|
+
"reference": "./eCos-exception-2.0.html",
|
188
|
+
"isDeprecatedLicenseId": false,
|
189
|
+
"detailsUrl": "http://spdx.org/licenses/eCos-exception-2.0.json",
|
190
|
+
"referenceNumber": "17",
|
191
|
+
"name": "eCos exception 2.0",
|
192
|
+
"seeAlso": [
|
193
|
+
"http://ecos.sourceware.org/license-overview.html"
|
194
|
+
],
|
195
|
+
"licenseExceptionId": "eCos-exception-2.0"
|
196
|
+
},
|
197
|
+
{
|
198
|
+
"reference": "./CLISP-exception-2.0.html",
|
199
|
+
"isDeprecatedLicenseId": false,
|
200
|
+
"detailsUrl": "http://spdx.org/licenses/CLISP-exception-2.0.json",
|
201
|
+
"referenceNumber": "18",
|
202
|
+
"name": "CLISP exception 2.0",
|
203
|
+
"seeAlso": [
|
204
|
+
"http://sourceforge.net/p/clisp/clisp/ci/default/tree/COPYRIGHT"
|
205
|
+
],
|
206
|
+
"licenseExceptionId": "CLISP-exception-2.0"
|
207
|
+
},
|
208
|
+
{
|
209
|
+
"reference": "./Bison-exception-2.2.html",
|
210
|
+
"isDeprecatedLicenseId": false,
|
211
|
+
"detailsUrl": "http://spdx.org/licenses/Bison-exception-2.2.json",
|
212
|
+
"referenceNumber": "19",
|
213
|
+
"name": "Bison exception 2.2",
|
214
|
+
"seeAlso": [
|
215
|
+
"http://git.savannah.gnu.org/cgit/bison.git/tree/data/yacc.c?id\u003d193d7c7054ba7197b0789e14965b739162319b5e#n141"
|
216
|
+
],
|
217
|
+
"licenseExceptionId": "Bison-exception-2.2"
|
218
|
+
},
|
219
|
+
{
|
220
|
+
"reference": "./Libtool-exception.html",
|
221
|
+
"isDeprecatedLicenseId": false,
|
222
|
+
"detailsUrl": "http://spdx.org/licenses/Libtool-exception.json",
|
223
|
+
"referenceNumber": "20",
|
224
|
+
"name": "Libtool Exception",
|
225
|
+
"seeAlso": [
|
226
|
+
"http://git.savannah.gnu.org/cgit/libtool.git/tree/m4/libtool.m4"
|
227
|
+
],
|
228
|
+
"licenseExceptionId": "Libtool-exception"
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"reference": "./LZMA-exception.html",
|
232
|
+
"isDeprecatedLicenseId": false,
|
233
|
+
"detailsUrl": "http://spdx.org/licenses/LZMA-exception.json",
|
234
|
+
"referenceNumber": "21",
|
235
|
+
"name": "LZMA exception",
|
236
|
+
"seeAlso": [
|
237
|
+
"http://nsis.sourceforge.net/Docs/AppendixI.html#I.6"
|
238
|
+
],
|
239
|
+
"licenseExceptionId": "LZMA-exception"
|
240
|
+
},
|
241
|
+
{
|
242
|
+
"reference": "./OpenJDK-assembly-exception-1.0.html",
|
243
|
+
"isDeprecatedLicenseId": false,
|
244
|
+
"detailsUrl": "http://spdx.org/licenses/OpenJDK-assembly-exception-1.0.json",
|
245
|
+
"referenceNumber": "22",
|
246
|
+
"name": "OpenJDK Assembly exception 1.0",
|
247
|
+
"seeAlso": [
|
248
|
+
"http://openjdk.java.net/legal/assembly-exception.html"
|
249
|
+
],
|
250
|
+
"licenseExceptionId": "OpenJDK-assembly-exception-1.0"
|
251
|
+
},
|
252
|
+
{
|
253
|
+
"reference": "./Font-exception-2.0.html",
|
254
|
+
"isDeprecatedLicenseId": false,
|
255
|
+
"detailsUrl": "http://spdx.org/licenses/Font-exception-2.0.json",
|
256
|
+
"referenceNumber": "23",
|
257
|
+
"name": "Font exception 2.0",
|
258
|
+
"seeAlso": [
|
259
|
+
"http://www.gnu.org/licenses/gpl-faq.html#FontException"
|
260
|
+
],
|
261
|
+
"licenseExceptionId": "Font-exception-2.0"
|
262
|
+
},
|
263
|
+
{
|
264
|
+
"reference": "./OCaml-LGPL-linking-exception.html",
|
265
|
+
"isDeprecatedLicenseId": false,
|
266
|
+
"detailsUrl": "http://spdx.org/licenses/OCaml-LGPL-linking-exception.json",
|
267
|
+
"referenceNumber": "24",
|
268
|
+
"name": "OCaml LGPL Linking Exception",
|
269
|
+
"seeAlso": [
|
270
|
+
"https://caml.inria.fr/ocaml/license.en.html"
|
271
|
+
],
|
272
|
+
"licenseExceptionId": "OCaml-LGPL-linking-exception"
|
273
|
+
},
|
274
|
+
{
|
275
|
+
"reference": "./GCC-exception-3.1.html",
|
276
|
+
"isDeprecatedLicenseId": false,
|
277
|
+
"detailsUrl": "http://spdx.org/licenses/GCC-exception-3.1.json",
|
278
|
+
"referenceNumber": "25",
|
279
|
+
"name": "GCC Runtime Library exception 3.1",
|
280
|
+
"seeAlso": [
|
281
|
+
"http://www.gnu.org/licenses/gcc-exception-3.1.html"
|
282
|
+
],
|
283
|
+
"licenseExceptionId": "GCC-exception-3.1"
|
284
|
+
},
|
285
|
+
{
|
286
|
+
"reference": "./Bootloader-exception.html",
|
287
|
+
"isDeprecatedLicenseId": false,
|
288
|
+
"detailsUrl": "http://spdx.org/licenses/Bootloader-exception.json",
|
289
|
+
"referenceNumber": "26",
|
290
|
+
"name": "Bootloader Distribution Exception",
|
291
|
+
"seeAlso": [
|
292
|
+
"https://github.com/pyinstaller/pyinstaller/blob/develop/COPYING.txt"
|
293
|
+
],
|
294
|
+
"licenseExceptionId": "Bootloader-exception"
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"reference": "./SHL-2.0.html",
|
298
|
+
"isDeprecatedLicenseId": false,
|
299
|
+
"detailsUrl": "http://spdx.org/licenses/SHL-2.0.json",
|
300
|
+
"referenceNumber": "27",
|
301
|
+
"name": "Solderpad Hardware License v2.0",
|
302
|
+
"seeAlso": [
|
303
|
+
"https://solderpad.org/licenses/SHL-2.0/"
|
304
|
+
],
|
305
|
+
"licenseExceptionId": "SHL-2.0"
|
306
|
+
},
|
307
|
+
{
|
308
|
+
"reference": "./Classpath-exception-2.0.html",
|
309
|
+
"isDeprecatedLicenseId": false,
|
310
|
+
"detailsUrl": "http://spdx.org/licenses/Classpath-exception-2.0.json",
|
311
|
+
"referenceNumber": "28",
|
312
|
+
"name": "Classpath exception 2.0",
|
313
|
+
"seeAlso": [
|
314
|
+
"http://www.gnu.org/software/classpath/license.html",
|
315
|
+
"https://fedoraproject.org/wiki/Licensing/GPL_Classpath_Exception"
|
316
|
+
],
|
317
|
+
"licenseExceptionId": "Classpath-exception-2.0"
|
318
|
+
},
|
319
|
+
{
|
320
|
+
"reference": "./Swift-exception.html",
|
321
|
+
"isDeprecatedLicenseId": false,
|
322
|
+
"detailsUrl": "http://spdx.org/licenses/Swift-exception.json",
|
323
|
+
"referenceNumber": "29",
|
324
|
+
"name": "Swift Exception",
|
325
|
+
"seeAlso": [
|
326
|
+
"https://swift.org/LICENSE.txt",
|
327
|
+
"https://github.com/apple/swift-package-manager/blob/7ab2275f447a5eb37497ed63a9340f8a6d1e488b/LICENSE.txt#L205"
|
328
|
+
],
|
329
|
+
"licenseExceptionId": "Swift-exception"
|
330
|
+
},
|
331
|
+
{
|
332
|
+
"reference": "./Autoconf-exception-2.0.html",
|
333
|
+
"isDeprecatedLicenseId": false,
|
334
|
+
"detailsUrl": "http://spdx.org/licenses/Autoconf-exception-2.0.json",
|
335
|
+
"referenceNumber": "30",
|
336
|
+
"name": "Autoconf exception 2.0",
|
337
|
+
"seeAlso": [
|
338
|
+
"http://ac-archive.sourceforge.net/doc/copyright.html",
|
339
|
+
"http://ftp.gnu.org/gnu/autoconf/autoconf-2.59.tar.gz"
|
340
|
+
],
|
341
|
+
"licenseExceptionId": "Autoconf-exception-2.0"
|
342
|
+
},
|
343
|
+
{
|
344
|
+
"reference": "./FLTK-exception.html",
|
345
|
+
"isDeprecatedLicenseId": false,
|
346
|
+
"detailsUrl": "http://spdx.org/licenses/FLTK-exception.json",
|
347
|
+
"referenceNumber": "31",
|
348
|
+
"name": "FLTK exception",
|
349
|
+
"seeAlso": [
|
350
|
+
"http://www.fltk.org/COPYING.php"
|
351
|
+
],
|
352
|
+
"licenseExceptionId": "FLTK-exception"
|
353
|
+
},
|
354
|
+
{
|
355
|
+
"reference": "./freertos-exception-2.0.html",
|
356
|
+
"isDeprecatedLicenseId": false,
|
357
|
+
"detailsUrl": "http://spdx.org/licenses/freertos-exception-2.0.json",
|
358
|
+
"referenceNumber": "32",
|
359
|
+
"name": "FreeRTOS Exception 2.0",
|
360
|
+
"seeAlso": [
|
361
|
+
"https://web.archive.org/web/20060809182744/http://www.freertos.org/a00114.html"
|
362
|
+
],
|
363
|
+
"licenseExceptionId": "freertos-exception-2.0"
|
364
|
+
},
|
365
|
+
{
|
366
|
+
"reference": "./Universal-FOSS-exception-1.0.html",
|
367
|
+
"isDeprecatedLicenseId": false,
|
368
|
+
"detailsUrl": "http://spdx.org/licenses/Universal-FOSS-exception-1.0.json",
|
369
|
+
"referenceNumber": "33",
|
370
|
+
"name": "Universal FOSS Exception, Version 1.0",
|
371
|
+
"seeAlso": [
|
372
|
+
"https://oss.oracle.com/licenses/universal-foss-exception/"
|
373
|
+
],
|
374
|
+
"licenseExceptionId": "Universal-FOSS-exception-1.0"
|
375
|
+
},
|
376
|
+
{
|
377
|
+
"reference": "./WxWindows-exception-3.1.html",
|
378
|
+
"isDeprecatedLicenseId": false,
|
379
|
+
"detailsUrl": "http://spdx.org/licenses/WxWindows-exception-3.1.json",
|
380
|
+
"referenceNumber": "34",
|
381
|
+
"name": "WxWindows Library Exception 3.1",
|
382
|
+
"seeAlso": [
|
383
|
+
"http://www.opensource.org/licenses/WXwindows"
|
384
|
+
],
|
385
|
+
"licenseExceptionId": "WxWindows-exception-3.1"
|
386
|
+
},
|
387
|
+
{
|
388
|
+
"reference": "./OCCT-exception-1.0.html",
|
389
|
+
"isDeprecatedLicenseId": false,
|
390
|
+
"detailsUrl": "http://spdx.org/licenses/OCCT-exception-1.0.json",
|
391
|
+
"referenceNumber": "35",
|
392
|
+
"name": "Open CASCADE Exception 1.0",
|
393
|
+
"seeAlso": [
|
394
|
+
"http://www.opencascade.com/content/licensing"
|
395
|
+
],
|
396
|
+
"licenseExceptionId": "OCCT-exception-1.0"
|
397
|
+
},
|
398
|
+
{
|
399
|
+
"reference": "./Autoconf-exception-3.0.html",
|
400
|
+
"isDeprecatedLicenseId": false,
|
401
|
+
"detailsUrl": "http://spdx.org/licenses/Autoconf-exception-3.0.json",
|
402
|
+
"referenceNumber": "36",
|
403
|
+
"name": "Autoconf exception 3.0",
|
404
|
+
"seeAlso": [
|
405
|
+
"http://www.gnu.org/licenses/autoconf-exception-3.0.html"
|
406
|
+
],
|
407
|
+
"licenseExceptionId": "Autoconf-exception-3.0"
|
408
|
+
},
|
409
|
+
{
|
410
|
+
"reference": "./i2p-gpl-java-exception.html",
|
411
|
+
"isDeprecatedLicenseId": false,
|
412
|
+
"detailsUrl": "http://spdx.org/licenses/i2p-gpl-java-exception.json",
|
413
|
+
"referenceNumber": "37",
|
414
|
+
"name": "i2p GPL+Java Exception",
|
415
|
+
"seeAlso": [
|
416
|
+
"http://geti2p.net/en/get-involved/develop/licenses#java_exception"
|
417
|
+
],
|
418
|
+
"licenseExceptionId": "i2p-gpl-java-exception"
|
419
|
+
},
|
420
|
+
{
|
421
|
+
"reference": "./GPL-CC-1.0.html",
|
422
|
+
"isDeprecatedLicenseId": false,
|
423
|
+
"detailsUrl": "http://spdx.org/licenses/GPL-CC-1.0.json",
|
424
|
+
"referenceNumber": "38",
|
425
|
+
"name": "GPL Cooperation Commitment 1.0",
|
426
|
+
"seeAlso": [
|
427
|
+
"https://github.com/gplcc/gplcc/blob/master/Project/COMMITMENT",
|
428
|
+
"https://gplcc.github.io/gplcc/Project/README-PROJECT.html"
|
429
|
+
],
|
430
|
+
"licenseExceptionId": "GPL-CC-1.0"
|
431
|
+
},
|
432
|
+
{
|
433
|
+
"reference": "./Qt-LGPL-exception-1.1.html",
|
434
|
+
"isDeprecatedLicenseId": false,
|
435
|
+
"detailsUrl": "http://spdx.org/licenses/Qt-LGPL-exception-1.1.json",
|
436
|
+
"referenceNumber": "39",
|
437
|
+
"name": "Qt LGPL exception 1.1",
|
438
|
+
"seeAlso": [
|
439
|
+
"http://code.qt.io/cgit/qt/qtbase.git/tree/LGPL_EXCEPTION.txt"
|
440
|
+
],
|
441
|
+
"licenseExceptionId": "Qt-LGPL-exception-1.1"
|
442
|
+
},
|
443
|
+
{
|
444
|
+
"reference": "./SHL-2.1.html",
|
445
|
+
"isDeprecatedLicenseId": false,
|
446
|
+
"detailsUrl": "http://spdx.org/licenses/SHL-2.1.json",
|
447
|
+
"referenceNumber": "40",
|
448
|
+
"name": "Solderpad Hardware License v2.1",
|
449
|
+
"seeAlso": [
|
450
|
+
"https://solderpad.org/licenses/SHL-2.1/"
|
451
|
+
],
|
452
|
+
"licenseExceptionId": "SHL-2.1"
|
453
|
+
},
|
454
|
+
{
|
455
|
+
"reference": "./Qt-GPL-exception-1.0.html",
|
456
|
+
"isDeprecatedLicenseId": false,
|
457
|
+
"detailsUrl": "http://spdx.org/licenses/Qt-GPL-exception-1.0.json",
|
458
|
+
"referenceNumber": "41",
|
459
|
+
"name": "Qt GPL exception 1.0",
|
460
|
+
"seeAlso": [
|
461
|
+
"http://code.qt.io/cgit/qt/qtbase.git/tree/LICENSE.GPL3-EXCEPT"
|
462
|
+
],
|
463
|
+
"licenseExceptionId": "Qt-GPL-exception-1.0"
|
464
|
+
}
|
465
|
+
]
|
466
|
+
}
|