summaryrefslogtreecommitdiffstats
path: root/MultiMC.cpp
diff options
context:
space:
mode:
authorJan Dalheimer <jan@dalheimer.de>2014-11-02 20:08:26 +0100
committerJan Dalheimer <jan@dalheimer.de>2014-11-02 20:08:26 +0100
commitd9b2f0ed429843f7dfbf4caffa3b931a28f0f6d6 (patch)
tree6495d9a41e3caedaf01fe01a5430f8d4214bab69 /MultiMC.cpp
parent9217d9263e82653a9f93108f312de0b40be222ba (diff)
downloadMultiMC-d9b2f0ed429843f7dfbf4caffa3b931a28f0f6d6.tar
MultiMC-d9b2f0ed429843f7dfbf4caffa3b931a28f0f6d6.tar.gz
MultiMC-d9b2f0ed429843f7dfbf4caffa3b931a28f0f6d6.tar.lz
MultiMC-d9b2f0ed429843f7dfbf4caffa3b931a28f0f6d6.tar.xz
MultiMC-d9b2f0ed429843f7dfbf4caffa3b931a28f0f6d6.zip
Fix another bunch of copyright years, including fixing #397
Diffstat (limited to 'MultiMC.cpp')
-rw-r--r--MultiMC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/MultiMC.cpp b/MultiMC.cpp
index 4423eca1..258d7103 100644
--- a/MultiMC.cpp
+++ b/MultiMC.cpp
@@ -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())