summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobby <robby@chatbelgie.be>2017-01-16 03:13:25 +0100
committerRobby <robby@chatbelgie.be>2017-01-16 03:13:25 +0100
commit8656b65e392e8d26de218bf372da949c3a00d8d4 (patch)
tree7c7a5ae78e7e1f3c523de962f910ad4b24822cce /include
parent39422beaefcda1dc3e6232226ddd14b42546d649 (diff)
Update copyright to 2017.
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet.
Diffstat (limited to 'include')
-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
61 files changed, 61 insertions, 61 deletions
diff --git a/include/access.h b/include/access.h
index 6f0124928..1f3edbdfe 100644
--- a/include/access.h
+++ b/include/access.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 c49f5f205..e4af5fb73 100644
--- a/include/account.h
+++ b/include/account.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 48a4f7674..18367a623 100644
--- a/include/anope.h
+++ b/include/anope.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 677c0cfc8..ff3fee203 100644
--- a/include/base.h
+++ b/include/base.h
@@ -1,7 +1,7 @@
/*
*
* (C) 2008-2011 Adam <Adam@anope.org>
- * (C) 2008-2016 Anope Team <team@anope.org>
+ * (C) 2008-2017 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/include/bots.h b/include/bots.h
index 6b429b66d..711e2b78e 100644
--- a/include/bots.h
+++ b/include/bots.h
@@ -1,7 +1,7 @@
/*
*
* (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
- * (C) 2008-2016 Anope Team <team@anope.org>
+ * (C) 2008-2017 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/include/channels.h b/include/channels.h
index ec12e4ab8..2d90fb019 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -1,6 +1,6 @@
/* Channel support
*
- * (C) 2008-2016 Anope Team
+ * (C) 2008-2017 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 dee85c56f..b078b3a7d 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -1,6 +1,6 @@
/* Declarations for command data.
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 e59bd6a85..8af12fe52 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 5cc0cb7ac..17e99fcc0 100644
--- a/include/defs.h
+++ b/include/defs.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 aec29a8f6..f3fb6c96a 100644
--- a/include/extensible.h
+++ b/include/extensible.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 4f319c21d..4b0a2cc49 100644
--- a/include/hashcomp.h
+++ b/include/hashcomp.h
@@ -1,7 +1,7 @@
/*
*
* (C) 2002-2011 InspIRCd Development Team
- * (C) 2009-2016 Anope Team <team@anope.org>
+ * (C) 2009-2017 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/include/language.h b/include/language.h
index a214ef214..935f77ee7 100644
--- a/include/language.h
+++ b/include/language.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2008-2016 Anope Team
+ * (C) 2008-2017 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 594f2c5ad..beb7c55b5 100644
--- a/include/lists.h
+++ b/include/lists.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 349ca5a55..e2c82d1d9 100644
--- a/include/logger.h
+++ b/include/logger.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 4b3aaa9bd..5178f48cb 100644
--- a/include/mail.h
+++ b/include/mail.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 5d92b6566..006e9ee1b 100644
--- a/include/memo.h
+++ b/include/memo.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 dde8a506e..40a2b363f 100644
--- a/include/messages.h
+++ b/include/messages.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 03f6f8a58..9f7ce38b2 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -1,7 +1,7 @@
/* Mode support
*
* (C) 2008-2011 Adam <Adam@anope.org>
- * (C) 2008-2016 Anope Team <team@anope.org>
+ * (C) 2008-2017 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/include/module.h b/include/module.h
index c8abe21f4..3a036503f 100644
--- a/include/module.h
+++ b/include/module.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 52fc4c676..068b3ae36 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1,6 +1,6 @@
/* Modular support
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 80c5f17b6..f4b1058f6 100644
--- a/include/modules/bs_badwords.h
+++ b/include/modules/bs_badwords.h
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 8fba141f1..8b0de2e91 100644
--- a/include/modules/bs_kick.h
+++ b/include/modules/bs_kick.h
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 8636bfdbb..cf5f333ff 100644
--- a/include/modules/cs_entrymsg.h
+++ b/include/modules/cs_entrymsg.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 d14179c70..d248c115e 100644
--- a/include/modules/cs_log.h
+++ b/include/modules/cs_log.h
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 29a9a63ff..5789886ed 100644
--- a/include/modules/cs_mode.h
+++ b/include/modules/cs_mode.h
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 646691cb1..69e92e68b 100644
--- a/include/modules/dns.h
+++ b/include/modules/dns.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 50ca066c3..9dc7b1717 100644
--- a/include/modules/encryption.h
+++ b/include/modules/encryption.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 8df3c181b..a6c60c0d4 100644
--- a/include/modules/httpd.h
+++ b/include/modules/httpd.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2012-2016 Anope Team
+ * (C) 2012-2017 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 373c9cfa3..00424a941 100644
--- a/include/modules/ldap.h
+++ b/include/modules/ldap.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2011-2016 Anope Team
+ * (C) 2011-2017 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 637948923..b6d2fd2c4 100644
--- a/include/modules/ns_cert.h
+++ b/include/modules/ns_cert.h
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 b4702d844..0742ecd8d 100644
--- a/include/modules/os_forbid.h
+++ b/include/modules/os_forbid.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2011-2016 Anope Team
+ * (C) 2011-2017 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 9ba07a92d..6d3680abb 100644
--- a/include/modules/os_ignore.h
+++ b/include/modules/os_ignore.h
@@ -1,6 +1,6 @@
/* OperServ ignore interface
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 e7303850a..c431071eb 100644
--- a/include/modules/os_news.h
+++ b/include/modules/os_news.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2011-2016 Anope Team
+ * (C) 2011-2017 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 a1bab86ad..cdb089800 100644
--- a/include/modules/os_session.h
+++ b/include/modules/os_session.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2011-2016 Anope Team
+ * (C) 2011-2017 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 a10e07939..96d3cfdcd 100644
--- a/include/modules/pseudoclients/chanserv.h
+++ b/include/modules/pseudoclients/chanserv.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2011-2016 Anope Team
+ * (C) 2011-2017 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 c557ce099..6d085f1a1 100644
--- a/include/modules/pseudoclients/global.h
+++ b/include/modules/pseudoclients/global.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2011-2016 Anope Team
+ * (C) 2011-2017 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 abfbc3344..a83a3d6f9 100644
--- a/include/modules/pseudoclients/memoserv.h
+++ b/include/modules/pseudoclients/memoserv.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2011-2016 Anope Team
+ * (C) 2011-2017 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 1b1d3e422..ce2823d65 100644
--- a/include/modules/pseudoclients/nickserv.h
+++ b/include/modules/pseudoclients/nickserv.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2011-2016 Anope Team
+ * (C) 2011-2017 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 2f530735b..4bb62c7c6 100644
--- a/include/modules/redis.h
+++ b/include/modules/redis.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 cd6c7c8c5..e2c832c7b 100644
--- a/include/modules/sasl.h
+++ b/include/modules/sasl.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2014-2016 Anope Team
+ * (C) 2014-2017 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 f925119e2..9ca771925 100644
--- a/include/modules/set_misc.h
+++ b/include/modules/set_misc.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 375de14b6..471d18d07 100644
--- a/include/modules/sql.h
+++ b/include/modules/sql.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 d682933b5..5d3ae2b97 100644
--- a/include/modules/ssl.h
+++ b/include/modules/ssl.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2010-2016 Anope Team
+ * (C) 2010-2017 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 c5255b317..59b5535ec 100644
--- a/include/modules/suspend.h
+++ b/include/modules/suspend.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 87fa353ed..dc1e9d259 100644
--- a/include/modules/xmlrpc.h
+++ b/include/modules/xmlrpc.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2010-2016 Anope Team
+ * (C) 2010-2017 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 3727bdb2c..2490ce727 100644
--- a/include/opertype.h
+++ b/include/opertype.h
@@ -1,7 +1,7 @@
/*
*
* (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
- * (C) 2008-2016 Anope Team <team@anope.org>
+ * (C) 2008-2017 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/include/protocol.h b/include/protocol.h
index eb8af4180..08d4c304d 100644
--- a/include/protocol.h
+++ b/include/protocol.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 d4c3e0b59..65186add6 100644
--- a/include/regchannel.h
+++ b/include/regchannel.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2008-2016 Anope Team
+ * (C) 2008-2017 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 1ad4bc81e..dfc8f083d 100644
--- a/include/regexpr.h
+++ b/include/regexpr.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 bbc7acba7..5b62c126c 100644
--- a/include/serialize.h
+++ b/include/serialize.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 f06acb156..083a6cefe 100644
--- a/include/servers.h
+++ b/include/servers.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 9c4d1f172..715d7c992 100644
--- a/include/service.h
+++ b/include/service.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 2fc7280b6..24df2274a 100644
--- a/include/services.h
+++ b/include/services.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 36eb253a4..8d60aa2ce 100644
--- a/include/socketengine.h
+++ b/include/socketengine.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 89ca79dde..db70db18a 100644
--- a/include/sockets.h
+++ b/include/sockets.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 20a35cb09..55e899d71 100644
--- a/include/threadengine.h
+++ b/include/threadengine.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 b15d2899f..828cd5e1c 100644
--- a/include/timers.h
+++ b/include/timers.h
@@ -1,6 +1,6 @@
/* Timer include stuff.
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 64cc1e08e..23c3fd2af 100644
--- a/include/uplink.h
+++ b/include/uplink.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 27fce6cf8..1cb47a606 100644
--- a/include/users.h
+++ b/include/users.h
@@ -1,7 +1,7 @@
/*
*
* (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
- * (C) 2003-2016 Anope Team <team@anope.org>
+ * (C) 2003-2017 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/include/version.cpp b/include/version.cpp
index 017924283..7b7ff321e 100644
--- a/include/version.cpp
+++ b/include/version.cpp
@@ -1,6 +1,6 @@
/* Build bumper
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 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 63d4bb8db..4d7885eff 100644
--- a/include/xline.h
+++ b/include/xline.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2008-2016 Anope Team
+ * (C) 2008-2017 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.