From f6c2c96cdc0d183220be55019db499c456a4c380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20W=2E=20Urba=C5=84czyk?= Date: Sat, 1 Mar 2014 18:46:54 +0000 Subject: [PATCH] Copyright update. --- README | 2 +- client/CMT.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 7ab16a04c..ed9990a2f 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ VCMI Project - Copyright (C) 2007-2013 VCMI Team (check AUTHORS file for the contributors list) + Copyright (C) 2007-2014 VCMI Team (check AUTHORS file for the contributors list) VCMI is an open-source project aiming to reimplement HMM3:WoG game engine, giving it new and extended possibilities. diff --git a/client/CMT.cpp b/client/CMT.cpp index 3f2ed7741..cb4735cb0 100644 --- a/client/CMT.cpp +++ b/client/CMT.cpp @@ -179,7 +179,7 @@ static void prog_version(void) static void prog_help(const po::options_description &opts) { printf("%s - A Heroes of Might and Magic 3 clone\n", GameConstants::VCMI_VERSION.c_str()); - printf("Copyright (C) 2007-2012 VCMI dev team - see AUTHORS file\n"); + printf("Copyright (C) 2007-2014 VCMI dev team - see AUTHORS file\n"); printf("This is free software; see the source for copying conditions. There is NO\n"); printf("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"); printf("\n");