From 2cb8fee827f82bc6b79a75da40148a7417c2581b Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Mon, 17 Jul 2017 02:04:05 +0300 Subject: add the SPDX-License-Identifier to new source files Signed-off-by: Lubomir I. Ivanov --- mobile-widgets/qml/MapWidget.qml | 1 + mobile-widgets/qmlmapwidgethelper.cpp | 1 + mobile-widgets/qmlmapwidgethelper.h | 1 + 3 files changed, 3 insertions(+) (limited to 'mobile-widgets') diff --git a/mobile-widgets/qml/MapWidget.qml b/mobile-widgets/qml/MapWidget.qml index 362c0c3af..0058cc117 100644 --- a/mobile-widgets/qml/MapWidget.qml +++ b/mobile-widgets/qml/MapWidget.qml @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 import QtQuick 2.0 import QtLocation 5.3 import QtPositioning 5.3 diff --git a/mobile-widgets/qmlmapwidgethelper.cpp b/mobile-widgets/qmlmapwidgethelper.cpp index 2bd27fce8..e56d670d3 100644 --- a/mobile-widgets/qmlmapwidgethelper.cpp +++ b/mobile-widgets/qmlmapwidgethelper.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 #include #include "qmlmapwidgethelper.h" diff --git a/mobile-widgets/qmlmapwidgethelper.h b/mobile-widgets/qmlmapwidgethelper.h index 64ec2b75b..9fd427856 100644 --- a/mobile-widgets/qmlmapwidgethelper.h +++ b/mobile-widgets/qmlmapwidgethelper.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 #ifndef QMLMAPWIDGETHELPER_H #define QMLMAPWIDGETHELPER_H -- cgit v1.2.3-70-g09d2