summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/draganddrop
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/examples/draganddrop')
-rw-r--r--tests/manual/examples/draganddrop/CMakeLists.txt2
-rw-r--r--tests/manual/examples/draganddrop/delayedencoding/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/examples/draganddrop/CMakeLists.txt b/tests/manual/examples/draganddrop/CMakeLists.txt
index 848b7c8..74559a9 100644
--- a/tests/manual/examples/draganddrop/CMakeLists.txt
+++ b/tests/manual/examples/draganddrop/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 Qt::Widgets)
add_subdirectory(delayedencoding)
diff --git a/tests/manual/examples/draganddrop/delayedencoding/CMakeLists.txt b/tests/manual/examples/draganddrop/delayedencoding/CMakeLists.txt
index 6fea6e4..fac85f7 100644
--- a/tests/manual/examples/draganddrop/delayedencoding/CMakeLists.txt
+++ b/tests/manual/examples/draganddrop/delayedencoding/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(delayedencoding LANGUAGES CXX)