From c6c5134398dfd5ff34bcb56ffb8334df63b4750f Mon Sep 17 00:00:00 2001 From: Greenphlem Date: Mon, 2 Feb 2015 14:25:30 -0800 Subject: Change copyright dates to 2015 --- MultiMC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MultiMC.cpp') diff --git a/MultiMC.cpp b/MultiMC.cpp index ae63d5f0..3eaf90e3 100644 --- a/MultiMC.cpp +++ b/MultiMC.cpp @@ -171,7 +171,7 @@ MultiMC::MultiMC(int &argc, char **argv, bool test_mode) : QApplication(argc, ar // init the logger initLogger(); - QLOG_INFO() << "MultiMC 5, (c) 2013-2014 MultiMC Contributors"; + QLOG_INFO() << "MultiMC 5, (c) 2013-2015 MultiMC Contributors"; QLOG_INFO() << "Version : " << BuildConfig.VERSION_STR; QLOG_INFO() << "Git commit : " << BuildConfig.GIT_COMMIT; if (adjustedBy.size()) -- cgit v1.2.3