summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/can/CMakeLists.txt
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 /examples/serialbus/can/CMakeLists.txt
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 'examples/serialbus/can/CMakeLists.txt')
-rw-r--r--examples/serialbus/can/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/serialbus/can/CMakeLists.txt b/examples/serialbus/can/CMakeLists.txt
index 5a611f5..eeb474a 100644
--- a/examples/serialbus/can/CMakeLists.txt
+++ b/examples/serialbus/can/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+# SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required(VERSION 3.16)
project(can LANGUAGES CXX)