diff options
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 |