aboutsummaryrefslogtreecommitdiffstats
path: root/boards
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 /boards
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 'boards')
-rw-r--r--boards/AppButtonBoard.qml19
-rw-r--r--boards/AssetsBoard.qml19
-rw-r--r--boards/BaseBoard.qml19
-rw-r--r--boards/ButtonBoard.qml19
-rw-r--r--boards/IconBoard.qml19
-rw-r--r--boards/LabelBoard.qml19
-rw-r--r--boards/ListItemBoard.qml19
-rw-r--r--boards/SliderBoard.qml19
-rw-r--r--boards/StyleBoard.qml19
-rw-r--r--boards/SwitchBoard.qml19
-rw-r--r--boards/TabBoard.qml19
-rw-r--r--boards/TemperatureSliderBoard.qml19
-rw-r--r--boards/TextFieldBoard.qml19
-rw-r--r--boards/ToolBoard.qml19
-rw-r--r--boards/VolumeSliderBoard.qml19
-rw-r--r--boards/WebBrowserBoard.qml19
16 files changed, 176 insertions, 128 deletions
diff --git a/boards/AppButtonBoard.qml b/boards/AppButtonBoard.qml
index 20e705f..82542fc 100644
--- a/boards/AppButtonBoard.qml
+++ b/boards/AppButtonBoard.qml
@@ -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
+**
****************************************************************************/
import QtQuick 2.1
diff --git a/boards/AssetsBoard.qml b/boards/AssetsBoard.qml
index b7d25de..332c299 100644
--- a/boards/AssetsBoard.qml
+++ b/boards/AssetsBoard.qml
@@ -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
+**
****************************************************************************/
import QtQuick 2.0
diff --git a/boards/BaseBoard.qml b/boards/BaseBoard.qml
index 1e3bd18..64ea20f 100644
--- a/boards/BaseBoard.qml
+++ b/boards/BaseBoard.qml
@@ -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
+**
****************************************************************************/
import QtQuick 2.0
diff --git a/boards/ButtonBoard.qml b/boards/ButtonBoard.qml
index 3739b6c..9be033b 100644
--- a/boards/ButtonBoard.qml
+++ b/boards/ButtonBoard.qml
@@ -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
+**
****************************************************************************/
import QtQuick 2.1
diff --git a/boards/IconBoard.qml b/boards/IconBoard.qml
index 9d805a3..c818913 100644
--- a/boards/IconBoard.qml
+++ b/boards/IconBoard.qml
@@ -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
+**
****************************************************************************/
import QtQuick 2.1
diff --git a/boards/LabelBoard.qml b/boards/LabelBoard.qml
index 124f4c8..032c0f0 100644
--- a/boards/LabelBoard.qml
+++ b/boards/LabelBoard.qml
@@ -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
+**
****************************************************************************/
import QtQuick 2.1
diff --git a/boards/ListItemBoard.qml b/boards/ListItemBoard.qml
index d9691c8..786cea3 100644
--- a/boards/ListItemBoard.qml
+++ b/boards/ListItemBoard.qml
@@ -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
+**
****************************************************************************/
import QtQuick 2.1
diff --git a/boards/SliderBoard.qml b/boards/SliderBoard.qml
index 3373f8b..b7ef9ea 100644
--- a/boards/SliderBoard.qml
+++ b/boards/SliderBoard.qml
@@ -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
+**
****************************************************************************/
import QtQuick 2.0
diff --git a/boards/StyleBoard.qml b/boards/StyleBoard.qml
index e59439d..2976db4 100644
--- a/boards/StyleBoard.qml
+++ b/boards/StyleBoard.qml
@@ -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
+**
****************************************************************************/
import QtQuick 2.0
diff --git a/boards/SwitchBoard.qml b/boards/SwitchBoard.qml
index ef080a2..7906fd4 100644
--- a/boards/SwitchBoard.qml
+++ b/boards/SwitchBoard.qml
@@ -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
+**
****************************************************************************/
import QtQuick 2.0
diff --git a/boards/TabBoard.qml b/boards/TabBoard.qml
index 2fd7430..b9e7111 100644
--- a/boards/TabBoard.qml
+++ b/boards/TabBoard.qml
@@ -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
+**
****************************************************************************/
import QtQuick 2.1
diff --git a/boards/TemperatureSliderBoard.qml b/boards/TemperatureSliderBoard.qml
index 548e9e4..171c04f 100644
--- a/boards/TemperatureSliderBoard.qml
+++ b/boards/TemperatureSliderBoard.qml
@@ -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
+**
****************************************************************************/
import QtQuick 2.1
diff --git a/boards/TextFieldBoard.qml b/boards/TextFieldBoard.qml
index c052c14..da353f3 100644
--- a/boards/TextFieldBoard.qml
+++ b/boards/TextFieldBoard.qml
@@ -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
+**
****************************************************************************/
import QtQuick 2.0
diff --git a/boards/ToolBoard.qml b/boards/ToolBoard.qml
index aed996e..fa1fb87 100644
--- a/boards/ToolBoard.qml
+++ b/boards/ToolBoard.qml
@@ -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
+**
****************************************************************************/
import QtQuick 2.1
diff --git a/boards/VolumeSliderBoard.qml b/boards/VolumeSliderBoard.qml
index 7b59fd3..a852421 100644
--- a/boards/VolumeSliderBoard.qml
+++ b/boards/VolumeSliderBoard.qml
@@ -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
+**
****************************************************************************/
import QtQuick 2.0
diff --git a/boards/WebBrowserBoard.qml b/boards/WebBrowserBoard.qml
index 88593dd..812cb46 100644
--- a/boards/WebBrowserBoard.qml
+++ b/boards/WebBrowserBoard.qml
@@ -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
+**
****************************************************************************/
import QtQuick 2.1