Skip to content
This repository was archived by the owner on Oct 26, 2021. It is now read-only.

Commit dcd70d6

Browse files
RobertAJMarshalltom--pollard
authored andcommitted
[GDP-279] Fix dates in hmi (#2)
Update copyright on gdp apps screen
1 parent 880fc86 commit dcd70d6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GENIVI Demo Platform HMI
2-
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.
1+
# GENIVI Development Platform HMI
2+
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.
33

44
Copyright (C) GENIVI Alliance 2016

app/gdp-hmi-launcher/main.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 2015 GENIVI Alliance
55
*
6-
* This file is part of GENIVI Demo Platform HMI.
6+
* This file is part of GENIVI Development Platform HMI.
77
*
88
* This Source Code Form is subject to the terms of the Mozilla Public
99
* License (MPL), v. 2.0. If a copy of the MPL was not distributed with this
@@ -141,7 +141,7 @@ Rectangle {
141141
color: "#ffffff"
142142
style: Text.Normal
143143
font.pixelSize: 12
144-
text: qsTr("Copyright © 2015, GENIVI Alliance")
144+
text: qsTr("Copyright © 2016, GENIVI Alliance")
145145
anchors.bottom: parent.bottom
146146
anchors.bottomMargin: 8
147147
anchors.right: parent.right

app/gdp-hmi-panel/main.qml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* SPDX license identifier: MPL-2.0
33
*
4-
* Copyright (C) 2015 GENIVI Alliance
4+
* Copyright (C) 2016 GENIVI Alliance
55
*
6-
* This file is part of GENIVI Demo Platform HMI.
6+
* This file is part of GENIVI Development Platform HMI.
77
*
88
* This Source Code Form is subject to the terms of the Mozilla Public
99
* License (MPL), v. 2.0. If a copy of the MPL was not distributed with this
@@ -58,7 +58,7 @@ Rectangle {
5858
color: "#ffffff"
5959
style: Text.Normal
6060
font.pixelSize: 12
61-
text: qsTr("Copyright © 2015, GENIVI Alliance")
61+
text: qsTr("Copyright © 2016, GENIVI Alliance")
6262
anchors.bottom: parent.bottom
6363
anchors.bottomMargin: 8
6464
anchors.right: parent.right

0 commit comments

Comments
 (0)