summaryrefslogtreecommitdiff
path: root/src/login
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-01-13 03:24:07 +0100
committerHaru <haru@dotalux.com>2020-01-13 03:24:07 +0100
commitda14478a8c0c616a6aa5481694c550143bc9b9f3 (patch)
treea3f71a42e4325daeb5c286eafb4f38625cce54a1 /src/login
parentfe7af0adf1e06bad5da72ddfb125aa8a7799f770 (diff)
downloadhercules-da14478a8c0c616a6aa5481694c550143bc9b9f3.tar.gz
hercules-da14478a8c0c616a6aa5481694c550143bc9b9f3.tar.bz2
hercules-da14478a8c0c616a6aa5481694c550143bc9b9f3.tar.xz
hercules-da14478a8c0c616a6aa5481694c550143bc9b9f3.zip
Update copyright headers for year 2020
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/login')
-rw-r--r--src/login/HPMlogin.c2
-rw-r--r--src/login/HPMlogin.h2
-rw-r--r--src/login/Makefile.in4
-rw-r--r--src/login/account.c4
-rw-r--r--src/login/account.h4
-rw-r--r--src/login/ipban.c4
-rw-r--r--src/login/ipban.h4
-rw-r--r--src/login/lclif.c2
-rw-r--r--src/login/lclif.h2
-rw-r--r--src/login/lclif.p.h2
-rw-r--r--src/login/login.c4
-rw-r--r--src/login/login.h4
-rw-r--r--src/login/loginlog.c4
-rw-r--r--src/login/loginlog.h4
-rw-r--r--src/login/packets_ac_struct.h2
-rw-r--r--src/login/packets_ca_struct.h2
16 files changed, 25 insertions, 25 deletions
diff --git a/src/login/HPMlogin.c b/src/login/HPMlogin.c
index 304db5501..ac891f515 100644
--- a/src/login/HPMlogin.c
+++ b/src/login/HPMlogin.c
@@ -2,7 +2,7 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2014-2018 Hercules Dev Team
+ * Copyright (C) 2014-2020 Hercules Dev Team
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/login/HPMlogin.h b/src/login/HPMlogin.h
index e16edb6b8..1530b9fdc 100644
--- a/src/login/HPMlogin.h
+++ b/src/login/HPMlogin.h
@@ -2,7 +2,7 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2014-2018 Hercules Dev Team
+ * Copyright (C) 2014-2020 Hercules Dev Team
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/login/Makefile.in b/src/login/Makefile.in
index 5e0a04a81..464b33e56 100644
--- a/src/login/Makefile.in
+++ b/src/login/Makefile.in
@@ -1,8 +1,8 @@
# This file is part of Hercules.
# http://herc.ws - http://github.com/HerculesWS/Hercules
#
-# Copyright (C) 2012-2018 Hercules Dev Team
-# Copyright (C) Athena Dev Teams
+# Copyright (C) 2012-2020 Hercules Dev Team
+# Copyright (C) Athena Dev Teams
#
# Hercules is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/login/account.c b/src/login/account.c
index 783cf85ea..3632c257a 100644
--- a/src/login/account.c
+++ b/src/login/account.c
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2012-2018 Hercules Dev Team
- * Copyright (C) Athena Dev Teams
+ * Copyright (C) 2012-2020 Hercules Dev Team
+ * Copyright (C) Athena Dev Teams
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/login/account.h b/src/login/account.h
index 312bb85c5..712b91ed6 100644
--- a/src/login/account.h
+++ b/src/login/account.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2012-2018 Hercules Dev Team
- * Copyright (C) Athena Dev Teams
+ * Copyright (C) 2012-2020 Hercules Dev Team
+ * Copyright (C) Athena Dev Teams
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/login/ipban.c b/src/login/ipban.c
index 32ee1a19b..e5bf853d6 100644
--- a/src/login/ipban.c
+++ b/src/login/ipban.c
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2012-2018 Hercules Dev Team
- * Copyright (C) Athena Dev Teams
+ * Copyright (C) 2012-2020 Hercules Dev Team
+ * Copyright (C) Athena Dev Teams
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/login/ipban.h b/src/login/ipban.h
index ac502b50d..87b48135f 100644
--- a/src/login/ipban.h
+++ b/src/login/ipban.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2012-2018 Hercules Dev Team
- * Copyright (C) Athena Dev Teams
+ * Copyright (C) 2012-2020 Hercules Dev Team
+ * Copyright (C) Athena Dev Teams
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/login/lclif.c b/src/login/lclif.c
index 97871922d..f99011de9 100644
--- a/src/login/lclif.c
+++ b/src/login/lclif.c
@@ -2,7 +2,7 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2016 Hercules Dev Team
+ * Copyright (C) 2016-2020 Hercules Dev Team
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/login/lclif.h b/src/login/lclif.h
index 26c061367..2abcb8455 100644
--- a/src/login/lclif.h
+++ b/src/login/lclif.h
@@ -2,7 +2,7 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2016 Hercules Dev Team
+ * Copyright (C) 2016-2020 Hercules Dev Team
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/login/lclif.p.h b/src/login/lclif.p.h
index cc9805ea8..72abe34ae 100644
--- a/src/login/lclif.p.h
+++ b/src/login/lclif.p.h
@@ -2,7 +2,7 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2016 Hercules Dev Team
+ * Copyright (C) 2016-2020 Hercules Dev Team
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/login/login.c b/src/login/login.c
index 580f79ebb..4201a8b4e 100644
--- a/src/login/login.c
+++ b/src/login/login.c
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2012-2018 Hercules Dev Team
- * Copyright (C) Athena Dev Teams
+ * Copyright (C) 2012-2020 Hercules Dev Team
+ * Copyright (C) Athena Dev Teams
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/login/login.h b/src/login/login.h
index 7f74057c6..0f5a87b9e 100644
--- a/src/login/login.h
+++ b/src/login/login.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2012-2018 Hercules Dev Team
- * Copyright (C) Athena Dev Teams
+ * Copyright (C) 2012-2020 Hercules Dev Team
+ * Copyright (C) Athena Dev Teams
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/login/loginlog.c b/src/login/loginlog.c
index 19f269ab5..2589c9a1c 100644
--- a/src/login/loginlog.c
+++ b/src/login/loginlog.c
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2012-2018 Hercules Dev Team
- * Copyright (C) Athena Dev Teams
+ * Copyright (C) 2012-2020 Hercules Dev Team
+ * Copyright (C) Athena Dev Teams
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/login/loginlog.h b/src/login/loginlog.h
index 0fcbae568..eb683da53 100644
--- a/src/login/loginlog.h
+++ b/src/login/loginlog.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2012-2018 Hercules Dev Team
- * Copyright (C) Athena Dev Teams
+ * Copyright (C) 2012-2020 Hercules Dev Team
+ * Copyright (C) Athena Dev Teams
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/login/packets_ac_struct.h b/src/login/packets_ac_struct.h
index c9fb04f26..bdd31308a 100644
--- a/src/login/packets_ac_struct.h
+++ b/src/login/packets_ac_struct.h
@@ -2,7 +2,7 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2016-2018 Hercules Dev Team
+ * Copyright (C) 2016-2020 Hercules Dev Team
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/login/packets_ca_struct.h b/src/login/packets_ca_struct.h
index 0828c7293..6b9360086 100644
--- a/src/login/packets_ca_struct.h
+++ b/src/login/packets_ca_struct.h
@@ -2,7 +2,7 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2016-2018 Hercules Dev Team
+ * Copyright (C) 2016-2020 Hercules Dev Team
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by