summaryrefslogtreecommitdiffstats
path: root/examples/remoteobjects/clientapp
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-08-22 16:31:18 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-08-23 15:46:09 +0200
commitf38e42e8160fd10dbbbfb33b585ae9d882756bdd (patch)
treef9b2ddf6b704ada4c1eef78e6716f3a8a4f1a3a5 /examples/remoteobjects/clientapp
parentbfbae48fbc49ea761f07888cda066ef75cd9b6cd (diff)
Change the license of all CMakeLists.txt and *.cmake files to BSD
Task-number: QTBUG-105718 Change-Id: I3c41abc9bca22c7395fa8bbacb853e2081491d5f Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
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 458cbb6..13dec8b 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: LicenseRef-Qt-Commercial OR BSD-3-Clause
+# SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required(VERSION 3.16)
project(clientapp LANGUAGES CXX)