From 64be7816a8d6630fe77c7eb4797cdeefe0c03922 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 20 Jun 2022 20:57:07 -0700 Subject: [PATCH] Client: fix license in two files This amends a7bb7210ac76a397b4aec8d8f32d902dc932d855. The client library is LGPL. Probably a copy & paste error. Pick-to: 6.3 6.4 Change-Id: I6d3880c7d99d4fc494c8fffd16fa869e524d5ac2 Reviewed-by: Shawn Rutledge Reviewed-by: Volker Hilsheimer --- .../wayland/shellintegration/qwaylandclientshellapi_p.h | 2 +- .../wayland/shellintegration/qwaylandshellintegration.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/platforms/wayland/shellintegration/qwaylandclientshellapi_p.h b/src/plugins/platforms/wayland/shellintegration/qwaylandclientshellapi_p.h index 653d09a2cef..984435aa932 100644 --- a/src/plugins/platforms/wayland/shellintegration/qwaylandclientshellapi_p.h +++ b/src/plugins/platforms/wayland/shellintegration/qwaylandclientshellapi_p.h @@ -1,5 +1,5 @@ // Copyright (C) 2021 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only #ifndef QWAYLANDCLIENTSHELLAPI_P_H #define QWAYLANDCLIENTSHELLAPI_P_H diff --git a/src/plugins/platforms/wayland/shellintegration/qwaylandshellintegration.cpp b/src/plugins/platforms/wayland/shellintegration/qwaylandshellintegration.cpp index c364ee2cc15..3d2f21c777a 100644 --- a/src/plugins/platforms/wayland/shellintegration/qwaylandshellintegration.cpp +++ b/src/plugins/platforms/wayland/shellintegration/qwaylandshellintegration.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2021 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only #include "qwaylandshellintegration_p.h" #include #include