summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-08-22 15:47:21 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-08-23 15:42:54 +0200
commit4f07f9162dc5c147ec48a6333959f61fd2cb187a (patch)
treebfd4a9a5f039a95ce6c7330dc7cd34da8db621d2 /config.tests
parent451ff4c52ca9525f24a78fd03a3bec96adbbfc21 (diff)
Change the license of all CMakeLists.txt and *.cmake files to BSD
Task-number: QTBUG-105718 Change-Id: Ibfa4f2f7788f83b7032406de634ca4fb635d2131 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/socketcan/CMakeLists.txt2
-rw-r--r--config.tests/socketcan_fd/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.tests/socketcan/CMakeLists.txt b/config.tests/socketcan/CMakeLists.txt
index 2fa9f0e..9f62679 100644
--- a/config.tests/socketcan/CMakeLists.txt
+++ b/config.tests/socketcan/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+# SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required(VERSION 3.16)
project(config_test_socketcan LANGUAGES C CXX)
diff --git a/config.tests/socketcan_fd/CMakeLists.txt b/config.tests/socketcan_fd/CMakeLists.txt
index 9faa555..ea7e2f2 100644
--- a/config.tests/socketcan_fd/CMakeLists.txt
+++ b/config.tests/socketcan_fd/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+# SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required(VERSION 3.16)
project(config_test_socketcan_fd LANGUAGES C CXX)