diff options
author | Lemongrass3110 <lemongrass@kstp.at> | 2016-10-28 15:21:19 +0200 |
---|---|---|
committer | Lemongrass3110 <lemongrass@kstp.at> | 2016-10-28 15:21:19 +0200 |
commit | eec4fa7d04fcebe201e1626444e1eb2b73042fac (patch) | |
tree | adbcbd6f03e8e3738c9b3ba15d522950f5b492e1 /src/common/console.c | |
parent | 5fdf937cbe04c75708ab27b4a15d0a63ffcedf02 (diff) | |
download | hercules-eec4fa7d04fcebe201e1626444e1eb2b73042fac.tar.gz hercules-eec4fa7d04fcebe201e1626444e1eb2b73042fac.tar.bz2 hercules-eec4fa7d04fcebe201e1626444e1eb2b73042fac.tar.xz hercules-eec4fa7d04fcebe201e1626444e1eb2b73042fac.zip |
Fixed copyright year for 2016
Diffstat (limited to 'src/common/console.c')
-rw-r--r-- | src/common/console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/console.c b/src/common/console.c index 654f26cb3..0f79b9494 100644 --- a/src/common/console.c +++ b/src/common/console.c @@ -100,7 +100,7 @@ void display_title(void) */ void display_gplnotice(void) { - ShowInfo("Hercules, Copyright (C) 2012-2015, Hercules Dev Team and others.\n"); + ShowInfo("Hercules, Copyright (C) 2012-2016, Hercules Dev Team and others.\n"); ShowInfo("Licensed under the GNU General Public License, version 3 or later.\n"); } |