summaryrefslogtreecommitdiffstats
path: root/components/VirtualKeyboard.qml
diff options
context:
space:
mode:
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