diff options
author | Ibrahem Hossam <ibrahem.h.basyone@gmail.com> | 2016-11-01 18:00:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-01 18:00:11 +0200 |
commit | 875d0f5cc6dcbc17f7ea14d420882c81e684ac35 (patch) | |
tree | f04d7cb195e162893b5e2404eda03d34b566680e /src/common/console.c | |
parent | 5906d253fe048b52218efd3074405131b05b0451 (diff) | |
parent | eec4fa7d04fcebe201e1626444e1eb2b73042fac (diff) | |
download | hercules-875d0f5cc6dcbc17f7ea14d420882c81e684ac35.tar.gz hercules-875d0f5cc6dcbc17f7ea14d420882c81e684ac35.tar.bz2 hercules-875d0f5cc6dcbc17f7ea14d420882c81e684ac35.tar.xz hercules-875d0f5cc6dcbc17f7ea14d420882c81e684ac35.zip |
Merge pull request #1498 from Lemongrass3110/cleanup/copyright2016
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"); } |