From db8d485d5accf50c204dbc46dcf9edf03849f91a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Fri, 15 Mar 2024 15:14:51 +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 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 --- tests/auto/cmake/test_qtjsonrpc_module/main.cpp | 2 +- tests/auto/qjsonrpcprotocol/tst_qjsonrpcprotocol.cpp | 2 +- tests/auto/qlanguageserver/qiopipe.cpp | 2 +- tests/auto/qlanguageserver/qiopipe.h | 2 +- tests/auto/qlanguageserver/tst_qlanguageserver.cpp | 2 +- tests/auto/typedjson/tst_typedjson.cpp | 2 +- tests/auto/typedjson/tst_typedjson.h | 2 +- 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 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 #include 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 -- cgit v1.2.3