Fix another bunch of copyright years, including fixing #397

This commit is contained in:
Jan Dalheimer 2014-11-02 20:08:26 +01:00
parent 9217d9263e
commit d9b2f0ed42
88 changed files with 88 additions and 88 deletions

View file

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