From c1d9b621076fd8bea87438bf3c64d62f90b51ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Thu, 21 Mar 2024 14:35:37 +0100 Subject: Correct license for test files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Ie471cddda8cdb714640c4cbd15ac39c6911280c4 Reviewed-by: Kai Köhne --- tests/auto/clientSetupInCpp/tst_clientSetupInCpp.cpp | 2 +- tests/auto/clientSetupInCpp/tst_clientSetupInCpp.qml | 2 +- tests/auto/connection/tst_connection.cpp | 2 +- tests/auto/declarative/AbsoluteNodeTest.qml | 2 +- tests/auto/declarative/AuthorizationTest.qml | 2 +- tests/auto/declarative/BackendTestMultiplier.qml | 2 +- tests/auto/declarative/BatchReadWriteTest.qml | 2 +- tests/auto/declarative/CompletionLoggingTestCase.qml | 2 +- tests/auto/declarative/DataChangeFilterTest.qml | 2 +- tests/auto/declarative/DiscoveryTest.qml | 2 +- tests/auto/declarative/MethodnodeTest.qml | 2 +- tests/auto/declarative/MonitoringFilterTest.qml | 2 +- tests/auto/declarative/RelativenodeTest.qml | 2 +- tests/auto/declarative/SecurityTest.qml | 2 +- tests/auto/declarative/SubscriptionsTest.qml | 2 +- tests/auto/declarative/tst_absolutenode.qml | 2 +- tests/auto/declarative/tst_authorization.qml | 2 +- tests/auto/declarative/tst_batchReadWrite.qml | 2 +- tests/auto/declarative/tst_dataChangeFilter.qml | 2 +- tests/auto/declarative/tst_discovery.qml | 2 +- tests/auto/declarative/tst_generic.qml | 2 +- tests/auto/declarative/tst_methodnode.qml | 2 +- tests/auto/declarative/tst_monitoringFilterTest.qml | 2 +- tests/auto/declarative/tst_opcua.cpp | 2 +- tests/auto/declarative/tst_relativenode.qml | 2 +- tests/auto/declarative/tst_security.qml | 2 +- tests/auto/declarative/tst_subscriptions.qml | 2 +- tests/auto/qopcuaclient/tst_client.cpp | 2 +- tests/auto/security/tst_security.cpp | 2 +- tests/auto/x509/tst_x509.cpp | 2 +- tests/manual/gds/tst_gds.cpp | 2 +- tests/open62541-testserver/main.cpp | 2 +- tests/open62541-testserver/testserver.cpp | 2 +- tests/open62541-testserver/testserver.h | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/tests/auto/clientSetupInCpp/tst_clientSetupInCpp.cpp b/tests/auto/clientSetupInCpp/tst_clientSetupInCpp.cpp index 1638660..998cfeb 100644 --- a/tests/auto/clientSetupInCpp/tst_clientSetupInCpp.cpp +++ b/tests/auto/clientSetupInCpp/tst_clientSetupInCpp.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #include #include diff --git a/tests/auto/clientSetupInCpp/tst_clientSetupInCpp.qml b/tests/auto/clientSetupInCpp/tst_clientSetupInCpp.qml index a01e08f..2523001 100644 --- a/tests/auto/clientSetupInCpp/tst_clientSetupInCpp.qml +++ b/tests/auto/clientSetupInCpp/tst_clientSetupInCpp.qml @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick import QtTest diff --git a/tests/auto/connection/tst_connection.cpp b/tests/auto/connection/tst_connection.cpp index 5131331..743fcc0 100644 --- a/tests/auto/connection/tst_connection.cpp +++ b/tests/auto/connection/tst_connection.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #include #include diff --git a/tests/auto/declarative/AbsoluteNodeTest.qml b/tests/auto/declarative/AbsoluteNodeTest.qml index a092234..58fbd17 100644 --- a/tests/auto/declarative/AbsoluteNodeTest.qml +++ b/tests/auto/declarative/AbsoluteNodeTest.qml @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick import QtTest diff --git a/tests/auto/declarative/AuthorizationTest.qml b/tests/auto/declarative/AuthorizationTest.qml index 7455d7d..de9d190 100644 --- a/tests/auto/declarative/AuthorizationTest.qml +++ b/tests/auto/declarative/AuthorizationTest.qml @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick import QtTest diff --git a/tests/auto/declarative/BackendTestMultiplier.qml b/tests/auto/declarative/BackendTestMultiplier.qml index 8599937..f499b4f 100644 --- a/tests/auto/declarative/BackendTestMultiplier.qml +++ b/tests/auto/declarative/BackendTestMultiplier.qml @@ -1,5 +1,5 @@ // Copyright (C) 2018 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick import QtOpcUa as QtOpcUa diff --git a/tests/auto/declarative/BatchReadWriteTest.qml b/tests/auto/declarative/BatchReadWriteTest.qml index 05a69f5..472c818 100644 --- a/tests/auto/declarative/BatchReadWriteTest.qml +++ b/tests/auto/declarative/BatchReadWriteTest.qml @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick import QtTest diff --git a/tests/auto/declarative/CompletionLoggingTestCase.qml b/tests/auto/declarative/CompletionLoggingTestCase.qml index 9ffe1ab..88c6eb7 100644 --- a/tests/auto/declarative/CompletionLoggingTestCase.qml +++ b/tests/auto/declarative/CompletionLoggingTestCase.qml @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtTest diff --git a/tests/auto/declarative/DataChangeFilterTest.qml b/tests/auto/declarative/DataChangeFilterTest.qml index 3a07c82..ad09a81 100644 --- a/tests/auto/declarative/DataChangeFilterTest.qml +++ b/tests/auto/declarative/DataChangeFilterTest.qml @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick import QtTest diff --git a/tests/auto/declarative/DiscoveryTest.qml b/tests/auto/declarative/DiscoveryTest.qml index 73ba1bc..aad15af 100644 --- a/tests/auto/declarative/DiscoveryTest.qml +++ b/tests/auto/declarative/DiscoveryTest.qml @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick import QtTest diff --git a/tests/auto/declarative/MethodnodeTest.qml b/tests/auto/declarative/MethodnodeTest.qml index e4ea15d..1961f9d 100644 --- a/tests/auto/declarative/MethodnodeTest.qml +++ b/tests/auto/declarative/MethodnodeTest.qml @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick import QtTest diff --git a/tests/auto/declarative/MonitoringFilterTest.qml b/tests/auto/declarative/MonitoringFilterTest.qml index fd44557..a4dbcbf 100644 --- a/tests/auto/declarative/MonitoringFilterTest.qml +++ b/tests/auto/declarative/MonitoringFilterTest.qml @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick import QtTest diff --git a/tests/auto/declarative/RelativenodeTest.qml b/tests/auto/declarative/RelativenodeTest.qml index 5aa7a89..b9382fe 100644 --- a/tests/auto/declarative/RelativenodeTest.qml +++ b/tests/auto/declarative/RelativenodeTest.qml @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick import QtTest diff --git a/tests/auto/declarative/SecurityTest.qml b/tests/auto/declarative/SecurityTest.qml index b902aed..f4dbc08 100644 --- a/tests/auto/declarative/SecurityTest.qml +++ b/tests/auto/declarative/SecurityTest.qml @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick import QtTest diff --git a/tests/auto/declarative/SubscriptionsTest.qml b/tests/auto/declarative/SubscriptionsTest.qml index 5ac97db..060bf34 100644 --- a/tests/auto/declarative/SubscriptionsTest.qml +++ b/tests/auto/declarative/SubscriptionsTest.qml @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick import QtTest diff --git a/tests/auto/declarative/tst_absolutenode.qml b/tests/auto/declarative/tst_absolutenode.qml index b5294fe..0fc2728 100644 --- a/tests/auto/declarative/tst_absolutenode.qml +++ b/tests/auto/declarative/tst_absolutenode.qml @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick diff --git a/tests/auto/declarative/tst_authorization.qml b/tests/auto/declarative/tst_authorization.qml index 5195ba6..215f765 100644 --- a/tests/auto/declarative/tst_authorization.qml +++ b/tests/auto/declarative/tst_authorization.qml @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick diff --git a/tests/auto/declarative/tst_batchReadWrite.qml b/tests/auto/declarative/tst_batchReadWrite.qml index 052c214..11eac2c 100644 --- a/tests/auto/declarative/tst_batchReadWrite.qml +++ b/tests/auto/declarative/tst_batchReadWrite.qml @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick diff --git a/tests/auto/declarative/tst_dataChangeFilter.qml b/tests/auto/declarative/tst_dataChangeFilter.qml index 431d9d4..7e5aa85 100644 --- a/tests/auto/declarative/tst_dataChangeFilter.qml +++ b/tests/auto/declarative/tst_dataChangeFilter.qml @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick diff --git a/tests/auto/declarative/tst_discovery.qml b/tests/auto/declarative/tst_discovery.qml index 3101064..8190c35 100644 --- a/tests/auto/declarative/tst_discovery.qml +++ b/tests/auto/declarative/tst_discovery.qml @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick diff --git a/tests/auto/declarative/tst_generic.qml b/tests/auto/declarative/tst_generic.qml index dc907ab..b51aa8b 100644 --- a/tests/auto/declarative/tst_generic.qml +++ b/tests/auto/declarative/tst_generic.qml @@ -1,5 +1,5 @@ // Copyright (C) 2018 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick import QtTest diff --git a/tests/auto/declarative/tst_methodnode.qml b/tests/auto/declarative/tst_methodnode.qml index 3da71e8..abfc8b4 100644 --- a/tests/auto/declarative/tst_methodnode.qml +++ b/tests/auto/declarative/tst_methodnode.qml @@ -1,5 +1,5 @@ // Copyright (C) 2018 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick diff --git a/tests/auto/declarative/tst_monitoringFilterTest.qml b/tests/auto/declarative/tst_monitoringFilterTest.qml index b7a0a09..e80c4f7 100644 --- a/tests/auto/declarative/tst_monitoringFilterTest.qml +++ b/tests/auto/declarative/tst_monitoringFilterTest.qml @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick diff --git a/tests/auto/declarative/tst_opcua.cpp b/tests/auto/declarative/tst_opcua.cpp index 07315dd..5745318 100644 --- a/tests/auto/declarative/tst_opcua.cpp +++ b/tests/auto/declarative/tst_opcua.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2018 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #include #include diff --git a/tests/auto/declarative/tst_relativenode.qml b/tests/auto/declarative/tst_relativenode.qml index b7f4565..341fff4 100644 --- a/tests/auto/declarative/tst_relativenode.qml +++ b/tests/auto/declarative/tst_relativenode.qml @@ -1,5 +1,5 @@ // Copyright (C) 2018 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick diff --git a/tests/auto/declarative/tst_security.qml b/tests/auto/declarative/tst_security.qml index adb9ebe..ca8c875 100644 --- a/tests/auto/declarative/tst_security.qml +++ b/tests/auto/declarative/tst_security.qml @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick diff --git a/tests/auto/declarative/tst_subscriptions.qml b/tests/auto/declarative/tst_subscriptions.qml index 2df4bf9..7f2ac00 100644 --- a/tests/auto/declarative/tst_subscriptions.qml +++ b/tests/auto/declarative/tst_subscriptions.qml @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick diff --git a/tests/auto/qopcuaclient/tst_client.cpp b/tests/auto/qopcuaclient/tst_client.cpp index eb9dd43..a42e5d8 100644 --- a/tests/auto/qopcuaclient/tst_client.cpp +++ b/tests/auto/qopcuaclient/tst_client.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2015 basysKom GmbH, opensource@basyskom.com -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #include #include diff --git a/tests/auto/security/tst_security.cpp b/tests/auto/security/tst_security.cpp index d111bf1..ec27923 100644 --- a/tests/auto/security/tst_security.cpp +++ b/tests/auto/security/tst_security.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #include #include diff --git a/tests/auto/x509/tst_x509.cpp b/tests/auto/x509/tst_x509.cpp index 3908414..131ca92 100644 --- a/tests/auto/x509/tst_x509.cpp +++ b/tests/auto/x509/tst_x509.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #include #include diff --git a/tests/manual/gds/tst_gds.cpp b/tests/manual/gds/tst_gds.cpp index de24048..84256d9 100644 --- a/tests/manual/gds/tst_gds.cpp +++ b/tests/manual/gds/tst_gds.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #include #include diff --git a/tests/open62541-testserver/main.cpp b/tests/open62541-testserver/main.cpp index fd508ef..7d40f26 100644 --- a/tests/open62541-testserver/main.cpp +++ b/tests/open62541-testserver/main.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2017 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #include "testserver.h" #include "qopen62541utils.h" diff --git a/tests/open62541-testserver/testserver.cpp b/tests/open62541-testserver/testserver.cpp index 4ec0d61..860eb0b 100644 --- a/tests/open62541-testserver/testserver.cpp +++ b/tests/open62541-testserver/testserver.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2017 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #include "testserver.h" diff --git a/tests/open62541-testserver/testserver.h b/tests/open62541-testserver/testserver.h index 8f3dede..cd59289 100644 --- a/tests/open62541-testserver/testserver.h +++ b/tests/open62541-testserver/testserver.h @@ -1,5 +1,5 @@ // Copyright (C) 2017 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #ifndef TESTSERVER_H #define TESTSERVER_H -- cgit v1.2.3