NOISSUE update copyright dates

This commit is contained in:
Petr Mrázek 2018-02-11 00:40:01 +01:00
parent 38e669dbf5
commit f259e9f727
234 changed files with 234 additions and 234 deletions

View file

@ -338,7 +338,7 @@ MultiMC::MultiMC(int &argc, char **argv) : QApplication(argc, argv)
ENV.setJarsPath( TOSTRING(MULTIMC_JARS_LOCATION) );
#endif
qDebug() << "MultiMC 5, (c) 2013-2017 MultiMC Contributors";
qDebug() << "MultiMC 5, (c) 2013-2018 MultiMC Contributors";
qDebug() << "Version : " << BuildConfig.printableVersionString();
qDebug() << "Git commit : " << BuildConfig.GIT_COMMIT;
qDebug() << "Git refspec : " << BuildConfig.GIT_REFSPEC;