1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

Update Copyright: Splashscreen and About

This commit is contained in:
Laurent Lalanne 2016-09-22 19:51:09 +02:00
parent 8b656cfa2b
commit dd62790ebf
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ GCSSplashScreen::GCSSplashScreen() :
m_painter->setFont(font);
m_painter->drawText(405, 170, QString(CopyrightSymbol) +
QString(" ") + VersionInfo::year() +
QString(" 2015-") + VersionInfo::year() +
QString(tr(" The %1 Project - All Rights Reserved").arg(ORG_BIG_NAME)));
m_painter->drawText(405, 182, QString(CopyrightSymbol) +

View File

@ -58,8 +58,8 @@ AboutDialog::AboutDialog(QWidget *parent) :
"Built on %4 at %5<br/>"
"Based on Qt %6 (%7 bit)<br/>"
"<br/>"
"\u00A9 The %8 Project, %9. All rights reserved.<br/>"
"\u00A9 The OpenPilot Project 2010-2015. All rights reserved.<br/>"
"\u00A9 The %8 Project, 2015-%9. All rights reserved.<br/>"
"\u00A9 The OpenPilot Project, 2010-2015. All rights reserved.<br/>"
).arg(
VersionInfo::revision().left(60), // %1
VersionInfo::uavoHash().left(8), // %2