From f530aae9d3e463eede56d51314ed09919090e383 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sun, 8 Jan 2017 04:58:05 +0100 Subject: NOISSUE update all the Copyright comments and texts to include 2017 --- application/MultiMC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/MultiMC.cpp') 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; -- cgit