summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-03-12 15:56:50 +0100
committerLucie Gérard <lucie.gerard@qt.io>2024-03-19 08:20:16 +0100
commit8b36425fab11cc0bc836714fa0640e09f8f27c51 (patch)
tree50db08fa65b34425c56ba2cc109ddad363561452
parent9a7516110b22bae3553d6ecaa0ce9e28eb6661b8 (diff)
Correct build system file license under example
According to QUIP-18 [1] all files under examples should be licensed 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: Ia2e8f62af64a384196a9b0c02ac5b2fbf5404a8b Reviewed-by: Kai Köhne <kai.koehne@qt.io>
-rw-r--r--examples/CMakeLists.txt2
-rw-r--r--examples/demos/CMakeLists.txt2
-rw-r--r--examples/demos/FX_Material_Showroom/imports/CMakeLists.txt2
-rw-r--r--examples/demos/FX_Material_Showroom/imports/QtQuick/Studio/Application/CMakeLists.txt2
-rw-r--r--examples/demos/FX_Material_Showroom/imports/QtQuick/Studio/Components/CMakeLists.txt2
-rw-r--r--examples/demos/calqlatr/CMakeLists.txt2
-rw-r--r--examples/demos/car-configurator/imports/CMakeLists.txt2
-rw-r--r--examples/demos/clocks/CMakeLists.txt2
-rw-r--r--examples/demos/coffee/CMakeLists.txt2
-rw-r--r--examples/demos/colorpaletteclient/QtExampleStyle/CMakeLists.txt2
-rw-r--r--examples/demos/dice/CMakeLists.txt2
-rw-r--r--examples/demos/documentviewer/CMakeLists.txt2
-rw-r--r--examples/demos/documentviewer/plugins/CMakeLists.txt2
-rw-r--r--examples/demos/documentviewer/plugins/jsonviewer/CMakeLists.txt2
-rw-r--r--examples/demos/documentviewer/plugins/pdfviewer/CMakeLists.txt2
-rw-r--r--examples/demos/documentviewer/plugins/q3dviewer/CMakeLists.txt2
-rw-r--r--examples/demos/documentviewer/plugins/txtviewer/CMakeLists.txt2
-rw-r--r--examples/demos/hangman/CMakeLists.txt2
-rw-r--r--examples/demos/lightningviewer/CMakeLists.txt2
-rw-r--r--examples/demos/lightningviewer/LightningViewer/CMakeLists.txt2
-rw-r--r--examples/demos/lightningviewer/LightningViewerStyle/CMakeLists.txt2
-rw-r--r--examples/demos/maroon/CMakeLists.txt2
-rw-r--r--examples/demos/osmbuildings/CMakeLists.txt2
-rw-r--r--examples/demos/photosurface/CMakeLists.txt2
-rw-r--r--examples/demos/rssnews/CMakeLists.txt2
-rw-r--r--examples/demos/samegame/CMakeLists.txt2
-rw-r--r--examples/demos/shared/QtBundleQmlModuleForMacOS.cmake2
-rw-r--r--examples/demos/stocqt/CMakeLists.txt2
-rw-r--r--examples/demos/stocqt/content/CMakeLists.txt2
-rw-r--r--examples/tutorials/CMakeLists.txt2
-rw-r--r--examples/tutorials/alarms/CMakeLists.txt2
-rw-r--r--tests/auto/quick/examples/CMakeLists.txt2
32 files changed, 32 insertions, 32 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 7fede0276..06c2db3f1 100644
--- a/examples/CMakeLists.txt
+++ b/examples/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_examples_build_begin(EXTERNAL_BUILD)
diff --git a/examples/demos/CMakeLists.txt b/examples/demos/CMakeLists.txt
index ab4414244..58eb5e601 100644
--- a/examples/demos/CMakeLists.txt
+++ b/examples/demos/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
if(TARGET Qt6::Quick)
qt_internal_add_example(samegame)
diff --git a/examples/demos/FX_Material_Showroom/imports/CMakeLists.txt b/examples/demos/FX_Material_Showroom/imports/CMakeLists.txt
index 5f134af9f..04056b305 100644
--- a/examples/demos/FX_Material_Showroom/imports/CMakeLists.txt
+++ b/examples/demos/FX_Material_Showroom/imports/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
add_subdirectory(PocketDemo)
add_subdirectory(ComponentBundles/MaterialBundle)
diff --git a/examples/demos/FX_Material_Showroom/imports/QtQuick/Studio/Application/CMakeLists.txt b/examples/demos/FX_Material_Showroom/imports/QtQuick/Studio/Application/CMakeLists.txt
index 6bafe6a53..11ebf3158 100644
--- a/examples/demos/FX_Material_Showroom/imports/QtQuick/Studio/Application/CMakeLists.txt
+++ b/examples/demos/FX_Material_Showroom/imports/QtQuick/Studio/Application/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2023 The Qt Company Ltd.
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
qt_add_library(QQS_App
STATIC
diff --git a/examples/demos/FX_Material_Showroom/imports/QtQuick/Studio/Components/CMakeLists.txt b/examples/demos/FX_Material_Showroom/imports/QtQuick/Studio/Components/CMakeLists.txt
index 511f50c58..6e9f2f883 100644
--- a/examples/demos/FX_Material_Showroom/imports/QtQuick/Studio/Components/CMakeLists.txt
+++ b/examples/demos/FX_Material_Showroom/imports/QtQuick/Studio/Components/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2023 The Qt Company Ltd.
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
qt_add_library(QQS_Components STATIC)
diff --git a/examples/demos/calqlatr/CMakeLists.txt b/examples/demos/calqlatr/CMakeLists.txt
index 8535cc884..512131643 100644
--- a/examples/demos/calqlatr/CMakeLists.txt
+++ b/examples/demos/calqlatr/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(calqlatr LANGUAGES CXX)
diff --git a/examples/demos/car-configurator/imports/CMakeLists.txt b/examples/demos/car-configurator/imports/CMakeLists.txt
index a5572fac1..4ee0599be 100644
--- a/examples/demos/car-configurator/imports/CMakeLists.txt
+++ b/examples/demos/car-configurator/imports/CMakeLists.txt
@@ -1,4 +1,4 @@
# Copyright (C) 2023 The Qt Company Ltd.
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
add_subdirectory(CarRendering)
diff --git a/examples/demos/clocks/CMakeLists.txt b/examples/demos/clocks/CMakeLists.txt
index 6b9a46652..85778c16e 100644
--- a/examples/demos/clocks/CMakeLists.txt
+++ b/examples/demos/clocks/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(clocks LANGUAGES CXX)
diff --git a/examples/demos/coffee/CMakeLists.txt b/examples/demos/coffee/CMakeLists.txt
index c794bf9dc..db9cf6f6e 100644
--- a/examples/demos/coffee/CMakeLists.txt
+++ b/examples/demos/coffee/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2023 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(coffee LANGUAGES CXX)
diff --git a/examples/demos/colorpaletteclient/QtExampleStyle/CMakeLists.txt b/examples/demos/colorpaletteclient/QtExampleStyle/CMakeLists.txt
index a911f8742..36256d8e7 100644
--- a/examples/demos/colorpaletteclient/QtExampleStyle/CMakeLists.txt
+++ b/examples/demos/colorpaletteclient/QtExampleStyle/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2023 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(qtexamplestyle LANGUAGES CXX)
diff --git a/examples/demos/dice/CMakeLists.txt b/examples/demos/dice/CMakeLists.txt
index b5026a667..1dbb993a3 100644
--- a/examples/demos/dice/CMakeLists.txt
+++ b/examples/demos/dice/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2023 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.14)
set(appname "qtdice")
diff --git a/examples/demos/documentviewer/CMakeLists.txt b/examples/demos/documentviewer/CMakeLists.txt
index 8a2c7db8a..372f735d5 100644
--- a/examples/demos/documentviewer/CMakeLists.txt
+++ b/examples/demos/documentviewer/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(documentviewer LANGUAGES CXX)
diff --git a/examples/demos/documentviewer/plugins/CMakeLists.txt b/examples/demos/documentviewer/plugins/CMakeLists.txt
index c11a8aae3..59a7abd20 100644
--- a/examples/demos/documentviewer/plugins/CMakeLists.txt
+++ b/examples/demos/documentviewer/plugins/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2023 The Qt Company Ltd.
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
add_subdirectory(jsonviewer)
add_subdirectory(txtviewer)
diff --git a/examples/demos/documentviewer/plugins/jsonviewer/CMakeLists.txt b/examples/demos/documentviewer/plugins/jsonviewer/CMakeLists.txt
index 1fa7f1275..2aea01c40 100644
--- a/examples/demos/documentviewer/plugins/jsonviewer/CMakeLists.txt
+++ b/examples/demos/documentviewer/plugins/jsonviewer/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2023 The Qt Company Ltd.
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
qt_add_plugin(jsonviewer
CLASS_NAME JsonViewer
diff --git a/examples/demos/documentviewer/plugins/pdfviewer/CMakeLists.txt b/examples/demos/documentviewer/plugins/pdfviewer/CMakeLists.txt
index f7864f9e6..f3b8dbf9a 100644
--- a/examples/demos/documentviewer/plugins/pdfviewer/CMakeLists.txt
+++ b/examples/demos/documentviewer/plugins/pdfviewer/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2023 The Qt Company Ltd.
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
find_package(Qt6 REQUIRED COMPONENTS Core Gui Widgets PdfWidgets
OPTIONAL_COMPONENTS PrintSupport)
diff --git a/examples/demos/documentviewer/plugins/q3dviewer/CMakeLists.txt b/examples/demos/documentviewer/plugins/q3dviewer/CMakeLists.txt
index b7b9a0558..e913fdd82 100644
--- a/examples/demos/documentviewer/plugins/q3dviewer/CMakeLists.txt
+++ b/examples/demos/documentviewer/plugins/q3dviewer/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2023 The Qt Company Ltd.
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
qt_add_plugin(Q3Dviewer
CLASS_NAME Q3DViewer
diff --git a/examples/demos/documentviewer/plugins/txtviewer/CMakeLists.txt b/examples/demos/documentviewer/plugins/txtviewer/CMakeLists.txt
index bbc49fe2c..db85766b7 100644
--- a/examples/demos/documentviewer/plugins/txtviewer/CMakeLists.txt
+++ b/examples/demos/documentviewer/plugins/txtviewer/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2023 The Qt Company Ltd.
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
find_package(Qt6 REQUIRED COMPONENTS Core Gui Widgets
OPTIONAL_COMPONENTS PrintSupport)
diff --git a/examples/demos/hangman/CMakeLists.txt b/examples/demos/hangman/CMakeLists.txt
index 414615ceb..3ef7e70c9 100644
--- a/examples/demos/hangman/CMakeLists.txt
+++ b/examples/demos/hangman/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
#####################################################################
## hangman Binary:
diff --git a/examples/demos/lightningviewer/CMakeLists.txt b/examples/demos/lightningviewer/CMakeLists.txt
index 0673edb32..090fba45e 100644
--- a/examples/demos/lightningviewer/CMakeLists.txt
+++ b/examples/demos/lightningviewer/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2023 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(LightningViewerExample VERSION 1.0 LANGUAGES CXX)
diff --git a/examples/demos/lightningviewer/LightningViewer/CMakeLists.txt b/examples/demos/lightningviewer/LightningViewer/CMakeLists.txt
index 07819d5a7..a3af46a95 100644
--- a/examples/demos/lightningviewer/LightningViewer/CMakeLists.txt
+++ b/examples/demos/lightningviewer/LightningViewer/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2024 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(LightningViewer LANGUAGES CXX)
diff --git a/examples/demos/lightningviewer/LightningViewerStyle/CMakeLists.txt b/examples/demos/lightningviewer/LightningViewerStyle/CMakeLists.txt
index 361f67a48..76ba14628 100644
--- a/examples/demos/lightningviewer/LightningViewerStyle/CMakeLists.txt
+++ b/examples/demos/lightningviewer/LightningViewerStyle/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2024 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(LightningViewerStyle LANGUAGES CXX)
diff --git a/examples/demos/maroon/CMakeLists.txt b/examples/demos/maroon/CMakeLists.txt
index 26089b198..9d52cdf51 100644
--- a/examples/demos/maroon/CMakeLists.txt
+++ b/examples/demos/maroon/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(maroon LANGUAGES CXX)
diff --git a/examples/demos/osmbuildings/CMakeLists.txt b/examples/demos/osmbuildings/CMakeLists.txt
index 6a22dcd93..9cf7bba77 100644
--- a/examples/demos/osmbuildings/CMakeLists.txt
+++ b/examples/demos/osmbuildings/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(osmbuildings LANGUAGES CXX)
diff --git a/examples/demos/photosurface/CMakeLists.txt b/examples/demos/photosurface/CMakeLists.txt
index 543cb7e8e..28695ee64 100644
--- a/examples/demos/photosurface/CMakeLists.txt
+++ b/examples/demos/photosurface/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(photosurface LANGUAGES CXX)
diff --git a/examples/demos/rssnews/CMakeLists.txt b/examples/demos/rssnews/CMakeLists.txt
index 76830fd53..481b1405b 100644
--- a/examples/demos/rssnews/CMakeLists.txt
+++ b/examples/demos/rssnews/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(rssnews LANGUAGES CXX)
diff --git a/examples/demos/samegame/CMakeLists.txt b/examples/demos/samegame/CMakeLists.txt
index 7c6d78006..7c1997a7c 100644
--- a/examples/demos/samegame/CMakeLists.txt
+++ b/examples/demos/samegame/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(samegame LANGUAGES CXX)
diff --git a/examples/demos/shared/QtBundleQmlModuleForMacOS.cmake b/examples/demos/shared/QtBundleQmlModuleForMacOS.cmake
index 6f2fbc25a..48ac398bb 100644
--- a/examples/demos/shared/QtBundleQmlModuleForMacOS.cmake
+++ b/examples/demos/shared/QtBundleQmlModuleForMacOS.cmake
@@ -1,5 +1,5 @@
# Copyright (C) 2024 The Qt Company Ltd.
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
function(add_qml_module_to_macos_app_bundle app_target qml_module)
if(QT6_IS_SHARED_LIBS_BUILD AND APPLE)
diff --git a/examples/demos/stocqt/CMakeLists.txt b/examples/demos/stocqt/CMakeLists.txt
index 1df83e3ee..354927dd8 100644
--- a/examples/demos/stocqt/CMakeLists.txt
+++ b/examples/demos/stocqt/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2023 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)
diff --git a/examples/demos/stocqt/content/CMakeLists.txt b/examples/demos/stocqt/content/CMakeLists.txt
index d513ea29f..55b9e4766 100644
--- a/examples/demos/stocqt/content/CMakeLists.txt
+++ b/examples/demos/stocqt/content/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2023 The Qt Company Ltd.
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
qt_add_library(stocqt_content STATIC)
diff --git a/examples/tutorials/CMakeLists.txt b/examples/tutorials/CMakeLists.txt
index 524b5f63a..1b6a99f30 100644
--- a/examples/tutorials/CMakeLists.txt
+++ b/examples/tutorials/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2023 The Qt Company Ltd.
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
if(TARGET Qt6::Quick)
qt_internal_add_example(alarms)
diff --git a/examples/tutorials/alarms/CMakeLists.txt b/examples/tutorials/alarms/CMakeLists.txt
index 3415abcd4..dc80af5f7 100644
--- a/examples/tutorials/alarms/CMakeLists.txt
+++ b/examples/tutorials/alarms/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(alarms LANGUAGES CXX)
diff --git a/tests/auto/quick/examples/CMakeLists.txt b/tests/auto/quick/examples/CMakeLists.txt
index aed1d0e0c..84f40cd07 100644
--- a/tests/auto/quick/examples/CMakeLists.txt
+++ b/tests/auto/quick/examples/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
if(NOT QT_BUILD_STANDALONE_TESTS AND NOT QT_BUILDING_QT)
cmake_minimum_required(VERSION 3.16)