summaryrefslogtreecommitdiff
path: root/app/gdp-hmi-panel/main.qml
diff options
context:
space:
mode:
authorRobert Marshall <robert.marshall@codethink.co.uk>2016-07-14 09:56:16 +0100
committerTom Pollard <tom_pollard@hotmail.co.uk>2016-07-14 09:56:16 +0100
commitdcd70d67c656e6f457b1580bba3b3fe386ca3fbe (patch)
tree9bb0d3c9d8761da0e6367186f20fb17635b2645c /app/gdp-hmi-panel/main.qml
parent880fc8634ccf2f31a3a115df4ac35ee413d42087 (diff)
downloadgenivi-demo-platform-hmi-dcd70d67c656e6f457b1580bba3b3fe386ca3fbe.tar.gz
[GDP-279] Fix dates in hmi (#2)HEADmaster
Update copyright on gdp apps screen
Diffstat (limited to 'app/gdp-hmi-panel/main.qml')
-rw-r--r--app/gdp-hmi-panel/main.qml6
1 files changed, 3 insertions, 3 deletions
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