Add SPDX header to mobile widgets and QML files

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-04-27 20:30:36 +02:00
parent 59ed9ea3fc
commit 8525805f04
18 changed files with 18 additions and 0 deletions

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.3
import QtQuick.Layouts 1.1
import org.kde.kirigami 2.0 as Kirigami

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.3
import QtQuick.Controls 2.0
import QtQuick.Window 2.2

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.4
import QtQuick.Controls 2.0
import QtQuick.Dialogs 1.2

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.3
import QtQuick.Controls 2.0
import QtQuick.Dialogs 1.2

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.3
/*
import QtWebView 1.0

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.6
import QtQuick.Controls 2.0
import QtQuick.Layouts 1.2

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.3
import QtQuick.Controls 1.4 as QQC1
import QtQuick.Controls 2.0

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.3
import QtQuick.Window 2.2
import QtQuick.Dialogs 1.2

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.6
import QtQuick.Controls 2.0
import QtGraphicalEffects 1.0

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.3
import QtQuick.Window 2.2
import QtQuick.Dialogs 1.2

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.3
import QtQuick.Controls 2.0
import QtQuick.Window 2.2

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.5
import QtQuick.Layouts 1.1
import org.kde.kirigami 2.0 as Kirigami

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.5
import QtQuick.Layouts 1.1
import QtQuick.Window 2.2

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.4
import QtQuick.Controls 2.0
import QtQuick.Window 2.2

View file

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

View file

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

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "qmlprofile.h"
#include "qmlmanager.h"
#include "profile-widget/profilewidget2.h"

View file

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