summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/gdp-hmi-launcher/main.qml4
-rw-r--r--app/gdp-hmi-panel/main.qml6
2 files changed, 5 insertions, 5 deletions
diff --git a/app/gdp-hmi-launcher/main.qml b/app/gdp-hmi-launcher/main.qml
index 219018c..a954259 100644
--- a/app/gdp-hmi-launcher/main.qml
+++ b/app/gdp-hmi-launcher/main.qml
@@ -3,7 +3,7 @@
*
* Copyright (C) 2015 GENIVI Alliance
*
- * This file is part of GENIVI Demo Platform HMI.
+ * This file is part of GENIVI Development Platform HMI.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License (MPL), v. 2.0. If a copy of the MPL was not distributed with this
@@ -141,7 +141,7 @@ Rectangle {
color: "#ffffff"
style: Text.Normal
font.pixelSize: 12
- text: qsTr("Copyright © 2015, GENIVI Alliance")
+ text: qsTr("Copyright © 2016, GENIVI Alliance")
anchors.bottom: parent.bottom
anchors.bottomMargin: 8
anchors.right: parent.right
diff --git a/app/gdp-hmi-panel/main.qml b/app/gdp-hmi-panel/main.qml
index 48c831f..84065aa 100644
--- a/app/gdp-hmi-panel/main.qml
+++ b/app/gdp-hmi-panel/main.qml
@@ -1,9 +1,9 @@
/**
* SPDX license identifier: MPL-2.0
*
- * Copyright (C) 2015 GENIVI Alliance
+ * Copyright (C) 2016 GENIVI Alliance
*
- * This file is part of GENIVI Demo Platform HMI.
+ * This file is part of GENIVI Development Platform HMI.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License (MPL), v. 2.0. If a copy of the MPL was not distributed with this
@@ -58,7 +58,7 @@ Rectangle {
color: "#ffffff"
style: Text.Normal
font.pixelSize: 12
- text: qsTr("Copyright © 2015, GENIVI Alliance")
+ text: qsTr("Copyright © 2016, GENIVI Alliance")
anchors.bottom: parent.bottom
anchors.bottomMargin: 8
anchors.right: parent.right