summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2022-06-20 20:57:07 -0700
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-21 23:31:46 +0000
commit36744fe615fd6dfdcfdb365f77d29379ee7cd298 (patch)
treef1c2a172e9956e5506c2488e36e5dc84403e9c8c
parent29dad0933468cc622e6bb77ccfe1f4594a248a0f (diff)
downloadqtwayland-36744fe615fd6dfdcfdb365f77d29379ee7cd298.tar.gz
Client: fix license in two files
This amends d89c8920f3b82dd2098971b5a66c4b9c75da5af0. The client library is LGPL. Probably a copy & paste error. Change-Id: I6d3880c7d99d4fc494c8fffd16fa869e524d5ac2 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit feae5bef02a4c9ce280f55d231890243b1783946) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/client/shellintegration/qwaylandclientshellapi_p.h2
-rw-r--r--src/client/shellintegration/qwaylandshellintegration.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client/shellintegration/qwaylandclientshellapi_p.h b/src/client/shellintegration/qwaylandclientshellapi_p.h
index 653d09a2..984435aa 100644
--- a/src/client/shellintegration/qwaylandclientshellapi_p.h
+++ b/src/client/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/client/shellintegration/qwaylandshellintegration.cpp b/src/client/shellintegration/qwaylandshellintegration.cpp
index c364ee2c..3d2f21c7 100644
--- a/src/client/shellintegration/qwaylandshellintegration.cpp
+++ b/src/client/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 <QtWaylandClient/private/qwaylanddisplay_p.h>
#include <QtWaylandClient/private/qwaylandwindow_p.h>