aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/multieffect/CMakeLists.txt
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-03-07 15:22:17 +0100
committerLucie Gérard <lucie.gerard@qt.io>2024-03-21 10:41:29 +0100
commit53295d9102632568ba3ea817d009f30317b9761a (patch)
treed225d1fac3081fd84e43a55f3c2ec3356af2e239 /examples/quick/multieffect/CMakeLists.txt
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 <kai.koehne@qt.io>
Diffstat (limited to 'examples/quick/multieffect/CMakeLists.txt')
-rw-r--r--examples/quick/multieffect/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/multieffect/CMakeLists.txt b/examples/quick/multieffect/CMakeLists.txt
index 7462337905..802cb16eea 100644
--- a/examples/quick/multieffect/CMakeLists.txt
+++ b/examples/quick/multieffect/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
qt_internal_add_example(itemswitcher)
qt_internal_add_example(testbed)