Update Copyright Year

This commit is contained in:
AppleTheGolden
2019-01-16 21:14:24 +01:00
parent d6ace374d8
commit 437dec91f9
242 changed files with 242 additions and 242 deletions

View File

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