aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBramastyo Harimukti <bramastyo.harimukti.santoso@pelagicore.com>2019-08-08 12:25:58 +0200
committerBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2019-08-08 10:59:49 +0000
commit0df363da0750d7806f0528190bfcd81707a2f95b (patch)
treefaa60cf38b0d71eb31a505d4f14c20a0dc1a2e0c /tests
parent88d45db35050b5e522599a09456af4cdfae2df6c (diff)
[license] remove "ivi" and leave Neptune 3 UI as its project name
Change-Id: I857ccffbeb584c05f74d35bd36e948dff9970073 Reviewed-by: Vladimir Minenko <vladimir.minenko@pelagicore.com> Reviewed-by: Kavindra Palaraja <kpalaraja@luxoft.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/dummyimports/QtApplicationManager/Application/ApplicationManagerWindow.qml2
-rw-r--r--tests/dummyimports/QtApplicationManager/Notification.qml2
-rw-r--r--tests/dummyimports/QtApplicationManager/SystemUI/ApplicationIPCInterface.qml2
-rw-r--r--tests/dummyimports/QtApplicationManager/SystemUI/ApplicationManager.qml2
-rw-r--r--tests/dummyimports/QtApplicationManager/SystemUI/SystemMonitor.qml2
-rw-r--r--tests/dummyimports/QtApplicationManager/SystemUI/WindowItem.qml2
-rw-r--r--tests/dummyimports/QtApplicationManager/SystemUI/WindowManager.qml2
-rw-r--r--tests/qmltests/FakeAppInfo.qml2
-rw-r--r--tests/qmltests/NeptuneTestCase.qml2
-rw-r--r--tests/qmltests/tst_ApplicationWidget.qml2
-rw-r--r--tests/qmltests/tst_WidgetDrawer.qml2
-rw-r--r--tests/qmltests/tst_WidgetGrid.qml2
12 files changed, 12 insertions, 12 deletions
diff --git a/tests/dummyimports/QtApplicationManager/Application/ApplicationManagerWindow.qml b/tests/dummyimports/QtApplicationManager/Application/ApplicationManagerWindow.qml
index a1d8fb29..289fe951 100644
--- a/tests/dummyimports/QtApplicationManager/Application/ApplicationManagerWindow.qml
+++ b/tests/dummyimports/QtApplicationManager/Application/ApplicationManagerWindow.qml
@@ -4,7 +4,7 @@
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Neptune 3 IVI UI.
+** This file is part of the Neptune 3 UI.
**
** $QT_BEGIN_LICENSE:GPL-QTAS$
** Commercial License Usage
diff --git a/tests/dummyimports/QtApplicationManager/Notification.qml b/tests/dummyimports/QtApplicationManager/Notification.qml
index 64d7eca7..44e904ea 100644
--- a/tests/dummyimports/QtApplicationManager/Notification.qml
+++ b/tests/dummyimports/QtApplicationManager/Notification.qml
@@ -5,7 +5,7 @@
** Copyright (C) 2016 Klarälvdalens Datakonsult AB, a KDAB Group company
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Neptune 3 IVI UI.
+** This file is part of the Neptune 3 UI.
**
** $QT_BEGIN_LICENSE:GPL-QTAS$
** Commercial License Usage
diff --git a/tests/dummyimports/QtApplicationManager/SystemUI/ApplicationIPCInterface.qml b/tests/dummyimports/QtApplicationManager/SystemUI/ApplicationIPCInterface.qml
index 384cf6cf..baf16553 100644
--- a/tests/dummyimports/QtApplicationManager/SystemUI/ApplicationIPCInterface.qml
+++ b/tests/dummyimports/QtApplicationManager/SystemUI/ApplicationIPCInterface.qml
@@ -5,7 +5,7 @@
** Copyright (C) 2016 Klarälvdalens Datakonsult AB, a KDAB Group company
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Neptune 3 IVI UI.
+** This file is part of the Neptune 3 UI.
**
** $QT_BEGIN_LICENSE:GPL-QTAS$
** Commercial License Usage
diff --git a/tests/dummyimports/QtApplicationManager/SystemUI/ApplicationManager.qml b/tests/dummyimports/QtApplicationManager/SystemUI/ApplicationManager.qml
index 646165df..6e378a78 100644
--- a/tests/dummyimports/QtApplicationManager/SystemUI/ApplicationManager.qml
+++ b/tests/dummyimports/QtApplicationManager/SystemUI/ApplicationManager.qml
@@ -4,7 +4,7 @@
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Neptune 3 IVI UI.
+** This file is part of the Neptune 3 UI.
**
** $QT_BEGIN_LICENSE:GPL-QTAS$
** Commercial License Usage
diff --git a/tests/dummyimports/QtApplicationManager/SystemUI/SystemMonitor.qml b/tests/dummyimports/QtApplicationManager/SystemUI/SystemMonitor.qml
index 525d5dd7..84dca296 100644
--- a/tests/dummyimports/QtApplicationManager/SystemUI/SystemMonitor.qml
+++ b/tests/dummyimports/QtApplicationManager/SystemUI/SystemMonitor.qml
@@ -5,7 +5,7 @@
** Copyright (C) 2016 Klarälvdalens Datakonsult AB, a KDAB Group company
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Neptune 3 IVI UI.
+** This file is part of the Neptune 3 UI.
**
** $QT_BEGIN_LICENSE:GPL-QTAS$
** Commercial License Usage
diff --git a/tests/dummyimports/QtApplicationManager/SystemUI/WindowItem.qml b/tests/dummyimports/QtApplicationManager/SystemUI/WindowItem.qml
index 098b04cf..a2872c6b 100644
--- a/tests/dummyimports/QtApplicationManager/SystemUI/WindowItem.qml
+++ b/tests/dummyimports/QtApplicationManager/SystemUI/WindowItem.qml
@@ -4,7 +4,7 @@
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Neptune 3 IVI UI.
+** This file is part of the Neptune 3 UI.
**
** $QT_BEGIN_LICENSE:GPL-QTAS$
** Commercial License Usage
diff --git a/tests/dummyimports/QtApplicationManager/SystemUI/WindowManager.qml b/tests/dummyimports/QtApplicationManager/SystemUI/WindowManager.qml
index 5c97d20b..e24c34b4 100644
--- a/tests/dummyimports/QtApplicationManager/SystemUI/WindowManager.qml
+++ b/tests/dummyimports/QtApplicationManager/SystemUI/WindowManager.qml
@@ -4,7 +4,7 @@
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Neptune 3 IVI UI.
+** This file is part of the Neptune 3 UI.
**
** $QT_BEGIN_LICENSE:GPL-QTAS$
** Commercial License Usage
diff --git a/tests/qmltests/FakeAppInfo.qml b/tests/qmltests/FakeAppInfo.qml
index e5dfa338..a69a9807 100644
--- a/tests/qmltests/FakeAppInfo.qml
+++ b/tests/qmltests/FakeAppInfo.qml
@@ -4,7 +4,7 @@
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Neptune 3 IVI UI.
+** This file is part of the Neptune 3 UI.
**
** $QT_BEGIN_LICENSE:GPL-QTAS$
** Commercial License Usage
diff --git a/tests/qmltests/NeptuneTestCase.qml b/tests/qmltests/NeptuneTestCase.qml
index 3cf2100b..d6fc3b51 100644
--- a/tests/qmltests/NeptuneTestCase.qml
+++ b/tests/qmltests/NeptuneTestCase.qml
@@ -4,7 +4,7 @@
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Neptune 3 IVI UI.
+** This file is part of the Neptune 3 UI.
**
** $QT_BEGIN_LICENSE:GPL-QTAS$
** Commercial License Usage
diff --git a/tests/qmltests/tst_ApplicationWidget.qml b/tests/qmltests/tst_ApplicationWidget.qml
index a49d1ebd..78adb862 100644
--- a/tests/qmltests/tst_ApplicationWidget.qml
+++ b/tests/qmltests/tst_ApplicationWidget.qml
@@ -4,7 +4,7 @@
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Neptune 3 IVI UI.
+** This file is part of the Neptune 3 UI.
**
** $QT_BEGIN_LICENSE:GPL-QTAS$
** Commercial License Usage
diff --git a/tests/qmltests/tst_WidgetDrawer.qml b/tests/qmltests/tst_WidgetDrawer.qml
index be6ca310..f7866a75 100644
--- a/tests/qmltests/tst_WidgetDrawer.qml
+++ b/tests/qmltests/tst_WidgetDrawer.qml
@@ -4,7 +4,7 @@
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Neptune 3 IVI UI.
+** This file is part of the Neptune 3 UI.
**
** $QT_BEGIN_LICENSE:GPL-QTAS$
** Commercial License Usage
diff --git a/tests/qmltests/tst_WidgetGrid.qml b/tests/qmltests/tst_WidgetGrid.qml
index 0159b1a7..6abbefbb 100644
--- a/tests/qmltests/tst_WidgetGrid.qml
+++ b/tests/qmltests/tst_WidgetGrid.qml
@@ -4,7 +4,7 @@
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Neptune 3 IVI UI.
+** This file is part of the Neptune 3 UI.
**
** $QT_BEGIN_LICENSE:GPL-QTAS$
** Commercial License Usage