summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-03-19 12:56:46 +0100
committerLucie Gérard <lucie.gerard@qt.io>2024-03-20 08:11:56 +0100
commit1ee999aa48c12adc63db31372425510266a2a6ea (patch)
tree68e7179f723f54fd4bc69ffb176524c334f13191
parent11ee7a10f7495a135389002be49a33fd11ab9bdd (diff)
Change license for test files
According to QUIP-18 [1], all test files should be LicenseRef-Qt-Commercial OR GPL-3.0-only [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: If63837f32f9f5e852292c20e449877e6a6fecc89 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
-rw-r--r--tests/auto/conformance/tst_conformance.cpp2
-rw-r--r--tests/auto/qmqttclient/tst_qmqttclient.cpp2
-rw-r--r--tests/auto/qmqttconnectionproperties/tst_qmqttconnectionproperties.cpp2
-rw-r--r--tests/auto/qmqttcontrolpacket/tst_qmqttcontrolpacket.cpp2
-rw-r--r--tests/auto/qmqttlastwillproperties/tst_qmqttlastwillproperties.cpp2
-rw-r--r--tests/auto/qmqttpublishproperties/tst_qmqttpublishproperties.cpp2
-rw-r--r--tests/auto/qmqttsubscription/tst_qmqttsubscription.cpp2
-rw-r--r--tests/auto/qmqttsubscriptionproperties/tst_qmqttsubscriptionproperties.cpp2
-rw-r--r--tests/benchmarks/qmqttclient/tst_qmqttclient.cpp2
-rw-r--r--tests/common/broker_connection.h2
-rw-r--r--tests/libfuzzer/mqtt/data_receive/main.cpp2
-rw-r--r--tests/manual/consolepubsub/configuration.h2
-rw-r--r--tests/manual/consolepubsub/main_pub.cpp2
-rw-r--r--tests/manual/consolepubsub/main_sub.cpp2
-rw-r--r--tests/manual/sslconfiguration/main.cpp2
15 files changed, 15 insertions, 15 deletions
diff --git a/tests/auto/conformance/tst_conformance.cpp b/tests/auto/conformance/tst_conformance.cpp
index c5ffa1f..96a4018 100644
--- a/tests/auto/conformance/tst_conformance.cpp
+++ b/tests/auto/conformance/tst_conformance.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "broker_connection.h"
diff --git a/tests/auto/qmqttclient/tst_qmqttclient.cpp b/tests/auto/qmqttclient/tst_qmqttclient.cpp
index 6c88b61..344aeca 100644
--- a/tests/auto/qmqttclient/tst_qmqttclient.cpp
+++ b/tests/auto/qmqttclient/tst_qmqttclient.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "broker_connection.h"
diff --git a/tests/auto/qmqttconnectionproperties/tst_qmqttconnectionproperties.cpp b/tests/auto/qmqttconnectionproperties/tst_qmqttconnectionproperties.cpp
index 30f9ea4..4d7ef25 100644
--- a/tests/auto/qmqttconnectionproperties/tst_qmqttconnectionproperties.cpp
+++ b/tests/auto/qmqttconnectionproperties/tst_qmqttconnectionproperties.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2018 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "broker_connection.h"
diff --git a/tests/auto/qmqttcontrolpacket/tst_qmqttcontrolpacket.cpp b/tests/auto/qmqttcontrolpacket/tst_qmqttcontrolpacket.cpp
index ae04c16..67d9060 100644
--- a/tests/auto/qmqttcontrolpacket/tst_qmqttcontrolpacket.cpp
+++ b/tests/auto/qmqttcontrolpacket/tst_qmqttcontrolpacket.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QtCore/QString>
#include <QtTest/QtTest>
diff --git a/tests/auto/qmqttlastwillproperties/tst_qmqttlastwillproperties.cpp b/tests/auto/qmqttlastwillproperties/tst_qmqttlastwillproperties.cpp
index 8ba5739..6603aa4 100644
--- a/tests/auto/qmqttlastwillproperties/tst_qmqttlastwillproperties.cpp
+++ b/tests/auto/qmqttlastwillproperties/tst_qmqttlastwillproperties.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2018 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "broker_connection.h"
diff --git a/tests/auto/qmqttpublishproperties/tst_qmqttpublishproperties.cpp b/tests/auto/qmqttpublishproperties/tst_qmqttpublishproperties.cpp
index c722a8f..6914a75 100644
--- a/tests/auto/qmqttpublishproperties/tst_qmqttpublishproperties.cpp
+++ b/tests/auto/qmqttpublishproperties/tst_qmqttpublishproperties.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2018 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "broker_connection.h"
diff --git a/tests/auto/qmqttsubscription/tst_qmqttsubscription.cpp b/tests/auto/qmqttsubscription/tst_qmqttsubscription.cpp
index b32dec3..11d07e6 100644
--- a/tests/auto/qmqttsubscription/tst_qmqttsubscription.cpp
+++ b/tests/auto/qmqttsubscription/tst_qmqttsubscription.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "broker_connection.h"
diff --git a/tests/auto/qmqttsubscriptionproperties/tst_qmqttsubscriptionproperties.cpp b/tests/auto/qmqttsubscriptionproperties/tst_qmqttsubscriptionproperties.cpp
index b997c44..40f0c01 100644
--- a/tests/auto/qmqttsubscriptionproperties/tst_qmqttsubscriptionproperties.cpp
+++ b/tests/auto/qmqttsubscriptionproperties/tst_qmqttsubscriptionproperties.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2018 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "broker_connection.h"
diff --git a/tests/benchmarks/qmqttclient/tst_qmqttclient.cpp b/tests/benchmarks/qmqttclient/tst_qmqttclient.cpp
index 40eb290..050af58 100644
--- a/tests/benchmarks/qmqttclient/tst_qmqttclient.cpp
+++ b/tests/benchmarks/qmqttclient/tst_qmqttclient.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "broker_connection.h"
diff --git a/tests/common/broker_connection.h b/tests/common/broker_connection.h
index 17a8795..a28f13c 100644
--- a/tests/common/broker_connection.h
+++ b/tests/common/broker_connection.h
@@ -1,5 +1,5 @@
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QtCore/QFile>
#include <QtCore/QProcess>
diff --git a/tests/libfuzzer/mqtt/data_receive/main.cpp b/tests/libfuzzer/mqtt/data_receive/main.cpp
index 98354e2..ef2e674 100644
--- a/tests/libfuzzer/mqtt/data_receive/main.cpp
+++ b/tests/libfuzzer/mqtt/data_receive/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2019 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QtMqtt/private/qmqttcontrolpacket_p.h>
#include <QtMqtt>
diff --git a/tests/manual/consolepubsub/configuration.h b/tests/manual/consolepubsub/configuration.h
index 6c4a6be..063846c 100644
--- a/tests/manual/consolepubsub/configuration.h
+++ b/tests/manual/consolepubsub/configuration.h
@@ -1,5 +1,5 @@
// Copyright (C) 2018 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QByteArray>
#include <QCommandLineParser>
diff --git a/tests/manual/consolepubsub/main_pub.cpp b/tests/manual/consolepubsub/main_pub.cpp
index b796d31..ec5f9cf 100644
--- a/tests/manual/consolepubsub/main_pub.cpp
+++ b/tests/manual/consolepubsub/main_pub.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2018 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "configuration.h"
diff --git a/tests/manual/consolepubsub/main_sub.cpp b/tests/manual/consolepubsub/main_sub.cpp
index 537732a..fd56d0d 100644
--- a/tests/manual/consolepubsub/main_sub.cpp
+++ b/tests/manual/consolepubsub/main_sub.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2018 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "configuration.h"
diff --git a/tests/manual/sslconfiguration/main.cpp b/tests/manual/sslconfiguration/main.cpp
index f0f7b04..0097cb0 100644
--- a/tests/manual/sslconfiguration/main.cpp
+++ b/tests/manual/sslconfiguration/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2019 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QCoreApplication>
#include <QtMqtt>