summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-07-05 15:05:56 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-07-08 11:58:18 +0200
commiteb18e2af46f38e78ff63646e80ae13c1a4f653eb (patch)
treeebc1749ef55d941905abf727629402d914d0dce3 /tests/manual
parentb37effa83aecd4e32199f6249e186fa7f344bc2d (diff)
downloadqtconnectivity-eb18e2af46f38e78ff63646e80ae13c1a4f653eb.tar.gz
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: Ic31d264037cb00d72436d585820e45e4ccac5c60 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/CMakeLists.txt3
-rw-r--r--tests/manual/qlowenergycontroller/CMakeLists.txt3
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/manual/CMakeLists.txt b/tests/manual/CMakeLists.txt
index 2eb9ff8d..82a99f84 100644
--- a/tests/manual/CMakeLists.txt
+++ b/tests/manual/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
if(TARGET Qt::Bluetooth)
add_subdirectory(qlowenergycontroller)
endif()
diff --git a/tests/manual/qlowenergycontroller/CMakeLists.txt b/tests/manual/qlowenergycontroller/CMakeLists.txt
index 949aff7d..8b009c34 100644
--- a/tests/manual/qlowenergycontroller/CMakeLists.txt
+++ b/tests/manual/qlowenergycontroller/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
cmake_minimum_required(VERSION 3.16...3.21)
if(NOT TARGET Qt::Bluetooth)