summaryrefslogtreecommitdiff
path: root/config.tests
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 /config.tests
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 'config.tests')
-rw-r--r--config.tests/bluez/CMakeLists.txt3
-rw-r--r--config.tests/bluez_le/CMakeLists.txt3
-rw-r--r--config.tests/linux_crypto_api/CMakeLists.txt3
-rw-r--r--config.tests/winrt_bt/CMakeLists.txt3
4 files changed, 12 insertions, 0 deletions
diff --git a/config.tests/bluez/CMakeLists.txt b/config.tests/bluez/CMakeLists.txt
index 0461ea18..01d99df3 100644
--- a/config.tests/bluez/CMakeLists.txt
+++ b/config.tests/bluez/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)
project(config_test_bluez LANGUAGES C CXX)
diff --git a/config.tests/bluez_le/CMakeLists.txt b/config.tests/bluez_le/CMakeLists.txt
index b63660e8..680e2a24 100644
--- a/config.tests/bluez_le/CMakeLists.txt
+++ b/config.tests/bluez_le/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)
project(config_test_bluez_le LANGUAGES C CXX)
diff --git a/config.tests/linux_crypto_api/CMakeLists.txt b/config.tests/linux_crypto_api/CMakeLists.txt
index 871554a9..e275637e 100644
--- a/config.tests/linux_crypto_api/CMakeLists.txt
+++ b/config.tests/linux_crypto_api/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)
project(config_test_linux_crypto_api LANGUAGES C CXX)
diff --git a/config.tests/winrt_bt/CMakeLists.txt b/config.tests/winrt_bt/CMakeLists.txt
index 239d88b8..936511d2 100644
--- a/config.tests/winrt_bt/CMakeLists.txt
+++ b/config.tests/winrt_bt/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)
project(config_test_winrt LANGUAGES C CXX)