aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/texteditor
diff options
context:
space:
mode:
authorLucie Gérard <[email protected]>2024-03-07 15:22:17 +0100
committerLucie Gérard <[email protected]>2024-03-21 10:41:29 +0100
commit53295d9102632568ba3ea817d009f30317b9761a (patch)
treed225d1fac3081fd84e43a55f3c2ec3356af2e239 /examples/quickcontrols/texteditor
parenteb79815fbfad7d4e7fb4be856dc0dd43be76fdb9 (diff)
Correct license for examples files
Example takes precedent 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 Pick-to: 6.7 6.7.0 Task-number: QTBUG-121787 Change-Id: Ie8c2539e7659f53a1fd6b48f99ee883ee9aeb0a7 Reviewed-by: Kai Köhne <[email protected]>
Diffstat (limited to 'examples/quickcontrols/texteditor')
-rw-r--r--examples/quickcontrols/texteditor/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols/texteditor/CMakeLists.txt b/examples/quickcontrols/texteditor/CMakeLists.txt
index 93b516d5c0..cadd8a1f8c 100644
--- a/examples/quickcontrols/texteditor/CMakeLists.txt
+++ b/examples/quickcontrols/texteditor/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(texteditor LANGUAGES CXX)