summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--app/gdp-hmi-launcher/main.qml4
-rw-r--r--app/gdp-hmi-panel/main.qml6
3 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index d1cae60..42da2ad 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# GENIVI Demo Platform HMI
-This repository holds source code for the GENIVI Demo Platform (GDP) launcher application and HMI. This software is used to demonstrate lower level GENIVI APIs as well as an interface to the GDP itself.
+# GENIVI Development Platform HMI
+This repository holds source code for the GENIVI Development Platform (GDP) launcher application and HMI. This software is used to demonstrate lower level GENIVI APIs as well as an interface to the GDP itself.
Copyright (C) GENIVI Alliance 2016
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