summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/wrapper
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-03-15 09:40:12 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-05-16 08:43:43 +0000
commit7d6fa8bc6c692e0b0c29eb6b034c7b2c8f0eccc4 (patch)
tree451d0bc9d0e6072c1052aecc9a9f57d496d7616d /examples/activeqt/wrapper
parent57b225173e750cb6790b8f9ee14de2f2ba0e41b9 (diff)
Change license for examples files
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 Task-number: QTBUG-121787 Change-Id: I32da3da887f161e3bbdf6114d753300add0f17e4 Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit 2a0f5e6fb6df7e38721383412b3993f6d0e249e2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/activeqt/wrapper')
-rw-r--r--examples/activeqt/wrapper/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/activeqt/wrapper/CMakeLists.txt b/examples/activeqt/wrapper/CMakeLists.txt
index 78eea2c..5cba1a6 100644
--- a/examples/activeqt/wrapper/CMakeLists.txt
+++ b/examples/activeqt/wrapper/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(wrapperax LANGUAGES CXX)