diff --git a/ground/gcs/src/app/gcssplashscreen.cpp b/ground/gcs/src/app/gcssplashscreen.cpp
index cffac1202..058ed8852 100644
--- a/ground/gcs/src/app/gcssplashscreen.cpp
+++ b/ground/gcs/src/app/gcssplashscreen.cpp
@@ -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) +
diff --git a/ground/gcs/src/plugins/coreplugin/aboutdialog.cpp b/ground/gcs/src/plugins/coreplugin/aboutdialog.cpp
index 5ba3e0ab9..574f57e59 100644
--- a/ground/gcs/src/plugins/coreplugin/aboutdialog.cpp
+++ b/ground/gcs/src/plugins/coreplugin/aboutdialog.cpp
@@ -58,8 +58,8 @@ AboutDialog::AboutDialog(QWidget *parent) :
"Built on %4 at %5
"
"Based on Qt %6 (%7 bit)
"
"
"
- "\u00A9 The %8 Project, %9. All rights reserved.
"
- "\u00A9 The OpenPilot Project 2010-2015. All rights reserved.
"
+ "\u00A9 The %8 Project, 2015-%9. All rights reserved.
"
+ "\u00A9 The OpenPilot Project, 2010-2015. All rights reserved.
"
).arg(
VersionInfo::revision().left(60), // %1
VersionInfo::uavoHash().left(8), // %2