diff options
author | Robert Griebl <robert.griebl@pelagicore.com> | 2015-11-24 20:02:27 +0100 |
---|---|---|
committer | Robert Griebl <robert.griebl@pelagicore.com> | 2015-11-25 14:39:28 +0000 |
commit | 4ffd1515d9d819878706113026da6fc0d03b4f59 (patch) | |
tree | 261635d81d4f90405a44223e382e24e8ecc66a6c /boards/IconBoard.qml | |
parent | 977cd1e1121c5eb2f5eeb6b5bb1f360134fb988b (diff) | |
download | neptune-ui-4ffd1515d9d819878706113026da6fc0d03b4f59.tar.gz |
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/IconBoard.qml')
-rw-r--r-- | boards/IconBoard.qml | 19 |
1 files changed, 11 insertions, 8 deletions
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 |