summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/cmake/snippets/cmake/deploy_non_qml.cmake2
-rw-r--r--doc/src/cmake/snippets/cmake/deploy_qml.cmake2
-rw-r--r--doc/src/cmake/snippets/cmake/examples.cmake2
-rw-r--r--doc/src/cmake/snippets/cmake/helloworld_qtcore.cmake2
-rw-r--r--doc/src/cmake/snippets/cmake/helloworld_qtqml.cmake2
-rw-r--r--doc/src/cmake/snippets/cmake/helloworld_qtwidgets.cmake2
-rw-r--r--doc/src/cmake/snippets/cmake/helloworld_src_businesslogic.cmake2
-rw-r--r--doc/src/cmake/snippets/cmake/qt5_qt6_compatible.cmake2
8 files changed, 8 insertions, 8 deletions
diff --git a/doc/src/cmake/snippets/cmake/deploy_non_qml.cmake b/doc/src/cmake/snippets/cmake/deploy_non_qml.cmake
index f5405ba99..b8fa64b88 100644
--- a/doc/src/cmake/snippets/cmake/deploy_non_qml.cmake
+++ b/doc/src/cmake/snippets/cmake/deploy_non_qml.cmake
@@ -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
#! [basic setup]
cmake_minimum_required(VERSION 3.16)
diff --git a/doc/src/cmake/snippets/cmake/deploy_qml.cmake b/doc/src/cmake/snippets/cmake/deploy_qml.cmake
index 12f5ce1d5..a6f7d7f13 100644
--- a/doc/src/cmake/snippets/cmake/deploy_qml.cmake
+++ b/doc/src/cmake/snippets/cmake/deploy_qml.cmake
@@ -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
#! [basic setup]
cmake_minimum_required(VERSION 3.16)
diff --git a/doc/src/cmake/snippets/cmake/examples.cmake b/doc/src/cmake/snippets/cmake/examples.cmake
index 7a05d5a18..aedd25cf5 100644
--- a/doc/src/cmake/snippets/cmake/examples.cmake
+++ b/doc/src/cmake/snippets/cmake/examples.cmake
@@ -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
#! [2]
find_package(Qt6 REQUIRED COMPONENTS Core)
diff --git a/doc/src/cmake/snippets/cmake/helloworld_qtcore.cmake b/doc/src/cmake/snippets/cmake/helloworld_qtcore.cmake
index 20412929e..2c98a7f90 100644
--- a/doc/src/cmake/snippets/cmake/helloworld_qtcore.cmake
+++ b/doc/src/cmake/snippets/cmake/helloworld_qtcore.cmake
@@ -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)
diff --git a/doc/src/cmake/snippets/cmake/helloworld_qtqml.cmake b/doc/src/cmake/snippets/cmake/helloworld_qtqml.cmake
index d7aa4ba57..23fa484a3 100644
--- a/doc/src/cmake/snippets/cmake/helloworld_qtqml.cmake
+++ b/doc/src/cmake/snippets/cmake/helloworld_qtqml.cmake
@@ -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)
diff --git a/doc/src/cmake/snippets/cmake/helloworld_qtwidgets.cmake b/doc/src/cmake/snippets/cmake/helloworld_qtwidgets.cmake
index 562ff3b2e..7860a6de0 100644
--- a/doc/src/cmake/snippets/cmake/helloworld_qtwidgets.cmake
+++ b/doc/src/cmake/snippets/cmake/helloworld_qtwidgets.cmake
@@ -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)
diff --git a/doc/src/cmake/snippets/cmake/helloworld_src_businesslogic.cmake b/doc/src/cmake/snippets/cmake/helloworld_src_businesslogic.cmake
index f88ab7e5f..fcd50472d 100644
--- a/doc/src/cmake/snippets/cmake/helloworld_src_businesslogic.cmake
+++ b/doc/src/cmake/snippets/cmake/helloworld_src_businesslogic.cmake
@@ -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_add_library(businesslogic STATIC
businesslogic.cpp
diff --git a/doc/src/cmake/snippets/cmake/qt5_qt6_compatible.cmake b/doc/src/cmake/snippets/cmake/qt5_qt6_compatible.cmake
index 58a9429aa..f8631bf70 100644
--- a/doc/src/cmake/snippets/cmake/qt5_qt6_compatible.cmake
+++ b/doc/src/cmake/snippets/cmake/qt5_qt6_compatible.cmake
@@ -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
#! [versionless_targets]
find_package(Qt6 COMPONENTS Core)