Add exception for build system file licensing

The files are MIT and BSD-3-Clause instead of only BSD-3-Clause
because parts are copied from an upstream source that had them
MIT licensed

Pick-to: 6.8
Task-number: QTBUG-121787
Change-Id: I5598033e71e97e5da807ab14d63755c05f655980
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Lucie Gérard 2024-08-09 16:05:51 +02:00
parent d0bf0660b1
commit 70667f4624

View File

@ -22,6 +22,16 @@
"file type" : "examples and snippets", "file type" : "examples and snippets",
"spdx" : ["LicenseRef-Qt-Commercial OR BSD-3-Clause"] "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"]
},
"tests/auto/cmake/test_plugin_shared_static_flavor\\.cmake" : { "tests/auto/cmake/test_plugin_shared_static_flavor\\.cmake" : {
"comment" : "Exception. This is a test file.", "comment" : "Exception. This is a test file.",
"file type" : "test", "file type" : "test",