summaryrefslogtreecommitdiffstats
path: root/examples/remoteobjects/simpleswitch/directconnectclient
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-07-06 13:04:21 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-07-07 14:22:29 +0200
commit24b58fb0d623c80942df343c7e38385b3d50f285 (patch)
treeef48072a5c54d023a04b084df3bed9f2d444fb70 /examples/remoteobjects/simpleswitch/directconnectclient
parente96d2a9907adfefb6318d3085c55b8cfb6e44638 (diff)
Add license headers to cmake files
CMakeLists.txt and .cmake files of significant size (more than 2 lines according to our check in tst_license.pl) now have the copyright and license header. Existing copyright statements remain intact Task-number: QTBUG-88621 Change-Id: I645192906c25043651ee09447a2d98e70330a39c Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'examples/remoteobjects/simpleswitch/directconnectclient')
-rw-r--r--examples/remoteobjects/simpleswitch/directconnectclient/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/remoteobjects/simpleswitch/directconnectclient/CMakeLists.txt b/examples/remoteobjects/simpleswitch/directconnectclient/CMakeLists.txt
index 8159efb..8b119bf 100644
--- a/examples/remoteobjects/simpleswitch/directconnectclient/CMakeLists.txt
+++ b/examples/remoteobjects/simpleswitch/directconnectclient/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
cmake_minimum_required(VERSION 3.16)
project(directconnectclient LANGUAGES CXX)