-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy pathlicenseRule.json
547 lines (547 loc) · 24.2 KB
/
licenseRule.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
[
{
"comment" : ["file_pattern_ending: strings matched against the end of a file name.",
"location keys: regular expression matched against the beginning of",
"the file path (relative to the git submodule root).",
"spdx: list of SPDX-License-Expression's allowed in the matching files.",
"-------------------------------------------------------",
"Files with the following endings are Build System licensed,",
"unless they are examples",
"Files with other endings can also be build system files"
],
"file_pattern_ending" : ["CMakeLists.txt", ".cmake", ".pro", ".pri", ".prf",
"configure", "configure.bat", "cmake.in", "plist.in", "CMakeLists.txt.in",
".gitignore", ".gitattributes", "Makefile", ".conf", ".yml", ".cfg", ".yaml",
".tag", ".dynlist"],
"location" : {
"" : {
"comment" : "Default",
"file type" : "build system",
"spdx" : ["BSD-3-Clause"]
},
"(.*)(examples/|snippets/)" : {
"comment" : "Example takes precedence",
"file type" : "examples and snippets",
"spdx" : ["LicenseRef-Qt-Commercial OR BSD-3-Clause"]
},
"cmake/QtPublicGitHelpers.cmake" : {
"comment" : "MIT licensed copied parts",
"file type" : "build system",
"spdx" : ["BSD-3-Clause AND MIT"]
},
"cmake/QtPublicSbomGenerationHelpers.cmake" : {
"comment" : "MIT licensed copied parts",
"file type" : "build system",
"spdx" : ["MIT AND BSD-3-Clause"]
},
"cmake/QtPublicSbomOpsHelpers.cmake" : {
"comment" : "MIT licensed copied parts",
"file type" : "build system",
"spdx" : ["MIT AND BSD-3-Clause"]
},
"tests/auto/cmake/test_plugin_shared_static_flavor\\.cmake" : {
"comment" : "Exception. This is a test file.",
"file type" : "test",
"spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only"]
},
"coin/instructions/qmake_examples/.*\\.yaml" : {
"comment" : "Default",
"file type" : "build system",
"spdx" : ["BSD-3-Clause"]
}
}
},
{
"comments" : ["Files with the following endings are Tool licensed,",
"unless they are examples.",
"Files with other endings can also be tool files."],
"file_pattern_ending" : [".sh", ".py", ".pl", ".bat", ".ps1"],
"location" :{
"" : {
"comment" : "Default",
"file type" : "tools and utils",
"spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0"]
},
"(.*)(examples/|snippets/)" : {
"comment" : "Example takes precedence",
"file type" : "examples and snippets",
"spdx" : ["LicenseRef-Qt-Commercial OR BSD-3-Clause"]
},
"tests/auto/tools/uic/baseline/config\\.ui\\.py" : {
"comment" : "This is a test file",
"file type" : "test",
"spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only"]
},
"tests/manual/rhi/computeimage/buildshaders.bat" : {
"comment" : "This is a test file",
"file type" : "test",
"spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only"]
},
"space.bat" : {
"comment" : "Double check",
"file type" : "???",
"spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only"]
}
}
},
{
"comment" : "Files with the following endings are Documentation licensed.",
"file_pattern_ending" : [".qdoc", ".qdocinc" , ".qdocconf", "README", "qt_attribution.json",
"REUSE.toml", "README.md", "README.txt", "config_help.txt",
"licenseRule.json", "READ-THIS-BEFORE-MANUALLY-ADDING-FILES-TO-PACKAGE.txt"],
"location" :{
"" : {
"comment" : "",
"file type" : "documentation",
"spdx" : ["LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"]
},
"tests/auto/corelib/mimetypes/qmimedatabase/test\\.txt" : {
"comment" : "Exception. This is a test file",
"file type" : "test",
"spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only"]
},
"ests/auto/testlib/selftests/" : {
"comment" : "Exception. Those are test files",
"file type" : "test",
"spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only"]
},
"util/unicode/data/(?!REUSE.toml)" : {
"comment" : "Exception. REUSE.toml is always documentation",
"file type" : "3rd party",
"spdx" : ["Unicode-3.0"]
}
}
},
{
"comment" : ["All other files",
"The licensing is defined only by the file location in the Qt module repository.",
"NO <file_pattern_ending> key for this case!",
"This needs to be the last entry of the file."],
"location" : {
"" : {
"comment" : "Default",
"file type" : "module and plugin",
"spdx" : ["LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"]
},
"dist/" : {
"comment" : "Default",
"file type" : "documentation",
"spdx" : ["LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"]
},
"doc/" : {
"comment" : "Default",
"file type" : "documentation",
"spdx" : ["LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"]
},
"doc/global/template/scripts/.*\\.js" : {
"comment" : "This is a tool",
"file type" : "tools and utils",
"spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0"]
},
"coin/" : {
"comment" : "Default",
"file type" : "build system",
"spdx" : ["BSD-3-Clause"]
},
"src/plugins/networkinformation/android/jar/build.gradle" : {
"comment" : "Default",
"file type" : "build system",
"spdx" : ["BSD-3-Clause"]
},
"src/plugins/networkinformation/android/jar/settings.gradle" : {
"comment" : "Default",
"file type" : "build system",
"spdx" : ["BSD-3-Clause"]
},
"libexec/" : {
"comment" : "Default",
"file type" : "build system",
"spdx" : ["BSD-3-Clause"]
},
"cmake/" : {
"comment" : "Default",
"file type" : "build system",
"spdx" : ["BSD-3-Clause"]
},
"cmake/modulecppexports.h.in" : {
"comment" : "Default Double check",
"file type" : "module and plugin",
"spdx" : ["LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"]
},
".*PrivacyInfo.xcprivacy" : {
"comment" : "Exception. Unconditionally redistributable without any clauses",
"file type" : "build system",
"spdx" : ["CC0-1.0"]
},
"cmake/qbatchedtestrunner\\.in\\.cpp" : {
"comment" : "Compiled into internal tests if QT_BUILD_TESTS_BATCHED is enabled.",
"file type" : "test",
"spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only"]
},
"bin/" : {
"comment" : "Default",
"file type" : "build system",
"spdx" : ["BSD-3-Clause"]
},
"src/printsupport/platform/.*\\.json" : {
"comment" : "Default",
"file type" : "build system",
"spdx" : ["BSD-3-Clause"]
},
"mkspecs/(.*\\.plist.*)" : {
"comment" : "Default",
"file type" : "build system",
"spdx" : ["BSD-3-Clause"]
},
"mkspecs/features/data/(configure.json|testserver/Dockerfile|dummy.cpp|macros.cpp)" : {
"comment" : "Default",
"file type" : "build system",
"spdx" : ["BSD-3-Clause"]
},
"mkspecs/features/(mac/sdk.mk|uikit/xcodebuild.mk)" : {
"comment" : "Default",
"file type" : "build system",
"spdx" : ["BSD-3-Clause"]
},
"mkspecs/(macx-ios-clang/LaunchScreen.storyboard|macx-xcode/(WorkspaceSettings.xcsettings|default.xcscheme))" : {
"comment" : "Default",
"file type" : "build system",
"spdx" : ["BSD-3-Clause"]
},
"src/" : {
"comment" : "Default",
"file type" : "module and plugin",
"spdx" : ["LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"]
},
"src/widgets/doc/macOS/AppKit/AppKit.h" : {
"comment" : "",
"file type" : "documentation",
"spdx" : ["LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"]
},
"plugins/" : {
"comment" : "Default",
"file type" : "module and plugin",
"spdx" : ["LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"]
},
"src/plugins/platforms/wasm/" : {
"comment" : "Exception for wasm",
"file type" : "module and plugin",
"spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only"]
},
"src/dbus/dbus_minimal_p\\.h" : {
"comment" : "Exception",
"file type" : "module and plugin",
"spdx" : ["AFL-2.1 OR GPL-2.0-or-later"]
},
"src/entrypoint/qtentrypoint_win\\.cpp" : {
"comment" : "Exception: https://doc.qt.io/qt-6/qtentrypoint.html",
"file type" : "module and plugin",
"spdx" : ["LicenseRef-Qt-Commercial OR BSD-3-Clause"]
},
"src/android/java/src/org/qtproject/qt/android/bindings/" : {
"comment" : "Exception: compiled alongside with user code",
"file type" : "module and plugin",
"spdx" : ["LicenseRef-Qt-Commercial OR BSD-3-Clause"]
},
"src/corelib/(time|text)/q.*_data_p\\.h" : {
"comment" : "generated from Unicode CLDR data",
"file type" : "module and plugin",
"spdx" : ["Unicode-3.0"]
},
"src/corelib/text/qunicodetables.*" : {
"comment" : "Contains data extracted from UCD, under Unicode-3.0",
"file type" : "module and plugin",
"spdx" : ["Unicode-3.0"]
},
"src/tools/" : {
"comment" : "Default",
"file type" : "tools and utils",
"spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0"]
},
"tests/" : {
"comment" : "Default",
"file type" : "test",
"spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only"]
},
"tests/auto/testlib/selftests/catch_p_p\\.h" : {
"comment" : "Exception",
"file type" : "test",
"spdx" : ["BSL-1.0"]
},
"tests/manual/rhi/shared/cube\\.h" : {
"comment" : "Exception",
"file type" : "3rd party",
"spdx" : ["Apache-2.0"]
},
"tests/testserver/apache2/testdata/www/htdocs/protected/rfc3252\\.txt" : {
"comment" : "The Internet Society",
"file type" : "3rd party",
"spdx" : ["CC0-1.0"]
},
"tests/auto/gui/image/qimagereader/images/(?!REUSE.toml)" : {
"comment" : "Unknown",
"file type" : "tests",
"spdx" : ["CC0-1.0"]
},
"tests/(auto|benchmarks)/gui/image/qimagereader/images/black.xpm" : {
"comment" : "TU Braunschweig",
"file type" : "3rd party",
"spdx" : ["GPL-3.0-only"]
},
"tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/(japanese/japanese.xml|sun/sun)" : {
"comment" : "",
"file type" : "3rd party",
"spdx" : ["SPL-1.0"]
},
"tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/japanese/weekly" : {
"comment" : "Exception",
"file type" : "3rd party",
"spdx" : ["Xerox"]
},
"tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/sun/valid/out/pe00.xml" : {
"comment" : "Exception",
"file type" : "3rd party",
"spdx" : ["CC0-1.0"]
},
"tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/japanese/weekly-" : {
"comment" : "Exception",
"file type" : "3rd party",
"spdx" : ["Xerox"]
},
"tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/ibm/ibm_oasis" : {
"comment" : "Exception",
"file type" : "3rd party",
"spdx" : ["IPL-1.0"]
},
"tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/ibm/xml-1.1/ibm_" : {
"comment" : "Exception",
"file type" : "3rd party",
"spdx" : ["IPL-1.0"]
},
"tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/finalCatalog.xml" : {
"comment" : "Exception",
"file type" : "3rd party",
"spdx" : ["IPL-1.0"]
},
"tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/eduni/.*conf\\.xml" : {
"comment" : "Exception",
"file type" : "3rd party",
"spdx" : ["BSD-3-Clause"]
},
"(.*)(examples/|snippets/)" : {
"comment" : "Default",
"file type" : "examples and snippets",
"spdx" : ["LicenseRef-Qt-Commercial OR BSD-3-Clause"]
},
"config\\.tests/" : {
"comment" : "Default",
"file type" : "build system",
"spdx" : ["BSD-3-Clause"]
},
"config\\.tests/no_direct_extern_access/" : {
"comment" : "Exception",
"file type" : "build system",
"spdx" : ["MIT"]
},
"src/corelib/Qt6CoreResourceInit\\.in\\.cpp" : {
"comment" : "Helper file statically compiled into user executables",
"file type" : "module and plugin",
"spdx" : ["LicenseRef-Qt-Commercial OR BSD-3-Clause"]
},
"qmake/" : {
"comment" : "Default",
"file type" : "tools and utils",
"spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0"]
},
"util/" : {
"comment" : "Default",
"file type" : "util",
"spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0"]
},
"util/unicode/data/.*\\.txt" : {
"comment" : "Exception.",
"file type" : "3rd party",
"spdx" : ["Unicode-3.0"]
},
"util/aglfn/data/aglfn\\.txt" : {
"comment" : "Exception.",
"file type" : "3rd party",
"spdx" : ["BSD-3-Clause"]
},
"util/locale_database/testlocales/localemodel\\.cpp" : {
"comment" : "Exception: this contains CLDR-generated code",
"file type" : "util",
"spdx" : ["Unicode-3.0"]
},
"util/wasm/batchedtestrunner/" : {
"comment" : "Exception: this is a helper tool",
"file type" : "util",
"spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0"]
},
"util/wasm/batchedtestrunner/" : {
"comment" : "Exception: this is a helper tool",
"file type" : "util",
"spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0"]
},
"util/lexgen/tests/testdata/" : {
"comment" : "Exception",
"file type" : "test",
"spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only"]
},
"util/lexgen/test.lexgen" : {
"comment" : "Exception",
"file type" : "test",
"spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only"]
},
"util/x86simdgen/header" : {
"comment" : "Exception for file generation",
"file type" : "util",
"spdx" : ["LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"]
},
"util/glgen/qopenglextensions\\.(h|cpp)\\.header" : {
"comment" : "Exception, for file generation",
"file type" : "util",
"spdx" : ["LicenseRef-Qt-Commercial OR BSD-3-Clause"]
},
"util/gradientgen/webgradients\\.css" : {
"comment" : "Exception",
"file type" : "3rd party",
"spdx" : ["MIT"]
},
"src/gui/painting/qimagescale\\.cpp" : {
"comment" : "Info from qt_attribution.json",
"file type" : "module and plugin",
"spdx" : ["BSD-2-Clause AND Imlib2"]
},
"src/gui/painting/qgrayraster\\.c" : {
"comment" : "Info from qt_attribution.json",
"file type" : "module and plugin",
"spdx" : ["FTL OR GPL-2.0-only"]
},
"src/corelib/kernel/qeventdispatcher_cf_p\\.h" : {
"comment" : "Info from qt_attribution.json",
"file type" : "module and plugin",
"spdx" : ["BSD-3-Clause"]
},
"src/plugins/platforms/cocoa/qcocoa(application|eventdispatcher|introspection|systemtrayicon\\.mm)" : {
"comment" : "Info from qt_attribution.json",
"file type" : "module and plugin",
"spdx" : ["BSD-3-Clause"]
},
"(src|qmake).*/doc/images/" : {
"comment" : "This is example and snippets",
"file type" : "examples and snippets",
"spdx" : ["LicenseRef-Qt-Commercial OR BSD-3-Clause"]
},
"doc/.*/images/" : {
"comment" : "This is example and snippets",
"file type" : "examples and snippets",
"spdx" : ["LicenseRef-Qt-Commercial OR BSD-3-Clause"]
},
"tests/testserver/apache2/testdata/www/htdocs/rfcs/rfc2616\\.html" : {
"comment" : "The Internet Society",
"file type" : "3rd party",
"spdx" : ["CC0-1.0"]
},
"tests/manual/network_stresstest/qtest/bigfile" : {
"comment" : "The Internet Society",
"file type" : "3rd party",
"spdx" : ["CC0-1.0"]
},
"tests/auto/network/access/qnetworkreply/(bigfile|resource|rfc3252.txt)" : {
"comment" : "",
"file type" : "3rd party",
"spdx" : ["CC0-1.0"]
},
"tests/auto/corelib/serialization/qtextstream/rfc3261.txt" : {
"comment" : "",
"file type" : "3rd party",
"spdx" : ["CC0-1.0"]
},
"tests/auto/corelib/text/qbytearray_large/rfc3252.txt" : {
"comment" : "",
"file type" : "3rd party",
"spdx" : ["CC0-1.0"]
},
"tests/auto/other/qcomplextext/data/(?!REUSE.toml)" : {
"comment" : "Unicode",
"file type" : "3rd party",
"spdx" : ["Unicode-3.0"]
},
"tests/auto/corelib/text/qtextboundaryfinder/data/.*\\.txt" : {
"comment" : "Unicode",
"file type" : "3rd party",
"spdx" : ["Unicode-3.0"]
},
"tests/auto/corelib/text/qchar/data/NormalizationTest.txt" : {
"comment" : "Unicode",
"file type" : "3rd party",
"spdx" : ["Unicode-3.0"]
},
"tests/auto/corelib/io/qurluts46/testdata/IdnaTestV2.txt" : {
"comment" : "Unicode",
"file type" : "3rd party",
"spdx" : ["Unicode-3.0"]
},
"tests/auto/corelib/ipc/ipctestcommon.h" : {
"comment" : "Intel",
"file type" : "3rd party",
"spdx" : ["MIT"]
},
"src/plugins/platforminputcontexts/ibus/interfaces/" : {
"comment" : "KDE",
"file type" : "3rd party",
"spdx" : ["BSD-3-Clause"]
},
"src/gui/vulkan/vk.xml" : {
"comment" : "",
"file type" : "3rd party",
"spdx" : ["Apache-2.0 OR MIT"]
},
"src/gui/text/qfontsubset_agl.cpp" : {
"comment" : "Abode",
"file type" : "3rd party",
"spdx" : ["BSD-3-Clause"]
},
"src/gui/rhi/mipmap.hlsl" : {
"comment" : "Microsoft",
"file type" : "3rd party",
"spdx" : ["MIT"]
},
"src/gui/painting/qregion.cpp" : {
"comment" : ["X Consortium",
"Need both spdx entries",
"First one for testing source SBOM which aggregates in-file and REUSE.toml info",
"Second one for license test when only the in-file info is read"],
"file type" : "module and plugin and 3rd party",
"spdx" : ["LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only AND X11 AND HPND",
"LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"]
},
"src/gui/opengl/qopengles2ext.h" : {
"comment" : "The Khronos Group Inc.",
"file type" : "3rd party",
"spdx" : ["MIT-Khronos-old"]
},
"src/gui/opengl/qopenglext.h" : {
"comment" : "The Khronos Group Inc.",
"file type" : "3rd party",
"spdx" : ["MIT-Khronos-old"]
},
"src/corelib/tools/qhash_sip.cpp" : {
"comment" : "In file licensed",
"file type" : "3rd party",
"spdx" : ["CC0-1.0"]
},
"src/corelib/global/qconfig.cpp.in" : {
"comment" : "See REUSE.toml file",
"file type" : "build system",
"spdx" : ["BSD-3-Clause"]
},
"src/corelib/Qt6CoreConfigureFileTemplate.in" : {
"comment" : "See REUSE.toml file",
"file type" : "build system",
"spdx" : ["BSD-3-Clause"]
}
}
}
]