spdx 1.4.4 → 2.0.5

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
- SHA1:
3
- metadata.gz: a8e4626f5121c096009743f6a3b2daf03c0a1a05
4
- data.tar.gz: a36b4de705412945d64b38fd9b1f85aa4c2d5a40
2
+ SHA256:
3
+ metadata.gz: ae3881219f3807a809f5a16d005b1e961f6d719a2dc18d9f1088bb75b780546d
4
+ data.tar.gz: 0f6536d5862bfdbd67b034925398ea02124bc6593ab6d8186c6f6ccf030b04ec
5
5
  SHA512:
6
- metadata.gz: 81a80f7d73075f9d939bfca254e0644f48f04fda67ac41bf72a962c89b9aa25e7debe57b9e25a2cbb4eaba4e96d4a3106acb75cb274d7debf128a3f0493a0020
7
- data.tar.gz: 30f5461911fc8a60648c8f8fe6f34ed3e709a51426225527df68a51fba8508cb41ccaf45fbb3acd8542db93eae73130c7a211dadf6dfcd61182da35aaf079fd3
6
+ metadata.gz: 118980efa4438e61d8bac911fbdbed8acbe4f451f8ae73c4c9777e18c4bda5f03d59f09f962ca899235534dcf8c7b3b66788ee7fb0e4700797cd3d22ed6fadee
7
+ data.tar.gz: 7555f088d1252d567ef1c912a0d7b71e4a4e384ec935f024df4b6acb897e4ec45f0d3ebc0cb500579e4c50c677b8098f2bac39be9b1ac620cbc354fc47c930e9
data/.rubocop.yml CHANGED
@@ -1,17 +1,57 @@
1
1
  AllCops:
2
- TargetRubyVersion: 2.4
2
+ TargetRubyVersion: 2.6
3
3
 
4
4
  Metrics/BlockLength:
5
- Max: 125
5
+ Max: 100
6
6
  Exclude:
7
7
  - spec/**/*_spec.rb
8
+ - spec/factories.rb
8
9
 
9
- # It's 2019, allow longer line lengths
10
- Metrics/LineLength:
11
- Max: 120
10
+ Lint/AmbiguousBlockAssociation:
11
+ Exclude:
12
+ - "spec/**/*"
12
13
 
14
+ # metrics and documentation. code is complex as it needs to be,
15
+ # and docs shouldn't be required. add them when needed.
13
16
  Metrics/AbcSize:
14
17
  Enabled: false
18
+ Metrics/LineLength:
19
+ Enabled: false
20
+ Metrics/ClassLength:
21
+ Enabled: false
22
+ Metrics/MethodLength:
23
+ Enabled: false
24
+ Metrics/ModuleLength:
25
+ Enabled: false
26
+ Metrics/CyclomaticComplexity:
27
+ Enabled: false
28
+ Metrics/PerceivedComplexity:
29
+ Enabled: false
30
+ Metrics/ParameterLists:
31
+ Max: 7
32
+ Style/Documentation:
33
+ Enabled: false
34
+
35
+ # differences from standard ruby style guide.
36
+ Style/RegexpLiteral:
37
+ Enabled: false
38
+ Style/StringLiterals:
39
+ EnforcedStyle: double_quotes
40
+ Style/TrailingCommaInArrayLiteral:
41
+ EnforcedStyleForMultiline: comma
42
+ Style/TrailingCommaInHashLiteral:
43
+ EnforcedStyleForMultiline: comma
44
+ Layout/FirstArrayElementIndentation:
45
+ Enabled: false
46
+ Layout/MultilineMethodCallIndentation:
47
+ EnforcedStyle: indented
48
+ Style/NumericPredicate:
49
+ Enabled: false
15
50
 
16
- Style/FrozenStringLiteralComment:
17
- Enabled: False
51
+ # things we need to have discussions about
52
+ Style/GuardClause:
53
+ Enabled: false
54
+ Style/ClassAndModuleChildren:
55
+ Enabled: false
56
+ Style/NumericLiterals:
57
+ MinDigits: 6
data/Gemfile CHANGED
@@ -1,4 +1,6 @@
1
- source 'https://rubygems.org'
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
2
4
 
3
5
  # Specify your gem's dependencies in spdx.gemspec
4
6
  gemspec
data/Rakefile CHANGED
@@ -1,7 +1,9 @@
1
1
  #!/usr/bin/env rake
2
- require 'bundler/gem_tasks'
3
- require 'rspec/core/rake_task'
2
+ # frozen_string_literal: true
4
3
 
5
- RSpec::Core::RakeTask.new('spec')
4
+ require "bundler/gem_tasks"
5
+ require "rspec/core/rake_task"
6
+
7
+ RSpec::Core::RakeTask.new("spec")
6
8
 
7
9
  task default: :spec
data/aliases.json ADDED
@@ -0,0 +1,3 @@
1
+ {
2
+
3
+ }
@@ -0,0 +1,3 @@
1
+ #!/bin/bash
2
+ curl https://raw.githubusercontent.com/spdx/license-list-data/master/json/licenses.json > ../licenses.json
3
+ curl https://raw.githubusercontent.com/spdx/license-list-data/master/json/exceptions.json > ../exceptions.json
data/exceptions.json ADDED
@@ -0,0 +1,431 @@
1
+ {
2
+ "licenseListVersion": "3.8-22-gbcb6222",
3
+ "releaseDate": "2020-03-11",
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": "./DigiRule-FOSS-exception.html",
95
+ "isDeprecatedLicenseId": false,
96
+ "detailsUrl": "http://spdx.org/licenses/DigiRule-FOSS-exception.json",
97
+ "referenceNumber": "9",
98
+ "name": "DigiRule FOSS License Exception",
99
+ "seeAlso": [
100
+ "http://www.digirulesolutions.com/drupal/foss"
101
+ ],
102
+ "licenseExceptionId": "DigiRule-FOSS-exception"
103
+ },
104
+ {
105
+ "reference": "./LLVM-exception.html",
106
+ "isDeprecatedLicenseId": false,
107
+ "detailsUrl": "http://spdx.org/licenses/LLVM-exception.json",
108
+ "referenceNumber": "10",
109
+ "name": "LLVM Exception",
110
+ "seeAlso": [
111
+ "http://llvm.org/foundation/relicensing/LICENSE.txt"
112
+ ],
113
+ "licenseExceptionId": "LLVM-exception"
114
+ },
115
+ {
116
+ "reference": "./Linux-syscall-note.html",
117
+ "isDeprecatedLicenseId": false,
118
+ "detailsUrl": "http://spdx.org/licenses/Linux-syscall-note.json",
119
+ "referenceNumber": "11",
120
+ "name": "Linux Syscall Note",
121
+ "seeAlso": [
122
+ "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/COPYING"
123
+ ],
124
+ "licenseExceptionId": "Linux-syscall-note"
125
+ },
126
+ {
127
+ "reference": "./GPL-3.0-linking-source-exception.html",
128
+ "isDeprecatedLicenseId": false,
129
+ "detailsUrl": "http://spdx.org/licenses/GPL-3.0-linking-source-exception.json",
130
+ "referenceNumber": "12",
131
+ "name": "GPL-3.0 Linking Exception (with Corresponding Source)",
132
+ "seeAlso": [
133
+ "https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs",
134
+ "https://github.com/mirror/wget/blob/master/src/http.c#L20"
135
+ ],
136
+ "licenseExceptionId": "GPL-3.0-linking-source-exception"
137
+ },
138
+ {
139
+ "reference": "./Qwt-exception-1.0.html",
140
+ "isDeprecatedLicenseId": false,
141
+ "detailsUrl": "http://spdx.org/licenses/Qwt-exception-1.0.json",
142
+ "referenceNumber": "13",
143
+ "name": "Qwt exception 1.0",
144
+ "seeAlso": [
145
+ "http://qwt.sourceforge.net/qwtlicense.html"
146
+ ],
147
+ "licenseExceptionId": "Qwt-exception-1.0"
148
+ },
149
+ {
150
+ "reference": "./389-exception.html",
151
+ "isDeprecatedLicenseId": false,
152
+ "detailsUrl": "http://spdx.org/licenses/389-exception.json",
153
+ "referenceNumber": "14",
154
+ "name": "389 Directory Server Exception",
155
+ "seeAlso": [
156
+ "http://directory.fedoraproject.org/wiki/GPL_Exception_License_Text"
157
+ ],
158
+ "licenseExceptionId": "389-exception"
159
+ },
160
+ {
161
+ "reference": "./mif-exception.html",
162
+ "isDeprecatedLicenseId": false,
163
+ "detailsUrl": "http://spdx.org/licenses/mif-exception.json",
164
+ "referenceNumber": "15",
165
+ "name": "Macros and Inline Functions Exception",
166
+ "seeAlso": [
167
+ "http://www.scs.stanford.edu/histar/src/lib/cppsup/exception",
168
+ "http://dev.bertos.org/doxygen/",
169
+ "https://www.threadingbuildingblocks.org/licensing"
170
+ ],
171
+ "licenseExceptionId": "mif-exception"
172
+ },
173
+ {
174
+ "reference": "./eCos-exception-2.0.html",
175
+ "isDeprecatedLicenseId": false,
176
+ "detailsUrl": "http://spdx.org/licenses/eCos-exception-2.0.json",
177
+ "referenceNumber": "16",
178
+ "name": "eCos exception 2.0",
179
+ "seeAlso": [
180
+ "http://ecos.sourceware.org/license-overview.html"
181
+ ],
182
+ "licenseExceptionId": "eCos-exception-2.0"
183
+ },
184
+ {
185
+ "reference": "./CLISP-exception-2.0.html",
186
+ "isDeprecatedLicenseId": false,
187
+ "detailsUrl": "http://spdx.org/licenses/CLISP-exception-2.0.json",
188
+ "referenceNumber": "17",
189
+ "name": "CLISP exception 2.0",
190
+ "seeAlso": [
191
+ "http://sourceforge.net/p/clisp/clisp/ci/default/tree/COPYRIGHT"
192
+ ],
193
+ "licenseExceptionId": "CLISP-exception-2.0"
194
+ },
195
+ {
196
+ "reference": "./Bison-exception-2.2.html",
197
+ "isDeprecatedLicenseId": false,
198
+ "detailsUrl": "http://spdx.org/licenses/Bison-exception-2.2.json",
199
+ "referenceNumber": "18",
200
+ "name": "Bison exception 2.2",
201
+ "seeAlso": [
202
+ "http://git.savannah.gnu.org/cgit/bison.git/tree/data/yacc.c?id\u003d193d7c7054ba7197b0789e14965b739162319b5e#n141"
203
+ ],
204
+ "licenseExceptionId": "Bison-exception-2.2"
205
+ },
206
+ {
207
+ "reference": "./Libtool-exception.html",
208
+ "isDeprecatedLicenseId": false,
209
+ "detailsUrl": "http://spdx.org/licenses/Libtool-exception.json",
210
+ "referenceNumber": "19",
211
+ "name": "Libtool Exception",
212
+ "seeAlso": [
213
+ "http://git.savannah.gnu.org/cgit/libtool.git/tree/m4/libtool.m4"
214
+ ],
215
+ "licenseExceptionId": "Libtool-exception"
216
+ },
217
+ {
218
+ "reference": "./LZMA-exception.html",
219
+ "isDeprecatedLicenseId": false,
220
+ "detailsUrl": "http://spdx.org/licenses/LZMA-exception.json",
221
+ "referenceNumber": "20",
222
+ "name": "LZMA exception",
223
+ "seeAlso": [
224
+ "http://nsis.sourceforge.net/Docs/AppendixI.html#I.6"
225
+ ],
226
+ "licenseExceptionId": "LZMA-exception"
227
+ },
228
+ {
229
+ "reference": "./OpenJDK-assembly-exception-1.0.html",
230
+ "isDeprecatedLicenseId": false,
231
+ "detailsUrl": "http://spdx.org/licenses/OpenJDK-assembly-exception-1.0.json",
232
+ "referenceNumber": "21",
233
+ "name": "OpenJDK Assembly exception 1.0",
234
+ "seeAlso": [
235
+ "http://openjdk.java.net/legal/assembly-exception.html"
236
+ ],
237
+ "licenseExceptionId": "OpenJDK-assembly-exception-1.0"
238
+ },
239
+ {
240
+ "reference": "./Font-exception-2.0.html",
241
+ "isDeprecatedLicenseId": false,
242
+ "detailsUrl": "http://spdx.org/licenses/Font-exception-2.0.json",
243
+ "referenceNumber": "22",
244
+ "name": "Font exception 2.0",
245
+ "seeAlso": [
246
+ "http://www.gnu.org/licenses/gpl-faq.html#FontException"
247
+ ],
248
+ "licenseExceptionId": "Font-exception-2.0"
249
+ },
250
+ {
251
+ "reference": "./OCaml-LGPL-linking-exception.html",
252
+ "isDeprecatedLicenseId": false,
253
+ "detailsUrl": "http://spdx.org/licenses/OCaml-LGPL-linking-exception.json",
254
+ "referenceNumber": "23",
255
+ "name": "OCaml LGPL Linking Exception",
256
+ "seeAlso": [
257
+ "https://caml.inria.fr/ocaml/license.en.html"
258
+ ],
259
+ "licenseExceptionId": "OCaml-LGPL-linking-exception"
260
+ },
261
+ {
262
+ "reference": "./GCC-exception-3.1.html",
263
+ "isDeprecatedLicenseId": false,
264
+ "detailsUrl": "http://spdx.org/licenses/GCC-exception-3.1.json",
265
+ "referenceNumber": "24",
266
+ "name": "GCC Runtime Library exception 3.1",
267
+ "seeAlso": [
268
+ "http://www.gnu.org/licenses/gcc-exception-3.1.html"
269
+ ],
270
+ "licenseExceptionId": "GCC-exception-3.1"
271
+ },
272
+ {
273
+ "reference": "./Bootloader-exception.html",
274
+ "isDeprecatedLicenseId": false,
275
+ "detailsUrl": "http://spdx.org/licenses/Bootloader-exception.json",
276
+ "referenceNumber": "25",
277
+ "name": "Bootloader Distribution Exception",
278
+ "seeAlso": [
279
+ "https://github.com/pyinstaller/pyinstaller/blob/develop/COPYING.txt"
280
+ ],
281
+ "licenseExceptionId": "Bootloader-exception"
282
+ },
283
+ {
284
+ "reference": "./Classpath-exception-2.0.html",
285
+ "isDeprecatedLicenseId": false,
286
+ "detailsUrl": "http://spdx.org/licenses/Classpath-exception-2.0.json",
287
+ "referenceNumber": "26",
288
+ "name": "Classpath exception 2.0",
289
+ "seeAlso": [
290
+ "http://www.gnu.org/software/classpath/license.html",
291
+ "https://fedoraproject.org/wiki/Licensing/GPL_Classpath_Exception"
292
+ ],
293
+ "licenseExceptionId": "Classpath-exception-2.0"
294
+ },
295
+ {
296
+ "reference": "./Swift-exception.html",
297
+ "isDeprecatedLicenseId": false,
298
+ "detailsUrl": "http://spdx.org/licenses/Swift-exception.json",
299
+ "referenceNumber": "27",
300
+ "name": "Swift Exception",
301
+ "seeAlso": [
302
+ "https://swift.org/LICENSE.txt",
303
+ "https://github.com/apple/swift-package-manager/blob/7ab2275f447a5eb37497ed63a9340f8a6d1e488b/LICENSE.txt#L205"
304
+ ],
305
+ "licenseExceptionId": "Swift-exception"
306
+ },
307
+ {
308
+ "reference": "./Autoconf-exception-2.0.html",
309
+ "isDeprecatedLicenseId": false,
310
+ "detailsUrl": "http://spdx.org/licenses/Autoconf-exception-2.0.json",
311
+ "referenceNumber": "28",
312
+ "name": "Autoconf exception 2.0",
313
+ "seeAlso": [
314
+ "http://ac-archive.sourceforge.net/doc/copyright.html",
315
+ "http://ftp.gnu.org/gnu/autoconf/autoconf-2.59.tar.gz"
316
+ ],
317
+ "licenseExceptionId": "Autoconf-exception-2.0"
318
+ },
319
+ {
320
+ "reference": "./FLTK-exception.html",
321
+ "isDeprecatedLicenseId": false,
322
+ "detailsUrl": "http://spdx.org/licenses/FLTK-exception.json",
323
+ "referenceNumber": "29",
324
+ "name": "FLTK exception",
325
+ "seeAlso": [
326
+ "http://www.fltk.org/COPYING.php"
327
+ ],
328
+ "licenseExceptionId": "FLTK-exception"
329
+ },
330
+ {
331
+ "reference": "./freertos-exception-2.0.html",
332
+ "isDeprecatedLicenseId": false,
333
+ "detailsUrl": "http://spdx.org/licenses/freertos-exception-2.0.json",
334
+ "referenceNumber": "30",
335
+ "name": "FreeRTOS Exception 2.0",
336
+ "seeAlso": [
337
+ "https://web.archive.org/web/20060809182744/http://www.freertos.org/a00114.html"
338
+ ],
339
+ "licenseExceptionId": "freertos-exception-2.0"
340
+ },
341
+ {
342
+ "reference": "./Universal-FOSS-exception-1.0.html",
343
+ "isDeprecatedLicenseId": false,
344
+ "detailsUrl": "http://spdx.org/licenses/Universal-FOSS-exception-1.0.json",
345
+ "referenceNumber": "31",
346
+ "name": "Universal FOSS Exception, Version 1.0",
347
+ "seeAlso": [
348
+ "https://oss.oracle.com/licenses/universal-foss-exception/"
349
+ ],
350
+ "licenseExceptionId": "Universal-FOSS-exception-1.0"
351
+ },
352
+ {
353
+ "reference": "./WxWindows-exception-3.1.html",
354
+ "isDeprecatedLicenseId": false,
355
+ "detailsUrl": "http://spdx.org/licenses/WxWindows-exception-3.1.json",
356
+ "referenceNumber": "32",
357
+ "name": "WxWindows Library Exception 3.1",
358
+ "seeAlso": [
359
+ "http://www.opensource.org/licenses/WXwindows"
360
+ ],
361
+ "licenseExceptionId": "WxWindows-exception-3.1"
362
+ },
363
+ {
364
+ "reference": "./OCCT-exception-1.0.html",
365
+ "isDeprecatedLicenseId": false,
366
+ "detailsUrl": "http://spdx.org/licenses/OCCT-exception-1.0.json",
367
+ "referenceNumber": "33",
368
+ "name": "Open CASCADE Exception 1.0",
369
+ "seeAlso": [
370
+ "http://www.opencascade.com/content/licensing"
371
+ ],
372
+ "licenseExceptionId": "OCCT-exception-1.0"
373
+ },
374
+ {
375
+ "reference": "./Autoconf-exception-3.0.html",
376
+ "isDeprecatedLicenseId": false,
377
+ "detailsUrl": "http://spdx.org/licenses/Autoconf-exception-3.0.json",
378
+ "referenceNumber": "34",
379
+ "name": "Autoconf exception 3.0",
380
+ "seeAlso": [
381
+ "http://www.gnu.org/licenses/autoconf-exception-3.0.html"
382
+ ],
383
+ "licenseExceptionId": "Autoconf-exception-3.0"
384
+ },
385
+ {
386
+ "reference": "./i2p-gpl-java-exception.html",
387
+ "isDeprecatedLicenseId": false,
388
+ "detailsUrl": "http://spdx.org/licenses/i2p-gpl-java-exception.json",
389
+ "referenceNumber": "35",
390
+ "name": "i2p GPL+Java Exception",
391
+ "seeAlso": [
392
+ "http://geti2p.net/en/get-involved/develop/licenses#java_exception"
393
+ ],
394
+ "licenseExceptionId": "i2p-gpl-java-exception"
395
+ },
396
+ {
397
+ "reference": "./GPL-CC-1.0.html",
398
+ "isDeprecatedLicenseId": false,
399
+ "detailsUrl": "http://spdx.org/licenses/GPL-CC-1.0.json",
400
+ "referenceNumber": "36",
401
+ "name": "GPL Cooperation Commitment 1.0",
402
+ "seeAlso": [
403
+ "https://github.com/gplcc/gplcc/blob/master/Project/COMMITMENT",
404
+ "https://gplcc.github.io/gplcc/Project/README-PROJECT.html"
405
+ ],
406
+ "licenseExceptionId": "GPL-CC-1.0"
407
+ },
408
+ {
409
+ "reference": "./Qt-LGPL-exception-1.1.html",
410
+ "isDeprecatedLicenseId": false,
411
+ "detailsUrl": "http://spdx.org/licenses/Qt-LGPL-exception-1.1.json",
412
+ "referenceNumber": "37",
413
+ "name": "Qt LGPL exception 1.1",
414
+ "seeAlso": [
415
+ "http://code.qt.io/cgit/qt/qtbase.git/tree/LGPL_EXCEPTION.txt"
416
+ ],
417
+ "licenseExceptionId": "Qt-LGPL-exception-1.1"
418
+ },
419
+ {
420
+ "reference": "./Qt-GPL-exception-1.0.html",
421
+ "isDeprecatedLicenseId": false,
422
+ "detailsUrl": "http://spdx.org/licenses/Qt-GPL-exception-1.0.json",
423
+ "referenceNumber": "38",
424
+ "name": "Qt GPL exception 1.0",
425
+ "seeAlso": [
426
+ "http://code.qt.io/cgit/qt/qtbase.git/tree/LICENSE.GPL3-EXCEPT"
427
+ ],
428
+ "licenseExceptionId": "Qt-GPL-exception-1.0"
429
+ }
430
+ ]
431
+ }