summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-03-15 15:14:51 +0100
committerLucie Gérard <lucie.gerard@qt.io>2024-04-25 09:11:37 +0200
commitdb8d485d5accf50c204dbc46dcf9edf03849f91a (patch)
treeec04872a169a06079bde602c0e7618a8a610bc8f
parent0eff90cdf2fea9c4420b9a979c1f0ca6b8ffcd72 (diff)
Correct license for test files
According to QUIP-18 [1], all tests file 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: I7e06f38b293641500d4f52a4f7ba6a74ecda5c26 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
-rw-r--r--tests/auto/cmake/test_qtjsonrpc_module/main.cpp2
-rw-r--r--tests/auto/qjsonrpcprotocol/tst_qjsonrpcprotocol.cpp2
-rw-r--r--tests/auto/qlanguageserver/qiopipe.cpp2
-rw-r--r--tests/auto/qlanguageserver/qiopipe.h2
-rw-r--r--tests/auto/qlanguageserver/tst_qlanguageserver.cpp2
-rw-r--r--tests/auto/typedjson/tst_typedjson.cpp2
-rw-r--r--tests/auto/typedjson/tst_typedjson.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/auto/cmake/test_qtjsonrpc_module/main.cpp b/tests/auto/cmake/test_qtjsonrpc_module/main.cpp
index 77a2847..4b8ee8a 100644
--- a/tests/auto/cmake/test_qtjsonrpc_module/main.cpp
+++ b/tests/auto/cmake/test_qtjsonrpc_module/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 <private/qjsonrpcprotocol_p.h>
diff --git a/tests/auto/qjsonrpcprotocol/tst_qjsonrpcprotocol.cpp b/tests/auto/qjsonrpcprotocol/tst_qjsonrpcprotocol.cpp
index c9568d4..36d406a 100644
--- a/tests/auto/qjsonrpcprotocol/tst_qjsonrpcprotocol.cpp
+++ b/tests/auto/qjsonrpcprotocol/tst_qjsonrpcprotocol.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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 <QtJsonRpc/private/qjsonrpctransport_p.h>
#include <QtJsonRpc/private/qjsonrpcprotocol_p.h>
diff --git a/tests/auto/qlanguageserver/qiopipe.cpp b/tests/auto/qlanguageserver/qiopipe.cpp
index f11f768..a2e3dad 100644
--- a/tests/auto/qlanguageserver/qiopipe.cpp
+++ b/tests/auto/qlanguageserver/qiopipe.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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 "qiopipe.h"
diff --git a/tests/auto/qlanguageserver/qiopipe.h b/tests/auto/qlanguageserver/qiopipe.h
index 6b27596..0e4acf0 100644
--- a/tests/auto/qlanguageserver/qiopipe.h
+++ b/tests/auto/qlanguageserver/qiopipe.h
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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 QECHODEVICE_H
#define QECHODEVICE_H
diff --git a/tests/auto/qlanguageserver/tst_qlanguageserver.cpp b/tests/auto/qlanguageserver/tst_qlanguageserver.cpp
index 38b8681..18bdb79 100644
--- a/tests/auto/qlanguageserver/tst_qlanguageserver.cpp
+++ b/tests/auto/qlanguageserver/tst_qlanguageserver.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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 "qiopipe.h"
diff --git a/tests/auto/typedjson/tst_typedjson.cpp b/tests/auto/typedjson/tst_typedjson.cpp
index 4c34820..6a7e309 100644
--- a/tests/auto/typedjson/tst_typedjson.cpp
+++ b/tests/auto/typedjson/tst_typedjson.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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 "tst_typedjson.h"
QTEST_MAIN(QTypedJson::TestTypedJson)
diff --git a/tests/auto/typedjson/tst_typedjson.h b/tests/auto/typedjson/tst_typedjson.h
index 64afe8c..f91c712 100644
--- a/tests/auto/typedjson/tst_typedjson.h
+++ b/tests/auto/typedjson/tst_typedjson.h
@@ -1,5 +1,5 @@
// Copyright (C) 2021 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 TST_TYPEDJSON_H
#define TST_TYPEDJSON_H