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 Task-number: QTBUG-121787 Change-Id: I5598033e71e97e5da807ab14d63755c05f655980 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 70667f46243e05f21cae31198aaf1662bf698114) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
c778f11eef
commit
121639c53e
@ -22,6 +22,16 @@
|
||||
"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"]
|
||||
},
|
||||
"tests/auto/cmake/test_plugin_shared_static_flavor\\.cmake" : {
|
||||
"comment" : "Exception. This is a test file.",
|
||||
"file type" : "test",
|
||||
|
Loading…
x
Reference in New Issue
Block a user