From 58631ae5d46ec4ca9e094a323a1701427c39fc80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Fri, 9 Aug 2024 14:53:07 +0200 Subject: [PATCH] Correct tests license 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 Task-number: QTBUG-121787 Change-Id: Ib37614d55b4d86630d727395c8389a223719ae52 Reviewed-by: Ahmad Samir --- tests/auto/corelib/global/q20/utility/tst_q20_utility.cpp | 2 +- .../text/qstringbuilder/qstringbuilder5/tst_qstringbuilder5.cpp | 2 +- tests/manual/rhi/shared/imgui/qrhiimgui.cpp | 2 +- tests/manual/rhi/shared/imgui/qrhiimgui.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/auto/corelib/global/q20/utility/tst_q20_utility.cpp b/tests/auto/corelib/global/q20/utility/tst_q20_utility.cpp index 4ebe6514e51..f6b2f0d7f7c 100644 --- a/tests/auto/corelib/global/q20/utility/tst_q20_utility.cpp +++ b/tests/auto/corelib/global/q20/utility/tst_q20_utility.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2024 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/corelib/text/qstringbuilder/qstringbuilder5/tst_qstringbuilder5.cpp b/tests/auto/corelib/text/qstringbuilder/qstringbuilder5/tst_qstringbuilder5.cpp index 668e9ee49df..37e32aa4b4d 100644 --- a/tests/auto/corelib/text/qstringbuilder/qstringbuilder5/tst_qstringbuilder5.cpp +++ b/tests/auto/corelib/text/qstringbuilder/qstringbuilder5/tst_qstringbuilder5.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2023 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 // SCENARIO 5 // We disable QStringBuilder and compile with normal operator+ to verify diff --git a/tests/manual/rhi/shared/imgui/qrhiimgui.cpp b/tests/manual/rhi/shared/imgui/qrhiimgui.cpp index d65889925ff..2128bf894d4 100644 --- a/tests/manual/rhi/shared/imgui/qrhiimgui.cpp +++ b/tests/manual/rhi/shared/imgui/qrhiimgui.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2022 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 "qrhiimgui.h" #include diff --git a/tests/manual/rhi/shared/imgui/qrhiimgui.h b/tests/manual/rhi/shared/imgui/qrhiimgui.h index bbb834bafac..4dbfc155ea1 100644 --- a/tests/manual/rhi/shared/imgui/qrhiimgui.h +++ b/tests/manual/rhi/shared/imgui/qrhiimgui.h @@ -1,5 +1,5 @@ // Copyright (C) 2022 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 #ifndef QRHIIMGUI_H #define QRHIIMGUI_H