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 --- desktop-widgets/mapwidget.cpp | 1 + desktop-widgets/mapwidget.h | 1 + mobile-widgets/qml/MapWidget.qml | 1 + mobile-widgets/qmlmapwidgethelper.cpp | 1 + mobile-widgets/qmlmapwidgethelper.h | 1 + 5 files changed, 5 insertions(+) diff --git a/desktop-widgets/mapwidget.cpp b/desktop-widgets/mapwidget.cpp index fd461f4a6..9f93faed5 100644 --- a/desktop-widgets/mapwidget.cpp +++ b/desktop-widgets/mapwidget.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 #include #include #include diff --git a/desktop-widgets/mapwidget.h b/desktop-widgets/mapwidget.h index 5481c970a..b7f4aac76 100644 --- a/desktop-widgets/mapwidget.h +++ b/desktop-widgets/mapwidget.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 #ifndef MAPWIDGET_H #define MAPWIDGET_H 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