diff options
author | Maytichai Saowa <nightcoremax@gmail.com> | 2018-05-31 23:18:47 +0700 |
---|---|---|
committer | Maytichai Saowa <nightcoremax@gmail.com> | 2018-05-31 23:18:47 +0700 |
commit | 34f5a72a2e40aca8f502d8d7ec5f77d6881b29c9 (patch) | |
tree | d01d7bc69e34a3be256f32e794ed26eb9fa41aa0 /src/common/console.c | |
parent | fc175850efdb4dd258dd8bbab4b01be8f1c327fa (diff) | |
download | hercules-34f5a72a2e40aca8f502d8d7ec5f77d6881b29c9.tar.gz hercules-34f5a72a2e40aca8f502d8d7ec5f77d6881b29c9.tar.bz2 hercules-34f5a72a2e40aca8f502d8d7ec5f77d6881b29c9.tar.xz hercules-34f5a72a2e40aca8f502d8d7ec5f77d6881b29c9.zip |
2012-2018 !
Diffstat (limited to 'src/common/console.c')
-rw-r--r-- | src/common/console.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/console.c b/src/common/console.c index 0f79b9494..0b0a900f6 100644 --- a/src/common/console.c +++ b/src/common/console.c @@ -2,7 +2,7 @@ * This file is part of Hercules. * http://herc.ws - http://github.com/HerculesWS/Hercules * - * Copyright (C) 2012-2016 Hercules Dev Team + * Copyright (C) 2012-2018 Hercules Dev Team * Copyright (C) Athena Dev Teams * * Hercules is free software: you can redistribute it and/or modify @@ -100,7 +100,7 @@ void display_title(void) */ void display_gplnotice(void) { - ShowInfo("Hercules, Copyright (C) 2012-2016, Hercules Dev Team and others.\n"); + ShowInfo("Hercules, Copyright (C) 2012-2018, Hercules Dev Team and others.\n"); ShowInfo("Licensed under the GNU General Public License, version 3 or later.\n"); } |