973 lines
51 KiB
Diff
973 lines
51 KiB
Diff
From f9d5fc2e94c2116130456f4b4f8bd2f3a0c88d20 Mon Sep 17 00:00:00 2001
|
|
From: Kai Koehne <kai.koehne@qt.io>
|
|
Date: Tue, 27 Oct 2020 16:12:30 +0100
|
|
Subject: [PATCH 02/19] Replace remaining LGPLv3 headers in QtWaylandCompositor
|
|
with GPLv3
|
|
|
|
Use same header as for the rest of the module.
|
|
|
|
This was forgotten in commit bb1b46a4862e0a5
|
|
|
|
Change-Id: I7e61b43f0387a9affa9488566cb5aaca51b3bc0b
|
|
Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
|
|
Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.io>
|
|
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
|
|
(cherry picked from commit 2bf41c736719654d0d6b15eec280a4667ebc28c5)
|
|
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
|
|
---
|
|
.../extensions/qwaylandidleinhibitv1.cpp | 27 +++++++------------
|
|
.../extensions/qwaylandidleinhibitv1.h | 27 +++++++------------
|
|
.../extensions/qwaylandidleinhibitv1_p.h | 27 +++++++------------
|
|
.../extensions/qwaylandquickxdgoutputv1.cpp | 27 +++++++------------
|
|
.../extensions/qwaylandquickxdgoutputv1.h | 27 +++++++------------
|
|
.../extensions/qwaylandviewporter.cpp | 27 +++++++------------
|
|
.../extensions/qwaylandviewporter.h | 27 +++++++------------
|
|
.../extensions/qwaylandviewporter_p.h | 27 +++++++------------
|
|
.../extensions/qwaylandxdgdecorationv1.cpp | 27 +++++++------------
|
|
.../extensions/qwaylandxdgdecorationv1.h | 27 +++++++------------
|
|
.../extensions/qwaylandxdgdecorationv1_p.h | 27 +++++++------------
|
|
.../extensions/qwaylandxdgoutputv1.cpp | 27 +++++++------------
|
|
.../extensions/qwaylandxdgoutputv1.h | 27 +++++++------------
|
|
.../extensions/qwaylandxdgoutputv1_p.h | 27 +++++++------------
|
|
.../extensions/qwaylandxdgshell.cpp | 27 +++++++------------
|
|
src/compositor/extensions/qwaylandxdgshell.h | 27 +++++++------------
|
|
.../extensions/qwaylandxdgshell_p.h | 27 +++++++------------
|
|
.../qwaylandxdgshellintegration.cpp | 27 +++++++------------
|
|
.../qwaylandxdgshellintegration_p.h | 27 +++++++------------
|
|
19 files changed, 190 insertions(+), 323 deletions(-)
|
|
|
|
diff --git a/src/compositor/extensions/qwaylandidleinhibitv1.cpp b/src/compositor/extensions/qwaylandidleinhibitv1.cpp
|
|
index d034c47f..3d7e4d13 100644
|
|
--- a/src/compositor/extensions/qwaylandidleinhibitv1.cpp
|
|
+++ b/src/compositor/extensions/qwaylandidleinhibitv1.cpp
|
|
@@ -1,34 +1,27 @@
|
|
/****************************************************************************
|
|
**
|
|
** Copyright (C) 2019 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
|
|
-** Contact: http://www.qt.io/licensing/
|
|
+** Contact: https://www.qt.io/licensing/
|
|
**
|
|
** This file is part of the QtWaylandCompositor module of the Qt Toolkit.
|
|
**
|
|
-** $QT_BEGIN_LICENSE:LGPL3$
|
|
+** $QT_BEGIN_LICENSE:GPL$
|
|
** Commercial License Usage
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
** accordance with the commercial license agreement provided with the
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
-** and conditions see http://www.qt.io/terms-conditions. For further
|
|
-** information use the contact form at http://www.qt.io/contact-us.
|
|
-**
|
|
-** GNU Lesser General Public License Usage
|
|
-** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
-** General Public License version 3 as published by the Free Software
|
|
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
|
|
-** packaging of this file. Please review the following information to
|
|
-** ensure the GNU Lesser General Public License version 3 requirements
|
|
-** will be met: https://www.gnu.org/licenses/lgpl.html.
|
|
+** and conditions see https://www.qt.io/terms-conditions. For further
|
|
+** information use the contact form at https://www.qt.io/contact-us.
|
|
**
|
|
** GNU General Public License Usage
|
|
** Alternatively, this file may be used under the terms of the GNU
|
|
-** General Public License version 2.0 or later as published by the Free
|
|
-** Software Foundation and appearing in the file LICENSE.GPL included in
|
|
-** the packaging of this file. Please review the following information to
|
|
-** ensure the GNU General Public License version 2.0 requirements will be
|
|
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
|
|
+** General Public License version 3 or (at your option) any later version
|
|
+** approved by the KDE Free Qt Foundation. The licenses are as published by
|
|
+** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
|
+** included in the packaging of this file. Please review the following
|
|
+** information to ensure the GNU General Public License requirements will
|
|
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
|
**
|
|
** $QT_END_LICENSE$
|
|
**
|
|
diff --git a/src/compositor/extensions/qwaylandidleinhibitv1.h b/src/compositor/extensions/qwaylandidleinhibitv1.h
|
|
index 53c09d08..390ef9df 100644
|
|
--- a/src/compositor/extensions/qwaylandidleinhibitv1.h
|
|
+++ b/src/compositor/extensions/qwaylandidleinhibitv1.h
|
|
@@ -1,34 +1,27 @@
|
|
/****************************************************************************
|
|
**
|
|
** Copyright (C) 2019 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
|
|
-** Contact: http://www.qt.io/licensing/
|
|
+** Contact: https://www.qt.io/licensing/
|
|
**
|
|
** This file is part of the QtWaylandCompositor module of the Qt Toolkit.
|
|
**
|
|
-** $QT_BEGIN_LICENSE:LGPL3$
|
|
+** $QT_BEGIN_LICENSE:GPL$
|
|
** Commercial License Usage
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
** accordance with the commercial license agreement provided with the
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
-** and conditions see http://www.qt.io/terms-conditions. For further
|
|
-** information use the contact form at http://www.qt.io/contact-us.
|
|
-**
|
|
-** GNU Lesser General Public License Usage
|
|
-** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
-** General Public License version 3 as published by the Free Software
|
|
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
|
|
-** packaging of this file. Please review the following information to
|
|
-** ensure the GNU Lesser General Public License version 3 requirements
|
|
-** will be met: https://www.gnu.org/licenses/lgpl.html.
|
|
+** and conditions see https://www.qt.io/terms-conditions. For further
|
|
+** information use the contact form at https://www.qt.io/contact-us.
|
|
**
|
|
** GNU General Public License Usage
|
|
** Alternatively, this file may be used under the terms of the GNU
|
|
-** General Public License version 2.0 or later as published by the Free
|
|
-** Software Foundation and appearing in the file LICENSE.GPL included in
|
|
-** the packaging of this file. Please review the following information to
|
|
-** ensure the GNU General Public License version 2.0 requirements will be
|
|
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
|
|
+** General Public License version 3 or (at your option) any later version
|
|
+** approved by the KDE Free Qt Foundation. The licenses are as published by
|
|
+** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
|
+** included in the packaging of this file. Please review the following
|
|
+** information to ensure the GNU General Public License requirements will
|
|
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
|
**
|
|
** $QT_END_LICENSE$
|
|
**
|
|
diff --git a/src/compositor/extensions/qwaylandidleinhibitv1_p.h b/src/compositor/extensions/qwaylandidleinhibitv1_p.h
|
|
index 38055180..a87fa871 100644
|
|
--- a/src/compositor/extensions/qwaylandidleinhibitv1_p.h
|
|
+++ b/src/compositor/extensions/qwaylandidleinhibitv1_p.h
|
|
@@ -1,34 +1,27 @@
|
|
/****************************************************************************
|
|
**
|
|
** Copyright (C) 2019 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
|
|
-** Contact: http://www.qt.io/licensing/
|
|
+** Contact: https://www.qt.io/licensing/
|
|
**
|
|
** This file is part of the QtWaylandCompositor module of the Qt Toolkit.
|
|
**
|
|
-** $QT_BEGIN_LICENSE:LGPL3$
|
|
+** $QT_BEGIN_LICENSE:GPL$
|
|
** Commercial License Usage
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
** accordance with the commercial license agreement provided with the
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
-** and conditions see http://www.qt.io/terms-conditions. For further
|
|
-** information use the contact form at http://www.qt.io/contact-us.
|
|
-**
|
|
-** GNU Lesser General Public License Usage
|
|
-** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
-** General Public License version 3 as published by the Free Software
|
|
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
|
|
-** packaging of this file. Please review the following information to
|
|
-** ensure the GNU Lesser General Public License version 3 requirements
|
|
-** will be met: https://www.gnu.org/licenses/lgpl.html.
|
|
+** and conditions see https://www.qt.io/terms-conditions. For further
|
|
+** information use the contact form at https://www.qt.io/contact-us.
|
|
**
|
|
** GNU General Public License Usage
|
|
** Alternatively, this file may be used under the terms of the GNU
|
|
-** General Public License version 2.0 or later as published by the Free
|
|
-** Software Foundation and appearing in the file LICENSE.GPL included in
|
|
-** the packaging of this file. Please review the following information to
|
|
-** ensure the GNU General Public License version 2.0 requirements will be
|
|
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
|
|
+** General Public License version 3 or (at your option) any later version
|
|
+** approved by the KDE Free Qt Foundation. The licenses are as published by
|
|
+** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
|
+** included in the packaging of this file. Please review the following
|
|
+** information to ensure the GNU General Public License requirements will
|
|
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
|
**
|
|
** $QT_END_LICENSE$
|
|
**
|
|
diff --git a/src/compositor/extensions/qwaylandquickxdgoutputv1.cpp b/src/compositor/extensions/qwaylandquickxdgoutputv1.cpp
|
|
index eb6717a7..b61cc490 100644
|
|
--- a/src/compositor/extensions/qwaylandquickxdgoutputv1.cpp
|
|
+++ b/src/compositor/extensions/qwaylandquickxdgoutputv1.cpp
|
|
@@ -1,34 +1,27 @@
|
|
/****************************************************************************
|
|
**
|
|
** Copyright (C) 2019 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
|
|
-** Contact: http://www.qt.io/licensing/
|
|
+** Contact: https://www.qt.io/licensing/
|
|
**
|
|
** This file is part of the QtWaylandCompositor module of the Qt Toolkit.
|
|
**
|
|
-** $QT_BEGIN_LICENSE:LGPL3$
|
|
+** $QT_BEGIN_LICENSE:GPL$
|
|
** Commercial License Usage
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
** accordance with the commercial license agreement provided with the
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
-** and conditions see http://www.qt.io/terms-conditions. For further
|
|
-** information use the contact form at http://www.qt.io/contact-us.
|
|
-**
|
|
-** GNU Lesser General Public License Usage
|
|
-** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
-** General Public License version 3 as published by the Free Software
|
|
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
|
|
-** packaging of this file. Please review the following information to
|
|
-** ensure the GNU Lesser General Public License version 3 requirements
|
|
-** will be met: https://www.gnu.org/licenses/lgpl.html.
|
|
+** and conditions see https://www.qt.io/terms-conditions. For further
|
|
+** information use the contact form at https://www.qt.io/contact-us.
|
|
**
|
|
** GNU General Public License Usage
|
|
** Alternatively, this file may be used under the terms of the GNU
|
|
-** General Public License version 2.0 or later as published by the Free
|
|
-** Software Foundation and appearing in the file LICENSE.GPL included in
|
|
-** the packaging of this file. Please review the following information to
|
|
-** ensure the GNU General Public License version 2.0 requirements will be
|
|
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
|
|
+** General Public License version 3 or (at your option) any later version
|
|
+** approved by the KDE Free Qt Foundation. The licenses are as published by
|
|
+** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
|
+** included in the packaging of this file. Please review the following
|
|
+** information to ensure the GNU General Public License requirements will
|
|
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
|
**
|
|
** $QT_END_LICENSE$
|
|
**
|
|
diff --git a/src/compositor/extensions/qwaylandquickxdgoutputv1.h b/src/compositor/extensions/qwaylandquickxdgoutputv1.h
|
|
index c8b16ab8..d6701cc8 100644
|
|
--- a/src/compositor/extensions/qwaylandquickxdgoutputv1.h
|
|
+++ b/src/compositor/extensions/qwaylandquickxdgoutputv1.h
|
|
@@ -1,34 +1,27 @@
|
|
/****************************************************************************
|
|
**
|
|
** Copyright (C) 2019 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
|
|
-** Contact: http://www.qt.io/licensing/
|
|
+** Contact: https://www.qt.io/licensing/
|
|
**
|
|
** This file is part of the QtWaylandCompositor module of the Qt Toolkit.
|
|
**
|
|
-** $QT_BEGIN_LICENSE:LGPL3$
|
|
+** $QT_BEGIN_LICENSE:GPL$
|
|
** Commercial License Usage
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
** accordance with the commercial license agreement provided with the
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
-** and conditions see http://www.qt.io/terms-conditions. For further
|
|
-** information use the contact form at http://www.qt.io/contact-us.
|
|
-**
|
|
-** GNU Lesser General Public License Usage
|
|
-** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
-** General Public License version 3 as published by the Free Software
|
|
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
|
|
-** packaging of this file. Please review the following information to
|
|
-** ensure the GNU Lesser General Public License version 3 requirements
|
|
-** will be met: https://www.gnu.org/licenses/lgpl.html.
|
|
+** and conditions see https://www.qt.io/terms-conditions. For further
|
|
+** information use the contact form at https://www.qt.io/contact-us.
|
|
**
|
|
** GNU General Public License Usage
|
|
** Alternatively, this file may be used under the terms of the GNU
|
|
-** General Public License version 2.0 or later as published by the Free
|
|
-** Software Foundation and appearing in the file LICENSE.GPL included in
|
|
-** the packaging of this file. Please review the following information to
|
|
-** ensure the GNU General Public License version 2.0 requirements will be
|
|
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
|
|
+** General Public License version 3 or (at your option) any later version
|
|
+** approved by the KDE Free Qt Foundation. The licenses are as published by
|
|
+** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
|
+** included in the packaging of this file. Please review the following
|
|
+** information to ensure the GNU General Public License requirements will
|
|
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
|
**
|
|
** $QT_END_LICENSE$
|
|
**
|
|
diff --git a/src/compositor/extensions/qwaylandviewporter.cpp b/src/compositor/extensions/qwaylandviewporter.cpp
|
|
index 3856c135..b98274b1 100644
|
|
--- a/src/compositor/extensions/qwaylandviewporter.cpp
|
|
+++ b/src/compositor/extensions/qwaylandviewporter.cpp
|
|
@@ -1,34 +1,27 @@
|
|
/****************************************************************************
|
|
**
|
|
** Copyright (C) 2018 The Qt Company Ltd.
|
|
-** Contact: http://www.qt.io/licensing/
|
|
+** Contact: https://www.qt.io/licensing/
|
|
**
|
|
** This file is part of the QtWaylandCompositor module of the Qt Toolkit.
|
|
**
|
|
-** $QT_BEGIN_LICENSE:LGPL3$
|
|
+** $QT_BEGIN_LICENSE:GPL$
|
|
** Commercial License Usage
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
** accordance with the commercial license agreement provided with the
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
-** and conditions see http://www.qt.io/terms-conditions. For further
|
|
-** information use the contact form at http://www.qt.io/contact-us.
|
|
-**
|
|
-** GNU Lesser General Public License Usage
|
|
-** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
-** General Public License version 3 as published by the Free Software
|
|
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
|
|
-** packaging of this file. Please review the following information to
|
|
-** ensure the GNU Lesser General Public License version 3 requirements
|
|
-** will be met: https://www.gnu.org/licenses/lgpl.html.
|
|
+** and conditions see https://www.qt.io/terms-conditions. For further
|
|
+** information use the contact form at https://www.qt.io/contact-us.
|
|
**
|
|
** GNU General Public License Usage
|
|
** Alternatively, this file may be used under the terms of the GNU
|
|
-** General Public License version 2.0 or later as published by the Free
|
|
-** Software Foundation and appearing in the file LICENSE.GPL included in
|
|
-** the packaging of this file. Please review the following information to
|
|
-** ensure the GNU General Public License version 2.0 requirements will be
|
|
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
|
|
+** General Public License version 3 or (at your option) any later version
|
|
+** approved by the KDE Free Qt Foundation. The licenses are as published by
|
|
+** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
|
+** included in the packaging of this file. Please review the following
|
|
+** information to ensure the GNU General Public License requirements will
|
|
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
|
**
|
|
** $QT_END_LICENSE$
|
|
**
|
|
diff --git a/src/compositor/extensions/qwaylandviewporter.h b/src/compositor/extensions/qwaylandviewporter.h
|
|
index 811c7414..fb640a49 100644
|
|
--- a/src/compositor/extensions/qwaylandviewporter.h
|
|
+++ b/src/compositor/extensions/qwaylandviewporter.h
|
|
@@ -1,34 +1,27 @@
|
|
/****************************************************************************
|
|
**
|
|
** Copyright (C) 2018 The Qt Company Ltd.
|
|
-** Contact: http://www.qt.io/licensing/
|
|
+** Contact: https://www.qt.io/licensing/
|
|
**
|
|
** This file is part of the QtWaylandCompositor module of the Qt Toolkit.
|
|
**
|
|
-** $QT_BEGIN_LICENSE:LGPL3$
|
|
+** $QT_BEGIN_LICENSE:GPL$
|
|
** Commercial License Usage
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
** accordance with the commercial license agreement provided with the
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
-** and conditions see http://www.qt.io/terms-conditions. For further
|
|
-** information use the contact form at http://www.qt.io/contact-us.
|
|
-**
|
|
-** GNU Lesser General Public License Usage
|
|
-** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
-** General Public License version 3 as published by the Free Software
|
|
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
|
|
-** packaging of this file. Please review the following information to
|
|
-** ensure the GNU Lesser General Public License version 3 requirements
|
|
-** will be met: https://www.gnu.org/licenses/lgpl.html.
|
|
+** and conditions see https://www.qt.io/terms-conditions. For further
|
|
+** information use the contact form at https://www.qt.io/contact-us.
|
|
**
|
|
** GNU General Public License Usage
|
|
** Alternatively, this file may be used under the terms of the GNU
|
|
-** General Public License version 2.0 or later as published by the Free
|
|
-** Software Foundation and appearing in the file LICENSE.GPL included in
|
|
-** the packaging of this file. Please review the following information to
|
|
-** ensure the GNU General Public License version 2.0 requirements will be
|
|
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
|
|
+** General Public License version 3 or (at your option) any later version
|
|
+** approved by the KDE Free Qt Foundation. The licenses are as published by
|
|
+** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
|
+** included in the packaging of this file. Please review the following
|
|
+** information to ensure the GNU General Public License requirements will
|
|
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
|
**
|
|
** $QT_END_LICENSE$
|
|
**
|
|
diff --git a/src/compositor/extensions/qwaylandviewporter_p.h b/src/compositor/extensions/qwaylandviewporter_p.h
|
|
index d22da699..bf9e197a 100644
|
|
--- a/src/compositor/extensions/qwaylandviewporter_p.h
|
|
+++ b/src/compositor/extensions/qwaylandviewporter_p.h
|
|
@@ -1,34 +1,27 @@
|
|
/****************************************************************************
|
|
**
|
|
** Copyright (C) 2018 The Qt Company Ltd.
|
|
-** Contact: http://www.qt.io/licensing/
|
|
+** Contact: https://www.qt.io/licensing/
|
|
**
|
|
** This file is part of the QtWaylandCompositor module of the Qt Toolkit.
|
|
**
|
|
-** $QT_BEGIN_LICENSE:LGPL3$
|
|
+** $QT_BEGIN_LICENSE:GPL$
|
|
** Commercial License Usage
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
** accordance with the commercial license agreement provided with the
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
-** and conditions see http://www.qt.io/terms-conditions. For further
|
|
-** information use the contact form at http://www.qt.io/contact-us.
|
|
-**
|
|
-** GNU Lesser General Public License Usage
|
|
-** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
-** General Public License version 3 as published by the Free Software
|
|
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
|
|
-** packaging of this file. Please review the following information to
|
|
-** ensure the GNU Lesser General Public License version 3 requirements
|
|
-** will be met: https://www.gnu.org/licenses/lgpl.html.
|
|
+** and conditions see https://www.qt.io/terms-conditions. For further
|
|
+** information use the contact form at https://www.qt.io/contact-us.
|
|
**
|
|
** GNU General Public License Usage
|
|
** Alternatively, this file may be used under the terms of the GNU
|
|
-** General Public License version 2.0 or later as published by the Free
|
|
-** Software Foundation and appearing in the file LICENSE.GPL included in
|
|
-** the packaging of this file. Please review the following information to
|
|
-** ensure the GNU General Public License version 2.0 requirements will be
|
|
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
|
|
+** General Public License version 3 or (at your option) any later version
|
|
+** approved by the KDE Free Qt Foundation. The licenses are as published by
|
|
+** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
|
+** included in the packaging of this file. Please review the following
|
|
+** information to ensure the GNU General Public License requirements will
|
|
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
|
**
|
|
** $QT_END_LICENSE$
|
|
**
|
|
diff --git a/src/compositor/extensions/qwaylandxdgdecorationv1.cpp b/src/compositor/extensions/qwaylandxdgdecorationv1.cpp
|
|
index a58601cd..9fb2c955 100644
|
|
--- a/src/compositor/extensions/qwaylandxdgdecorationv1.cpp
|
|
+++ b/src/compositor/extensions/qwaylandxdgdecorationv1.cpp
|
|
@@ -1,34 +1,27 @@
|
|
/****************************************************************************
|
|
**
|
|
** Copyright (C) 2018 The Qt Company Ltd.
|
|
-** Contact: http://www.qt.io/licensing/
|
|
+** Contact: https://www.qt.io/licensing/
|
|
**
|
|
** This file is part of the QtWaylandCompositor module of the Qt Toolkit.
|
|
**
|
|
-** $QT_BEGIN_LICENSE:LGPL3$
|
|
+** $QT_BEGIN_LICENSE:GPL$
|
|
** Commercial License Usage
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
** accordance with the commercial license agreement provided with the
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
-** and conditions see http://www.qt.io/terms-conditions. For further
|
|
-** information use the contact form at http://www.qt.io/contact-us.
|
|
-**
|
|
-** GNU Lesser General Public License Usage
|
|
-** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
-** General Public License version 3 as published by the Free Software
|
|
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
|
|
-** packaging of this file. Please review the following information to
|
|
-** ensure the GNU Lesser General Public License version 3 requirements
|
|
-** will be met: https://www.gnu.org/licenses/lgpl.html.
|
|
+** and conditions see https://www.qt.io/terms-conditions. For further
|
|
+** information use the contact form at https://www.qt.io/contact-us.
|
|
**
|
|
** GNU General Public License Usage
|
|
** Alternatively, this file may be used under the terms of the GNU
|
|
-** General Public License version 2.0 or later as published by the Free
|
|
-** Software Foundation and appearing in the file LICENSE.GPL included in
|
|
-** the packaging of this file. Please review the following information to
|
|
-** ensure the GNU General Public License version 2.0 requirements will be
|
|
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
|
|
+** General Public License version 3 or (at your option) any later version
|
|
+** approved by the KDE Free Qt Foundation. The licenses are as published by
|
|
+** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
|
+** included in the packaging of this file. Please review the following
|
|
+** information to ensure the GNU General Public License requirements will
|
|
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
|
**
|
|
** $QT_END_LICENSE$
|
|
**
|
|
diff --git a/src/compositor/extensions/qwaylandxdgdecorationv1.h b/src/compositor/extensions/qwaylandxdgdecorationv1.h
|
|
index 4390716e..7b39091f 100644
|
|
--- a/src/compositor/extensions/qwaylandxdgdecorationv1.h
|
|
+++ b/src/compositor/extensions/qwaylandxdgdecorationv1.h
|
|
@@ -1,34 +1,27 @@
|
|
/****************************************************************************
|
|
**
|
|
** Copyright (C) 2018 The Qt Company Ltd.
|
|
-** Contact: http://www.qt.io/licensing/
|
|
+** Contact: https://www.qt.io/licensing/
|
|
**
|
|
** This file is part of the QtWaylandCompositor module of the Qt Toolkit.
|
|
**
|
|
-** $QT_BEGIN_LICENSE:LGPL3$
|
|
+** $QT_BEGIN_LICENSE:GPL$
|
|
** Commercial License Usage
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
** accordance with the commercial license agreement provided with the
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
-** and conditions see http://www.qt.io/terms-conditions. For further
|
|
-** information use the contact form at http://www.qt.io/contact-us.
|
|
-**
|
|
-** GNU Lesser General Public License Usage
|
|
-** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
-** General Public License version 3 as published by the Free Software
|
|
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
|
|
-** packaging of this file. Please review the following information to
|
|
-** ensure the GNU Lesser General Public License version 3 requirements
|
|
-** will be met: https://www.gnu.org/licenses/lgpl.html.
|
|
+** and conditions see https://www.qt.io/terms-conditions. For further
|
|
+** information use the contact form at https://www.qt.io/contact-us.
|
|
**
|
|
** GNU General Public License Usage
|
|
** Alternatively, this file may be used under the terms of the GNU
|
|
-** General Public License version 2.0 or later as published by the Free
|
|
-** Software Foundation and appearing in the file LICENSE.GPL included in
|
|
-** the packaging of this file. Please review the following information to
|
|
-** ensure the GNU General Public License version 2.0 requirements will be
|
|
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
|
|
+** General Public License version 3 or (at your option) any later version
|
|
+** approved by the KDE Free Qt Foundation. The licenses are as published by
|
|
+** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
|
+** included in the packaging of this file. Please review the following
|
|
+** information to ensure the GNU General Public License requirements will
|
|
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
|
**
|
|
** $QT_END_LICENSE$
|
|
**
|
|
diff --git a/src/compositor/extensions/qwaylandxdgdecorationv1_p.h b/src/compositor/extensions/qwaylandxdgdecorationv1_p.h
|
|
index fdd555ab..cd9c38c2 100644
|
|
--- a/src/compositor/extensions/qwaylandxdgdecorationv1_p.h
|
|
+++ b/src/compositor/extensions/qwaylandxdgdecorationv1_p.h
|
|
@@ -1,34 +1,27 @@
|
|
/****************************************************************************
|
|
**
|
|
** Copyright (C) 2018 The Qt Company Ltd.
|
|
-** Contact: http://www.qt.io/licensing/
|
|
+** Contact: https://www.qt.io/licensing/
|
|
**
|
|
** This file is part of the QtWaylandCompositor module of the Qt Toolkit.
|
|
**
|
|
-** $QT_BEGIN_LICENSE:LGPL3$
|
|
+** $QT_BEGIN_LICENSE:GPL$
|
|
** Commercial License Usage
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
** accordance with the commercial license agreement provided with the
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
-** and conditions see http://www.qt.io/terms-conditions. For further
|
|
-** information use the contact form at http://www.qt.io/contact-us.
|
|
-**
|
|
-** GNU Lesser General Public License Usage
|
|
-** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
-** General Public License version 3 as published by the Free Software
|
|
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
|
|
-** packaging of this file. Please review the following information to
|
|
-** ensure the GNU Lesser General Public License version 3 requirements
|
|
-** will be met: https://www.gnu.org/licenses/lgpl.html.
|
|
+** and conditions see https://www.qt.io/terms-conditions. For further
|
|
+** information use the contact form at https://www.qt.io/contact-us.
|
|
**
|
|
** GNU General Public License Usage
|
|
** Alternatively, this file may be used under the terms of the GNU
|
|
-** General Public License version 2.0 or later as published by the Free
|
|
-** Software Foundation and appearing in the file LICENSE.GPL included in
|
|
-** the packaging of this file. Please review the following information to
|
|
-** ensure the GNU General Public License version 2.0 requirements will be
|
|
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
|
|
+** General Public License version 3 or (at your option) any later version
|
|
+** approved by the KDE Free Qt Foundation. The licenses are as published by
|
|
+** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
|
+** included in the packaging of this file. Please review the following
|
|
+** information to ensure the GNU General Public License requirements will
|
|
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
|
**
|
|
** $QT_END_LICENSE$
|
|
**
|
|
diff --git a/src/compositor/extensions/qwaylandxdgoutputv1.cpp b/src/compositor/extensions/qwaylandxdgoutputv1.cpp
|
|
index 817cb2e4..a78a9f62 100644
|
|
--- a/src/compositor/extensions/qwaylandxdgoutputv1.cpp
|
|
+++ b/src/compositor/extensions/qwaylandxdgoutputv1.cpp
|
|
@@ -1,34 +1,27 @@
|
|
/****************************************************************************
|
|
**
|
|
** Copyright (C) 2019 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
|
|
-** Contact: http://www.qt.io/licensing/
|
|
+** Contact: https://www.qt.io/licensing/
|
|
**
|
|
** This file is part of the QtWaylandCompositor module of the Qt Toolkit.
|
|
**
|
|
-** $QT_BEGIN_LICENSE:LGPL3$
|
|
+** $QT_BEGIN_LICENSE:GPL$
|
|
** Commercial License Usage
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
** accordance with the commercial license agreement provided with the
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
-** and conditions see http://www.qt.io/terms-conditions. For further
|
|
-** information use the contact form at http://www.qt.io/contact-us.
|
|
-**
|
|
-** GNU Lesser General Public License Usage
|
|
-** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
-** General Public License version 3 as published by the Free Software
|
|
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
|
|
-** packaging of this file. Please review the following information to
|
|
-** ensure the GNU Lesser General Public License version 3 requirements
|
|
-** will be met: https://www.gnu.org/licenses/lgpl.html.
|
|
+** and conditions see https://www.qt.io/terms-conditions. For further
|
|
+** information use the contact form at https://www.qt.io/contact-us.
|
|
**
|
|
** GNU General Public License Usage
|
|
** Alternatively, this file may be used under the terms of the GNU
|
|
-** General Public License version 2.0 or later as published by the Free
|
|
-** Software Foundation and appearing in the file LICENSE.GPL included in
|
|
-** the packaging of this file. Please review the following information to
|
|
-** ensure the GNU General Public License version 2.0 requirements will be
|
|
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
|
|
+** General Public License version 3 or (at your option) any later version
|
|
+** approved by the KDE Free Qt Foundation. The licenses are as published by
|
|
+** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
|
+** included in the packaging of this file. Please review the following
|
|
+** information to ensure the GNU General Public License requirements will
|
|
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
|
**
|
|
** $QT_END_LICENSE$
|
|
**
|
|
diff --git a/src/compositor/extensions/qwaylandxdgoutputv1.h b/src/compositor/extensions/qwaylandxdgoutputv1.h
|
|
index 957ac3be..e86fb405 100644
|
|
--- a/src/compositor/extensions/qwaylandxdgoutputv1.h
|
|
+++ b/src/compositor/extensions/qwaylandxdgoutputv1.h
|
|
@@ -1,34 +1,27 @@
|
|
/****************************************************************************
|
|
**
|
|
** Copyright (C) 2019 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
|
|
-** Contact: http://www.qt.io/licensing/
|
|
+** Contact: https://www.qt.io/licensing/
|
|
**
|
|
** This file is part of the QtWaylandCompositor module of the Qt Toolkit.
|
|
**
|
|
-** $QT_BEGIN_LICENSE:LGPL3$
|
|
+** $QT_BEGIN_LICENSE:GPL$
|
|
** Commercial License Usage
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
** accordance with the commercial license agreement provided with the
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
-** and conditions see http://www.qt.io/terms-conditions. For further
|
|
-** information use the contact form at http://www.qt.io/contact-us.
|
|
-**
|
|
-** GNU Lesser General Public License Usage
|
|
-** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
-** General Public License version 3 as published by the Free Software
|
|
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
|
|
-** packaging of this file. Please review the following information to
|
|
-** ensure the GNU Lesser General Public License version 3 requirements
|
|
-** will be met: https://www.gnu.org/licenses/lgpl.html.
|
|
+** and conditions see https://www.qt.io/terms-conditions. For further
|
|
+** information use the contact form at https://www.qt.io/contact-us.
|
|
**
|
|
** GNU General Public License Usage
|
|
** Alternatively, this file may be used under the terms of the GNU
|
|
-** General Public License version 2.0 or later as published by the Free
|
|
-** Software Foundation and appearing in the file LICENSE.GPL included in
|
|
-** the packaging of this file. Please review the following information to
|
|
-** ensure the GNU General Public License version 2.0 requirements will be
|
|
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
|
|
+** General Public License version 3 or (at your option) any later version
|
|
+** approved by the KDE Free Qt Foundation. The licenses are as published by
|
|
+** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
|
+** included in the packaging of this file. Please review the following
|
|
+** information to ensure the GNU General Public License requirements will
|
|
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
|
**
|
|
** $QT_END_LICENSE$
|
|
**
|
|
diff --git a/src/compositor/extensions/qwaylandxdgoutputv1_p.h b/src/compositor/extensions/qwaylandxdgoutputv1_p.h
|
|
index 2e8a6fff..ab08f5d4 100644
|
|
--- a/src/compositor/extensions/qwaylandxdgoutputv1_p.h
|
|
+++ b/src/compositor/extensions/qwaylandxdgoutputv1_p.h
|
|
@@ -1,34 +1,27 @@
|
|
/****************************************************************************
|
|
**
|
|
** Copyright (C) 2019 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
|
|
-** Contact: http://www.qt.io/licensing/
|
|
+** Contact: https://www.qt.io/licensing/
|
|
**
|
|
** This file is part of the QtWaylandCompositor module of the Qt Toolkit.
|
|
**
|
|
-** $QT_BEGIN_LICENSE:LGPL3$
|
|
+** $QT_BEGIN_LICENSE:GPL$
|
|
** Commercial License Usage
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
** accordance with the commercial license agreement provided with the
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
-** and conditions see http://www.qt.io/terms-conditions. For further
|
|
-** information use the contact form at http://www.qt.io/contact-us.
|
|
-**
|
|
-** GNU Lesser General Public License Usage
|
|
-** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
-** General Public License version 3 as published by the Free Software
|
|
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
|
|
-** packaging of this file. Please review the following information to
|
|
-** ensure the GNU Lesser General Public License version 3 requirements
|
|
-** will be met: https://www.gnu.org/licenses/lgpl.html.
|
|
+** and conditions see https://www.qt.io/terms-conditions. For further
|
|
+** information use the contact form at https://www.qt.io/contact-us.
|
|
**
|
|
** GNU General Public License Usage
|
|
** Alternatively, this file may be used under the terms of the GNU
|
|
-** General Public License version 2.0 or later as published by the Free
|
|
-** Software Foundation and appearing in the file LICENSE.GPL included in
|
|
-** the packaging of this file. Please review the following information to
|
|
-** ensure the GNU General Public License version 2.0 requirements will be
|
|
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
|
|
+** General Public License version 3 or (at your option) any later version
|
|
+** approved by the KDE Free Qt Foundation. The licenses are as published by
|
|
+** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
|
+** included in the packaging of this file. Please review the following
|
|
+** information to ensure the GNU General Public License requirements will
|
|
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
|
**
|
|
** $QT_END_LICENSE$
|
|
**
|
|
diff --git a/src/compositor/extensions/qwaylandxdgshell.cpp b/src/compositor/extensions/qwaylandxdgshell.cpp
|
|
index 6b7e8600..e1888529 100644
|
|
--- a/src/compositor/extensions/qwaylandxdgshell.cpp
|
|
+++ b/src/compositor/extensions/qwaylandxdgshell.cpp
|
|
@@ -1,34 +1,27 @@
|
|
/****************************************************************************
|
|
**
|
|
** Copyright (C) 2018 The Qt Company Ltd.
|
|
-** Contact: http://www.qt.io/licensing/
|
|
+** Contact: https://www.qt.io/licensing/
|
|
**
|
|
** This file is part of the QtWaylandCompositor module of the Qt Toolkit.
|
|
**
|
|
-** $QT_BEGIN_LICENSE:LGPL3$
|
|
+** $QT_BEGIN_LICENSE:GPL$
|
|
** Commercial License Usage
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
** accordance with the commercial license agreement provided with the
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
-** and conditions see http://www.qt.io/terms-conditions. For further
|
|
-** information use the contact form at http://www.qt.io/contact-us.
|
|
-**
|
|
-** GNU Lesser General Public License Usage
|
|
-** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
-** General Public License version 3 as published by the Free Software
|
|
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
|
|
-** packaging of this file. Please review the following information to
|
|
-** ensure the GNU Lesser General Public License version 3 requirements
|
|
-** will be met: https://www.gnu.org/licenses/lgpl.html.
|
|
+** and conditions see https://www.qt.io/terms-conditions. For further
|
|
+** information use the contact form at https://www.qt.io/contact-us.
|
|
**
|
|
** GNU General Public License Usage
|
|
** Alternatively, this file may be used under the terms of the GNU
|
|
-** General Public License version 2.0 or later as published by the Free
|
|
-** Software Foundation and appearing in the file LICENSE.GPL included in
|
|
-** the packaging of this file. Please review the following information to
|
|
-** ensure the GNU General Public License version 2.0 requirements will be
|
|
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
|
|
+** General Public License version 3 or (at your option) any later version
|
|
+** approved by the KDE Free Qt Foundation. The licenses are as published by
|
|
+** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
|
+** included in the packaging of this file. Please review the following
|
|
+** information to ensure the GNU General Public License requirements will
|
|
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
|
**
|
|
** $QT_END_LICENSE$
|
|
**
|
|
diff --git a/src/compositor/extensions/qwaylandxdgshell.h b/src/compositor/extensions/qwaylandxdgshell.h
|
|
index 0535f8e4..ae3be8d0 100644
|
|
--- a/src/compositor/extensions/qwaylandxdgshell.h
|
|
+++ b/src/compositor/extensions/qwaylandxdgshell.h
|
|
@@ -1,34 +1,27 @@
|
|
/****************************************************************************
|
|
**
|
|
** Copyright (C) 2018 The Qt Company Ltd.
|
|
-** Contact: http://www.qt.io/licensing/
|
|
+** Contact: https://www.qt.io/licensing/
|
|
**
|
|
** This file is part of the QtWaylandCompositor module of the Qt Toolkit.
|
|
**
|
|
-** $QT_BEGIN_LICENSE:LGPL3$
|
|
+** $QT_BEGIN_LICENSE:GPL$
|
|
** Commercial License Usage
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
** accordance with the commercial license agreement provided with the
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
-** and conditions see http://www.qt.io/terms-conditions. For further
|
|
-** information use the contact form at http://www.qt.io/contact-us.
|
|
-**
|
|
-** GNU Lesser General Public License Usage
|
|
-** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
-** General Public License version 3 as published by the Free Software
|
|
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
|
|
-** packaging of this file. Please review the following information to
|
|
-** ensure the GNU Lesser General Public License version 3 requirements
|
|
-** will be met: https://www.gnu.org/licenses/lgpl.html.
|
|
+** and conditions see https://www.qt.io/terms-conditions. For further
|
|
+** information use the contact form at https://www.qt.io/contact-us.
|
|
**
|
|
** GNU General Public License Usage
|
|
** Alternatively, this file may be used under the terms of the GNU
|
|
-** General Public License version 2.0 or later as published by the Free
|
|
-** Software Foundation and appearing in the file LICENSE.GPL included in
|
|
-** the packaging of this file. Please review the following information to
|
|
-** ensure the GNU General Public License version 2.0 requirements will be
|
|
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
|
|
+** General Public License version 3 or (at your option) any later version
|
|
+** approved by the KDE Free Qt Foundation. The licenses are as published by
|
|
+** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
|
+** included in the packaging of this file. Please review the following
|
|
+** information to ensure the GNU General Public License requirements will
|
|
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
|
**
|
|
** $QT_END_LICENSE$
|
|
**
|
|
diff --git a/src/compositor/extensions/qwaylandxdgshell_p.h b/src/compositor/extensions/qwaylandxdgshell_p.h
|
|
index de48f481..0a0972ac 100644
|
|
--- a/src/compositor/extensions/qwaylandxdgshell_p.h
|
|
+++ b/src/compositor/extensions/qwaylandxdgshell_p.h
|
|
@@ -1,34 +1,27 @@
|
|
/****************************************************************************
|
|
**
|
|
** Copyright (C) 2018 The Qt Company Ltd.
|
|
-** Contact: http://www.qt.io/licensing/
|
|
+** Contact: https://www.qt.io/licensing/
|
|
**
|
|
** This file is part of the QtWaylandCompositor module of the Qt Toolkit.
|
|
**
|
|
-** $QT_BEGIN_LICENSE:LGPL3$
|
|
+** $QT_BEGIN_LICENSE:GPL$
|
|
** Commercial License Usage
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
** accordance with the commercial license agreement provided with the
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
-** and conditions see http://www.qt.io/terms-conditions. For further
|
|
-** information use the contact form at http://www.qt.io/contact-us.
|
|
-**
|
|
-** GNU Lesser General Public License Usage
|
|
-** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
-** General Public License version 3 as published by the Free Software
|
|
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
|
|
-** packaging of this file. Please review the following information to
|
|
-** ensure the GNU Lesser General Public License version 3 requirements
|
|
-** will be met: https://www.gnu.org/licenses/lgpl.html.
|
|
+** and conditions see https://www.qt.io/terms-conditions. For further
|
|
+** information use the contact form at https://www.qt.io/contact-us.
|
|
**
|
|
** GNU General Public License Usage
|
|
** Alternatively, this file may be used under the terms of the GNU
|
|
-** General Public License version 2.0 or later as published by the Free
|
|
-** Software Foundation and appearing in the file LICENSE.GPL included in
|
|
-** the packaging of this file. Please review the following information to
|
|
-** ensure the GNU General Public License version 2.0 requirements will be
|
|
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
|
|
+** General Public License version 3 or (at your option) any later version
|
|
+** approved by the KDE Free Qt Foundation. The licenses are as published by
|
|
+** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
|
+** included in the packaging of this file. Please review the following
|
|
+** information to ensure the GNU General Public License requirements will
|
|
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
|
**
|
|
** $QT_END_LICENSE$
|
|
**
|
|
diff --git a/src/compositor/extensions/qwaylandxdgshellintegration.cpp b/src/compositor/extensions/qwaylandxdgshellintegration.cpp
|
|
index 0aa16054..a30eb228 100644
|
|
--- a/src/compositor/extensions/qwaylandxdgshellintegration.cpp
|
|
+++ b/src/compositor/extensions/qwaylandxdgshellintegration.cpp
|
|
@@ -1,34 +1,27 @@
|
|
/****************************************************************************
|
|
**
|
|
** Copyright (C) 2018 The Qt Company Ltd.
|
|
-** Contact: http://www.qt.io/licensing/
|
|
+** Contact: https://www.qt.io/licensing/
|
|
**
|
|
** This file is part of the QtWaylandCompositor module of the Qt Toolkit.
|
|
**
|
|
-** $QT_BEGIN_LICENSE:LGPL3$
|
|
+** $QT_BEGIN_LICENSE:GPL$
|
|
** Commercial License Usage
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
** accordance with the commercial license agreement provided with the
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
-** and conditions see http://www.qt.io/terms-conditions. For further
|
|
-** information use the contact form at http://www.qt.io/contact-us.
|
|
-**
|
|
-** GNU Lesser General Public License Usage
|
|
-** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
-** General Public License version 3 as published by the Free Software
|
|
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
|
|
-** packaging of this file. Please review the following information to
|
|
-** ensure the GNU Lesser General Public License version 3 requirements
|
|
-** will be met: https://www.gnu.org/licenses/lgpl.html.
|
|
+** and conditions see https://www.qt.io/terms-conditions. For further
|
|
+** information use the contact form at https://www.qt.io/contact-us.
|
|
**
|
|
** GNU General Public License Usage
|
|
** Alternatively, this file may be used under the terms of the GNU
|
|
-** General Public License version 2.0 or later as published by the Free
|
|
-** Software Foundation and appearing in the file LICENSE.GPL included in
|
|
-** the packaging of this file. Please review the following information to
|
|
-** ensure the GNU General Public License version 2.0 requirements will be
|
|
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
|
|
+** General Public License version 3 or (at your option) any later version
|
|
+** approved by the KDE Free Qt Foundation. The licenses are as published by
|
|
+** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
|
+** included in the packaging of this file. Please review the following
|
|
+** information to ensure the GNU General Public License requirements will
|
|
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
|
**
|
|
** $QT_END_LICENSE$
|
|
**
|
|
diff --git a/src/compositor/extensions/qwaylandxdgshellintegration_p.h b/src/compositor/extensions/qwaylandxdgshellintegration_p.h
|
|
index cd6bad57..16bb3354 100644
|
|
--- a/src/compositor/extensions/qwaylandxdgshellintegration_p.h
|
|
+++ b/src/compositor/extensions/qwaylandxdgshellintegration_p.h
|
|
@@ -1,34 +1,27 @@
|
|
/****************************************************************************
|
|
**
|
|
** Copyright (C) 2018 The Qt Company Ltd.
|
|
-** Contact: http://www.qt.io/licensing/
|
|
+** Contact: https://www.qt.io/licensing/
|
|
**
|
|
** This file is part of the QtWaylandCompositor module of the Qt Toolkit.
|
|
**
|
|
-** $QT_BEGIN_LICENSE:LGPL3$
|
|
+** $QT_BEGIN_LICENSE:GPL$
|
|
** Commercial License Usage
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
** accordance with the commercial license agreement provided with the
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
-** and conditions see http://www.qt.io/terms-conditions. For further
|
|
-** information use the contact form at http://www.qt.io/contact-us.
|
|
-**
|
|
-** GNU Lesser General Public License Usage
|
|
-** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
-** General Public License version 3 as published by the Free Software
|
|
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
|
|
-** packaging of this file. Please review the following information to
|
|
-** ensure the GNU Lesser General Public License version 3 requirements
|
|
-** will be met: https://www.gnu.org/licenses/lgpl.html.
|
|
+** and conditions see https://www.qt.io/terms-conditions. For further
|
|
+** information use the contact form at https://www.qt.io/contact-us.
|
|
**
|
|
** GNU General Public License Usage
|
|
** Alternatively, this file may be used under the terms of the GNU
|
|
-** General Public License version 2.0 or later as published by the Free
|
|
-** Software Foundation and appearing in the file LICENSE.GPL included in
|
|
-** the packaging of this file. Please review the following information to
|
|
-** ensure the GNU General Public License version 2.0 requirements will be
|
|
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
|
|
+** General Public License version 3 or (at your option) any later version
|
|
+** approved by the KDE Free Qt Foundation. The licenses are as published by
|
|
+** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
|
+** included in the packaging of this file. Please review the following
|
|
+** information to ensure the GNU General Public License requirements will
|
|
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
|
**
|
|
** $QT_END_LICENSE$
|
|
**
|
|
--
|
|
2.31.1
|
|
|