From 121639c53e1f142ff1fb9da77278e9e3ecf69f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Fri, 9 Aug 2024 16:05:51 +0200 Subject: [PATCH] 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 (cherry picked from commit 70667f46243e05f21cae31198aaf1662bf698114) Reviewed-by: Qt Cherry-pick Bot --- licenseRule.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/licenseRule.json b/licenseRule.json index 4683dc7b237..1db608822dc 100644 --- a/licenseRule.json +++ b/licenseRule.json @@ -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",