Change copyright dates to 2015

This commit is contained in:
Greenphlem
2015-02-02 14:25:30 -08:00
committed by Petr Mrázek
parent 49ff31f131
commit c6c5134398
204 changed files with 204 additions and 204 deletions

View File

@@ -171,7 +171,7 @@ MultiMC::MultiMC(int &argc, char **argv, bool test_mode) : QApplication(argc, ar
// init the logger
initLogger();
QLOG_INFO() << "MultiMC 5, (c) 2013-2014 MultiMC Contributors";
QLOG_INFO() << "MultiMC 5, (c) 2013-2015 MultiMC Contributors";
QLOG_INFO() << "Version : " << BuildConfig.VERSION_STR;
QLOG_INFO() << "Git commit : " << BuildConfig.GIT_COMMIT;
if (adjustedBy.size())