diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-01-08 04:58:05 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-01-08 04:58:05 +0100 |
commit | f530aae9d3e463eede56d51314ed09919090e383 (patch) | |
tree | 0c3e6434f277d8510dad0737d0a68de8e2ee9164 /application/MultiMC.cpp | |
parent | 5ea224f8f56a25cc2ac22d80c47939c4121fceb9 (diff) | |
download | PrismLauncher-f530aae9d3e463eede56d51314ed09919090e383.tar.gz PrismLauncher-f530aae9d3e463eede56d51314ed09919090e383.tar.bz2 PrismLauncher-f530aae9d3e463eede56d51314ed09919090e383.zip |
NOISSUE update all the Copyright comments and texts to include 2017
Diffstat (limited to 'application/MultiMC.cpp')
-rw-r--r-- | application/MultiMC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/MultiMC.cpp b/application/MultiMC.cpp index 64a88440..4b4cd6a9 100644 --- a/application/MultiMC.cpp +++ b/application/MultiMC.cpp @@ -235,7 +235,7 @@ MultiMC::MultiMC(int &argc, char **argv) : QApplication(argc, argv) // init the logger initLogger(); - qDebug() << "MultiMC 5, (c) 2013-2015 MultiMC Contributors"; + qDebug() << "MultiMC 5, (c) 2013-2017 MultiMC Contributors"; qDebug() << "Version : " << BuildConfig.printableVersionString(); qDebug() << "Git commit : " << BuildConfig.GIT_COMMIT; qDebug() << "Git refspec : " << BuildConfig.GIT_REFSPEC; |