summaryrefslogtreecommitdiffstats
path: root/components/VirtualKeyboard.qml
diff options
context:
space:
mode:
authorPapoteur <yves.brungard_mageia@gadz.org>2022-08-31 20:15:37 +0200
committerPapoteur <yves.brungard_mageia@gadz.org>2022-08-31 20:15:37 +0200
commitc3bb39f229423114f81d79b76a07a9115ca65b03 (patch)
treeb8bb135a9a0997acb7ee694f619ba857432565d7 /components/VirtualKeyboard.qml
parent166238c8b718e7ceb4c1647adad35755465ffeed (diff)
downloadmageia-sddm-c3bb39f229423114f81d79b76a07a9115ca65b03.tar
mageia-sddm-c3bb39f229423114f81d79b76a07a9115ca65b03.tar.gz
mageia-sddm-c3bb39f229423114f81d79b76a07a9115ca65b03.tar.bz2
mageia-sddm-c3bb39f229423114f81d79b76a07a9115ca65b03.tar.xz
mageia-sddm-c3bb39f229423114f81d79b76a07a9115ca65b03.zip
Sync theme with Plasma oneHEADmaster
Diffstat (limited to 'components/VirtualKeyboard.qml')
-rw-r--r--components/VirtualKeyboard.qml20
1 files changed, 4 insertions, 16 deletions
diff --git a/components/VirtualKeyboard.qml b/components/VirtualKeyboard.qml
index edc7ab4..503a35b 100644
--- a/components/VirtualKeyboard.qml
+++ b/components/VirtualKeyboard.qml
@@ -1,21 +1,9 @@
-/********************************************************************
- This file is part of the KDE project.
+/*
+ SPDX-FileCopyrightText: 2017 Martin Gräßlin <mgraesslin@kde.org>
-Copyright (C) 2017 Martin Gräßlin <mgraesslin@kde.org>
+ SPDX-License-Identifier: GPL-2.0-or-later
+*/
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*********************************************************************/
import QtQuick 2.5
import QtQuick.VirtualKeyboard 2.1
import org.kde.plasma.core 2.0 as PlasmaCore