aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2015-11-24 20:02:27 +0100
committerRobert Griebl <robert.griebl@pelagicore.com>2015-11-25 14:39:28 +0000
commit4ffd1515d9d819878706113026da6fc0d03b4f59 (patch)
tree261635d81d4f90405a44223e382e24e8ecc66a6c /plugins
parent977cd1e1121c5eb2f5eeb6b5bb1f360134fb988b (diff)
Tweaked the header layout a little bit, so that it passes the CI check.
Also change-id I8ffe7bca in qtqa is needed for this to work. Change-Id: I0fe48ae32ee01460f3ba2a7cf10ba2a2f0f279d5 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/datasource/datasource.cpp19
-rw-r--r--plugins/datasource/datasource.h19
-rw-r--r--plugins/datasource/plugin.cpp19
-rw-r--r--plugins/datasource/plugin.h19
-rw-r--r--plugins/datasource/sqlquerydatasource.cpp19
-rw-r--r--plugins/datasource/sqlquerydatasource.h19
-rw-r--r--plugins/datasource/sqlquerymodel.cpp19
-rw-r--r--plugins/datasource/sqlquerymodel.h19
-rw-r--r--plugins/datasource/sqltabledatasource.cpp19
-rw-r--r--plugins/datasource/sqltabledatasource.h19
-rw-r--r--plugins/datasource/sqltablemodel.cpp19
-rw-r--r--plugins/datasource/sqltablemodel.h19
-rwxr-xr-xplugins/scripts/scanmovies.py19
-rwxr-xr-xplugins/scripts/scanmusic.py19
14 files changed, 154 insertions, 112 deletions
diff --git a/plugins/datasource/datasource.cpp b/plugins/datasource/datasource.cpp
index 138c96a..6b53f42 100644
--- a/plugins/datasource/datasource.cpp
+++ b/plugins/datasource/datasource.cpp
@@ -1,17 +1,18 @@
/****************************************************************************
**
** Copyright (C) 2015 Pelagicore AG
-** Contact: http://www.pelagicore.com/
+** Contact: http://www.qt.io/ or http://www.pelagicore.com/
**
-** This file is part of Neptune IVI UI.
+** This file is part of the Neptune IVI UI.
**
-** $QT_BEGIN_LICENSE:LGPL3$
+** $QT_BEGIN_LICENSE:GPL3-PELAGICORE$
** Commercial License Usage
-** Licensees holding valid commercial Neptune IVI UI licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Pelagicore. For licensing terms
-** and conditions see http://www.pelagicore.com.
+** Licensees holding valid commercial Pelagicore Neptune IVI UI
+** licenses may use this file in accordance with the commercial license
+** agreement provided with the Software or, alternatively, in accordance
+** with the terms contained in a written agreement between you and
+** Pelagicore. For licensing terms and conditions, contact us at:
+** http://www.pelagicore.com.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
@@ -23,6 +24,8 @@
**
** $QT_END_LICENSE$
**
+** SPDX-License-Identifier: GPL-3.0
+**
****************************************************************************/
#include "datasource.h"
diff --git a/plugins/datasource/datasource.h b/plugins/datasource/datasource.h
index 1574bec..3d248e3 100644
--- a/plugins/datasource/datasource.h
+++ b/plugins/datasource/datasource.h
@@ -1,17 +1,18 @@
/****************************************************************************
**
** Copyright (C) 2015 Pelagicore AG
-** Contact: http://www.pelagicore.com/
+** Contact: http://www.qt.io/ or http://www.pelagicore.com/
**
-** This file is part of Neptune IVI UI.
+** This file is part of the Neptune IVI UI.
**
-** $QT_BEGIN_LICENSE:LGPL3$
+** $QT_BEGIN_LICENSE:GPL3-PELAGICORE$
** Commercial License Usage
-** Licensees holding valid commercial Neptune IVI UI licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Pelagicore. For licensing terms
-** and conditions see http://www.pelagicore.com.
+** Licensees holding valid commercial Pelagicore Neptune IVI UI
+** licenses may use this file in accordance with the commercial license
+** agreement provided with the Software or, alternatively, in accordance
+** with the terms contained in a written agreement between you and
+** Pelagicore. For licensing terms and conditions, contact us at:
+** http://www.pelagicore.com.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
@@ -23,6 +24,8 @@
**
** $QT_END_LICENSE$
**
+** SPDX-License-Identifier: GPL-3.0
+**
****************************************************************************/
#ifndef DATASOURCE_H
diff --git a/plugins/datasource/plugin.cpp b/plugins/datasource/plugin.cpp
index 117ad90..0dd87fd 100644
--- a/plugins/datasource/plugin.cpp
+++ b/plugins/datasource/plugin.cpp
@@ -1,17 +1,18 @@
/****************************************************************************
**
** Copyright (C) 2015 Pelagicore AG
-** Contact: http://www.pelagicore.com/
+** Contact: http://www.qt.io/ or http://www.pelagicore.com/
**
-** This file is part of Neptune IVI UI.
+** This file is part of the Neptune IVI UI.
**
-** $QT_BEGIN_LICENSE:LGPL3$
+** $QT_BEGIN_LICENSE:GPL3-PELAGICORE$
** Commercial License Usage
-** Licensees holding valid commercial Neptune IVI UI licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Pelagicore. For licensing terms
-** and conditions see http://www.pelagicore.com.
+** Licensees holding valid commercial Pelagicore Neptune IVI UI
+** licenses may use this file in accordance with the commercial license
+** agreement provided with the Software or, alternatively, in accordance
+** with the terms contained in a written agreement between you and
+** Pelagicore. For licensing terms and conditions, contact us at:
+** http://www.pelagicore.com.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
@@ -23,6 +24,8 @@
**
** $QT_END_LICENSE$
**
+** SPDX-License-Identifier: GPL-3.0
+**
****************************************************************************/
#include "plugin.h"
diff --git a/plugins/datasource/plugin.h b/plugins/datasource/plugin.h
index 289ae06..bba0a0f 100644
--- a/plugins/datasource/plugin.h
+++ b/plugins/datasource/plugin.h
@@ -1,17 +1,18 @@
/****************************************************************************
**
** Copyright (C) 2015 Pelagicore AG
-** Contact: http://www.pelagicore.com/
+** Contact: http://www.qt.io/ or http://www.pelagicore.com/
**
-** This file is part of Neptune IVI UI.
+** This file is part of the Neptune IVI UI.
**
-** $QT_BEGIN_LICENSE:LGPL3$
+** $QT_BEGIN_LICENSE:GPL3-PELAGICORE$
** Commercial License Usage
-** Licensees holding valid commercial Neptune IVI UI licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Pelagicore. For licensing terms
-** and conditions see http://www.pelagicore.com.
+** Licensees holding valid commercial Pelagicore Neptune IVI UI
+** licenses may use this file in accordance with the commercial license
+** agreement provided with the Software or, alternatively, in accordance
+** with the terms contained in a written agreement between you and
+** Pelagicore. For licensing terms and conditions, contact us at:
+** http://www.pelagicore.com.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
@@ -23,6 +24,8 @@
**
** $QT_END_LICENSE$
**
+** SPDX-License-Identifier: GPL-3.0
+**
****************************************************************************/
#ifndef PLUGIN_H
diff --git a/plugins/datasource/sqlquerydatasource.cpp b/plugins/datasource/sqlquerydatasource.cpp
index 4821ed2..fae43c4 100644
--- a/plugins/datasource/sqlquerydatasource.cpp
+++ b/plugins/datasource/sqlquerydatasource.cpp
@@ -1,17 +1,18 @@
/****************************************************************************
**
** Copyright (C) 2015 Pelagicore AG
-** Contact: http://www.pelagicore.com/
+** Contact: http://www.qt.io/ or http://www.pelagicore.com/
**
-** This file is part of Neptune IVI UI.
+** This file is part of the Neptune IVI UI.
**
-** $QT_BEGIN_LICENSE:LGPL3$
+** $QT_BEGIN_LICENSE:GPL3-PELAGICORE$
** Commercial License Usage
-** Licensees holding valid commercial Neptune IVI UI licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Pelagicore. For licensing terms
-** and conditions see http://www.pelagicore.com.
+** Licensees holding valid commercial Pelagicore Neptune IVI UI
+** licenses may use this file in accordance with the commercial license
+** agreement provided with the Software or, alternatively, in accordance
+** with the terms contained in a written agreement between you and
+** Pelagicore. For licensing terms and conditions, contact us at:
+** http://www.pelagicore.com.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
@@ -23,6 +24,8 @@
**
** $QT_END_LICENSE$
**
+** SPDX-License-Identifier: GPL-3.0
+**
****************************************************************************/
#include "sqlquerydatasource.h"
diff --git a/plugins/datasource/sqlquerydatasource.h b/plugins/datasource/sqlquerydatasource.h
index fff9fb6..4d3bb01 100644
--- a/plugins/datasource/sqlquerydatasource.h
+++ b/plugins/datasource/sqlquerydatasource.h
@@ -1,17 +1,18 @@
/****************************************************************************
**
** Copyright (C) 2015 Pelagicore AG
-** Contact: http://www.pelagicore.com/
+** Contact: http://www.qt.io/ or http://www.pelagicore.com/
**
-** This file is part of Neptune IVI UI.
+** This file is part of the Neptune IVI UI.
**
-** $QT_BEGIN_LICENSE:LGPL3$
+** $QT_BEGIN_LICENSE:GPL3-PELAGICORE$
** Commercial License Usage
-** Licensees holding valid commercial Neptune IVI UI licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Pelagicore. For licensing terms
-** and conditions see http://www.pelagicore.com.
+** Licensees holding valid commercial Pelagicore Neptune IVI UI
+** licenses may use this file in accordance with the commercial license
+** agreement provided with the Software or, alternatively, in accordance
+** with the terms contained in a written agreement between you and
+** Pelagicore. For licensing terms and conditions, contact us at:
+** http://www.pelagicore.com.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
@@ -23,6 +24,8 @@
**
** $QT_END_LICENSE$
**
+** SPDX-License-Identifier: GPL-3.0
+**
****************************************************************************/
#ifndef SQLQUERYDATASOURCE_H
diff --git a/plugins/datasource/sqlquerymodel.cpp b/plugins/datasource/sqlquerymodel.cpp
index 190c44b..6f1fa5e 100644
--- a/plugins/datasource/sqlquerymodel.cpp
+++ b/plugins/datasource/sqlquerymodel.cpp
@@ -1,17 +1,18 @@
/****************************************************************************
**
** Copyright (C) 2015 Pelagicore AG
-** Contact: http://www.pelagicore.com/
+** Contact: http://www.qt.io/ or http://www.pelagicore.com/
**
-** This file is part of Neptune IVI UI.
+** This file is part of the Neptune IVI UI.
**
-** $QT_BEGIN_LICENSE:LGPL3$
+** $QT_BEGIN_LICENSE:GPL3-PELAGICORE$
** Commercial License Usage
-** Licensees holding valid commercial Neptune IVI UI licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Pelagicore. For licensing terms
-** and conditions see http://www.pelagicore.com.
+** Licensees holding valid commercial Pelagicore Neptune IVI UI
+** licenses may use this file in accordance with the commercial license
+** agreement provided with the Software or, alternatively, in accordance
+** with the terms contained in a written agreement between you and
+** Pelagicore. For licensing terms and conditions, contact us at:
+** http://www.pelagicore.com.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
@@ -23,6 +24,8 @@
**
** $QT_END_LICENSE$
**
+** SPDX-License-Identifier: GPL-3.0
+**
****************************************************************************/
#include "sqlquerymodel.h"
diff --git a/plugins/datasource/sqlquerymodel.h b/plugins/datasource/sqlquerymodel.h
index 082961e..056048f 100644
--- a/plugins/datasource/sqlquerymodel.h
+++ b/plugins/datasource/sqlquerymodel.h
@@ -1,17 +1,18 @@
/****************************************************************************
**
** Copyright (C) 2015 Pelagicore AG
-** Contact: http://www.pelagicore.com/
+** Contact: http://www.qt.io/ or http://www.pelagicore.com/
**
-** This file is part of Neptune IVI UI.
+** This file is part of the Neptune IVI UI.
**
-** $QT_BEGIN_LICENSE:LGPL3$
+** $QT_BEGIN_LICENSE:GPL3-PELAGICORE$
** Commercial License Usage
-** Licensees holding valid commercial Neptune IVI UI licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Pelagicore. For licensing terms
-** and conditions see http://www.pelagicore.com.
+** Licensees holding valid commercial Pelagicore Neptune IVI UI
+** licenses may use this file in accordance with the commercial license
+** agreement provided with the Software or, alternatively, in accordance
+** with the terms contained in a written agreement between you and
+** Pelagicore. For licensing terms and conditions, contact us at:
+** http://www.pelagicore.com.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
@@ -23,6 +24,8 @@
**
** $QT_END_LICENSE$
**
+** SPDX-License-Identifier: GPL-3.0
+**
****************************************************************************/
#ifndef SQLQUERYMODEL_H
diff --git a/plugins/datasource/sqltabledatasource.cpp b/plugins/datasource/sqltabledatasource.cpp
index ed1f35b..c54f6ee 100644
--- a/plugins/datasource/sqltabledatasource.cpp
+++ b/plugins/datasource/sqltabledatasource.cpp
@@ -1,17 +1,18 @@
/****************************************************************************
**
** Copyright (C) 2015 Pelagicore AG
-** Contact: http://www.pelagicore.com/
+** Contact: http://www.qt.io/ or http://www.pelagicore.com/
**
-** This file is part of Neptune IVI UI.
+** This file is part of the Neptune IVI UI.
**
-** $QT_BEGIN_LICENSE:LGPL3$
+** $QT_BEGIN_LICENSE:GPL3-PELAGICORE$
** Commercial License Usage
-** Licensees holding valid commercial Neptune IVI UI licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Pelagicore. For licensing terms
-** and conditions see http://www.pelagicore.com.
+** Licensees holding valid commercial Pelagicore Neptune IVI UI
+** licenses may use this file in accordance with the commercial license
+** agreement provided with the Software or, alternatively, in accordance
+** with the terms contained in a written agreement between you and
+** Pelagicore. For licensing terms and conditions, contact us at:
+** http://www.pelagicore.com.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
@@ -23,6 +24,8 @@
**
** $QT_END_LICENSE$
**
+** SPDX-License-Identifier: GPL-3.0
+**
****************************************************************************/
#include "sqltabledatasource.h"
diff --git a/plugins/datasource/sqltabledatasource.h b/plugins/datasource/sqltabledatasource.h
index 1b438f2..61dbb6e 100644
--- a/plugins/datasource/sqltabledatasource.h
+++ b/plugins/datasource/sqltabledatasource.h
@@ -1,17 +1,18 @@
/****************************************************************************
**
** Copyright (C) 2015 Pelagicore AG
-** Contact: http://www.pelagicore.com/
+** Contact: http://www.qt.io/ or http://www.pelagicore.com/
**
-** This file is part of Neptune IVI UI.
+** This file is part of the Neptune IVI UI.
**
-** $QT_BEGIN_LICENSE:LGPL3$
+** $QT_BEGIN_LICENSE:GPL3-PELAGICORE$
** Commercial License Usage
-** Licensees holding valid commercial Neptune IVI UI licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Pelagicore. For licensing terms
-** and conditions see http://www.pelagicore.com.
+** Licensees holding valid commercial Pelagicore Neptune IVI UI
+** licenses may use this file in accordance with the commercial license
+** agreement provided with the Software or, alternatively, in accordance
+** with the terms contained in a written agreement between you and
+** Pelagicore. For licensing terms and conditions, contact us at:
+** http://www.pelagicore.com.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
@@ -23,6 +24,8 @@
**
** $QT_END_LICENSE$
**
+** SPDX-License-Identifier: GPL-3.0
+**
****************************************************************************/
#ifndef SQLTABLEDATASOURCE_H
diff --git a/plugins/datasource/sqltablemodel.cpp b/plugins/datasource/sqltablemodel.cpp
index c0fcf49..7b3b379 100644
--- a/plugins/datasource/sqltablemodel.cpp
+++ b/plugins/datasource/sqltablemodel.cpp
@@ -1,17 +1,18 @@
/****************************************************************************
**
** Copyright (C) 2015 Pelagicore AG
-** Contact: http://www.pelagicore.com/
+** Contact: http://www.qt.io/ or http://www.pelagicore.com/
**
-** This file is part of Neptune IVI UI.
+** This file is part of the Neptune IVI UI.
**
-** $QT_BEGIN_LICENSE:LGPL3$
+** $QT_BEGIN_LICENSE:GPL3-PELAGICORE$
** Commercial License Usage
-** Licensees holding valid commercial Neptune IVI UI licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Pelagicore. For licensing terms
-** and conditions see http://www.pelagicore.com.
+** Licensees holding valid commercial Pelagicore Neptune IVI UI
+** licenses may use this file in accordance with the commercial license
+** agreement provided with the Software or, alternatively, in accordance
+** with the terms contained in a written agreement between you and
+** Pelagicore. For licensing terms and conditions, contact us at:
+** http://www.pelagicore.com.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
@@ -23,6 +24,8 @@
**
** $QT_END_LICENSE$
**
+** SPDX-License-Identifier: GPL-3.0
+**
****************************************************************************/
#include "sqltablemodel.h"
diff --git a/plugins/datasource/sqltablemodel.h b/plugins/datasource/sqltablemodel.h
index c8c8999..1d4425b 100644
--- a/plugins/datasource/sqltablemodel.h
+++ b/plugins/datasource/sqltablemodel.h
@@ -1,17 +1,18 @@
/****************************************************************************
**
** Copyright (C) 2015 Pelagicore AG
-** Contact: http://www.pelagicore.com/
+** Contact: http://www.qt.io/ or http://www.pelagicore.com/
**
-** This file is part of Neptune IVI UI.
+** This file is part of the Neptune IVI UI.
**
-** $QT_BEGIN_LICENSE:LGPL3$
+** $QT_BEGIN_LICENSE:GPL3-PELAGICORE$
** Commercial License Usage
-** Licensees holding valid commercial Neptune IVI UI licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Pelagicore. For licensing terms
-** and conditions see http://www.pelagicore.com.
+** Licensees holding valid commercial Pelagicore Neptune IVI UI
+** licenses may use this file in accordance with the commercial license
+** agreement provided with the Software or, alternatively, in accordance
+** with the terms contained in a written agreement between you and
+** Pelagicore. For licensing terms and conditions, contact us at:
+** http://www.pelagicore.com.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
@@ -23,6 +24,8 @@
**
** $QT_END_LICENSE$
**
+** SPDX-License-Identifier: GPL-3.0
+**
****************************************************************************/
#ifndef SQLTABLEMODEL_H
diff --git a/plugins/scripts/scanmovies.py b/plugins/scripts/scanmovies.py
index 392b493..47e77dc 100755
--- a/plugins/scripts/scanmovies.py
+++ b/plugins/scripts/scanmovies.py
@@ -5,17 +5,18 @@
/****************************************************************************
**
** Copyright (C) 2015 Pelagicore AG
-** Contact: http://www.pelagicore.com/
+** Contact: http://www.qt.io/ or http://www.pelagicore.com/
**
-** This file is part of Neptune IVI UI.
+** This file is part of the Neptune IVI UI.
**
-** $QT_BEGIN_LICENSE:LGPL3$
+** $QT_BEGIN_LICENSE:GPL3-PELAGICORE$
** Commercial License Usage
-** Licensees holding valid commercial Neptune IVI UI licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Pelagicore. For licensing terms
-** and conditions see http://www.pelagicore.com.
+** Licensees holding valid commercial Pelagicore Neptune IVI UI
+** licenses may use this file in accordance with the commercial license
+** agreement provided with the Software or, alternatively, in accordance
+** with the terms contained in a written agreement between you and
+** Pelagicore. For licensing terms and conditions, contact us at:
+** http://www.pelagicore.com.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
@@ -27,6 +28,8 @@
**
** $QT_END_LICENSE$
**
+** SPDX-License-Identifier: GPL-3.0
+**
****************************************************************************/
"""
diff --git a/plugins/scripts/scanmusic.py b/plugins/scripts/scanmusic.py
index 43e2192..2f39c42 100755
--- a/plugins/scripts/scanmusic.py
+++ b/plugins/scripts/scanmusic.py
@@ -5,17 +5,18 @@
/****************************************************************************
**
** Copyright (C) 2015 Pelagicore AG
-** Contact: http://www.pelagicore.com/
+** Contact: http://www.qt.io/ or http://www.pelagicore.com/
**
-** This file is part of Neptune IVI UI.
+** This file is part of the Neptune IVI UI.
**
-** $QT_BEGIN_LICENSE:LGPL3$
+** $QT_BEGIN_LICENSE:GPL3-PELAGICORE$
** Commercial License Usage
-** Licensees holding valid commercial Neptune IVI UI licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Pelagicore. For licensing terms
-** and conditions see http://www.pelagicore.com.
+** Licensees holding valid commercial Pelagicore Neptune IVI UI
+** licenses may use this file in accordance with the commercial license
+** agreement provided with the Software or, alternatively, in accordance
+** with the terms contained in a written agreement between you and
+** Pelagicore. For licensing terms and conditions, contact us at:
+** http://www.pelagicore.com.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
@@ -27,6 +28,8 @@
**
** $QT_END_LICENSE$
**
+** SPDX-License-Identifier: GPL-3.0
+**
****************************************************************************/
"""