diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-07-17 02:04:05 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-28 07:31:11 -0700 |
commit | 2cb8fee827f82bc6b79a75da40148a7417c2581b (patch) | |
tree | 61a6c597c10ab38172d56215a8271333d037a8de | |
parent | 0678e5936c7171b01ee2590c392531dc3ce08dac (diff) | |
download | subsurface-2cb8fee827f82bc6b79a75da40148a7417c2581b.tar.gz |
add the SPDX-License-Identifier to new source files
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
-rw-r--r-- | desktop-widgets/mapwidget.cpp | 1 | ||||
-rw-r--r-- | desktop-widgets/mapwidget.h | 1 | ||||
-rw-r--r-- | mobile-widgets/qml/MapWidget.qml | 1 | ||||
-rw-r--r-- | mobile-widgets/qmlmapwidgethelper.cpp | 1 | ||||
-rw-r--r-- | mobile-widgets/qmlmapwidgethelper.h | 1 |
5 files changed, 5 insertions, 0 deletions
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 <QQmlContext>
#include <QDebug>
#include <QQuickItem>
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 <QDebug>
#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
|