1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-19 12:21:52 +02:00

Update copyright to 2014

This commit is contained in:
Jason Herskowitz
2014-07-01 17:03:27 -04:00
parent cb178c7c74
commit 81e2767731

View File

@@ -1330,7 +1330,7 @@ TomahawkWindow::showAboutTomahawk()
.arg( TomahawkUtils::appFriendlyVersion() );
#endif
const QString copyright( tr( "Copyright 2010 - 2013" ) );
const QString copyright( tr( "Copyright 2010 - 2014" ) );
const QString thanksto( tr( "Thanks to:" ) );
desc = QString( "%1<br/>Christian Muehlhaeuser &lt;muesli@tomahawk-player.org&gt;<br/><br/>"