From 46ac560d0a739e8b5f24a912d9aa784335588610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Fri, 9 Aug 2024 16:20:58 +0200 Subject: [PATCH] Correct license for module and plugin file According to QUIP-18 [1], all module and plugin files should be LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only or LicenseRef-Qt-Commercial OR GPL-3.0-only Also, LGPL and non LGPL should not be mixed in a given directory [1]: https://contribute.qt-project.org/quips/18 Task-number: QTBUG-121787 Change-Id: I3c0d98490a9d0bb45b9801d004e23e7e22ebaa34 Reviewed-by: Alexandru Croitor (cherry picked from commit bc4552963345def94645b74cfd1a7d047e56137b) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/platform/windows/qbstr_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/platform/windows/qbstr_p.h b/src/corelib/platform/windows/qbstr_p.h index 145c4a88613..21eecfe2df7 100644 --- a/src/corelib/platform/windows/qbstr_p.h +++ b/src/corelib/platform/windows/qbstr_p.h @@ -1,5 +1,5 @@ // Copyright (C) 2024 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only #ifndef QBSTR_P_H #define QBSTR_P_H