From d9b2f0ed429843f7dfbf4caffa3b931a28f0f6d6 Mon Sep 17 00:00:00 2001 From: Jan Dalheimer Date: Sun, 2 Nov 2014 20:08:26 +0100 Subject: Fix another bunch of copyright years, including fixing #397 --- MultiMC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MultiMC.cpp') 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()) -- cgit v1.2.3