updated the copyright year in AboutPages

This commit is contained in:
Hauke Schade 2016-01-15 20:21:09 +01:00
parent d6ca282265
commit ba233d0906
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ MenuItem {
// slogan : '',
donatebutton: qsTr("Buy me a beer"),
donateurl: constant.donateUrl,
text: qsTr("Author: %1").arg("Hauke Schade 2012-2015") + "<br/>"
text: qsTr("Author: %1").arg("Hauke Schade 2012-2016") + "<br/>"
+ qsTr("Thanks to:") + " "
+ "Francois Cattin, Jakub Kožíšek, Alberto Mardegan, gwmgdemj, equeim, Silviu Vulcan, Michael Käufl, Patrik Nilsson, Alexey, clovis86, Heimen Stoffels",
homepageurl: constant.website,

View file

@ -86,7 +86,7 @@ Page {
anchors.horizontalCenter: parent.horizontalCenter
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
font.pixelSize: Theme.fontSizeSmall
text: "<b>Copyright © 20122015 Hauke Schade</b>"
text: "<b>Copyright © 20122016 Hauke Schade</b>"
}
Row {