diff options
author | Lucie Gérard <[email protected]> | 2024-08-09 14:53:07 +0200 |
---|---|---|
committer | Lucie Gérard <[email protected]> | 2024-08-13 18:18:44 +0200 |
commit | 58631ae5d46ec4ca9e094a323a1701427c39fc80 (patch) | |
tree | f134725be36e5a2fc30d3a2c80705296da10df37 | |
parent | 8fcfd1481758bd1bd8b343124900e1878af4dcdc (diff) |
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 <[email protected]>
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 <QTest> #include <QtCore/q20utility.h> 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 <QtCore/qfile.h> 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 |