From 72b6fed56cf593f74e88bbd0c1bf679eea232c9c Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Thu, 22 Sep 2022 10:10:45 +0800 Subject: [PATCH] fix(licence): licence fix the Licence problems Log: Licence --- .reuse/dep5 | 4 ++-- README.md | 2 +- README.zh_CN.md | 2 +- src/dbackingstoreproxy.cpp | 2 +- src/dbackingstoreproxy.h | 2 +- src/dnativesettings.cpp | 2 +- src/dnativesettings.h | 2 +- src/dopenglpaintdevice.cpp | 2 +- src/dopenglpaintdevice.h | 2 +- src/dplatformsettings.cpp | 2 +- src/dplatformsettings.h | 2 +- src/global.cpp | 2 +- src/global.h | 2 +- src/vtablehook.cpp | 2 +- src/vtablehook.h | 2 +- wayland/dwayland/dhighdpi.cpp | 2 +- wayland/dwayland/dhighdpi.h | 2 +- wayland/dwayland/dnotitlebarwindowhelper_wl.cpp | 2 +- wayland/dwayland/dnotitlebarwindowhelper_wl.h | 2 +- wayland/dwayland/dwaylandintegration.cpp | 2 +- wayland/dwayland/dwaylandintegration.h | 2 +- wayland/dwayland/dwaylandinterfacehook.cpp | 2 +- wayland/dwayland/dwaylandinterfacehook.h | 2 +- wayland/dwayland/dxsettings.cpp | 2 +- wayland/dwayland/dxsettings.h | 2 +- wayland/dwayland/main.cpp | 2 +- wayland/wayland-shell/config.tests/deepin-kwin-test/main.cpp | 2 +- wayland/wayland-shell/config.tests/wayland_test/main.cpp | 2 +- wayland/wayland-shell/dwaylandshellmanager.cpp | 2 +- wayland/wayland-shell/dwaylandshellmanager.h | 2 +- wayland/wayland-shell/main.cpp | 2 +- wayland/wayland-shell/qt5dwayland-plugin_global.h | 2 +- wayland/wayland-shell/qt5dwaylandplugin.cpp | 2 +- wayland/wayland-shell/qt5dwaylandplugin.h | 2 +- xcb/dforeignplatformwindow.h | 2 +- xcb/dforeignplatformwindow_x11.cpp | 2 +- xcb/dframewindow.cpp | 2 +- xcb/dframewindow.h | 2 +- xcb/dhighdpi.cpp | 2 +- xcb/dhighdpi.h | 2 +- xcb/dnotitlebarwindowhelper.cpp | 2 +- xcb/dnotitlebarwindowhelper.h | 2 +- xcb/dplatformbackingstore.cpp | 2 +- xcb/dplatformbackingstore.h | 2 +- xcb/dplatformbackingstorehelper.cpp | 2 +- xcb/dplatformbackingstorehelper.h | 2 +- xcb/dplatforminputcontexthook.cpp | 2 +- xcb/dplatforminputcontexthook.h | 2 +- xcb/main.cpp | 2 +- xcb/utility.h | 2 +- xcb/utility_x11.cpp | 2 +- xcb/windoweventhook.cpp | 2 +- xcb/windoweventhook.h | 2 +- xcb/xcbnativeeventfilter.cpp | 2 +- xcb/xcbnativeeventfilter.h | 2 +- 55 files changed, 56 insertions(+), 56 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index dfd3ea24..fb315f8d 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -9,7 +9,7 @@ Copyright: None License: CC0-1.0 # Readme -Files: README.md +Files: *.md Copyright: None License: CC0-1.0 @@ -86,4 +86,4 @@ License: LGPL-2.1-only or GPL-3.0-only # qt-oldfile-2 Files: xcb/libqt5xcbqpa-dev/5.11.0/qxcbxkbcommon.h xcb/libqt5xcbqpa-dev/5.11.1/qxcbxkbcommon.h xcb/libqt5xcbqpa-dev/5.11.2/qxcbxkbcommon.h xcb/libqt5xcbqpa-dev/5.11.3/qxcbxkbcommon.h xcb/libqt5xcbqpa-dev/5.12.0/qxcbxkbcommon.h xcb/libqt5xcbqpa-dev/5.12.1/qxcbxkbcommon.h xcb/libqt5xcbqpa-dev/5.12.2/qxcbxkbcommon.h xcb/libqt5xcbqpa-dev/5.12.3/qxcbxkbcommon.h xcb/libqt5xcbqpa-dev/5.12.4/qxcbxkbcommon.h xcb/libqt5xcbqpa-dev/5.12.5/qxcbxkbcommon.h xcb/libqt5xcbqpa-dev/5.12.6/qxcbxkbcommon.h xcb/libqt5xcbqpa-dev/5.12.7/qxcbxkbcommon.h xcb/libqt5xcbqpa-dev/5.12.8/qxcbxkbcommon.h xcb/libqt5xcbqpa-dev/5.12.9/qxcbxkbcommon.h Copyright: The Qt Company Ltd. -License: LGPL-3.0-only or GPL-2.0-only or GPL-3.0-or-later \ No newline at end of file +License: LGPL-3.0-only or GPL-2.0-only or GPL-3.0-or-later diff --git a/README.md b/README.md index f4f37be7..64299b79 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ We encourage you to report issues and contribute changes ## License -qt5platform-plugins is licensed under [LGPLv3](LICENSE). +qt5platform-plugins is licensed under [LGPL-3.0-or-later](LICENSE). ## Environment variable diff --git a/README.zh_CN.md b/README.zh_CN.md index b0f28d0f..4dc0169a 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -85,7 +85,7 @@ sudo make install ## 协议 -qt5platform-plugins遵循协议 [LGPLv3](LICENSE). +qt5platform-plugins遵循协议 [LGPL-3.0-or-later](LICENSE). ## 环境变量 diff --git a/src/dbackingstoreproxy.cpp b/src/dbackingstoreproxy.cpp index b5f59128..a82df717 100644 --- a/src/dbackingstoreproxy.cpp +++ b/src/dbackingstoreproxy.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2020 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "dbackingstoreproxy.h" #include "dopenglpaintdevice.h" diff --git a/src/dbackingstoreproxy.h b/src/dbackingstoreproxy.h index b9c80f0f..4e6010df 100644 --- a/src/dbackingstoreproxy.h +++ b/src/dbackingstoreproxy.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2020 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef DBACKINGSTOREPROXY_H #define DBACKINGSTOREPROXY_H diff --git a/src/dnativesettings.cpp b/src/dnativesettings.cpp index 66348b62..e68e427d 100644 --- a/src/dnativesettings.cpp +++ b/src/dnativesettings.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "dnativesettings.h" #ifdef Q_OS_LINUX diff --git a/src/dnativesettings.h b/src/dnativesettings.h index bc87b150..5821dcb7 100644 --- a/src/dnativesettings.h +++ b/src/dnativesettings.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef DNATIVESETTINGS_H #define DNATIVESETTINGS_H diff --git a/src/dopenglpaintdevice.cpp b/src/dopenglpaintdevice.cpp index 281c6748..c1b502a0 100644 --- a/src/dopenglpaintdevice.cpp +++ b/src/dopenglpaintdevice.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2020 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "dopenglpaintdevice.h" diff --git a/src/dopenglpaintdevice.h b/src/dopenglpaintdevice.h index 444e6e30..d3bb9fec 100644 --- a/src/dopenglpaintdevice.h +++ b/src/dopenglpaintdevice.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2020 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef DOPENGLPAINTDEVICE_H #define DOPENGLPAINTDEVICE_H diff --git a/src/dplatformsettings.cpp b/src/dplatformsettings.cpp index c97c851f..dfe08f38 100644 --- a/src/dplatformsettings.cpp +++ b/src/dplatformsettings.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2020 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "dplatformsettings.h" diff --git a/src/dplatformsettings.h b/src/dplatformsettings.h index 921332be..d555e6bf 100644 --- a/src/dplatformsettings.h +++ b/src/dplatformsettings.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2020 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef DPLATFORMSETTINGS_H #define DPLATFORMSETTINGS_H diff --git a/src/global.cpp b/src/global.cpp index 4065c36b..2cc6470b 100644 --- a/src/global.cpp +++ b/src/global.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "global.h" #include diff --git a/src/global.h b/src/global.h index 602f91cf..564ab67d 100644 --- a/src/global.h +++ b/src/global.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef GLOBAL_H #define GLOBAL_H diff --git a/src/vtablehook.cpp b/src/vtablehook.cpp index 0e2a4146..b916ed48 100644 --- a/src/vtablehook.cpp +++ b/src/vtablehook.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "vtablehook.h" diff --git a/src/vtablehook.h b/src/vtablehook.h index 74660146..f9c19c1c 100644 --- a/src/vtablehook.h +++ b/src/vtablehook.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef VTABLEHOOK_H #define VTABLEHOOK_H diff --git a/wayland/dwayland/dhighdpi.cpp b/wayland/dwayland/dhighdpi.cpp index 2ad22fb3..523b22a2 100755 --- a/wayland/dwayland/dhighdpi.cpp +++ b/wayland/dwayland/dhighdpi.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "dhighdpi.h" #include "vtablehook.h" diff --git a/wayland/dwayland/dhighdpi.h b/wayland/dwayland/dhighdpi.h index 3e8cf87a..29d23aa2 100755 --- a/wayland/dwayland/dhighdpi.h +++ b/wayland/dwayland/dhighdpi.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef DHIGHDPI_H #define DHIGHDPI_H diff --git a/wayland/dwayland/dnotitlebarwindowhelper_wl.cpp b/wayland/dwayland/dnotitlebarwindowhelper_wl.cpp index f484d262..eec5baa7 100644 --- a/wayland/dwayland/dnotitlebarwindowhelper_wl.cpp +++ b/wayland/dwayland/dnotitlebarwindowhelper_wl.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "dnotitlebarwindowhelper_wl.h" #include "vtablehook.h" diff --git a/wayland/dwayland/dnotitlebarwindowhelper_wl.h b/wayland/dwayland/dnotitlebarwindowhelper_wl.h index 1df27905..af9e373d 100644 --- a/wayland/dwayland/dnotitlebarwindowhelper_wl.h +++ b/wayland/dwayland/dnotitlebarwindowhelper_wl.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 0217 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef DNOTITLEBARWINDOWHELPER_WL_H #define DNOTITLEBARWINDOWHELPER_WL_H diff --git a/wayland/dwayland/dwaylandintegration.cpp b/wayland/dwayland/dwaylandintegration.cpp index 10d76dc0..e395ce98 100644 --- a/wayland/dwayland/dwaylandintegration.cpp +++ b/wayland/dwayland/dwaylandintegration.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "dwaylandintegration.h" #include "dwaylandinterfacehook.h" diff --git a/wayland/dwayland/dwaylandintegration.h b/wayland/dwayland/dwaylandintegration.h index f8733abc..3849e749 100644 --- a/wayland/dwayland/dwaylandintegration.h +++ b/wayland/dwayland/dwaylandintegration.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2020 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef DWAYLANDINTEGRATION_H #define DWAYLANDINTEGRATION_H diff --git a/wayland/dwayland/dwaylandinterfacehook.cpp b/wayland/dwayland/dwaylandinterfacehook.cpp index abbb5c38..55ad100c 100755 --- a/wayland/dwayland/dwaylandinterfacehook.cpp +++ b/wayland/dwayland/dwaylandinterfacehook.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #define private public #include "QtWaylandClient/private/qwaylandnativeinterface_p.h" diff --git a/wayland/dwayland/dwaylandinterfacehook.h b/wayland/dwayland/dwaylandinterfacehook.h index ec206b08..56f85d2c 100755 --- a/wayland/dwayland/dwaylandinterfacehook.h +++ b/wayland/dwayland/dwaylandinterfacehook.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef DPLATFORMNATIVEINTERFACE_H #define DPLATFORMNATIVEINTERFACE_H diff --git a/wayland/dwayland/dxsettings.cpp b/wayland/dwayland/dxsettings.cpp index 5f3a96b0..0f4df185 100644 --- a/wayland/dwayland/dxsettings.cpp +++ b/wayland/dwayland/dxsettings.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "dxsettings.h" diff --git a/wayland/dwayland/dxsettings.h b/wayland/dwayland/dxsettings.h index 42d47170..bed34204 100644 --- a/wayland/dwayland/dxsettings.h +++ b/wayland/dwayland/dxsettings.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef DXSETTINGS #define DXSETTINGS diff --git a/wayland/dwayland/main.cpp b/wayland/dwayland/main.cpp index 89ad5e86..19d2bac6 100644 --- a/wayland/dwayland/main.cpp +++ b/wayland/dwayland/main.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "global.h" diff --git a/wayland/wayland-shell/config.tests/deepin-kwin-test/main.cpp b/wayland/wayland-shell/config.tests/deepin-kwin-test/main.cpp index 5dfb26f8..3fe85e57 100644 --- a/wayland/wayland-shell/config.tests/deepin-kwin-test/main.cpp +++ b/wayland/wayland-shell/config.tests/deepin-kwin-test/main.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2020 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include diff --git a/wayland/wayland-shell/config.tests/wayland_test/main.cpp b/wayland/wayland-shell/config.tests/wayland_test/main.cpp index 6666edda..b76e0c66 100644 --- a/wayland/wayland-shell/config.tests/wayland_test/main.cpp +++ b/wayland/wayland-shell/config.tests/wayland_test/main.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include #include diff --git a/wayland/wayland-shell/dwaylandshellmanager.cpp b/wayland/wayland-shell/dwaylandshellmanager.cpp index d0b4f955..7ceae028 100644 --- a/wayland/wayland-shell/dwaylandshellmanager.cpp +++ b/wayland/wayland-shell/dwaylandshellmanager.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "dwaylandshellmanager.h" #include "dkeyboard.h" diff --git a/wayland/wayland-shell/dwaylandshellmanager.h b/wayland/wayland-shell/dwaylandshellmanager.h index 094a715e..5a2f11f1 100644 --- a/wayland/wayland-shell/dwaylandshellmanager.h +++ b/wayland/wayland-shell/dwaylandshellmanager.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef DWaylandShellManager_H #define DWaylandShellManager_H diff --git a/wayland/wayland-shell/main.cpp b/wayland/wayland-shell/main.cpp index 06c1e910..c24e1cc3 100644 --- a/wayland/wayland-shell/main.cpp +++ b/wayland/wayland-shell/main.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef USE_DEEPIN_WAYLAND #include "QtWaylandClient/private/qwaylandintegration_p.h" diff --git a/wayland/wayland-shell/qt5dwayland-plugin_global.h b/wayland/wayland-shell/qt5dwayland-plugin_global.h index c8fc4f8d..409cea0c 100644 --- a/wayland/wayland-shell/qt5dwayland-plugin_global.h +++ b/wayland/wayland-shell/qt5dwayland-plugin_global.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2020 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef QT5DWAYLANDPLUGIN_GLOBAL_H #define QT5DWAYLANDPLUGIN_GLOBAL_H diff --git a/wayland/wayland-shell/qt5dwaylandplugin.cpp b/wayland/wayland-shell/qt5dwaylandplugin.cpp index bdff81b8..f38257c6 100644 --- a/wayland/wayland-shell/qt5dwaylandplugin.cpp +++ b/wayland/wayland-shell/qt5dwaylandplugin.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2020 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "qt5dwaylandplugin.h" diff --git a/wayland/wayland-shell/qt5dwaylandplugin.h b/wayland/wayland-shell/qt5dwaylandplugin.h index 8ca57248..d49c4b93 100644 --- a/wayland/wayland-shell/qt5dwaylandplugin.h +++ b/wayland/wayland-shell/qt5dwaylandplugin.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2020 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef QT5DWAYLANDPLUGIN_H #define QT5DWAYLANDPLUGIN_H diff --git a/xcb/dforeignplatformwindow.h b/xcb/dforeignplatformwindow.h index a70b1e0e..6555a6b1 100644 --- a/xcb/dforeignplatformwindow.h +++ b/xcb/dforeignplatformwindow.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef DFOREIGNPLATFORMWINDOW_H #define DFOREIGNPLATFORMWINDOW_H diff --git a/xcb/dforeignplatformwindow_x11.cpp b/xcb/dforeignplatformwindow_x11.cpp index 2acb031d..a05efc94 100644 --- a/xcb/dforeignplatformwindow_x11.cpp +++ b/xcb/dforeignplatformwindow_x11.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "dforeignplatformwindow.h" #include "dplatformintegration.h" diff --git a/xcb/dframewindow.cpp b/xcb/dframewindow.cpp index a04ebf3d..72f2658c 100644 --- a/xcb/dframewindow.cpp +++ b/xcb/dframewindow.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "dframewindow.h" #include "dplatformwindowhelper.h" diff --git a/xcb/dframewindow.h b/xcb/dframewindow.h index b7126876..cc8d68bf 100644 --- a/xcb/dframewindow.h +++ b/xcb/dframewindow.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef DFRAMEWINDOW_H #define DFRAMEWINDOW_H diff --git a/xcb/dhighdpi.cpp b/xcb/dhighdpi.cpp index 9b8e9985..ae5e1b97 100644 --- a/xcb/dhighdpi.cpp +++ b/xcb/dhighdpi.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "dhighdpi.h" #include "vtablehook.h" diff --git a/xcb/dhighdpi.h b/xcb/dhighdpi.h index 103d555a..667d605c 100644 --- a/xcb/dhighdpi.h +++ b/xcb/dhighdpi.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef DHIGHDPI_H #define DHIGHDPI_H diff --git a/xcb/dnotitlebarwindowhelper.cpp b/xcb/dnotitlebarwindowhelper.cpp index 8b0b3317..e0b44844 100644 --- a/xcb/dnotitlebarwindowhelper.cpp +++ b/xcb/dnotitlebarwindowhelper.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "dnotitlebarwindowhelper.h" #include "vtablehook.h" diff --git a/xcb/dnotitlebarwindowhelper.h b/xcb/dnotitlebarwindowhelper.h index aa999721..34bcb03f 100644 --- a/xcb/dnotitlebarwindowhelper.h +++ b/xcb/dnotitlebarwindowhelper.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef DNOTITLEBARWINDOWHELPER_H #define DNOTITLEBARWINDOWHELPER_H diff --git a/xcb/dplatformbackingstore.cpp b/xcb/dplatformbackingstore.cpp index 89876ebf..d214ee5a 100644 --- a/xcb/dplatformbackingstore.cpp +++ b/xcb/dplatformbackingstore.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "dplatformbackingstore.h" #include "dplatformwindowhook.h" diff --git a/xcb/dplatformbackingstore.h b/xcb/dplatformbackingstore.h index 253bfbc2..8acc9eb1 100644 --- a/xcb/dplatformbackingstore.h +++ b/xcb/dplatformbackingstore.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef DXCBBACKINGSTORE_H #define DXCBBACKINGSTORE_H diff --git a/xcb/dplatformbackingstorehelper.cpp b/xcb/dplatformbackingstorehelper.cpp index 5328ec57..545e63ab 100644 --- a/xcb/dplatformbackingstorehelper.cpp +++ b/xcb/dplatformbackingstorehelper.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "dplatformbackingstorehelper.h" #include "vtablehook.h" diff --git a/xcb/dplatformbackingstorehelper.h b/xcb/dplatformbackingstorehelper.h index 8674c7a0..0473b5ce 100644 --- a/xcb/dplatformbackingstorehelper.h +++ b/xcb/dplatformbackingstorehelper.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef DPLATFORMBACKINGSTOREHELPER_H #define DPLATFORMBACKINGSTOREHELPER_H diff --git a/xcb/dplatforminputcontexthook.cpp b/xcb/dplatforminputcontexthook.cpp index 0e3fa290..966abb89 100644 --- a/xcb/dplatforminputcontexthook.cpp +++ b/xcb/dplatforminputcontexthook.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2020 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "dplatforminputcontexthook.h" diff --git a/xcb/dplatforminputcontexthook.h b/xcb/dplatforminputcontexthook.h index 7fcf83d2..dc1ef960 100644 --- a/xcb/dplatforminputcontexthook.h +++ b/xcb/dplatforminputcontexthook.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2020 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef DPLATFORMINPUTCONTEXTHOOK_H #define DPLATFORMINPUTCONTEXTHOOK_H diff --git a/xcb/main.cpp b/xcb/main.cpp index f5b122f8..cfc99b6b 100644 --- a/xcb/main.cpp +++ b/xcb/main.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include #include "dplatformintegration.h" diff --git a/xcb/utility.h b/xcb/utility.h index ae7c71f1..e3454cb4 100644 --- a/xcb/utility.h +++ b/xcb/utility.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef UTILITY_H #define UTILITY_H diff --git a/xcb/utility_x11.cpp b/xcb/utility_x11.cpp index 6d2a715c..48d450b3 100644 --- a/xcb/utility_x11.cpp +++ b/xcb/utility_x11.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "utility.h" #include "qxcbintegration.h" diff --git a/xcb/windoweventhook.cpp b/xcb/windoweventhook.cpp index 7ab88e66..bb632f90 100644 --- a/xcb/windoweventhook.cpp +++ b/xcb/windoweventhook.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2016 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "windoweventhook.h" #include "vtablehook.h" diff --git a/xcb/windoweventhook.h b/xcb/windoweventhook.h index 2043aaa0..5ed1e82d 100644 --- a/xcb/windoweventhook.h +++ b/xcb/windoweventhook.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2016 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef WINDOWEVENTHOOK_H #define WINDOWEVENTHOOK_H diff --git a/xcb/xcbnativeeventfilter.cpp b/xcb/xcbnativeeventfilter.cpp index c43aef7d..31122dd9 100644 --- a/xcb/xcbnativeeventfilter.cpp +++ b/xcb/xcbnativeeventfilter.cpp @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #include "xcbnativeeventfilter.h" #include "utility.h" diff --git a/xcb/xcbnativeeventfilter.h b/xcb/xcbnativeeventfilter.h index 0bc25f6e..f7666c93 100644 --- a/xcb/xcbnativeeventfilter.h +++ b/xcb/xcbnativeeventfilter.h @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2017 - 2022 Uniontech Software Technology Co.,Ltd. // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later #ifndef XCBNATIVEEVENTFILTER_H #define XCBNATIVEEVENTFILTER_H