summaryrefslogtreecommitdiffstats
path: root/examples/serialport/terminal
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-03-27 12:47:21 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-04-04 11:43:18 +0000
commitdfbeb362cb1d5449865ccf91b27e8ffc76449e4b (patch)
treee3930925378cfeba14b51a03cfbd35d11bdc4b5d /examples/serialport/terminal
parent5b99b6fbf59cf5a6a72a07011f09578ecb0a7e13 (diff)
Correct license for examples files
Example takes precedence over build system file type. According to QUIP-18 [1], all examples file should be LicenseRef-Qt-Commercial OR BSD-3-Clause [1]: https://contribute.qt-project.org/quips/18 Task-number: QTBUG-121787 Change-Id: I62ad55046f0dd127ab26d2df6b572836ede04d91 Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit a9fd1a44a7c08ece7446b47c56c739e5a5a737d7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/serialport/terminal')
-rw-r--r--examples/serialport/terminal/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/serialport/terminal/CMakeLists.txt b/examples/serialport/terminal/CMakeLists.txt
index e430780c..d38e209f 100644
--- a/examples/serialport/terminal/CMakeLists.txt
+++ b/examples/serialport/terminal/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
cmake_minimum_required(VERSION 3.16)
project(terminal LANGUAGES CXX)