add the SPDX-License-Identifier to new source files

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
Lubomir I. Ivanov 2017-07-17 02:04:05 +03:00 committed by Dirk Hohndel
parent 0678e5936c
commit 2cb8fee827
5 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include <QQmlContext> #include <QQmlContext>
#include <QDebug> #include <QDebug>
#include <QQuickItem> #include <QQuickItem>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef MAPWIDGET_H #ifndef MAPWIDGET_H
#define MAPWIDGET_H #define MAPWIDGET_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.0 import QtQuick 2.0
import QtLocation 5.3 import QtLocation 5.3
import QtPositioning 5.3 import QtPositioning 5.3

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include <QDebug> #include <QDebug>
#include "qmlmapwidgethelper.h" #include "qmlmapwidgethelper.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef QMLMAPWIDGETHELPER_H #ifndef QMLMAPWIDGETHELPER_H
#define QMLMAPWIDGETHELPER_H #define QMLMAPWIDGETHELPER_H