summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt3
-rw-r--r--tests/auto/CMakeLists.txt3
-rw-r--r--tests/auto/cmake/CMakeLists.txt3
-rw-r--r--tests/auto/conformance/CMakeLists.txt3
-rw-r--r--tests/auto/qmqttclient/CMakeLists.txt3
-rw-r--r--tests/auto/qmqttconnectionproperties/CMakeLists.txt3
-rw-r--r--tests/auto/qmqttcontrolpacket/CMakeLists.txt3
-rw-r--r--tests/auto/qmqttlastwillproperties/CMakeLists.txt3
-rw-r--r--tests/auto/qmqttpublishproperties/CMakeLists.txt3
-rw-r--r--tests/auto/qmqttsubscription/CMakeLists.txt3
-rw-r--r--tests/auto/qmqttsubscriptionproperties/CMakeLists.txt3
-rw-r--r--tests/auto/qmqtttopicfilter/CMakeLists.txt3
-rw-r--r--tests/auto/qmqtttopicname/CMakeLists.txt3
-rw-r--r--tests/manual/sslconfiguration/CMakeLists.txt3
14 files changed, 42 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 2214137..c2b9f9f 100644
--- a/tests/CMakeLists.txt
+++ b/tests/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
+
# Generated from tests.pro.
if(QT_BUILD_STANDALONE_TESTS)
diff --git a/tests/auto/CMakeLists.txt b/tests/auto/CMakeLists.txt
index 99adccd..22bae8e 100644
--- a/tests/auto/CMakeLists.txt
+++ b/tests/auto/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
+
# Generated from auto.pro.
if(WIN32 OR (LINUX AND NOT CMAKE_CROSSCOMPILING))
diff --git a/tests/auto/cmake/CMakeLists.txt b/tests/auto/cmake/CMakeLists.txt
index 069b9a9..ead0413 100644
--- a/tests/auto/cmake/CMakeLists.txt
+++ b/tests/auto/cmake/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)
diff --git a/tests/auto/conformance/CMakeLists.txt b/tests/auto/conformance/CMakeLists.txt
index 1e710da..e51d645 100644
--- a/tests/auto/conformance/CMakeLists.txt
+++ b/tests/auto/conformance/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
+
# Generated from conformance.pro.
#####################################################################
diff --git a/tests/auto/qmqttclient/CMakeLists.txt b/tests/auto/qmqttclient/CMakeLists.txt
index 01e072b..24264dc 100644
--- a/tests/auto/qmqttclient/CMakeLists.txt
+++ b/tests/auto/qmqttclient/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
+
# Generated from qmqttclient.pro.
#####################################################################
diff --git a/tests/auto/qmqttconnectionproperties/CMakeLists.txt b/tests/auto/qmqttconnectionproperties/CMakeLists.txt
index fedfce7..d190fde 100644
--- a/tests/auto/qmqttconnectionproperties/CMakeLists.txt
+++ b/tests/auto/qmqttconnectionproperties/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
+
# Generated from qmqttconnectionproperties.pro.
#####################################################################
diff --git a/tests/auto/qmqttcontrolpacket/CMakeLists.txt b/tests/auto/qmqttcontrolpacket/CMakeLists.txt
index f9e1987..bc6a4a1 100644
--- a/tests/auto/qmqttcontrolpacket/CMakeLists.txt
+++ b/tests/auto/qmqttcontrolpacket/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
+
# Generated from qmqttcontrolpacket.pro.
#####################################################################
diff --git a/tests/auto/qmqttlastwillproperties/CMakeLists.txt b/tests/auto/qmqttlastwillproperties/CMakeLists.txt
index 53d61b2..1318f79 100644
--- a/tests/auto/qmqttlastwillproperties/CMakeLists.txt
+++ b/tests/auto/qmqttlastwillproperties/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
+
# Generated from qmqttlastwillproperties.pro.
#####################################################################
diff --git a/tests/auto/qmqttpublishproperties/CMakeLists.txt b/tests/auto/qmqttpublishproperties/CMakeLists.txt
index b9daf24..6b0d11e 100644
--- a/tests/auto/qmqttpublishproperties/CMakeLists.txt
+++ b/tests/auto/qmqttpublishproperties/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
+
# Generated from qmqttpublishproperties.pro.
#####################################################################
diff --git a/tests/auto/qmqttsubscription/CMakeLists.txt b/tests/auto/qmqttsubscription/CMakeLists.txt
index b2d57bf..090e32d 100644
--- a/tests/auto/qmqttsubscription/CMakeLists.txt
+++ b/tests/auto/qmqttsubscription/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
+
# Generated from qmqttsubscription.pro.
#####################################################################
diff --git a/tests/auto/qmqttsubscriptionproperties/CMakeLists.txt b/tests/auto/qmqttsubscriptionproperties/CMakeLists.txt
index 125e4ab..bc5904f 100644
--- a/tests/auto/qmqttsubscriptionproperties/CMakeLists.txt
+++ b/tests/auto/qmqttsubscriptionproperties/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
+
# Generated from qmqttsubscriptionproperties.pro.
#####################################################################
diff --git a/tests/auto/qmqtttopicfilter/CMakeLists.txt b/tests/auto/qmqtttopicfilter/CMakeLists.txt
index f19eda6..832903b 100644
--- a/tests/auto/qmqtttopicfilter/CMakeLists.txt
+++ b/tests/auto/qmqtttopicfilter/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
+
# Generated from qmqtttopicfilter.pro.
#####################################################################
diff --git a/tests/auto/qmqtttopicname/CMakeLists.txt b/tests/auto/qmqtttopicname/CMakeLists.txt
index 1c4089c..6a26083 100644
--- a/tests/auto/qmqtttopicname/CMakeLists.txt
+++ b/tests/auto/qmqtttopicname/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
+
# Generated from qmqtttopicname.pro.
#####################################################################
diff --git a/tests/manual/sslconfiguration/CMakeLists.txt b/tests/manual/sslconfiguration/CMakeLists.txt
index 5244ee6..249c317 100644
--- a/tests/manual/sslconfiguration/CMakeLists.txt
+++ b/tests/manual/sslconfiguration/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
+
# Generated from sslconfiguration.pro.
#####################################################################