summaryrefslogtreecommitdiff
path: root/src/compositor/extensions/qwaylandquickxdgoutputv1.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-10-27 16:12:30 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-10-27 21:06:11 +0000
commitf9d5fc2e94c2116130456f4b4f8bd2f3a0c88d20 (patch)
treefcad1d1f887b2776bb40ae0d5ec09797f4b0ad9e /src/compositor/extensions/qwaylandquickxdgoutputv1.h
parent30cb2a87fcc6265232cb5a3ffce9836da6e531d6 (diff)
downloadqtwayland-f9d5fc2e94c2116130456f4b4f8bd2f3a0c88d20.tar.gz
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>
Diffstat (limited to 'src/compositor/extensions/qwaylandquickxdgoutputv1.h')
-rw-r--r--src/compositor/extensions/qwaylandquickxdgoutputv1.h27
1 files changed, 10 insertions, 17 deletions
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$
**