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/login | |
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/login')
-rw-r--r-- | src/login/Makefile.in | 2 | ||||
-rw-r--r-- | src/login/account.c | 2 | ||||
-rw-r--r-- | src/login/account.h | 2 | ||||
-rw-r--r-- | src/login/ipban.c | 2 | ||||
-rw-r--r-- | src/login/ipban.h | 2 | ||||
-rw-r--r-- | src/login/login.c | 2 | ||||
-rw-r--r-- | src/login/login.h | 2 | ||||
-rw-r--r-- | src/login/loginlog.c | 2 | ||||
-rw-r--r-- | src/login/loginlog.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/login/Makefile.in b/src/login/Makefile.in index d0258deb0..5e0a04a81 100644 --- a/src/login/Makefile.in +++ b/src/login/Makefile.in @@ -1,7 +1,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 diff --git a/src/login/account.c b/src/login/account.c index cd480def9..6308a73d1 100644 --- a/src/login/account.c +++ b/src/login/account.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 diff --git a/src/login/account.h b/src/login/account.h index 8199ce3ba..312bb85c5 100644 --- a/src/login/account.h +++ b/src/login/account.h @@ -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 diff --git a/src/login/ipban.c b/src/login/ipban.c index 60a90fec9..140e0dda6 100644 --- a/src/login/ipban.c +++ b/src/login/ipban.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 diff --git a/src/login/ipban.h b/src/login/ipban.h index 29aafba9d..ac502b50d 100644 --- a/src/login/ipban.h +++ b/src/login/ipban.h @@ -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 diff --git a/src/login/login.c b/src/login/login.c index 9fe9de0d3..c78729dd8 100644 --- a/src/login/login.c +++ b/src/login/login.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 diff --git a/src/login/login.h b/src/login/login.h index 1a4a6d0a3..8a863f5aa 100644 --- a/src/login/login.h +++ b/src/login/login.h @@ -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 diff --git a/src/login/loginlog.c b/src/login/loginlog.c index 0e4cc79f0..bf40d6ed8 100644 --- a/src/login/loginlog.c +++ b/src/login/loginlog.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 diff --git a/src/login/loginlog.h b/src/login/loginlog.h index fecb9b364..0fcbae568 100644 --- a/src/login/loginlog.h +++ b/src/login/loginlog.h @@ -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 |