summaryrefslogtreecommitdiff
path: root/src/common/console.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-06-02 15:39:01 +0200
committerGitHub <noreply@github.com>2018-06-02 15:39:01 +0200
commit9370c15bc97eeabb9b0c98898520b2daca22bcf5 (patch)
treed01d7bc69e34a3be256f32e794ed26eb9fa41aa0 /src/common/console.c
parentfc175850efdb4dd258dd8bbab4b01be8f1c327fa (diff)
parent34f5a72a2e40aca8f502d8d7ec5f77d6881b29c9 (diff)
downloadhercules-9370c15bc97eeabb9b0c98898520b2daca22bcf5.tar.gz
hercules-9370c15bc97eeabb9b0c98898520b2daca22bcf5.tar.bz2
hercules-9370c15bc97eeabb9b0c98898520b2daca22bcf5.tar.xz
hercules-9370c15bc97eeabb9b0c98898520b2daca22bcf5.zip
Merge pull request #2054 from sctnightcore/EditDate
Edit Date : 2012-2018 !
Diffstat (limited to 'src/common/console.c')
-rw-r--r--src/common/console.c4
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");
}