summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby <robby@chatbelgie.be>2020-01-04 15:51:20 +0100
committerRobby <robby@chatbelgie.be>2020-01-04 15:51:20 +0100
commitc8699c67266e7ed3c5cb8266e5131b8abea57337 (patch)
treef3de0ede634047cd3142af84954170ffa12fbc56
parent95c8478ec592008e870a0df65a178b6567e7cf5a (diff)
Update copyright to 2020.
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2020 Anope Team/i' {} \;
-rwxr-xr-xConfig2
-rw-r--r--docs/README2
-rw-r--r--docs/XMLRPC/xmlrpc.php2
-rw-r--r--include/access.h2
-rw-r--r--include/account.h2
-rw-r--r--include/anope.h2
-rw-r--r--include/base.h2
-rw-r--r--include/bots.h2
-rw-r--r--include/channels.h2
-rw-r--r--include/commands.h2
-rw-r--r--include/config.h2
-rw-r--r--include/defs.h2
-rw-r--r--include/extensible.h2
-rw-r--r--include/hashcomp.h2
-rw-r--r--include/language.h2
-rw-r--r--include/lists.h2
-rw-r--r--include/logger.h2
-rw-r--r--include/mail.h2
-rw-r--r--include/memo.h2
-rw-r--r--include/messages.h2
-rw-r--r--include/modes.h2
-rw-r--r--include/module.h2
-rw-r--r--include/modules.h2
-rw-r--r--include/modules/bs_badwords.h2
-rw-r--r--include/modules/bs_kick.h2
-rw-r--r--include/modules/cs_entrymsg.h2
-rw-r--r--include/modules/cs_log.h2
-rw-r--r--include/modules/cs_mode.h2
-rw-r--r--include/modules/dns.h2
-rw-r--r--include/modules/encryption.h2
-rw-r--r--include/modules/httpd.h2
-rw-r--r--include/modules/ldap.h2
-rw-r--r--include/modules/ns_cert.h2
-rw-r--r--include/modules/os_forbid.h2
-rw-r--r--include/modules/os_ignore.h2
-rw-r--r--include/modules/os_news.h2
-rw-r--r--include/modules/os_session.h2
-rw-r--r--include/modules/pseudoclients/chanserv.h2
-rw-r--r--include/modules/pseudoclients/global.h2
-rw-r--r--include/modules/pseudoclients/memoserv.h2
-rw-r--r--include/modules/pseudoclients/nickserv.h2
-rw-r--r--include/modules/redis.h2
-rw-r--r--include/modules/sasl.h2
-rw-r--r--include/modules/set_misc.h2
-rw-r--r--include/modules/sql.h2
-rw-r--r--include/modules/ssl.h2
-rw-r--r--include/modules/suspend.h2
-rw-r--r--include/modules/xmlrpc.h2
-rw-r--r--include/opertype.h2
-rw-r--r--include/protocol.h2
-rw-r--r--include/regchannel.h2
-rw-r--r--include/regexpr.h2
-rw-r--r--include/serialize.h2
-rw-r--r--include/servers.h2
-rw-r--r--include/service.h2
-rw-r--r--include/services.h2
-rw-r--r--include/socketengine.h2
-rw-r--r--include/sockets.h2
-rw-r--r--include/threadengine.h2
-rw-r--r--include/timers.h2
-rw-r--r--include/uplink.h2
-rw-r--r--include/users.h2
-rw-r--r--include/version.cpp2
-rw-r--r--include/xline.h2
-rw-r--r--modules/bs_autoassign.cpp2
-rw-r--r--modules/commands/bs_assign.cpp2
-rw-r--r--modules/commands/bs_badwords.cpp2
-rw-r--r--modules/commands/bs_bot.cpp2
-rw-r--r--modules/commands/bs_botlist.cpp2
-rw-r--r--modules/commands/bs_control.cpp2
-rw-r--r--modules/commands/bs_info.cpp2
-rw-r--r--modules/commands/bs_kick.cpp2
-rw-r--r--modules/commands/bs_set.cpp2
-rw-r--r--modules/commands/cs_access.cpp2
-rw-r--r--modules/commands/cs_akick.cpp2
-rw-r--r--modules/commands/cs_ban.cpp2
-rw-r--r--modules/commands/cs_clone.cpp2
-rw-r--r--modules/commands/cs_drop.cpp2
-rw-r--r--modules/commands/cs_enforce.cpp2
-rw-r--r--modules/commands/cs_entrymsg.cpp2
-rw-r--r--modules/commands/cs_flags.cpp2
-rw-r--r--modules/commands/cs_getkey.cpp2
-rw-r--r--modules/commands/cs_info.cpp2
-rw-r--r--modules/commands/cs_invite.cpp2
-rw-r--r--modules/commands/cs_kick.cpp2
-rw-r--r--modules/commands/cs_list.cpp2
-rw-r--r--modules/commands/cs_log.cpp2
-rw-r--r--modules/commands/cs_mode.cpp2
-rw-r--r--modules/commands/cs_register.cpp2
-rw-r--r--modules/commands/cs_seen.cpp2
-rw-r--r--modules/commands/cs_set.cpp2
-rw-r--r--modules/commands/cs_set_misc.cpp2
-rw-r--r--modules/commands/cs_status.cpp2
-rw-r--r--modules/commands/cs_suspend.cpp2
-rw-r--r--modules/commands/cs_sync.cpp2
-rw-r--r--modules/commands/cs_topic.cpp2
-rw-r--r--modules/commands/cs_unban.cpp2
-rw-r--r--modules/commands/cs_updown.cpp2
-rw-r--r--modules/commands/cs_xop.cpp2
-rw-r--r--modules/commands/gl_global.cpp2
-rw-r--r--modules/commands/greet.cpp2
-rw-r--r--modules/commands/help.cpp2
-rw-r--r--modules/commands/hs_del.cpp2
-rw-r--r--modules/commands/hs_group.cpp2
-rw-r--r--modules/commands/hs_list.cpp2
-rw-r--r--modules/commands/hs_off.cpp2
-rw-r--r--modules/commands/hs_on.cpp2
-rw-r--r--modules/commands/hs_request.cpp2
-rw-r--r--modules/commands/hs_set.cpp2
-rw-r--r--modules/commands/ms_cancel.cpp2
-rw-r--r--modules/commands/ms_check.cpp2
-rw-r--r--modules/commands/ms_del.cpp2
-rw-r--r--modules/commands/ms_ignore.cpp2
-rw-r--r--modules/commands/ms_info.cpp2
-rw-r--r--modules/commands/ms_list.cpp2
-rw-r--r--modules/commands/ms_read.cpp2
-rw-r--r--modules/commands/ms_rsend.cpp2
-rw-r--r--modules/commands/ms_send.cpp2
-rw-r--r--modules/commands/ms_sendall.cpp2
-rw-r--r--modules/commands/ms_set.cpp2
-rw-r--r--modules/commands/ms_staff.cpp2
-rw-r--r--modules/commands/ns_access.cpp2
-rw-r--r--modules/commands/ns_ajoin.cpp2
-rw-r--r--modules/commands/ns_alist.cpp2
-rw-r--r--modules/commands/ns_cert.cpp2
-rw-r--r--modules/commands/ns_drop.cpp2
-rw-r--r--modules/commands/ns_getemail.cpp2
-rw-r--r--modules/commands/ns_getpass.cpp2
-rw-r--r--modules/commands/ns_group.cpp2
-rw-r--r--modules/commands/ns_identify.cpp2
-rw-r--r--modules/commands/ns_info.cpp2
-rw-r--r--modules/commands/ns_list.cpp2
-rw-r--r--modules/commands/ns_logout.cpp2
-rw-r--r--modules/commands/ns_recover.cpp2
-rw-r--r--modules/commands/ns_register.cpp2
-rw-r--r--modules/commands/ns_resetpass.cpp2
-rw-r--r--modules/commands/ns_set.cpp2
-rw-r--r--modules/commands/ns_set_misc.cpp2
-rw-r--r--modules/commands/ns_status.cpp2
-rw-r--r--modules/commands/ns_suspend.cpp2
-rw-r--r--modules/commands/ns_update.cpp2
-rw-r--r--modules/commands/os_akill.cpp2
-rw-r--r--modules/commands/os_chankill.cpp2
-rw-r--r--modules/commands/os_config.cpp2
-rw-r--r--modules/commands/os_defcon.cpp2
-rw-r--r--modules/commands/os_dns.cpp2
-rw-r--r--modules/commands/os_forbid.cpp2
-rw-r--r--modules/commands/os_ignore.cpp2
-rw-r--r--modules/commands/os_info.cpp2
-rw-r--r--modules/commands/os_jupe.cpp2
-rw-r--r--modules/commands/os_kick.cpp2
-rw-r--r--modules/commands/os_kill.cpp2
-rw-r--r--modules/commands/os_list.cpp2
-rw-r--r--modules/commands/os_login.cpp2
-rw-r--r--modules/commands/os_logsearch.cpp2
-rw-r--r--modules/commands/os_mode.cpp2
-rw-r--r--modules/commands/os_modinfo.cpp2
-rw-r--r--modules/commands/os_module.cpp2
-rw-r--r--modules/commands/os_news.cpp2
-rw-r--r--modules/commands/os_noop.cpp2
-rw-r--r--modules/commands/os_oline.cpp2
-rw-r--r--modules/commands/os_oper.cpp2
-rw-r--r--modules/commands/os_reload.cpp2
-rw-r--r--modules/commands/os_session.cpp2
-rw-r--r--modules/commands/os_set.cpp2
-rw-r--r--modules/commands/os_shutdown.cpp2
-rw-r--r--modules/commands/os_stats.cpp2
-rw-r--r--modules/commands/os_svs.cpp2
-rw-r--r--modules/commands/os_sxline.cpp2
-rw-r--r--modules/commands/os_update.cpp2
-rw-r--r--modules/cs_statusupdate.cpp2
-rw-r--r--modules/database/db_flatfile.cpp2
-rw-r--r--modules/database/db_old.cpp2
-rw-r--r--modules/database/db_redis.cpp2
-rw-r--r--modules/database/db_sql.cpp2
-rw-r--r--modules/database/db_sql_live.cpp2
-rw-r--r--modules/encryption/enc_bcrypt.cpp2
-rw-r--r--modules/encryption/enc_md5.cpp2
-rw-r--r--modules/encryption/enc_none.cpp2
-rw-r--r--modules/encryption/enc_old.cpp2
-rw-r--r--modules/encryption/enc_sha1.cpp2
-rw-r--r--modules/encryption/enc_sha256.cpp2
-rw-r--r--modules/extra/m_ldap.cpp2
-rw-r--r--modules/extra/m_ldap_authentication.cpp2
-rw-r--r--modules/extra/m_ldap_oper.cpp2
-rw-r--r--modules/extra/m_mysql.cpp2
-rw-r--r--modules/extra/m_regex_pcre.cpp2
-rw-r--r--modules/extra/m_regex_posix.cpp2
-rw-r--r--modules/extra/m_regex_tre.cpp2
-rw-r--r--modules/extra/m_sql_authentication.cpp2
-rw-r--r--modules/extra/m_sql_log.cpp2
-rw-r--r--modules/extra/m_sql_oper.cpp2
-rw-r--r--modules/extra/m_sqlite.cpp2
-rw-r--r--modules/extra/m_ssl_gnutls.cpp2
-rw-r--r--modules/extra/m_ssl_openssl.cpp2
-rw-r--r--modules/extra/stats/cs_fantasy_stats.cpp2
-rw-r--r--modules/extra/stats/cs_fantasy_top.cpp2
-rw-r--r--modules/extra/stats/irc2sql/irc2sql.cpp2
-rw-r--r--modules/extra/stats/irc2sql/irc2sql.h2
-rw-r--r--modules/extra/stats/irc2sql/tables.cpp2
-rw-r--r--modules/extra/stats/irc2sql/utils.cpp2
-rw-r--r--modules/extra/stats/m_chanstats.cpp2
-rw-r--r--modules/fantasy.cpp2
-rw-r--r--modules/m_dns.cpp2
-rw-r--r--modules/m_dnsbl.cpp2
-rw-r--r--modules/m_helpchan.cpp2
-rw-r--r--modules/m_httpd.cpp2
-rw-r--r--modules/m_proxyscan.cpp2
-rw-r--r--modules/m_redis.cpp2
-rw-r--r--modules/m_rewrite.cpp2
-rw-r--r--modules/m_sasl.cpp2
-rw-r--r--modules/m_xmlrpc.cpp2
-rw-r--r--modules/m_xmlrpc_main.cpp2
-rw-r--r--modules/ns_maxemail.cpp2
-rw-r--r--modules/protocol/bahamut.cpp2
-rw-r--r--modules/protocol/charybdis.cpp2
-rw-r--r--modules/protocol/hybrid.cpp2
-rw-r--r--modules/protocol/inspircd12.cpp2
-rw-r--r--modules/protocol/inspircd20.cpp2
-rw-r--r--modules/protocol/inspircd3.cpp2
-rw-r--r--modules/protocol/ngircd.cpp2
-rw-r--r--modules/protocol/plexus.cpp2
-rw-r--r--modules/protocol/ratbox.cpp2
-rw-r--r--modules/protocol/unreal.cpp2
-rw-r--r--modules/protocol/unreal4.cpp2
-rw-r--r--modules/pseudoclients/botserv.cpp2
-rw-r--r--modules/pseudoclients/chanserv.cpp2
-rw-r--r--modules/pseudoclients/global.cpp2
-rw-r--r--modules/pseudoclients/hostserv.cpp2
-rw-r--r--modules/pseudoclients/memoserv.cpp2
-rw-r--r--modules/pseudoclients/nickserv.cpp2
-rw-r--r--modules/pseudoclients/operserv.cpp2
-rw-r--r--modules/webcpanel/pages/chanserv/access.cpp2
-rw-r--r--modules/webcpanel/pages/chanserv/access.h2
-rw-r--r--modules/webcpanel/pages/chanserv/akick.cpp2
-rw-r--r--modules/webcpanel/pages/chanserv/akick.h2
-rw-r--r--modules/webcpanel/pages/chanserv/drop.cpp2
-rw-r--r--modules/webcpanel/pages/chanserv/drop.h2
-rw-r--r--modules/webcpanel/pages/chanserv/info.cpp2
-rw-r--r--modules/webcpanel/pages/chanserv/info.h2
-rw-r--r--modules/webcpanel/pages/chanserv/modes.cpp2
-rw-r--r--modules/webcpanel/pages/chanserv/modes.h2
-rw-r--r--modules/webcpanel/pages/chanserv/set.cpp2
-rw-r--r--modules/webcpanel/pages/chanserv/set.h2
-rw-r--r--modules/webcpanel/pages/chanserv/utils.cpp2
-rw-r--r--modules/webcpanel/pages/chanserv/utils.h2
-rw-r--r--modules/webcpanel/pages/confirm.cpp2
-rw-r--r--modules/webcpanel/pages/confirm.h2
-rw-r--r--modules/webcpanel/pages/hostserv/request.cpp2
-rw-r--r--modules/webcpanel/pages/hostserv/request.h2
-rw-r--r--modules/webcpanel/pages/index.cpp2
-rw-r--r--modules/webcpanel/pages/index.h2
-rw-r--r--modules/webcpanel/pages/logout.cpp2
-rw-r--r--modules/webcpanel/pages/logout.h2
-rw-r--r--modules/webcpanel/pages/memoserv/memos.cpp2
-rw-r--r--modules/webcpanel/pages/memoserv/memos.h2
-rw-r--r--modules/webcpanel/pages/nickserv/access.cpp2
-rw-r--r--modules/webcpanel/pages/nickserv/access.h2
-rw-r--r--modules/webcpanel/pages/nickserv/alist.cpp2
-rw-r--r--modules/webcpanel/pages/nickserv/alist.h2
-rw-r--r--modules/webcpanel/pages/nickserv/cert.cpp2
-rw-r--r--modules/webcpanel/pages/nickserv/cert.h2
-rw-r--r--modules/webcpanel/pages/nickserv/info.cpp2
-rw-r--r--modules/webcpanel/pages/nickserv/info.h2
-rw-r--r--modules/webcpanel/pages/operserv/akill.cpp2
-rw-r--r--modules/webcpanel/pages/operserv/akill.h2
-rw-r--r--modules/webcpanel/pages/register.cpp2
-rw-r--r--modules/webcpanel/pages/register.h2
-rw-r--r--modules/webcpanel/static_fileserver.cpp2
-rw-r--r--modules/webcpanel/static_fileserver.h2
-rw-r--r--modules/webcpanel/template_fileserver.cpp2
-rw-r--r--modules/webcpanel/template_fileserver.h2
-rw-r--r--modules/webcpanel/templates/default/confirm.html2
-rw-r--r--modules/webcpanel/templates/default/footer.html2
-rw-r--r--modules/webcpanel/templates/default/login.html2
-rw-r--r--modules/webcpanel/templates/default/register.html2
-rw-r--r--modules/webcpanel/webcpanel.cpp2
-rw-r--r--modules/webcpanel/webcpanel.h2
-rw-r--r--src/access.cpp2
-rw-r--r--src/account.cpp2
-rw-r--r--src/base.cpp2
-rw-r--r--src/base64.cpp2
-rw-r--r--src/bots.cpp2
-rw-r--r--src/channels.cpp2
-rw-r--r--src/command.cpp2
-rw-r--r--src/config.cpp2
-rw-r--r--src/extensible.cpp2
-rw-r--r--src/hashcomp.cpp2
-rw-r--r--src/init.cpp2
-rw-r--r--src/language.cpp2
-rw-r--r--src/logger.cpp2
-rw-r--r--src/mail.cpp2
-rw-r--r--src/main.cpp2
-rw-r--r--src/memos.cpp2
-rw-r--r--src/messages.cpp2
-rw-r--r--src/misc.cpp2
-rw-r--r--src/modes.cpp2
-rw-r--r--src/module.cpp2
-rw-r--r--src/modulemanager.cpp2
-rw-r--r--src/nickalias.cpp2
-rw-r--r--src/nickcore.cpp2
-rw-r--r--src/opertype.cpp2
-rw-r--r--src/pipeengine.cpp2
-rw-r--r--src/process.cpp2
-rw-r--r--src/protocol.cpp2
-rw-r--r--src/regchannel.cpp2
-rw-r--r--src/serialize.cpp2
-rw-r--r--src/servers.cpp2
-rw-r--r--src/socket_clients.cpp2
-rw-r--r--src/socket_transport.cpp2
-rw-r--r--src/socketengines/socketengine_epoll.cpp2
-rw-r--r--src/socketengines/socketengine_kqueue.cpp2
-rw-r--r--src/socketengines/socketengine_poll.cpp2
-rw-r--r--src/socketengines/socketengine_select.cpp2
-rw-r--r--src/sockets.cpp2
-rw-r--r--src/threadengine.cpp2
-rw-r--r--src/timers.cpp2
-rw-r--r--src/tools/anoperc.in2
-rw-r--r--src/tools/anopesmtp.cpp2
-rw-r--r--src/uplink.cpp2
-rw-r--r--src/users.cpp2
-rw-r--r--src/win32/Config.cs2
-rw-r--r--src/win32/anope_windows.h2
-rw-r--r--src/win32/dir/dir.cpp2
-rw-r--r--src/win32/dir/dir.h2
-rw-r--r--src/win32/dl/dl.cpp2
-rw-r--r--src/win32/dl/dl.h2
-rw-r--r--src/win32/pipe/pipe.cpp2
-rw-r--r--src/win32/pipe/pipe.h2
-rw-r--r--src/win32/pthread/pthread.cpp2
-rw-r--r--src/win32/pthread/pthread.h2
-rw-r--r--src/win32/resource.h2
-rw-r--r--src/win32/sigaction/sigaction.cpp2
-rw-r--r--src/win32/sigaction/sigaction.h2
-rw-r--r--src/win32/socket.cpp2
-rw-r--r--src/win32/socket.h2
-rw-r--r--src/win32/win32.rc.cmake2
-rw-r--r--src/win32/windows.cpp2
-rw-r--r--src/xline.cpp2
339 files changed, 339 insertions, 339 deletions
diff --git a/Config b/Config
index 61cd6b926..c4ea86be8 100755
--- a/Config
+++ b/Config
@@ -2,7 +2,7 @@
#
# Configuration script for Services.
#
-# Anope (c) 2003-2019 Anope Team
+# Anope (c) 2003-2020 Anope Team
# Contact us at team@anope.org
#
# This program is free but copyrighted software; see the file COPYING for
diff --git a/docs/README b/docs/README
index 940c676ae..2a04aa56b 100644
--- a/docs/README
+++ b/docs/README
@@ -1,7 +1,7 @@
Anope -- a set of IRC services for IRC networks
-----------------------------------------------
-Anope is 2003-2019 Anope Team <team@anope.org>.
+Anope is 2003-2020 Anope Team <team@anope.org>.
Based on Epona 2000-2002 PegSoft <epona@pegsoft.net>.
Based on Services 1996-1999 Andrew Church <achurch@achurch.org>.
diff --git a/docs/XMLRPC/xmlrpc.php b/docs/XMLRPC/xmlrpc.php
index 5d729340a..f1da1c2a5 100644
--- a/docs/XMLRPC/xmlrpc.php
+++ b/docs/XMLRPC/xmlrpc.php
@@ -3,7 +3,7 @@
/**
* XMLRPC Functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*/
diff --git a/include/access.h b/include/access.h
index 41958fc66..5cf13f6c8 100644
--- a/include/access.h
+++ b/include/access.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/account.h b/include/account.h
index ad6e8ebac..8cb2e7a8e 100644
--- a/include/account.h
+++ b/include/account.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/anope.h b/include/anope.h
index acb46177f..e53f5c3a6 100644
--- a/include/anope.h
+++ b/include/anope.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/base.h b/include/base.h
index 0c1021b9d..89bccd7ec 100644
--- a/include/base.h
+++ b/include/base.h
@@ -1,7 +1,7 @@
/*
*
* (C) 2008-2011 Adam <Adam@anope.org>
- * (C) 2008-2019 Anope Team <team@anope.org>
+ * (C) 2008-2020 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/include/bots.h b/include/bots.h
index 230f9ba79..479445a5d 100644
--- a/include/bots.h
+++ b/include/bots.h
@@ -1,7 +1,7 @@
/*
*
* (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
- * (C) 2008-2019 Anope Team <team@anope.org>
+ * (C) 2008-2020 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/include/channels.h b/include/channels.h
index 7e89fcff0..4fe6cd150 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -1,6 +1,6 @@
/* Channel support
*
- * (C) 2008-2019 Anope Team
+ * (C) 2008-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/commands.h b/include/commands.h
index bd9cd0230..019c52d9c 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -1,6 +1,6 @@
/* Declarations for command data.
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/config.h b/include/config.h
index 30d9255b8..616f580ee 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/defs.h b/include/defs.h
index 8c4bfd33e..19f9a502d 100644
--- a/include/defs.h
+++ b/include/defs.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/extensible.h b/include/extensible.h
index abb4af13b..f6401971a 100644
--- a/include/extensible.h
+++ b/include/extensible.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/hashcomp.h b/include/hashcomp.h
index fc430d2e7..28f8f3d5b 100644
--- a/include/hashcomp.h
+++ b/include/hashcomp.h
@@ -1,7 +1,7 @@
/*
*
* (C) 2002-2011 InspIRCd Development Team
- * (C) 2009-2019 Anope Team <team@anope.org>
+ * (C) 2009-2020 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/include/language.h b/include/language.h
index d263c2e81..ba371167b 100644
--- a/include/language.h
+++ b/include/language.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2008-2019 Anope Team
+ * (C) 2008-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/lists.h b/include/lists.h
index c0a9604f1..d8dd6c247 100644
--- a/include/lists.h
+++ b/include/lists.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/logger.h b/include/logger.h
index 85718cf32..50608b2ca 100644
--- a/include/logger.h
+++ b/include/logger.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/mail.h b/include/mail.h
index 030e50efb..6704008bb 100644
--- a/include/mail.h
+++ b/include/mail.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/memo.h b/include/memo.h
index 6be934bb8..92f17fa56 100644
--- a/include/memo.h
+++ b/include/memo.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/messages.h b/include/messages.h
index 53d1200f3..4df1e09c0 100644
--- a/include/messages.h
+++ b/include/messages.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modes.h b/include/modes.h
index d3134d4f0..5eccec5fe 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -1,7 +1,7 @@
/* Mode support
*
* (C) 2008-2011 Adam <Adam@anope.org>
- * (C) 2008-2019 Anope Team <team@anope.org>
+ * (C) 2008-2020 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/include/module.h b/include/module.h
index a6902b5d9..8ccb725f9 100644
--- a/include/module.h
+++ b/include/module.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules.h b/include/modules.h
index 05eb60230..bb387bb15 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1,6 +1,6 @@
/* Modular support
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/bs_badwords.h b/include/modules/bs_badwords.h
index d8ad4bf6c..293b10353 100644
--- a/include/modules/bs_badwords.h
+++ b/include/modules/bs_badwords.h
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/bs_kick.h b/include/modules/bs_kick.h
index 3dffbfccf..b7ee4bf01 100644
--- a/include/modules/bs_kick.h
+++ b/include/modules/bs_kick.h
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/cs_entrymsg.h b/include/modules/cs_entrymsg.h
index a4cce5717..2f2800dfb 100644
--- a/include/modules/cs_entrymsg.h
+++ b/include/modules/cs_entrymsg.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/cs_log.h b/include/modules/cs_log.h
index ca2a6bcaa..49a05f468 100644
--- a/include/modules/cs_log.h
+++ b/include/modules/cs_log.h
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/cs_mode.h b/include/modules/cs_mode.h
index 4ac2e1450..5ca841b64 100644
--- a/include/modules/cs_mode.h
+++ b/include/modules/cs_mode.h
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/dns.h b/include/modules/dns.h
index c35144210..d79fc9c42 100644
--- a/include/modules/dns.h
+++ b/include/modules/dns.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/encryption.h b/include/modules/encryption.h
index fccd77dc8..7184fe6df 100644
--- a/include/modules/encryption.h
+++ b/include/modules/encryption.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/httpd.h b/include/modules/httpd.h
index 338254c1f..daa30ef4a 100644
--- a/include/modules/httpd.h
+++ b/include/modules/httpd.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2012-2019 Anope Team
+ * (C) 2012-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/ldap.h b/include/modules/ldap.h
index 92794c3d7..cdb2e197a 100644
--- a/include/modules/ldap.h
+++ b/include/modules/ldap.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2011-2019 Anope Team
+ * (C) 2011-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/ns_cert.h b/include/modules/ns_cert.h
index 8357f0009..1d7cb76c7 100644
--- a/include/modules/ns_cert.h
+++ b/include/modules/ns_cert.h
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/os_forbid.h b/include/modules/os_forbid.h
index deff3962c..acbe9adbf 100644
--- a/include/modules/os_forbid.h
+++ b/include/modules/os_forbid.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2011-2019 Anope Team
+ * (C) 2011-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/os_ignore.h b/include/modules/os_ignore.h
index dc7b0c8c8..09b5e66a8 100644
--- a/include/modules/os_ignore.h
+++ b/include/modules/os_ignore.h
@@ -1,6 +1,6 @@
/* OperServ ignore interface
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/os_news.h b/include/modules/os_news.h
index 6165d4b3b..3af40541e 100644
--- a/include/modules/os_news.h
+++ b/include/modules/os_news.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2011-2019 Anope Team
+ * (C) 2011-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/os_session.h b/include/modules/os_session.h
index 034937412..5e28a9e60 100644
--- a/include/modules/os_session.h
+++ b/include/modules/os_session.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2011-2019 Anope Team
+ * (C) 2011-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/pseudoclients/chanserv.h b/include/modules/pseudoclients/chanserv.h
index 5928128bb..10748fdd0 100644
--- a/include/modules/pseudoclients/chanserv.h
+++ b/include/modules/pseudoclients/chanserv.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2011-2019 Anope Team
+ * (C) 2011-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/pseudoclients/global.h b/include/modules/pseudoclients/global.h
index 71213a963..53e112468 100644
--- a/include/modules/pseudoclients/global.h
+++ b/include/modules/pseudoclients/global.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2011-2019 Anope Team
+ * (C) 2011-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/pseudoclients/memoserv.h b/include/modules/pseudoclients/memoserv.h
index 75732055b..097dfbd04 100644
--- a/include/modules/pseudoclients/memoserv.h
+++ b/include/modules/pseudoclients/memoserv.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2011-2019 Anope Team
+ * (C) 2011-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/pseudoclients/nickserv.h b/include/modules/pseudoclients/nickserv.h
index d8eb57891..56f30a46a 100644
--- a/include/modules/pseudoclients/nickserv.h
+++ b/include/modules/pseudoclients/nickserv.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2011-2019 Anope Team
+ * (C) 2011-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/redis.h b/include/modules/redis.h
index 3b45ba1b1..255e70580 100644
--- a/include/modules/redis.h
+++ b/include/modules/redis.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/sasl.h b/include/modules/sasl.h
index bad150bf9..24265826a 100644
--- a/include/modules/sasl.h
+++ b/include/modules/sasl.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2014-2019 Anope Team
+ * (C) 2014-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/set_misc.h b/include/modules/set_misc.h
index 4a862cd53..2b75bdf74 100644
--- a/include/modules/set_misc.h
+++ b/include/modules/set_misc.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/sql.h b/include/modules/sql.h
index 47b2a7aef..34619ab15 100644
--- a/include/modules/sql.h
+++ b/include/modules/sql.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/ssl.h b/include/modules/ssl.h
index 5fb7d5bb1..35782f0b2 100644
--- a/include/modules/ssl.h
+++ b/include/modules/ssl.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2010-2019 Anope Team
+ * (C) 2010-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/suspend.h b/include/modules/suspend.h
index f68b5ca09..b35af51b3 100644
--- a/include/modules/suspend.h
+++ b/include/modules/suspend.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/modules/xmlrpc.h b/include/modules/xmlrpc.h
index 9ac452b12..7b66d07b9 100644
--- a/include/modules/xmlrpc.h
+++ b/include/modules/xmlrpc.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2010-2019 Anope Team
+ * (C) 2010-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/opertype.h b/include/opertype.h
index c239010a7..aa8989554 100644
--- a/include/opertype.h
+++ b/include/opertype.h
@@ -1,7 +1,7 @@
/*
*
* (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
- * (C) 2008-2019 Anope Team <team@anope.org>
+ * (C) 2008-2020 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/include/protocol.h b/include/protocol.h
index 44f8d3017..30bd4667b 100644
--- a/include/protocol.h
+++ b/include/protocol.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/regchannel.h b/include/regchannel.h
index f884c27b3..0bffcdf25 100644
--- a/include/regchannel.h
+++ b/include/regchannel.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2008-2019 Anope Team
+ * (C) 2008-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/regexpr.h b/include/regexpr.h
index 166ea3fb6..1948a4091 100644
--- a/include/regexpr.h
+++ b/include/regexpr.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/serialize.h b/include/serialize.h
index 79273f429..6f9c772bb 100644
--- a/include/serialize.h
+++ b/include/serialize.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/servers.h b/include/servers.h
index 11955d85c..f9757f2db 100644
--- a/include/servers.h
+++ b/include/servers.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/service.h b/include/service.h
index 0e09254ac..47c1cce8d 100644
--- a/include/service.h
+++ b/include/service.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/services.h b/include/services.h
index 25a6f020d..9dfea9afb 100644
--- a/include/services.h
+++ b/include/services.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/socketengine.h b/include/socketengine.h
index 889a48417..4b8a4ebf3 100644
--- a/include/socketengine.h
+++ b/include/socketengine.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/sockets.h b/include/sockets.h
index 40a906d47..dc121e9ce 100644
--- a/include/sockets.h
+++ b/include/sockets.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/threadengine.h b/include/threadengine.h
index 66fbfc907..3daa27494 100644
--- a/include/threadengine.h
+++ b/include/threadengine.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/timers.h b/include/timers.h
index d31d9cb12..4c7a6b224 100644
--- a/include/timers.h
+++ b/include/timers.h
@@ -1,6 +1,6 @@
/* Timer include stuff.
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/uplink.h b/include/uplink.h
index 257c6157c..cfcf165bf 100644
--- a/include/uplink.h
+++ b/include/uplink.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/users.h b/include/users.h
index b941d0dff..2f1ab8cc4 100644
--- a/include/users.h
+++ b/include/users.h
@@ -1,7 +1,7 @@
/*
*
* (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
- * (C) 2003-2019 Anope Team <team@anope.org>
+ * (C) 2003-2020 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/include/version.cpp b/include/version.cpp
index 214a76a97..3bf2dee93 100644
--- a/include/version.cpp
+++ b/include/version.cpp
@@ -1,6 +1,6 @@
/* Build bumper
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/include/xline.h b/include/xline.h
index 04bbf28bf..9977f4462 100644
--- a/include/xline.h
+++ b/include/xline.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2008-2019 Anope Team
+ * (C) 2008-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/bs_autoassign.cpp b/modules/bs_autoassign.cpp
index f644250f9..40ed0c0d0 100644
--- a/modules/bs_autoassign.cpp
+++ b/modules/bs_autoassign.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/bs_assign.cpp b/modules/commands/bs_assign.cpp
index d26d612b1..1f9766551 100644
--- a/modules/commands/bs_assign.cpp
+++ b/modules/commands/bs_assign.cpp
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/bs_badwords.cpp b/modules/commands/bs_badwords.cpp
index 2002b5f88..f5986ac5b 100644
--- a/modules/commands/bs_badwords.cpp
+++ b/modules/commands/bs_badwords.cpp
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/bs_bot.cpp b/modules/commands/bs_bot.cpp
index 4d1d57f5b..2818a9380 100644
--- a/modules/commands/bs_bot.cpp
+++ b/modules/commands/bs_bot.cpp
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/bs_botlist.cpp b/modules/commands/bs_botlist.cpp
index d0f1cf376..4492b358e 100644
--- a/modules/commands/bs_botlist.cpp
+++ b/modules/commands/bs_botlist.cpp
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/bs_control.cpp b/modules/commands/bs_control.cpp
index 997a87491..0f469b8ee 100644
--- a/modules/commands/bs_control.cpp
+++ b/modules/commands/bs_control.cpp
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/bs_info.cpp b/modules/commands/bs_info.cpp
index 072e6b3f6..9adfe8ad9 100644
--- a/modules/commands/bs_info.cpp
+++ b/modules/commands/bs_info.cpp
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/bs_kick.cpp b/modules/commands/bs_kick.cpp
index 43e30a9eb..eabd0e1da 100644
--- a/modules/commands/bs_kick.cpp
+++ b/modules/commands/bs_kick.cpp
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/bs_set.cpp b/modules/commands/bs_set.cpp
index e4bc750c4..57156dc88 100644
--- a/modules/commands/bs_set.cpp
+++ b/modules/commands/bs_set.cpp
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_access.cpp b/modules/commands/cs_access.cpp
index d2578130e..fcbe5024b 100644
--- a/modules/commands/cs_access.cpp
+++ b/modules/commands/cs_access.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_akick.cpp b/modules/commands/cs_akick.cpp
index 1356ce642..80d4c14e5 100644
--- a/modules/commands/cs_akick.cpp
+++ b/modules/commands/cs_akick.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_ban.cpp b/modules/commands/cs_ban.cpp
index 6f8abf4f5..e26297b78 100644
--- a/modules/commands/cs_ban.cpp
+++ b/modules/commands/cs_ban.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_clone.cpp b/modules/commands/cs_clone.cpp
index f7967c36d..59355974a 100644
--- a/modules/commands/cs_clone.cpp
+++ b/modules/commands/cs_clone.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_drop.cpp b/modules/commands/cs_drop.cpp
index 449b1c694..834867d85 100644
--- a/modules/commands/cs_drop.cpp
+++ b/modules/commands/cs_drop.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_enforce.cpp b/modules/commands/cs_enforce.cpp
index 3c3226cd9..34bfb5e4c 100644
--- a/modules/commands/cs_enforce.cpp
+++ b/modules/commands/cs_enforce.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Original Coder: GeniusDex <geniusdex@anope.org>
diff --git a/modules/commands/cs_entrymsg.cpp b/modules/commands/cs_entrymsg.cpp
index 1c4a4a5a0..d3d4b4d03 100644
--- a/modules/commands/cs_entrymsg.cpp
+++ b/modules/commands/cs_entrymsg.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_flags.cpp b/modules/commands/cs_flags.cpp
index c0910ec6f..5c2855de2 100644
--- a/modules/commands/cs_flags.cpp
+++ b/modules/commands/cs_flags.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_getkey.cpp b/modules/commands/cs_getkey.cpp
index e39a2e2fd..d6c71cf06 100644
--- a/modules/commands/cs_getkey.cpp
+++ b/modules/commands/cs_getkey.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_info.cpp b/modules/commands/cs_info.cpp
index 6e6600786..b307c1413 100644
--- a/modules/commands/cs_info.cpp
+++ b/modules/commands/cs_info.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_invite.cpp b/modules/commands/cs_invite.cpp
index 42ceaf239..d1aaf16f5 100644
--- a/modules/commands/cs_invite.cpp
+++ b/modules/commands/cs_invite.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_kick.cpp b/modules/commands/cs_kick.cpp
index 342e9ba97..1aaeb1baa 100644
--- a/modules/commands/cs_kick.cpp
+++ b/modules/commands/cs_kick.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_list.cpp b/modules/commands/cs_list.cpp
index a5354e98a..71f844403 100644
--- a/modules/commands/cs_list.cpp
+++ b/modules/commands/cs_list.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_log.cpp b/modules/commands/cs_log.cpp
index ee3cd484b..8759124ad 100644
--- a/modules/commands/cs_log.cpp
+++ b/modules/commands/cs_log.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_mode.cpp b/modules/commands/cs_mode.cpp
index 6df197a6c..a968a3043 100644
--- a/modules/commands/cs_mode.cpp
+++ b/modules/commands/cs_mode.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_register.cpp b/modules/commands/cs_register.cpp
index 6ca9b5d42..4bd3cee55 100644
--- a/modules/commands/cs_register.cpp
+++ b/modules/commands/cs_register.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_seen.cpp b/modules/commands/cs_seen.cpp
index bd0d761ec..4108318b8 100644
--- a/modules/commands/cs_seen.cpp
+++ b/modules/commands/cs_seen.cpp
@@ -1,6 +1,6 @@
/* cs_seen: provides a seen command by tracking all users
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_set.cpp b/modules/commands/cs_set.cpp
index e83ed5476..7a4a47161 100644
--- a/modules/commands/cs_set.cpp
+++ b/modules/commands/cs_set.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_set_misc.cpp b/modules/commands/cs_set_misc.cpp
index 12a950259..efdce648c 100644
--- a/modules/commands/cs_set_misc.cpp
+++ b/modules/commands/cs_set_misc.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_status.cpp b/modules/commands/cs_status.cpp
index c1e184063..7effb1ba4 100644
--- a/modules/commands/cs_status.cpp
+++ b/modules/commands/cs_status.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_suspend.cpp b/modules/commands/cs_suspend.cpp
index d03ed0890..2120bf40e 100644
--- a/modules/commands/cs_suspend.cpp
+++ b/modules/commands/cs_suspend.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_sync.cpp b/modules/commands/cs_sync.cpp
index 4320dc9d5..b462b4bd6 100644
--- a/modules/commands/cs_sync.cpp
+++ b/modules/commands/cs_sync.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_topic.cpp b/modules/commands/cs_topic.cpp
index 2b686cf74..4c99a0f50 100644
--- a/modules/commands/cs_topic.cpp
+++ b/modules/commands/cs_topic.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_unban.cpp b/modules/commands/cs_unban.cpp
index b90b27910..7e2ad970c 100644
--- a/modules/commands/cs_unban.cpp
+++ b/modules/commands/cs_unban.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_updown.cpp b/modules/commands/cs_updown.cpp
index 5cdac7795..07c26e0eb 100644
--- a/modules/commands/cs_updown.cpp
+++ b/modules/commands/cs_updown.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/cs_xop.cpp b/modules/commands/cs_xop.cpp
index 795b23e38..8cc429016 100644
--- a/modules/commands/cs_xop.cpp
+++ b/modules/commands/cs_xop.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/gl_global.cpp b/modules/commands/gl_global.cpp
index 38fa357f1..061649d32 100644
--- a/modules/commands/gl_global.cpp
+++ b/modules/commands/gl_global.cpp
@@ -1,6 +1,6 @@
/* Global core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/greet.cpp b/modules/commands/greet.cpp
index fcc94f38c..e75a2032d 100644
--- a/modules/commands/greet.cpp
+++ b/modules/commands/greet.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/help.cpp b/modules/commands/help.cpp
index 94a849f11..755f68ded 100644
--- a/modules/commands/help.cpp
+++ b/modules/commands/help.cpp
@@ -1,6 +1,6 @@
/* Core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/hs_del.cpp b/modules/commands/hs_del.cpp
index 769b7c91b..276c086d3 100644
--- a/modules/commands/hs_del.cpp
+++ b/modules/commands/hs_del.cpp
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/hs_group.cpp b/modules/commands/hs_group.cpp
index 1ae0b43c2..39772d200 100644
--- a/modules/commands/hs_group.cpp
+++ b/modules/commands/hs_group.cpp
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/hs_list.cpp b/modules/commands/hs_list.cpp
index cb92b09ae..d0030ca91 100644
--- a/modules/commands/hs_list.cpp
+++ b/modules/commands/hs_list.cpp
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/hs_off.cpp b/modules/commands/hs_off.cpp
index ef2749818..51b2cfd30 100644
--- a/modules/commands/hs_off.cpp
+++ b/modules/commands/hs_off.cpp
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/hs_on.cpp b/modules/commands/hs_on.cpp
index 595318f6e..5be0fd4f1 100644
--- a/modules/commands/hs_on.cpp
+++ b/modules/commands/hs_on.cpp
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/hs_request.cpp b/modules/commands/hs_request.cpp
index e1e2db1d4..38874e14a 100644
--- a/modules/commands/hs_request.cpp
+++ b/modules/commands/hs_request.cpp
@@ -1,6 +1,6 @@
/* hs_request.c - Add request and activate functionality to HostServ
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Based on the original module by Rob <rob@anope.org>
diff --git a/modules/commands/hs_set.cpp b/modules/commands/hs_set.cpp
index 28e213675..0b015e133 100644
--- a/modules/commands/hs_set.cpp
+++ b/modules/commands/hs_set.cpp
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ms_cancel.cpp b/modules/commands/ms_cancel.cpp
index b6a75f776..780b1efcd 100644
--- a/modules/commands/ms_cancel.cpp
+++ b/modules/commands/ms_cancel.cpp
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ms_check.cpp b/modules/commands/ms_check.cpp
index 15665f236..134266749 100644
--- a/modules/commands/ms_check.cpp
+++ b/modules/commands/ms_check.cpp
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ms_del.cpp b/modules/commands/ms_del.cpp
index 2c3880e49..d1b115abd 100644
--- a/modules/commands/ms_del.cpp
+++ b/modules/commands/ms_del.cpp
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ms_ignore.cpp b/modules/commands/ms_ignore.cpp
index e17c7d253..ada7d5cfa 100644
--- a/modules/commands/ms_ignore.cpp
+++ b/modules/commands/ms_ignore.cpp
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ms_info.cpp b/modules/commands/ms_info.cpp
index 93c7bc3c0..8efab192f 100644
--- a/modules/commands/ms_info.cpp
+++ b/modules/commands/ms_info.cpp
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ms_list.cpp b/modules/commands/ms_list.cpp
index 5d2da0ff9..bcc2ccdf8 100644
--- a/modules/commands/ms_list.cpp
+++ b/modules/commands/ms_list.cpp
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ms_read.cpp b/modules/commands/ms_read.cpp
index 03d3dba70..dba8d71c3 100644
--- a/modules/commands/ms_read.cpp
+++ b/modules/commands/ms_read.cpp
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ms_rsend.cpp b/modules/commands/ms_rsend.cpp
index e60ffc3d9..c10359423 100644
--- a/modules/commands/ms_rsend.cpp
+++ b/modules/commands/ms_rsend.cpp
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ms_send.cpp b/modules/commands/ms_send.cpp
index 74eb804f0..c3cc5c94f 100644
--- a/modules/commands/ms_send.cpp
+++ b/modules/commands/ms_send.cpp
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ms_sendall.cpp b/modules/commands/ms_sendall.cpp
index bf8a86e2b..ff7ee8320 100644
--- a/modules/commands/ms_sendall.cpp
+++ b/modules/commands/ms_sendall.cpp
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ms_set.cpp b/modules/commands/ms_set.cpp
index 0b21e4825..bddf3aa2d 100644
--- a/modules/commands/ms_set.cpp
+++ b/modules/commands/ms_set.cpp
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ms_staff.cpp b/modules/commands/ms_staff.cpp
index 692e70792..9ddffefa3 100644
--- a/modules/commands/ms_staff.cpp
+++ b/modules/commands/ms_staff.cpp
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ns_access.cpp b/modules/commands/ns_access.cpp
index 07b015b06..b437d92fe 100644
--- a/modules/commands/ns_access.cpp
+++ b/modules/commands/ns_access.cpp
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ns_ajoin.cpp b/modules/commands/ns_ajoin.cpp
index 0659b44ba..0a7ee0f0c 100644
--- a/modules/commands/ns_ajoin.cpp
+++ b/modules/commands/ns_ajoin.cpp
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ns_alist.cpp b/modules/commands/ns_alist.cpp
index 68d60ed78..e217ee5cc 100644
--- a/modules/commands/ns_alist.cpp
+++ b/modules/commands/ns_alist.cpp
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ns_cert.cpp b/modules/commands/ns_cert.cpp
index 1831c4a4a..2e141bd51 100644
--- a/modules/commands/ns_cert.cpp
+++ b/modules/commands/ns_cert.cpp
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ns_drop.cpp b/modules/commands/ns_drop.cpp
index 76fa78be9..71838ad61 100644
--- a/modules/commands/ns_drop.cpp
+++ b/modules/commands/ns_drop.cpp
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ns_getemail.cpp b/modules/commands/ns_getemail.cpp
index 22cdb2393..be0ccee0a 100644
--- a/modules/commands/ns_getemail.cpp
+++ b/modules/commands/ns_getemail.cpp
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ns_getpass.cpp b/modules/commands/ns_getpass.cpp
index 16255747a..08338f62b 100644
--- a/modules/commands/ns_getpass.cpp
+++ b/modules/commands/ns_getpass.cpp
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ns_group.cpp b/modules/commands/ns_group.cpp
index da4fb91b0..c5e41d538 100644
--- a/modules/commands/ns_group.cpp
+++ b/modules/commands/ns_group.cpp
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ns_identify.cpp b/modules/commands/ns_identify.cpp
index 571d028d9..2aa20e7f1 100644
--- a/modules/commands/ns_identify.cpp
+++ b/modules/commands/ns_identify.cpp
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ns_info.cpp b/modules/commands/ns_info.cpp
index d09c364bc..fe5ac6f03 100644
--- a/modules/commands/ns_info.cpp
+++ b/modules/commands/ns_info.cpp
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ns_list.cpp b/modules/commands/ns_list.cpp
index 827e215d3..f8e2fea57 100644
--- a/modules/commands/ns_list.cpp
+++ b/modules/commands/ns_list.cpp
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ns_logout.cpp b/modules/commands/ns_logout.cpp
index fd763849e..3c5d7779e 100644
--- a/modules/commands/ns_logout.cpp
+++ b/modules/commands/ns_logout.cpp
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ns_recover.cpp b/modules/commands/ns_recover.cpp
index afbca27f1..e26a7cc9b 100644
--- a/modules/commands/ns_recover.cpp
+++ b/modules/commands/ns_recover.cpp
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ns_register.cpp b/modules/commands/ns_register.cpp
index dc16192ef..669965fa2 100644
--- a/modules/commands/ns_register.cpp
+++ b/modules/commands/ns_register.cpp
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ns_resetpass.cpp b/modules/commands/ns_resetpass.cpp
index dc0ec1a8c..0fa08ea32 100644
--- a/modules/commands/ns_resetpass.cpp
+++ b/modules/commands/ns_resetpass.cpp
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ns_set.cpp b/modules/commands/ns_set.cpp
index 81aad4468..4b4a09144 100644
--- a/modules/commands/ns_set.cpp
+++ b/modules/commands/ns_set.cpp
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ns_set_misc.cpp b/modules/commands/ns_set_misc.cpp
index da3a174d1..8a02dde8f 100644
--- a/modules/commands/ns_set_misc.cpp
+++ b/modules/commands/ns_set_misc.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ns_status.cpp b/modules/commands/ns_status.cpp
index 32211f182..8b3b82772 100644
--- a/modules/commands/ns_status.cpp
+++ b/modules/commands/ns_status.cpp
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ns_suspend.cpp b/modules/commands/ns_suspend.cpp
index 55bd5ea89..4a949e589 100644
--- a/modules/commands/ns_suspend.cpp
+++ b/modules/commands/ns_suspend.cpp
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/ns_update.cpp b/modules/commands/ns_update.cpp
index 1dc1e4ca9..63e0baf09 100644
--- a/modules/commands/ns_update.cpp
+++ b/modules/commands/ns_update.cpp
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_akill.cpp b/modules/commands/os_akill.cpp
index 8ac638508..f4ecad8ef 100644
--- a/modules/commands/os_akill.cpp
+++ b/modules/commands/os_akill.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_chankill.cpp b/modules/commands/os_chankill.cpp
index 4f7865276..d5322e07d 100644
--- a/modules/commands/os_chankill.cpp
+++ b/modules/commands/os_chankill.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_config.cpp b/modules/commands/os_config.cpp
index d60927b7c..81853bf3b 100644
--- a/modules/commands/os_config.cpp
+++ b/modules/commands/os_config.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_defcon.cpp b/modules/commands/os_defcon.cpp
index eda12062d..760636323 100644
--- a/modules/commands/os_defcon.cpp
+++ b/modules/commands/os_defcon.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_dns.cpp b/modules/commands/os_dns.cpp
index ab252bf69..2a5ca5068 100644
--- a/modules/commands/os_dns.cpp
+++ b/modules/commands/os_dns.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_forbid.cpp b/modules/commands/os_forbid.cpp
index 2b4a20f4f..05ea41779 100644
--- a/modules/commands/os_forbid.cpp
+++ b/modules/commands/os_forbid.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_ignore.cpp b/modules/commands/os_ignore.cpp
index 13523d10e..7730ea8f3 100644
--- a/modules/commands/os_ignore.cpp
+++ b/modules/commands/os_ignore.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_info.cpp b/modules/commands/os_info.cpp
index bc1edff10..de4b2a418 100644
--- a/modules/commands/os_info.cpp
+++ b/modules/commands/os_info.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_jupe.cpp b/modules/commands/os_jupe.cpp
index 68a49ccd9..7ed57e8d5 100644
--- a/modules/commands/os_jupe.cpp
+++ b/modules/commands/os_jupe.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_kick.cpp b/modules/commands/os_kick.cpp
index 58f4731ee..be04dd306 100644
--- a/modules/commands/os_kick.cpp
+++ b/modules/commands/os_kick.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_kill.cpp b/modules/commands/os_kill.cpp
index 18bee9d01..3821aeb5f 100644
--- a/modules/commands/os_kill.cpp
+++ b/modules/commands/os_kill.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_list.cpp b/modules/commands/os_list.cpp
index 417d682d1..29fe06ddc 100644
--- a/modules/commands/os_list.cpp
+++ b/modules/commands/os_list.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_login.cpp b/modules/commands/os_login.cpp
index 9ec1d8e95..c0aed993d 100644
--- a/modules/commands/os_login.cpp
+++ b/modules/commands/os_login.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_logsearch.cpp b/modules/commands/os_logsearch.cpp
index 93ca1d9e8..224f6b919 100644
--- a/modules/commands/os_logsearch.cpp
+++ b/modules/commands/os_logsearch.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_mode.cpp b/modules/commands/os_mode.cpp
index 71f8ec744..a768c25d1 100644
--- a/modules/commands/os_mode.cpp
+++ b/modules/commands/os_mode.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_modinfo.cpp b/modules/commands/os_modinfo.cpp
index fe1163b96..d8893837c 100644
--- a/modules/commands/os_modinfo.cpp
+++ b/modules/commands/os_modinfo.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_module.cpp b/modules/commands/os_module.cpp
index 77aa38d2a..6eeac5ecc 100644
--- a/modules/commands/os_module.cpp
+++ b/modules/commands/os_module.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_news.cpp b/modules/commands/os_news.cpp
index 21177d0ec..b6d79f51d 100644
--- a/modules/commands/os_news.cpp
+++ b/modules/commands/os_news.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_noop.cpp b/modules/commands/os_noop.cpp
index df5f6951a..d578f0515 100644
--- a/modules/commands/os_noop.cpp
+++ b/modules/commands/os_noop.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_oline.cpp b/modules/commands/os_oline.cpp
index c305bb215..e50911e36 100644
--- a/modules/commands/os_oline.cpp
+++ b/modules/commands/os_oline.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_oper.cpp b/modules/commands/os_oper.cpp
index 3d86ba4db..f8dc68391 100644
--- a/modules/commands/os_oper.cpp
+++ b/modules/commands/os_oper.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_reload.cpp b/modules/commands/os_reload.cpp
index d4d66474e..3022f56e2 100644
--- a/modules/commands/os_reload.cpp
+++ b/modules/commands/os_reload.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_session.cpp b/modules/commands/os_session.cpp
index ab5d7ce48..300d5dbf2 100644
--- a/modules/commands/os_session.cpp
+++ b/modules/commands/os_session.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_set.cpp b/modules/commands/os_set.cpp
index 706e039e3..e3b9a0144 100644
--- a/modules/commands/os_set.cpp
+++ b/modules/commands/os_set.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_shutdown.cpp b/modules/commands/os_shutdown.cpp
index 8ce90191a..834f25a4a 100644
--- a/modules/commands/os_shutdown.cpp
+++ b/modules/commands/os_shutdown.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_stats.cpp b/modules/commands/os_stats.cpp
index dcc74e619..367ec8100 100644
--- a/modules/commands/os_stats.cpp
+++ b/modules/commands/os_stats.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_svs.cpp b/modules/commands/os_svs.cpp
index bc6051a9d..787f95ec5 100644
--- a/modules/commands/os_svs.cpp
+++ b/modules/commands/os_svs.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_sxline.cpp b/modules/commands/os_sxline.cpp
index b21febf9a..167140f41 100644
--- a/modules/commands/os_sxline.cpp
+++ b/modules/commands/os_sxline.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/commands/os_update.cpp b/modules/commands/os_update.cpp
index 99fd33c6f..ced30c910 100644
--- a/modules/commands/os_update.cpp
+++ b/modules/commands/os_update.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/cs_statusupdate.cpp b/modules/cs_statusupdate.cpp
index 42365f2ad..14a95b14b 100644
--- a/modules/cs_statusupdate.cpp
+++ b/modules/cs_statusupdate.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/database/db_flatfile.cpp b/modules/database/db_flatfile.cpp
index 24278e001..4c3926cfe 100644
--- a/modules/database/db_flatfile.cpp
+++ b/modules/database/db_flatfile.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/database/db_old.cpp b/modules/database/db_old.cpp
index 66db18834..a189a80f8 100644
--- a/modules/database/db_old.cpp
+++ b/modules/database/db_old.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/database/db_redis.cpp b/modules/database/db_redis.cpp
index 2b63213c4..e1da4282d 100644
--- a/modules/database/db_redis.cpp
+++ b/modules/database/db_redis.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/database/db_sql.cpp b/modules/database/db_sql.cpp
index 1c1ca6b4b..a5c644a68 100644
--- a/modules/database/db_sql.cpp
+++ b/modules/database/db_sql.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/database/db_sql_live.cpp b/modules/database/db_sql_live.cpp
index e14a45c8b..521e3e449 100644
--- a/modules/database/db_sql_live.cpp
+++ b/modules/database/db_sql_live.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2012-2019 Anope Team
+ * (C) 2012-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/encryption/enc_bcrypt.cpp b/modules/encryption/enc_bcrypt.cpp
index a3918f7c4..2698a2f88 100644
--- a/modules/encryption/enc_bcrypt.cpp
+++ b/modules/encryption/enc_bcrypt.cpp
@@ -1,6 +1,6 @@
/* Module for providing bcrypt hashing
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* This program is free but copyrighted software; see the file COPYING for
diff --git a/modules/encryption/enc_md5.cpp b/modules/encryption/enc_md5.cpp
index 9db5f8937..3a20204ca 100644
--- a/modules/encryption/enc_md5.cpp
+++ b/modules/encryption/enc_md5.cpp
@@ -1,7 +1,7 @@
/* Module for encryption using MD5.
*
* Modified for Anope.
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Taken from IRC Services and is copyright (c) 1996-2002 Andrew Church.
diff --git a/modules/encryption/enc_none.cpp b/modules/encryption/enc_none.cpp
index b6e09e1f8..acf41b280 100644
--- a/modules/encryption/enc_none.cpp
+++ b/modules/encryption/enc_none.cpp
@@ -1,6 +1,6 @@
/* Module for plain text encryption.
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* This program is free but copyrighted software; see the file COPYING for
diff --git a/modules/encryption/enc_old.cpp b/modules/encryption/enc_old.cpp
index b4778454a..47fab3e3b 100644
--- a/modules/encryption/enc_old.cpp
+++ b/modules/encryption/enc_old.cpp
@@ -1,6 +1,6 @@
/* Include file for high-level encryption routines.
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/encryption/enc_sha1.cpp b/modules/encryption/enc_sha1.cpp
index 7f86e0f56..a84624fb6 100644
--- a/modules/encryption/enc_sha1.cpp
+++ b/modules/encryption/enc_sha1.cpp
@@ -1,7 +1,7 @@
/*
*
* Modified for Anope.
- * (C) 2006-2019 Anope Team
+ * (C) 2006-2020 Anope Team
* Contact us at team@anope.org
SHA-1 in C
diff --git a/modules/encryption/enc_sha256.cpp b/modules/encryption/enc_sha256.cpp
index 832b3fdc1..4020609e9 100644
--- a/modules/encryption/enc_sha256.cpp
+++ b/modules/encryption/enc_sha256.cpp
@@ -5,7 +5,7 @@
* IMPORTANT: DATA HASHES CANNOT BE "DECRYPTED" BACK TO PLAIN TEXT.
*
* Modified for Anope.
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Taken from InspIRCd (https://www.inspircd.org/),
diff --git a/modules/extra/m_ldap.cpp b/modules/extra/m_ldap.cpp
index e177edbe7..aef1c6d4d 100644
--- a/modules/extra/m_ldap.cpp
+++ b/modules/extra/m_ldap.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2011-2019 Anope Team
+ * (C) 2011-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/extra/m_ldap_authentication.cpp b/modules/extra/m_ldap_authentication.cpp
index 3efc50699..b3653528b 100644
--- a/modules/extra/m_ldap_authentication.cpp
+++ b/modules/extra/m_ldap_authentication.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2011-2019 Anope Team
+ * (C) 2011-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/extra/m_ldap_oper.cpp b/modules/extra/m_ldap_oper.cpp
index e4831d900..861ce109f 100644
--- a/modules/extra/m_ldap_oper.cpp
+++ b/modules/extra/m_ldap_oper.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2011-2019 Anope Team
+ * (C) 2011-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/extra/m_mysql.cpp b/modules/extra/m_mysql.cpp
index afbe57072..b617018f1 100644
--- a/modules/extra/m_mysql.cpp
+++ b/modules/extra/m_mysql.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2010-2019 Anope Team
+ * (C) 2010-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/extra/m_regex_pcre.cpp b/modules/extra/m_regex_pcre.cpp
index 45b120b84..0794e80ff 100644
--- a/modules/extra/m_regex_pcre.cpp
+++ b/modules/extra/m_regex_pcre.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2012-2019 Anope Team
+ * (C) 2012-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/extra/m_regex_posix.cpp b/modules/extra/m_regex_posix.cpp
index d3616bc42..41f7ca9b2 100644
--- a/modules/extra/m_regex_posix.cpp
+++ b/modules/extra/m_regex_posix.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2012-2019 Anope Team
+ * (C) 2012-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/extra/m_regex_tre.cpp b/modules/extra/m_regex_tre.cpp
index cf37242eb..ef59da199 100644
--- a/modules/extra/m_regex_tre.cpp
+++ b/modules/extra/m_regex_tre.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2012-2019 Anope Team
+ * (C) 2012-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/extra/m_sql_authentication.cpp b/modules/extra/m_sql_authentication.cpp
index 2caa328d1..38de96f4d 100644
--- a/modules/extra/m_sql_authentication.cpp
+++ b/modules/extra/m_sql_authentication.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2012-2019 Anope Team
+ * (C) 2012-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/extra/m_sql_log.cpp b/modules/extra/m_sql_log.cpp
index 983117954..28da360f0 100644
--- a/modules/extra/m_sql_log.cpp
+++ b/modules/extra/m_sql_log.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/extra/m_sql_oper.cpp b/modules/extra/m_sql_oper.cpp
index f50ad1fb1..540be00fc 100644
--- a/modules/extra/m_sql_oper.cpp
+++ b/modules/extra/m_sql_oper.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2012-2019 Anope Team
+ * (C) 2012-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/extra/m_sqlite.cpp b/modules/extra/m_sqlite.cpp
index 49e638396..d8f1c43a4 100644
--- a/modules/extra/m_sqlite.cpp
+++ b/modules/extra/m_sqlite.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2011-2019 Anope Team
+ * (C) 2011-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/extra/m_ssl_gnutls.cpp b/modules/extra/m_ssl_gnutls.cpp
index 974747ada..de314cfa9 100644
--- a/modules/extra/m_ssl_gnutls.cpp
+++ b/modules/extra/m_ssl_gnutls.cpp
@@ -1,7 +1,7 @@
/*
*
* (C) 2014 Attila Molnar <attilamolnar@hush.com>
- * (C) 2014-2019 Anope Team
+ * (C) 2014-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/extra/m_ssl_openssl.cpp b/modules/extra/m_ssl_openssl.cpp
index e8c0d402a..047943f4a 100644
--- a/modules/extra/m_ssl_openssl.cpp
+++ b/modules/extra/m_ssl_openssl.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2010-2019 Anope Team
+ * (C) 2010-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/extra/stats/cs_fantasy_stats.cpp b/modules/extra/stats/cs_fantasy_stats.cpp
index b9035db97..6ee0e383a 100644
--- a/modules/extra/stats/cs_fantasy_stats.cpp
+++ b/modules/extra/stats/cs_fantasy_stats.cpp
@@ -1,6 +1,6 @@
/* Chanstats core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/extra/stats/cs_fantasy_top.cpp b/modules/extra/stats/cs_fantasy_top.cpp
index e391d9373..428fa133b 100644
--- a/modules/extra/stats/cs_fantasy_top.cpp
+++ b/modules/extra/stats/cs_fantasy_top.cpp
@@ -1,6 +1,6 @@
/* Chanstats core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/extra/stats/irc2sql/irc2sql.cpp b/modules/extra/stats/irc2sql/irc2sql.cpp
index f8a3a7856..931e535bd 100644
--- a/modules/extra/stats/irc2sql/irc2sql.cpp
+++ b/modules/extra/stats/irc2sql/irc2sql.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2013-2019 Anope Team
+ * (C) 2013-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/extra/stats/irc2sql/irc2sql.h b/modules/extra/stats/irc2sql/irc2sql.h
index 8998a27e6..a7b3413d8 100644
--- a/modules/extra/stats/irc2sql/irc2sql.h
+++ b/modules/extra/stats/irc2sql/irc2sql.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2013-2019 Anope Team
+ * (C) 2013-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/extra/stats/irc2sql/tables.cpp b/modules/extra/stats/irc2sql/tables.cpp
index 277183375..812f71339 100644
--- a/modules/extra/stats/irc2sql/tables.cpp
+++ b/modules/extra/stats/irc2sql/tables.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2013-2019 Anope Team
+ * (C) 2013-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/extra/stats/irc2sql/utils.cpp b/modules/extra/stats/irc2sql/utils.cpp
index c8711e160..e4bb8b1ee 100644
--- a/modules/extra/stats/irc2sql/utils.cpp
+++ b/modules/extra/stats/irc2sql/utils.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2013-2019 Anope Team
+ * (C) 2013-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/extra/stats/m_chanstats.cpp b/modules/extra/stats/m_chanstats.cpp
index 6c7b49a36..491f02456 100644
--- a/modules/extra/stats/m_chanstats.cpp
+++ b/modules/extra/stats/m_chanstats.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2012-2019 Anope Team
+ * (C) 2012-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/fantasy.cpp b/modules/fantasy.cpp
index cc232ec9d..20df6d066 100644
--- a/modules/fantasy.cpp
+++ b/modules/fantasy.cpp
@@ -1,6 +1,6 @@
/* Fantasy functionality
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/m_dns.cpp b/modules/m_dns.cpp
index ada32db6b..3d0a84ad8 100644
--- a/modules/m_dns.cpp
+++ b/modules/m_dns.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/m_dnsbl.cpp b/modules/m_dnsbl.cpp
index bcdc17e74..54007a4ff 100644
--- a/modules/m_dnsbl.cpp
+++ b/modules/m_dnsbl.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/m_helpchan.cpp b/modules/m_helpchan.cpp
index c2b470f01..94a8fbd32 100644
--- a/modules/m_helpchan.cpp
+++ b/modules/m_helpchan.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/m_httpd.cpp b/modules/m_httpd.cpp
index 0a7afd412..07ccde54c 100644
--- a/modules/m_httpd.cpp
+++ b/modules/m_httpd.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/m_proxyscan.cpp b/modules/m_proxyscan.cpp
index cc7599666..59a31e2ed 100644
--- a/modules/m_proxyscan.cpp
+++ b/modules/m_proxyscan.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/m_redis.cpp b/modules/m_redis.cpp
index 6ed5ef677..f7feb1576 100644
--- a/modules/m_redis.cpp
+++ b/modules/m_redis.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/m_rewrite.cpp b/modules/m_rewrite.cpp
index b68e6e0e2..7387213f3 100644
--- a/modules/m_rewrite.cpp
+++ b/modules/m_rewrite.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/m_sasl.cpp b/modules/m_sasl.cpp
index 9568f8183..b627a5393 100644
--- a/modules/m_sasl.cpp
+++ b/modules/m_sasl.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2014-2019 Anope Team
+ * (C) 2014-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/m_xmlrpc.cpp b/modules/m_xmlrpc.cpp
index 287035366..9b7bb75f1 100644
--- a/modules/m_xmlrpc.cpp
+++ b/modules/m_xmlrpc.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2010-2019 Anope Team
+ * (C) 2010-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/m_xmlrpc_main.cpp b/modules/m_xmlrpc_main.cpp
index 5548e222f..2f6782028 100644
--- a/modules/m_xmlrpc_main.cpp
+++ b/modules/m_xmlrpc_main.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2010-2019 Anope Team
+ * (C) 2010-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/ns_maxemail.cpp b/modules/ns_maxemail.cpp
index 372f38db1..cb10fdb65 100644
--- a/modules/ns_maxemail.cpp
+++ b/modules/ns_maxemail.cpp
@@ -1,7 +1,7 @@
/* ns_maxemail.cpp - Limit the amount of times an email address
* can be used for a NickServ account.
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Included in the Anope module pack since Anope 1.7.9
diff --git a/modules/protocol/bahamut.cpp b/modules/protocol/bahamut.cpp
index 0781ad32b..0eb9fdd77 100644
--- a/modules/protocol/bahamut.cpp
+++ b/modules/protocol/bahamut.cpp
@@ -1,6 +1,6 @@
/* Bahamut functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/protocol/charybdis.cpp b/modules/protocol/charybdis.cpp
index b92910a6a..81d4b14ef 100644
--- a/modules/protocol/charybdis.cpp
+++ b/modules/protocol/charybdis.cpp
@@ -1,6 +1,6 @@
/* Charybdis IRCD functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/protocol/hybrid.cpp b/modules/protocol/hybrid.cpp
index 105550cb0..fa68d0656 100644
--- a/modules/protocol/hybrid.cpp
+++ b/modules/protocol/hybrid.cpp
@@ -1,6 +1,6 @@
/* ircd-hybrid-8 protocol module
*
- * (C) 2003-2019 Anope Team <team@anope.org>
+ * (C) 2003-2020 Anope Team <team@anope.org>
* (C) 2012-2018 ircd-hybrid development team
*
* Please read COPYING and README for further details.
diff --git a/modules/protocol/inspircd12.cpp b/modules/protocol/inspircd12.cpp
index 330135ecb..ab0490273 100644
--- a/modules/protocol/inspircd12.cpp
+++ b/modules/protocol/inspircd12.cpp
@@ -1,6 +1,6 @@
/* inspircd 1.2 functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/protocol/inspircd20.cpp b/modules/protocol/inspircd20.cpp
index 1b6adda61..c6b9c2955 100644
--- a/modules/protocol/inspircd20.cpp
+++ b/modules/protocol/inspircd20.cpp
@@ -1,6 +1,6 @@
/* InspIRCd 2.0 functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/protocol/inspircd3.cpp b/modules/protocol/inspircd3.cpp
index 4b0495055..45cb95209 100644
--- a/modules/protocol/inspircd3.cpp
+++ b/modules/protocol/inspircd3.cpp
@@ -1,6 +1,6 @@
/* InspIRCd 3.0 functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/protocol/ngircd.cpp b/modules/protocol/ngircd.cpp
index 89aaf0daf..f35904c5a 100644
--- a/modules/protocol/ngircd.cpp
+++ b/modules/protocol/ngircd.cpp
@@ -1,7 +1,7 @@
/* ngIRCd Protocol module for Anope IRC Services
*
* (C) 2011-2012, 2014 Alexander Barton <alex@barton.de>
- * (C) 2011-2019 Anope Team <team@anope.org>
+ * (C) 2011-2020 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/modules/protocol/plexus.cpp b/modules/protocol/plexus.cpp
index fdf0436d8..b40d45e6f 100644
--- a/modules/protocol/plexus.cpp
+++ b/modules/protocol/plexus.cpp
@@ -1,6 +1,6 @@
/* Plexus 3+ IRCD functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/protocol/ratbox.cpp b/modules/protocol/ratbox.cpp
index 2b20bf75e..692a11c1b 100644
--- a/modules/protocol/ratbox.cpp
+++ b/modules/protocol/ratbox.cpp
@@ -1,6 +1,6 @@
/* Ratbox IRCD functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/protocol/unreal.cpp b/modules/protocol/unreal.cpp
index 99c382e78..383b1f837 100644
--- a/modules/protocol/unreal.cpp
+++ b/modules/protocol/unreal.cpp
@@ -1,6 +1,6 @@
/* Unreal IRCD 3.2.x functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/protocol/unreal4.cpp b/modules/protocol/unreal4.cpp
index 9089857ac..7725556fc 100644
--- a/modules/protocol/unreal4.cpp
+++ b/modules/protocol/unreal4.cpp
@@ -1,6 +1,6 @@
/* Unreal IRCD 4 functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/pseudoclients/botserv.cpp b/modules/pseudoclients/botserv.cpp
index b847bae4f..d9c7da9f8 100644
--- a/modules/pseudoclients/botserv.cpp
+++ b/modules/pseudoclients/botserv.cpp
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/pseudoclients/chanserv.cpp b/modules/pseudoclients/chanserv.cpp
index b532df707..16811c8ce 100644
--- a/modules/pseudoclients/chanserv.cpp
+++ b/modules/pseudoclients/chanserv.cpp
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/pseudoclients/global.cpp b/modules/pseudoclients/global.cpp
index da81d2ce8..6810e7ef1 100644
--- a/modules/pseudoclients/global.cpp
+++ b/modules/pseudoclients/global.cpp
@@ -1,6 +1,6 @@
/* Global core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/pseudoclients/hostserv.cpp b/modules/pseudoclients/hostserv.cpp
index e47603432..c2beb5c65 100644
--- a/modules/pseudoclients/hostserv.cpp
+++ b/modules/pseudoclients/hostserv.cpp
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/pseudoclients/memoserv.cpp b/modules/pseudoclients/memoserv.cpp
index 6dc0eccf0..defbafdc5 100644
--- a/modules/pseudoclients/memoserv.cpp
+++ b/modules/pseudoclients/memoserv.cpp
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/pseudoclients/nickserv.cpp b/modules/pseudoclients/nickserv.cpp
index 5ae9a97c5..3c80c500d 100644
--- a/modules/pseudoclients/nickserv.cpp
+++ b/modules/pseudoclients/nickserv.cpp
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/pseudoclients/operserv.cpp b/modules/pseudoclients/operserv.cpp
index 72b340f56..5a19d2f2f 100644
--- a/modules/pseudoclients/operserv.cpp
+++ b/modules/pseudoclients/operserv.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/chanserv/access.cpp b/modules/webcpanel/pages/chanserv/access.cpp
index b318d266f..dfab551ae 100644
--- a/modules/webcpanel/pages/chanserv/access.cpp
+++ b/modules/webcpanel/pages/chanserv/access.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/chanserv/access.h b/modules/webcpanel/pages/chanserv/access.h
index 97072e45d..e02f081d3 100644
--- a/modules/webcpanel/pages/chanserv/access.h
+++ b/modules/webcpanel/pages/chanserv/access.h
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/chanserv/akick.cpp b/modules/webcpanel/pages/chanserv/akick.cpp
index 766c0264a..a98bcbc90 100644
--- a/modules/webcpanel/pages/chanserv/akick.cpp
+++ b/modules/webcpanel/pages/chanserv/akick.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/chanserv/akick.h b/modules/webcpanel/pages/chanserv/akick.h
index 6ebbfafd4..3aba8cbcc 100644
--- a/modules/webcpanel/pages/chanserv/akick.h
+++ b/modules/webcpanel/pages/chanserv/akick.h
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/chanserv/drop.cpp b/modules/webcpanel/pages/chanserv/drop.cpp
index 91775815c..5bdb524c2 100644
--- a/modules/webcpanel/pages/chanserv/drop.cpp
+++ b/modules/webcpanel/pages/chanserv/drop.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/chanserv/drop.h b/modules/webcpanel/pages/chanserv/drop.h
index 55a8cc923..bbba28b54 100644
--- a/modules/webcpanel/pages/chanserv/drop.h
+++ b/modules/webcpanel/pages/chanserv/drop.h
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/chanserv/info.cpp b/modules/webcpanel/pages/chanserv/info.cpp
index d9f23bb12..b6d022506 100644
--- a/modules/webcpanel/pages/chanserv/info.cpp
+++ b/modules/webcpanel/pages/chanserv/info.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/chanserv/info.h b/modules/webcpanel/pages/chanserv/info.h
index 51b186b19..1b374a383 100644
--- a/modules/webcpanel/pages/chanserv/info.h
+++ b/modules/webcpanel/pages/chanserv/info.h
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/chanserv/modes.cpp b/modules/webcpanel/pages/chanserv/modes.cpp
index 897cd7dbd..19c96deac 100644
--- a/modules/webcpanel/pages/chanserv/modes.cpp
+++ b/modules/webcpanel/pages/chanserv/modes.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/chanserv/modes.h b/modules/webcpanel/pages/chanserv/modes.h
index fbfc7cc8c..84ce3df5c 100644
--- a/modules/webcpanel/pages/chanserv/modes.h
+++ b/modules/webcpanel/pages/chanserv/modes.h
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/chanserv/set.cpp b/modules/webcpanel/pages/chanserv/set.cpp
index 95570a305..f4e84770b 100644
--- a/modules/webcpanel/pages/chanserv/set.cpp
+++ b/modules/webcpanel/pages/chanserv/set.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/chanserv/set.h b/modules/webcpanel/pages/chanserv/set.h
index 7ec6d3137..2170b8911 100644
--- a/modules/webcpanel/pages/chanserv/set.h
+++ b/modules/webcpanel/pages/chanserv/set.h
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/chanserv/utils.cpp b/modules/webcpanel/pages/chanserv/utils.cpp
index f98a5672f..6a41cde2f 100644
--- a/modules/webcpanel/pages/chanserv/utils.cpp
+++ b/modules/webcpanel/pages/chanserv/utils.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/chanserv/utils.h b/modules/webcpanel/pages/chanserv/utils.h
index 076b911d4..207d46c5e 100644
--- a/modules/webcpanel/pages/chanserv/utils.h
+++ b/modules/webcpanel/pages/chanserv/utils.h
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/confirm.cpp b/modules/webcpanel/pages/confirm.cpp
index 43715eb46..0322620af 100644
--- a/modules/webcpanel/pages/confirm.cpp
+++ b/modules/webcpanel/pages/confirm.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/confirm.h b/modules/webcpanel/pages/confirm.h
index 2e8ed6f0e..5a83f0b1e 100644
--- a/modules/webcpanel/pages/confirm.h
+++ b/modules/webcpanel/pages/confirm.h
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/hostserv/request.cpp b/modules/webcpanel/pages/hostserv/request.cpp
index b223341ed..87ff049f6 100644
--- a/modules/webcpanel/pages/hostserv/request.cpp
+++ b/modules/webcpanel/pages/hostserv/request.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/hostserv/request.h b/modules/webcpanel/pages/hostserv/request.h
index 3d3ab5c8a..b15325f93 100644
--- a/modules/webcpanel/pages/hostserv/request.h
+++ b/modules/webcpanel/pages/hostserv/request.h
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/index.cpp b/modules/webcpanel/pages/index.cpp
index bb071ce28..bf6dd4654 100644
--- a/modules/webcpanel/pages/index.cpp
+++ b/modules/webcpanel/pages/index.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/index.h b/modules/webcpanel/pages/index.h
index 790befe16..06bbe0d8f 100644
--- a/modules/webcpanel/pages/index.h
+++ b/modules/webcpanel/pages/index.h
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/logout.cpp b/modules/webcpanel/pages/logout.cpp
index 6e065d4ff..18364f3a1 100644
--- a/modules/webcpanel/pages/logout.cpp
+++ b/modules/webcpanel/pages/logout.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/logout.h b/modules/webcpanel/pages/logout.h
index 787d4876f..e68f78718 100644
--- a/modules/webcpanel/pages/logout.h
+++ b/modules/webcpanel/pages/logout.h
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/memoserv/memos.cpp b/modules/webcpanel/pages/memoserv/memos.cpp
index 151269334..58cbdffb6 100644
--- a/modules/webcpanel/pages/memoserv/memos.cpp
+++ b/modules/webcpanel/pages/memoserv/memos.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/memoserv/memos.h b/modules/webcpanel/pages/memoserv/memos.h
index e5981ac95..70d6af604 100644
--- a/modules/webcpanel/pages/memoserv/memos.h
+++ b/modules/webcpanel/pages/memoserv/memos.h
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/nickserv/access.cpp b/modules/webcpanel/pages/nickserv/access.cpp
index 50067a1fa..938498f7f 100644
--- a/modules/webcpanel/pages/nickserv/access.cpp
+++ b/modules/webcpanel/pages/nickserv/access.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/nickserv/access.h b/modules/webcpanel/pages/nickserv/access.h
index 9b2198cca..bd5592c81 100644
--- a/modules/webcpanel/pages/nickserv/access.h
+++ b/modules/webcpanel/pages/nickserv/access.h
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/nickserv/alist.cpp b/modules/webcpanel/pages/nickserv/alist.cpp
index f4e2c42c2..c2cbd1086 100644
--- a/modules/webcpanel/pages/nickserv/alist.cpp
+++ b/modules/webcpanel/pages/nickserv/alist.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/nickserv/alist.h b/modules/webcpanel/pages/nickserv/alist.h
index 6263985fd..90847a485 100644
--- a/modules/webcpanel/pages/nickserv/alist.h
+++ b/modules/webcpanel/pages/nickserv/alist.h
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/nickserv/cert.cpp b/modules/webcpanel/pages/nickserv/cert.cpp
index da0694331..96ff91074 100644
--- a/modules/webcpanel/pages/nickserv/cert.cpp
+++ b/modules/webcpanel/pages/nickserv/cert.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/nickserv/cert.h b/modules/webcpanel/pages/nickserv/cert.h
index 521ce4ac4..5bd7f8e74 100644
--- a/modules/webcpanel/pages/nickserv/cert.h
+++ b/modules/webcpanel/pages/nickserv/cert.h
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/nickserv/info.cpp b/modules/webcpanel/pages/nickserv/info.cpp
index 4168fe9df..f33038918 100644
--- a/modules/webcpanel/pages/nickserv/info.cpp
+++ b/modules/webcpanel/pages/nickserv/info.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/nickserv/info.h b/modules/webcpanel/pages/nickserv/info.h
index 0c8a5b3d6..547df4c72 100644
--- a/modules/webcpanel/pages/nickserv/info.h
+++ b/modules/webcpanel/pages/nickserv/info.h
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/operserv/akill.cpp b/modules/webcpanel/pages/operserv/akill.cpp
index dfbacd1c2..48f18eb20 100644
--- a/modules/webcpanel/pages/operserv/akill.cpp
+++ b/modules/webcpanel/pages/operserv/akill.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/operserv/akill.h b/modules/webcpanel/pages/operserv/akill.h
index cf2e1bce9..d75c9b1cf 100644
--- a/modules/webcpanel/pages/operserv/akill.h
+++ b/modules/webcpanel/pages/operserv/akill.h
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/register.cpp b/modules/webcpanel/pages/register.cpp
index 7181fe06b..e5988a693 100644
--- a/modules/webcpanel/pages/register.cpp
+++ b/modules/webcpanel/pages/register.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/pages/register.h b/modules/webcpanel/pages/register.h
index fc682384e..e77cf9c55 100644
--- a/modules/webcpanel/pages/register.h
+++ b/modules/webcpanel/pages/register.h
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/static_fileserver.cpp b/modules/webcpanel/static_fileserver.cpp
index 750318ab3..99dfda953 100644
--- a/modules/webcpanel/static_fileserver.cpp
+++ b/modules/webcpanel/static_fileserver.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/static_fileserver.h b/modules/webcpanel/static_fileserver.h
index 60a6d27e1..6b6af5fad 100644
--- a/modules/webcpanel/static_fileserver.h
+++ b/modules/webcpanel/static_fileserver.h
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/template_fileserver.cpp b/modules/webcpanel/template_fileserver.cpp
index e2beb5c21..3c9ed48da 100644
--- a/modules/webcpanel/template_fileserver.cpp
+++ b/modules/webcpanel/template_fileserver.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/template_fileserver.h b/modules/webcpanel/template_fileserver.h
index 2ddf9f253..19a9c20b2 100644
--- a/modules/webcpanel/template_fileserver.h
+++ b/modules/webcpanel/template_fileserver.h
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/templates/default/confirm.html b/modules/webcpanel/templates/default/confirm.html
index 26ea19562..41077d6c5 100644
--- a/modules/webcpanel/templates/default/confirm.html
+++ b/modules/webcpanel/templates/default/confirm.html
@@ -39,7 +39,7 @@
<div class="row">
<div class="col-lg-offset-3 col-lg-6">
<div class="footer text-center">
- Anope IRC Services - &copy; 2013-2019 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
+ Anope IRC Services - &copy; 2013-2020 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
</div>
</div>
</div>
diff --git a/modules/webcpanel/templates/default/footer.html b/modules/webcpanel/templates/default/footer.html
index c9e942dce..17fdebdd8 100644
--- a/modules/webcpanel/templates/default/footer.html
+++ b/modules/webcpanel/templates/default/footer.html
@@ -5,7 +5,7 @@
<div class="row">
<div class="col-lg-12">
<div class="footer text-center">
- Anope IRC Services - &copy; 2013-2019 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
+ Anope IRC Services - &copy; 2013-2020 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
</div>
</div>
</div>
diff --git a/modules/webcpanel/templates/default/login.html b/modules/webcpanel/templates/default/login.html
index c2c8babb1..2c9d888da 100644
--- a/modules/webcpanel/templates/default/login.html
+++ b/modules/webcpanel/templates/default/login.html
@@ -43,7 +43,7 @@
<div class="row">
<div class="col-lg-offset-3 col-lg-6">
<div class="footer text-center">
- Anope IRC Services - &copy; 2013-2019 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
+ Anope IRC Services - &copy; 2013-2020 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
</div>
</div>
</div>
diff --git a/modules/webcpanel/templates/default/register.html b/modules/webcpanel/templates/default/register.html
index 590f33a96..14a2d6ad4 100644
--- a/modules/webcpanel/templates/default/register.html
+++ b/modules/webcpanel/templates/default/register.html
@@ -53,7 +53,7 @@
<div class="row">
<div class="col-lg-offset-3 col-lg-6">
<div class="footer text-center">
- Anope IRC Services - &copy; 2013-2019 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
+ Anope IRC Services - &copy; 2013-2020 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
</div>
</div>
</div>
diff --git a/modules/webcpanel/webcpanel.cpp b/modules/webcpanel/webcpanel.cpp
index 6dd3d138f..50dacd745 100644
--- a/modules/webcpanel/webcpanel.cpp
+++ b/modules/webcpanel/webcpanel.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/modules/webcpanel/webcpanel.h b/modules/webcpanel/webcpanel.h
index 44477dda4..2e535b68b 100644
--- a/modules/webcpanel/webcpanel.h
+++ b/modules/webcpanel/webcpanel.h
@@ -1,5 +1,5 @@
/*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/access.cpp b/src/access.cpp
index a3198fb61..421894fa0 100644
--- a/src/access.cpp
+++ b/src/access.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/account.cpp b/src/account.cpp
index 0a1e528ea..775cdf6e2 100644
--- a/src/account.cpp
+++ b/src/account.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/base.cpp b/src/base.cpp
index e1f4e3bdc..2b40c5492 100644
--- a/src/base.cpp
+++ b/src/base.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/base64.cpp b/src/base64.cpp
index 4f608f233..2f678c757 100644
--- a/src/base64.cpp
+++ b/src/base64.cpp
@@ -1,6 +1,6 @@
/* base64 routines.
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/bots.cpp b/src/bots.cpp
index cde4b4442..27da271d9 100644
--- a/src/bots.cpp
+++ b/src/bots.cpp
@@ -1,7 +1,7 @@
/*
*
* (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
- * (C) 2008-2019 Anope Team <team@anope.org>
+ * (C) 2008-2020 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/src/channels.cpp b/src/channels.cpp
index 15b78836d..cadca48e2 100644
--- a/src/channels.cpp
+++ b/src/channels.cpp
@@ -1,6 +1,6 @@
/* Channel-handling routines.
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/command.cpp b/src/command.cpp
index ef8144f85..30abd73d9 100644
--- a/src/command.cpp
+++ b/src/command.cpp
@@ -1,7 +1,7 @@
/*
*
* (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
- * (C) 2008-2019 Anope Team <team@anope.org>
+ * (C) 2008-2020 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/src/config.cpp b/src/config.cpp
index 8a229aa20..3b8e5c34d 100644
--- a/src/config.cpp
+++ b/src/config.cpp
@@ -1,6 +1,6 @@
/* Configuration file handling.
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/extensible.cpp b/src/extensible.cpp
index fb18a8464..bdb8d8f3f 100644
--- a/src/extensible.cpp
+++ b/src/extensible.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/hashcomp.cpp b/src/hashcomp.cpp
index 6595006e2..d88a23142 100644
--- a/src/hashcomp.cpp
+++ b/src/hashcomp.cpp
@@ -1,7 +1,7 @@
/*
*
* (C) 2002-2011 InspIRCd Development Team
- * (C) 2008-2019 Anope Team <team@anope.org>
+ * (C) 2008-2020 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/src/init.cpp b/src/init.cpp
index 1a8aa89fd..d02b69293 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -1,6 +1,6 @@
/* Initialization and related routines.
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/language.cpp b/src/language.cpp
index 19153783f..b175a0e78 100644
--- a/src/language.cpp
+++ b/src/language.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/logger.cpp b/src/logger.cpp
index f06112eb6..91aed8a7e 100644
--- a/src/logger.cpp
+++ b/src/logger.cpp
@@ -1,6 +1,6 @@
/* Logging routines.
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/mail.cpp b/src/mail.cpp
index b859e7c6f..915dad613 100644
--- a/src/mail.cpp
+++ b/src/mail.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/main.cpp b/src/main.cpp
index 5e00934a9..4921bc8d2 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,6 +1,6 @@
/* Services -- main source file.
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/memos.cpp b/src/memos.cpp
index afa7fc6db..0546fda57 100644
--- a/src/memos.cpp
+++ b/src/memos.cpp
@@ -1,6 +1,6 @@
/* MemoServ functions.
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/messages.cpp b/src/messages.cpp
index b8e116c15..9ad3b5d51 100644
--- a/src/messages.cpp
+++ b/src/messages.cpp
@@ -1,6 +1,6 @@
/* Common message handlers
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/misc.cpp b/src/misc.cpp
index fdb2b967a..d0346d911 100644
--- a/src/misc.cpp
+++ b/src/misc.cpp
@@ -1,6 +1,6 @@
/* Miscellaneous routines.
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/modes.cpp b/src/modes.cpp
index 523520ac5..93bc44531 100644
--- a/src/modes.cpp
+++ b/src/modes.cpp
@@ -1,7 +1,7 @@
/* Mode support
*
* (C) 2008-2011 Adam <Adam@anope.org>
- * (C) 2008-2019 Anope Team <team@anope.org>
+ * (C) 2008-2020 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/src/module.cpp b/src/module.cpp
index 510fad8b9..0b5289f7f 100644
--- a/src/module.cpp
+++ b/src/module.cpp
@@ -1,6 +1,6 @@
/* Modular support
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/modulemanager.cpp b/src/modulemanager.cpp
index 10496badc..9771346b5 100644
--- a/src/modulemanager.cpp
+++ b/src/modulemanager.cpp
@@ -1,6 +1,6 @@
/* Modular support
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/nickalias.cpp b/src/nickalias.cpp
index bb9a9b503..b77b2bdac 100644
--- a/src/nickalias.cpp
+++ b/src/nickalias.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/nickcore.cpp b/src/nickcore.cpp
index cfa56cc86..b43a8b3c1 100644
--- a/src/nickcore.cpp
+++ b/src/nickcore.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/opertype.cpp b/src/opertype.cpp
index 90ad1ba1c..d9b64bf2c 100644
--- a/src/opertype.cpp
+++ b/src/opertype.cpp
@@ -1,7 +1,7 @@
/*
*
* (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
- * (C) 2008-2019 Anope Team <team@anope.org>
+ * (C) 2008-2020 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/src/pipeengine.cpp b/src/pipeengine.cpp
index d97379624..a1ca7e357 100644
--- a/src/pipeengine.cpp
+++ b/src/pipeengine.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/process.cpp b/src/process.cpp
index 2bec1a83d..98a87c9cd 100644
--- a/src/process.cpp
+++ b/src/process.cpp
@@ -1,6 +1,6 @@
/* Main processing code for Services.
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/protocol.cpp b/src/protocol.cpp
index a0dad2f96..ea0fe8819 100644
--- a/src/protocol.cpp
+++ b/src/protocol.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/regchannel.cpp b/src/regchannel.cpp
index 8067f8d7f..61c3e6059 100644
--- a/src/regchannel.cpp
+++ b/src/regchannel.cpp
@@ -1,6 +1,6 @@
/* Registered channel functions
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/serialize.cpp b/src/serialize.cpp
index c250177cd..e8a3057fe 100644
--- a/src/serialize.cpp
+++ b/src/serialize.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/servers.cpp b/src/servers.cpp
index 4d9064642..0b5cfe19e 100644
--- a/src/servers.cpp
+++ b/src/servers.cpp
@@ -1,6 +1,6 @@
/* Routines to maintain a list of connected servers
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/socket_clients.cpp b/src/socket_clients.cpp
index 8415c2d87..ae6b9a19c 100644
--- a/src/socket_clients.cpp
+++ b/src/socket_clients.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/socket_transport.cpp b/src/socket_transport.cpp
index f39687746..800a8868f 100644
--- a/src/socket_transport.cpp
+++ b/src/socket_transport.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/socketengines/socketengine_epoll.cpp b/src/socketengines/socketengine_epoll.cpp
index 83d350df1..7b818fb01 100644
--- a/src/socketengines/socketengine_epoll.cpp
+++ b/src/socketengines/socketengine_epoll.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/socketengines/socketengine_kqueue.cpp b/src/socketengines/socketengine_kqueue.cpp
index 0837d7a3a..23c55caa6 100644
--- a/src/socketengines/socketengine_kqueue.cpp
+++ b/src/socketengines/socketengine_kqueue.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/socketengines/socketengine_poll.cpp b/src/socketengines/socketengine_poll.cpp
index b8c2ffd04..b91c39521 100644
--- a/src/socketengines/socketengine_poll.cpp
+++ b/src/socketengines/socketengine_poll.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/socketengines/socketengine_select.cpp b/src/socketengines/socketengine_select.cpp
index 4cd586d58..da97cc186 100644
--- a/src/socketengines/socketengine_select.cpp
+++ b/src/socketengines/socketengine_select.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/sockets.cpp b/src/sockets.cpp
index 9da0669ff..853af2a26 100644
--- a/src/sockets.cpp
+++ b/src/sockets.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/threadengine.cpp b/src/threadengine.cpp
index 96adff942..acd8b4993 100644
--- a/src/threadengine.cpp
+++ b/src/threadengine.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/timers.cpp b/src/timers.cpp
index e2320129f..9c58291c2 100644
--- a/src/timers.cpp
+++ b/src/timers.cpp
@@ -1,6 +1,6 @@
/* Timer stuff.
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/tools/anoperc.in b/src/tools/anoperc.in
index 3215a9801..8cf265ab7 100644
--- a/src/tools/anoperc.in
+++ b/src/tools/anoperc.in
@@ -2,7 +2,7 @@
#
# Configuration script for Services
#
-# (C) 2003-2019 Anope Team
+# (C) 2003-2020 Anope Team
# Contact us at team@anope.org
#
# Please read COPYING and README for further details.
diff --git a/src/tools/anopesmtp.cpp b/src/tools/anopesmtp.cpp
index b255624e6..639817757 100644
--- a/src/tools/anopesmtp.cpp
+++ b/src/tools/anopesmtp.cpp
@@ -1,6 +1,6 @@
/* smtp stuff handler for win32.
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/uplink.cpp b/src/uplink.cpp
index fb22287b6..4dafd3bf0 100644
--- a/src/uplink.cpp
+++ b/src/uplink.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/users.cpp b/src/users.cpp
index 62230ba63..b3d0d9c20 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -1,6 +1,6 @@
/* Routines to maintain a list of online users.
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/win32/Config.cs b/src/win32/Config.cs
index ec72f7ec1..c9bdd127e 100644
--- a/src/win32/Config.cs
+++ b/src/win32/Config.cs
@@ -1,7 +1,7 @@
/*
* Config.cs - Windows Configuration
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* This program is free but copyrighted software; see the file COPYING for
diff --git a/src/win32/anope_windows.h b/src/win32/anope_windows.h
index ae18b02c4..df965e348 100644
--- a/src/win32/anope_windows.h
+++ b/src/win32/anope_windows.h
@@ -1,7 +1,7 @@
/* POSIX emulation layer for Windows.
*
* (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
- * (C) 2008-2019 Anope Team <team@anope.org>
+ * (C) 2008-2020 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/src/win32/dir/dir.cpp b/src/win32/dir/dir.cpp
index c0b8f5ac6..2f4d2d067 100644
--- a/src/win32/dir/dir.cpp
+++ b/src/win32/dir/dir.cpp
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * (C) 2008-2019 Anope Team
+ * (C) 2008-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/win32/dir/dir.h b/src/win32/dir/dir.h
index c5bf1a187..c020c6b95 100644
--- a/src/win32/dir/dir.h
+++ b/src/win32/dir/dir.h
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * (C) 2008-2019 Anope Team
+ * (C) 2008-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/win32/dl/dl.cpp b/src/win32/dl/dl.cpp
index c0dc9fd26..72dad4102 100644
--- a/src/win32/dl/dl.cpp
+++ b/src/win32/dl/dl.cpp
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * (C) 2008-2019 Anope Team
+ * (C) 2008-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/win32/dl/dl.h b/src/win32/dl/dl.h
index 0d568fc7f..6098dc31a 100644
--- a/src/win32/dl/dl.h
+++ b/src/win32/dl/dl.h
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * (C) 2008-2019 Anope Team
+ * (C) 2008-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/win32/pipe/pipe.cpp b/src/win32/pipe/pipe.cpp
index 6b60900fe..c7a721afe 100644
--- a/src/win32/pipe/pipe.cpp
+++ b/src/win32/pipe/pipe.cpp
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * (C) 2008-2019 Anope Team
+ * (C) 2008-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/win32/pipe/pipe.h b/src/win32/pipe/pipe.h
index d22549db8..20b7cb9fe 100644
--- a/src/win32/pipe/pipe.h
+++ b/src/win32/pipe/pipe.h
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * (C) 2008-2019 Anope Team
+ * (C) 2008-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/win32/pthread/pthread.cpp b/src/win32/pthread/pthread.cpp
index c299da962..dc7029967 100644
--- a/src/win32/pthread/pthread.cpp
+++ b/src/win32/pthread/pthread.cpp
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * (C) 2008-2019 Anope Team
+ * (C) 2008-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/win32/pthread/pthread.h b/src/win32/pthread/pthread.h
index 2dcbc08f3..89de5b8fb 100644
--- a/src/win32/pthread/pthread.h
+++ b/src/win32/pthread/pthread.h
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * (C) 2008-2019 Anope Team
+ * (C) 2008-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/win32/resource.h b/src/win32/resource.h
index 3127373e2..d0f9995ec 100644
--- a/src/win32/resource.h
+++ b/src/win32/resource.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2005-2019 Anope Team
+ * (C) 2005-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/win32/sigaction/sigaction.cpp b/src/win32/sigaction/sigaction.cpp
index e064c6224..57b11a265 100644
--- a/src/win32/sigaction/sigaction.cpp
+++ b/src/win32/sigaction/sigaction.cpp
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * (C) 2008-2019 Anope Team
+ * (C) 2008-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/win32/sigaction/sigaction.h b/src/win32/sigaction/sigaction.h
index efb897b68..2cb1a246f 100644
--- a/src/win32/sigaction/sigaction.h
+++ b/src/win32/sigaction/sigaction.h
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * (C) 2008-2019 Anope Team
+ * (C) 2008-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/win32/socket.cpp b/src/win32/socket.cpp
index d01fe1ced..4cb61ec9e 100644
--- a/src/win32/socket.cpp
+++ b/src/win32/socket.cpp
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * (C) 2008-2019 Anope Team
+ * (C) 2008-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/win32/socket.h b/src/win32/socket.h
index 401bb03f3..9713a9154 100644
--- a/src/win32/socket.h
+++ b/src/win32/socket.h
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * (C) 2008-2019 Anope Team
+ * (C) 2008-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/win32/win32.rc.cmake b/src/win32/win32.rc.cmake
index 80035e709..86779ed08 100644
--- a/src/win32/win32.rc.cmake
+++ b/src/win32/win32.rc.cmake
@@ -54,7 +54,7 @@ BEGIN
VALUE "FileDescription", "Anope IRC Services"
VALUE "FileVersion", "@VERSION_FULL@"
VALUE "InternalName", "Anope"
- VALUE "LegalCopyright", "Copyright (C) 2003-2019 Anope Team"
+ VALUE "LegalCopyright", "Copyright (C) 2003-2020 Anope Team"
VALUE "OriginalFilename", "anope.exe"
VALUE "ProductName", "Anope"
VALUE "ProductVersion", "@VERSION_DOTTED@"
diff --git a/src/win32/windows.cpp b/src/win32/windows.cpp
index 56d1d4b01..8803f7687 100644
--- a/src/win32/windows.cpp
+++ b/src/win32/windows.cpp
@@ -1,7 +1,7 @@
/* POSIX emulation layer for Windows.
*
* (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
- * (C) 2008-2019 Anope Team <team@anope.org>
+ * (C) 2008-2020 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/src/xline.cpp b/src/xline.cpp
index 5313e1c86..c66fa8276 100644
--- a/src/xline.cpp
+++ b/src/xline.cpp
@@ -1,6 +1,6 @@
/* XLine functions.
*
- * (C) 2003-2019 Anope Team
+ * (C) 2003-2020 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.