mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Copyright update.
This commit is contained in:
parent
c7f57406eb
commit
f6c2c96cdc
2
README
2
README
@ -1,5 +1,5 @@
|
|||||||
VCMI Project
|
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,
|
VCMI is an open-source project aiming to reimplement HMM3:WoG game engine,
|
||||||
giving it new and extended possibilities.
|
giving it new and extended possibilities.
|
||||||
|
@ -179,7 +179,7 @@ static void prog_version(void)
|
|||||||
static void prog_help(const po::options_description &opts)
|
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("%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("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("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user