Merge pull request #3538 from Scotsguy/develop

NOISSUE Update Copyright Year
This commit is contained in:
Petr Mrázek
2021-02-07 02:23:31 +01:00
committed by GitHub
257 changed files with 257 additions and 257 deletions

View File

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