summaryrefslogtreecommitdiffstats
path: root/examples/remoteobjects/clientapp
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-03-27 11:34:48 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-04-04 08:48:05 +0000
commit51f9e951cc65da8fb4c228e56b80de86c011bf93 (patch)
tree76d2effb57775e95a3798c654f524f819db9ae52 /examples/remoteobjects/clientapp
parent598c6b3ceacc664d1a1a904541dd045c3c61d512 (diff)
Correct license for example and snippet files
According to QUIP-18 [1], all example and snippet files should be LicenseRef-Qt-Commercial OR BSD-3-Clause [1]: https://contribute.qt-project.org/quips/18 Task-number: QTBUG-121787 Change-Id: I71c88d1ba956d8e2c03ae2a958eece693ded7bf1 Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit f03395bca6424d24b4125aa8c6ff98713a0b24f4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/remoteobjects/clientapp')
-rw-r--r--examples/remoteobjects/clientapp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/remoteobjects/clientapp/CMakeLists.txt b/examples/remoteobjects/clientapp/CMakeLists.txt
index f7f1914..086bf1e 100644
--- a/examples/remoteobjects/clientapp/CMakeLists.txt
+++ b/examples/remoteobjects/clientapp/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(clientapp LANGUAGES CXX)