summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlethality <lethality@anope.org>2011-01-06 02:32:32 +0000
committerlethality <lethality@anope.org>2011-01-06 02:32:32 +0000
commitf592417ec2fc41dc90127cae2fee2064ca597393 (patch)
tree795866e4a515acd6f55ba7e957e684be44b2266d
parented13cd11ec5ccee011b0dc744b7ac420ae51b1d1 (diff)
Updated Copyright to 2011
-rwxr-xr-xConfig2
-rw-r--r--Makefile.win322
-rw-r--r--configure.in2
-rw-r--r--docs/README2
-rw-r--r--include/commands.h4
-rw-r--r--include/config.h4
-rw-r--r--include/datafiles.h4
-rw-r--r--include/defs.h4
-rw-r--r--include/depricated.h4
-rw-r--r--include/encrypt.h4
-rw-r--r--include/events.h4
-rw-r--r--include/extern.h4
-rw-r--r--include/makefile.win322
-rw-r--r--include/messages.h4
-rw-r--r--include/modules.h4
-rw-r--r--include/pseudo.h4
-rw-r--r--include/services.h4
-rw-r--r--include/slist.h4
-rw-r--r--include/sockets.h4
-rw-r--r--include/timeout.h4
-rw-r--r--install.js2
-rw-r--r--lang/cat.l2
-rw-r--r--lang/de.l2
-rw-r--r--lang/en_us.l2
-rw-r--r--lang/es.l2
-rw-r--r--lang/fr.l2
-rw-r--r--lang/gr.l2
-rw-r--r--lang/hun.l2
-rw-r--r--lang/it.l2
-rw-r--r--lang/langcomp.c2
-rw-r--r--lang/langtool.c4
-rw-r--r--lang/nl.l2
-rw-r--r--lang/pl.l2
-rw-r--r--lang/pt.l2
-rw-r--r--lang/ru.l2
-rw-r--r--lang/tr.l2
-rw-r--r--src/actions.c2
-rw-r--r--src/base64.c2
-rw-r--r--src/bin/anoperc.in2
-rw-r--r--src/botserv.c2
-rw-r--r--src/channels.c2
-rw-r--r--src/chanserv.c2
-rw-r--r--src/commands.c2
-rw-r--r--src/compat.c2
-rw-r--r--src/config.c2
-rw-r--r--src/core/bs_act.c2
-rw-r--r--src/core/bs_assign.c2
-rw-r--r--src/core/bs_badwords.c2
-rw-r--r--src/core/bs_bot.c2
-rw-r--r--src/core/bs_botlist.c2
-rw-r--r--src/core/bs_fantasy.c2
-rw-r--r--src/core/bs_fantasy_kick.c2
-rw-r--r--src/core/bs_fantasy_kickban.c2
-rw-r--r--src/core/bs_fantasy_owner.c2
-rw-r--r--src/core/bs_fantasy_seen.c2
-rw-r--r--src/core/bs_help.c2
-rw-r--r--src/core/bs_info.c2
-rw-r--r--src/core/bs_kick.c2
-rw-r--r--src/core/bs_say.c2
-rw-r--r--src/core/bs_set.c2
-rw-r--r--src/core/bs_unassign.c2
-rw-r--r--src/core/cs_access.c2
-rw-r--r--src/core/cs_akick.c2
-rw-r--r--src/core/cs_ban.c2
-rw-r--r--src/core/cs_clear.c2
-rw-r--r--src/core/cs_drop.c2
-rw-r--r--src/core/cs_forbid.c2
-rw-r--r--src/core/cs_getkey.c2
-rw-r--r--src/core/cs_getpass.c2
-rw-r--r--src/core/cs_help.c2
-rw-r--r--src/core/cs_identify.c2
-rw-r--r--src/core/cs_info.c2
-rw-r--r--src/core/cs_invite.c2
-rw-r--r--src/core/cs_kick.c2
-rw-r--r--src/core/cs_list.c2
-rw-r--r--src/core/cs_logout.c2
-rw-r--r--src/core/cs_modes.c2
-rw-r--r--src/core/cs_register.c2
-rw-r--r--src/core/cs_sendpass.c2
-rw-r--r--src/core/cs_set.c2
-rw-r--r--src/core/cs_status.c2
-rw-r--r--src/core/cs_suspend.c2
-rw-r--r--src/core/cs_topic.c2
-rw-r--r--src/core/cs_xop.c2
-rw-r--r--src/core/enc_md5.c2
-rw-r--r--src/core/enc_none.c2
-rw-r--r--src/core/enc_old.c2
-rw-r--r--src/core/he_help.c2
-rw-r--r--src/core/hs_del.c2
-rw-r--r--src/core/hs_delall.c2
-rw-r--r--src/core/hs_group.c2
-rw-r--r--src/core/hs_help.c2
-rw-r--r--src/core/hs_list.c2
-rw-r--r--src/core/hs_off.c2
-rw-r--r--src/core/hs_on.c2
-rw-r--r--src/core/hs_set.c2
-rw-r--r--src/core/hs_setall.c2
-rw-r--r--src/core/ms_cancel.c2
-rw-r--r--src/core/ms_check.c2
-rw-r--r--src/core/ms_del.c2
-rw-r--r--src/core/ms_help.c2
-rw-r--r--src/core/ms_info.c2
-rw-r--r--src/core/ms_list.c2
-rw-r--r--src/core/ms_read.c2
-rw-r--r--src/core/ms_rsend.c2
-rw-r--r--src/core/ms_send.c2
-rw-r--r--src/core/ms_sendall.c2
-rw-r--r--src/core/ms_set.c2
-rw-r--r--src/core/ms_staff.c2
-rw-r--r--src/core/ns_access.c2
-rw-r--r--src/core/ns_alist.c2
-rw-r--r--src/core/ns_drop.c2
-rw-r--r--src/core/ns_forbid.c2
-rw-r--r--src/core/ns_getemail.c2
-rw-r--r--src/core/ns_getpass.c2
-rw-r--r--src/core/ns_ghost.c2
-rw-r--r--src/core/ns_group.c2
-rw-r--r--src/core/ns_help.c2
-rw-r--r--src/core/ns_identify.c2
-rw-r--r--src/core/ns_info.c2
-rw-r--r--src/core/ns_list.c2
-rw-r--r--src/core/ns_logout.c2
-rw-r--r--src/core/ns_recover.c2
-rw-r--r--src/core/ns_register.c2
-rw-r--r--src/core/ns_release.c2
-rw-r--r--src/core/ns_saset.c2
-rw-r--r--src/core/ns_sendpass.c2
-rw-r--r--src/core/ns_set.c2
-rw-r--r--src/core/ns_status.c2
-rw-r--r--src/core/ns_suspend.c2
-rw-r--r--src/core/ns_update.c2
-rw-r--r--src/core/os_admin.c2
-rw-r--r--src/core/os_akill.c2
-rw-r--r--src/core/os_chankill.c2
-rw-r--r--src/core/os_chanlist.c2
-rw-r--r--src/core/os_clearmodes.c2
-rw-r--r--src/core/os_defcon.c2
-rw-r--r--src/core/os_global.c2
-rw-r--r--src/core/os_help.c2
-rw-r--r--src/core/os_ignore.c2
-rw-r--r--src/core/os_jupe.c2
-rw-r--r--src/core/os_kick.c2
-rw-r--r--src/core/os_logonnews.c2
-rw-r--r--src/core/os_mode.c2
-rw-r--r--src/core/os_modinfo.c2
-rw-r--r--src/core/os_modlist.c2
-rw-r--r--src/core/os_modload.c2
-rw-r--r--src/core/os_modunload.c2
-rw-r--r--src/core/os_noop.c2
-rw-r--r--src/core/os_oline.c2
-rw-r--r--src/core/os_oper.c2
-rw-r--r--src/core/os_opernews.c2
-rw-r--r--src/core/os_quit.c2
-rw-r--r--src/core/os_randomnews.c2
-rw-r--r--src/core/os_raw.c2
-rw-r--r--src/core/os_reload.c2
-rw-r--r--src/core/os_restart.c2
-rw-r--r--src/core/os_session.c2
-rw-r--r--src/core/os_set.c2
-rw-r--r--src/core/os_sgline.c2
-rw-r--r--src/core/os_shutdown.c2
-rw-r--r--src/core/os_sqline.c2
-rw-r--r--src/core/os_staff.c2
-rw-r--r--src/core/os_stats.c2
-rw-r--r--src/core/os_svsnick.c2
-rw-r--r--src/core/os_szline.c2
-rw-r--r--src/core/os_umode.c2
-rw-r--r--src/core/os_update.c2
-rw-r--r--src/core/os_userlist.c2
-rw-r--r--src/datafiles.c2
-rw-r--r--src/encrypt.c2
-rw-r--r--src/events.c2
-rw-r--r--src/helpserv.c2
-rw-r--r--src/hostserv.c2
-rw-r--r--src/init.c2
-rw-r--r--src/ircd.c2
-rw-r--r--src/language.c2
-rw-r--r--src/list.c2
-rw-r--r--src/log.c2
-rw-r--r--src/mail.c2
-rw-r--r--src/main.c2
-rw-r--r--src/makefile.win322
-rw-r--r--src/memory.c2
-rw-r--r--src/memoserv.c2
-rw-r--r--src/messages.c2
-rw-r--r--src/misc.c2
-rw-r--r--src/modules.c2
-rw-r--r--src/mysql.c2
-rw-r--r--src/news.c2
-rw-r--r--src/nickserv.c2
-rw-r--r--src/operserv.c2
-rw-r--r--src/process.c2
-rw-r--r--src/protocol/bahamut.c2
-rw-r--r--src/protocol/bahamut.h2
-rw-r--r--src/protocol/charybdis.c2
-rw-r--r--src/protocol/charybdis.h2
-rw-r--r--src/protocol/dreamforge.c2
-rw-r--r--src/protocol/dreamforge.h2
-rw-r--r--src/protocol/hybrid.c2
-rw-r--r--src/protocol/hybrid.h2
-rw-r--r--src/protocol/inspircd11.c2
-rwxr-xr-xsrc/protocol/inspircd11.h2
-rw-r--r--src/protocol/inspircd12.c2
-rw-r--r--src/protocol/inspircd12.h2
-rw-r--r--src/protocol/inspircd20.c4
-rw-r--r--src/protocol/inspircd20.h2
-rw-r--r--src/protocol/plexus2.c2
-rw-r--r--src/protocol/plexus2.h2
-rw-r--r--src/protocol/plexus3.c2
-rw-r--r--src/protocol/plexus3.h2
-rw-r--r--src/protocol/ptlink.c2
-rw-r--r--src/protocol/ptlink.h2
-rw-r--r--src/protocol/rageircd.c2
-rw-r--r--src/protocol/rageircd.h2
-rw-r--r--src/protocol/ratbox.c2
-rw-r--r--src/protocol/ratbox.h2
-rw-r--r--src/protocol/shadowircd.c2
-rw-r--r--src/protocol/shadowircd.h2
-rw-r--r--src/protocol/solidircd.c2
-rw-r--r--src/protocol/solidircd.h2
-rw-r--r--src/protocol/ultimate2.c2
-rw-r--r--src/protocol/ultimate2.h2
-rw-r--r--src/protocol/ultimate3.c2
-rw-r--r--src/protocol/ultimate3.h2
-rw-r--r--src/protocol/unreal31.c2
-rw-r--r--src/protocol/unreal31.h2
-rw-r--r--src/protocol/unreal32.c2
-rw-r--r--src/protocol/unreal32.h2
-rw-r--r--src/protocol/viagra.c2
-rw-r--r--src/protocol/viagra.h2
-rw-r--r--src/rdb.c2
-rw-r--r--src/send.c2
-rw-r--r--src/servers.c2
-rw-r--r--src/sessions.c2
-rw-r--r--src/slist.c2
-rw-r--r--src/sockutil.c2
-rw-r--r--src/timeout.c2
-rw-r--r--src/tools/anopesmtp.c4
-rw-r--r--src/tools/db-merger.c4
-rw-r--r--src/tools/smtp.h4
-rw-r--r--src/users.c2
-rw-r--r--version.log4
242 files changed, 264 insertions, 262 deletions
diff --git a/Config b/Config
index 03efc4dc9..4216c17fa 100755
--- a/Config
+++ b/Config
@@ -2,7 +2,7 @@
#
# Configuration script for Services.
#
-# Anope (c) 2003-2010 Anope team
+# Anope (c) 2003-2011 Anope team
# Contact us at team@anope.org
#
# This program is free but copyrighted software; see the file COPYING for
diff --git a/Makefile.win32 b/Makefile.win32
index a0832ec06..99cd07e1f 100644
--- a/Makefile.win32
+++ b/Makefile.win32
@@ -1,6 +1,6 @@
# Makefile for Anope.
#
-# (C) 2003-2010 Anope Team
+# (C) 2003-2011 Anope Team
# Contact us at team@anope.org
#
# This program is free but copyrighted software; see the file COPYING for
diff --git a/configure.in b/configure.in
index 1a8c0c755..8b5879702 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl autoconf.in for Services.
dnl
-dnl Anope (c) 2003-2010 Anope team
+dnl Anope (c) 2003-2011 Anope team
dnl Contact us at team@anope.org
dnl This program is free but copyrighted software; see the file COPYING for
diff --git a/docs/README b/docs/README
index 49c070756..691b49425 100644
--- a/docs/README
+++ b/docs/README
@@ -1,7 +1,7 @@
Anope - a set of IRC services for IRC networks
----------------------------------------------
-Anope is 2003-2010 Anope Team <team@anope.org>.
+Anope is 2003-2011 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/include/commands.h b/include/commands.h
index dfd35e488..51a02df9e 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -1,9 +1,9 @@
/* Declarations for command data.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
- * Please read COPYING and README for furhter details.
+ * Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
diff --git a/include/config.h b/include/config.h
index 1a2223a22..72964dac8 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1,9 +1,9 @@
/* Services configuration.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
- * Please read COPYING and README for furhter details.
+ * Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
diff --git a/include/datafiles.h b/include/datafiles.h
index 740959ae5..2c928ca33 100644
--- a/include/datafiles.h
+++ b/include/datafiles.h
@@ -1,9 +1,9 @@
/* Database file descriptor structure and file handling routine prototypes.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
- * Please read COPYING and README for furhter details.
+ * Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
diff --git a/include/defs.h b/include/defs.h
index e571b691f..90c51563c 100644
--- a/include/defs.h
+++ b/include/defs.h
@@ -1,9 +1,9 @@
/* Set default values for any constants that should be in include files but
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
- * Please read COPYING and README for furhter details.
+ * Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
diff --git a/include/depricated.h b/include/depricated.h
index 1986511b7..31d2e6510 100644
--- a/include/depricated.h
+++ b/include/depricated.h
@@ -1,9 +1,9 @@
/* depricated.h
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
- * Please read COPYING and README for furhter details.
+ * Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
diff --git a/include/encrypt.h b/include/encrypt.h
index 0b4c81bb4..72c1a7589 100644
--- a/include/encrypt.h
+++ b/include/encrypt.h
@@ -1,9 +1,9 @@
/* Include file for high-level encryption routines.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
- * Please read COPYING and README for furhter details.
+ * Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
diff --git a/include/events.h b/include/events.h
index 82a20c3f9..1fca188df 100644
--- a/include/events.h
+++ b/include/events.h
@@ -1,9 +1,9 @@
/* Prototypes and external variable declarations.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
- * Please read COPYING and README for furhter details.
+ * Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
diff --git a/include/extern.h b/include/extern.h
index d39faa076..4c7e01465 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -1,9 +1,9 @@
/* Prototypes and external variable declarations.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
- * Please read COPYING and README for furhter details.
+ * Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
diff --git a/include/makefile.win32 b/include/makefile.win32
index b8fa8f96f..2b1be3e80 100644
--- a/include/makefile.win32
+++ b/include/makefile.win32
@@ -1,6 +1,6 @@
# Make file for Win32
#
-# (C) 2003-2010 Anope Team
+# (C) 2003-2011 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 a89c0b0c3..8cab9a56b 100644
--- a/include/messages.h
+++ b/include/messages.h
@@ -1,9 +1,9 @@
/* Declarations of IRC message structures, variables, and functions.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
- * Please read COPYING and README for furhter details.
+ * Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
diff --git a/include/modules.h b/include/modules.h
index 0dd5bf46d..2b72c011b 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1,9 +1,9 @@
/* Modular support
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
- * Please read COPYING and README for furhter details.
+ * Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
diff --git a/include/pseudo.h b/include/pseudo.h
index 3033a73fd..21f36a6fb 100644
--- a/include/pseudo.h
+++ b/include/pseudo.h
@@ -1,9 +1,9 @@
/* Include extra includes needed by most/all pseudo-clients.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
- * Please read COPYING and README for furhter details.
+ * Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
diff --git a/include/services.h b/include/services.h
index 814aff0c5..f0667aa82 100644
--- a/include/services.h
+++ b/include/services.h
@@ -1,9 +1,9 @@
/*
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
- * Please read COPYING and README for furhter details.
+ * Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
diff --git a/include/slist.h b/include/slist.h
index e3a5ae1d4..6a9674d46 100644
--- a/include/slist.h
+++ b/include/slist.h
@@ -1,9 +1,9 @@
/* Header for Services list handler.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
- * Please read COPYING and README for furhter details.
+ * Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
diff --git a/include/sockets.h b/include/sockets.h
index 3e4cd68f2..05cf49c6f 100644
--- a/include/sockets.h
+++ b/include/sockets.h
@@ -1,9 +1,9 @@
/*
*
- * (C) 2004-2010 Anope Team
+ * (C) 2004-2011 Anope Team
* Contact us at team@anope.org
*
- * Please read COPYING and README for furhter details.
+ * Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
diff --git a/include/timeout.h b/include/timeout.h
index 78dc5e777..9a6664da2 100644
--- a/include/timeout.h
+++ b/include/timeout.h
@@ -1,9 +1,9 @@
/* Time-delay routine include stuff.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
- * Please read COPYING and README for furhter details.
+ * Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
diff --git a/install.js b/install.js
index 825d524cc..0232d543a 100644
--- a/install.js
+++ b/install.js
@@ -1,7 +1,7 @@
//
// install.js - Windows Configuration
//
-// (C) 2003-2010 Anope Team
+// (C) 2003-2011 Anope Team
// Contact us at team@anope.org
//
// This program is free but copyrighted software; see the file COPYING for
diff --git a/lang/cat.l b/lang/cat.l
index 96c8b463c..676b149f2 100644
--- a/lang/cat.l
+++ b/lang/cat.l
@@ -1,6 +1,6 @@
# Catalan Language File.
#
-# (C) 2003-2010 Anope Team
+# (C) 2003-2011 Anope Team
# Contact us at team@anope.org
#
# Please read COPYING and README for furhter details.
diff --git a/lang/de.l b/lang/de.l
index 8b7980bc8..46bbcf483 100644
--- a/lang/de.l
+++ b/lang/de.l
@@ -1,6 +1,6 @@
# Deutsches Language file.
#
-# (C) 2003-2010 Anope Team
+# (C) 2003-2011 Anope Team
# Contact us at team@anope.org
#
# Please read COPYING and README for furhter details.
diff --git a/lang/en_us.l b/lang/en_us.l
index 7799a0fe7..d50800657 100644
--- a/lang/en_us.l
+++ b/lang/en_us.l
@@ -1,6 +1,6 @@
# United States English language file.
#
-# (C) 2003-2010 Anope Team
+# (C) 2003-2011 Anope Team
# Contact us at team@anope.org
#
# Please read COPYING and README for further details.
diff --git a/lang/es.l b/lang/es.l
index bce5bdad6..6a850f189 100644
--- a/lang/es.l
+++ b/lang/es.l
@@ -1,6 +1,6 @@
# Spanish Language File.
#
-# (C) 2003-2010 Anope Team
+# (C) 2003-2011 Anope Team
# Contact us at team@anope.org
#
# Please read COPYING and README for furhter details.
diff --git a/lang/fr.l b/lang/fr.l
index 1ca5833a0..12c92206d 100644
--- a/lang/fr.l
+++ b/lang/fr.l
@@ -1,6 +1,6 @@
# French language file.
#
-# (C) 2003-2010 Anope Team
+# (C) 2003-2011 Anope Team
# Contact us at team@anope.org
#
# Please read COPYING and README for furhter details.
diff --git a/lang/gr.l b/lang/gr.l
index 2be986e61..7dcd70aa8 100644
--- a/lang/gr.l
+++ b/lang/gr.l
@@ -1,6 +1,6 @@
# Greek language file.
#
-# (C) 2003-2010 Anope Team
+# (C) 2003-2011 Anope Team
# Contact us at team@anope.org
#
# Please read COPYING and README for furhter details.
diff --git a/lang/hun.l b/lang/hun.l
index 26fde5573..a10b33c9f 100644
--- a/lang/hun.l
+++ b/lang/hun.l
@@ -1,6 +1,6 @@
# Hungarian (magyar) language file.
#
-# (C) 2003-2010 Anope Team
+# (C) 2003-2011 Anope Team
# Contact us at team@anope.org
#
# Translated by:
diff --git a/lang/it.l b/lang/it.l
index 82b1b8df6..7b42f22e9 100644
--- a/lang/it.l
+++ b/lang/it.l
@@ -1,6 +1,6 @@
# Italian language file.
#
-# (C) 2003-2010 Anope Team
+# (C) 2003-2011 Anope Team
# Contact us at team@anope.org
#
# Please read COPYING and README for further details.
diff --git a/lang/langcomp.c b/lang/langcomp.c
index e221cf672..772cacfed 100644
--- a/lang/langcomp.c
+++ b/lang/langcomp.c
@@ -1,6 +1,6 @@
/* Compiler for language definition files.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/lang/langtool.c b/lang/langtool.c
index a25b076a8..26ff8bdd2 100644
--- a/lang/langtool.c
+++ b/lang/langtool.c
@@ -1,9 +1,9 @@
/* Language stuff generator for win32.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
- * Please read COPYING and README for furhter details.
+ * Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
diff --git a/lang/nl.l b/lang/nl.l
index 3b56ef9b6..bcbaaeef2 100644
--- a/lang/nl.l
+++ b/lang/nl.l
@@ -1,6 +1,6 @@
# Dutch Language File
#
-# (C) 2003-2010 Anope Team
+# (C) 2003-2011 Anope Team
# Contact us at team@anope.org
#
# Please read COPYING and README for furhter details.
diff --git a/lang/pl.l b/lang/pl.l
index 97fa2c902..1fe7c7138 100644
--- a/lang/pl.l
+++ b/lang/pl.l
@@ -14,7 +14,7 @@
#
###########################################################################
#
-# (C) 2003-2010 Anope Team
+# (C) 2003-2011 Anope Team
# Contact us at team@anope.org
#
# Please read COPYING and README for further details.
diff --git a/lang/pt.l b/lang/pt.l
index bfac5f069..f18bd7c4e 100644
--- a/lang/pt.l
+++ b/lang/pt.l
@@ -1,6 +1,6 @@
# Portuguese language file.
#
-# (C) 2003-2010 Anope Team
+# (C) 2003-2011 Anope Team
# Contact us at team@anope.org
#
# Please read COPYING and README for furhter details.
diff --git a/lang/ru.l b/lang/ru.l
index 3373c645c..63a813461 100644
--- a/lang/ru.l
+++ b/lang/ru.l
@@ -1,6 +1,6 @@
# Russian language file for Anope
#
-# (C) 2003-2010 Anope Team
+# (C) 2003-2011 Anope Team
# Contact us at team@anope.org
#
# Please read COPYING and README for further details.
diff --git a/lang/tr.l b/lang/tr.l
index d950387c9..def0ea549 100644
--- a/lang/tr.l
+++ b/lang/tr.l
@@ -1,6 +1,6 @@
# Turkish language file.
#
-# (C) 2003-2010 Anope Team
+# (C) 2003-2011 Anope Team
# Contact us at team@anope.org
#
# Please read COPYING and README for furhter details.
diff --git a/src/actions.c b/src/actions.c
index 915483111..97c387eaa 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -1,6 +1,6 @@
/* Various routines to perform simple actions.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/base64.c b/src/base64.c
index fba8dac80..f14159256 100644
--- a/src/base64.c
+++ b/src/base64.c
@@ -1,6 +1,6 @@
/* base64 routines.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/bin/anoperc.in b/src/bin/anoperc.in
index ca246f848..1772d6c13 100644
--- a/src/bin/anoperc.in
+++ b/src/bin/anoperc.in
@@ -2,7 +2,7 @@
#
# Configuration script for Services
#
-# (C) 2003-2010 Anope Team
+# (C) 2003-2011 Anope Team
# Contact us at team@anope.org
#
# Please read COPYING and README for further details.
diff --git a/src/botserv.c b/src/botserv.c
index 605a0292e..e1edad345 100644
--- a/src/botserv.c
+++ b/src/botserv.c
@@ -1,6 +1,6 @@
/* BotServ functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/channels.c b/src/channels.c
index f41b3c16b..a2f11b7c6 100644
--- a/src/channels.c
+++ b/src/channels.c
@@ -1,6 +1,6 @@
/* Channel-handling routines.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/chanserv.c b/src/chanserv.c
index 90fc5cc87..8a20ab7c8 100644
--- a/src/chanserv.c
+++ b/src/chanserv.c
@@ -1,6 +1,6 @@
/* ChanServ functions.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/commands.c b/src/commands.c
index 0ff088973..a5a354085 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -1,6 +1,6 @@
/* Routines for looking up commands in a *Serv command list.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/compat.c b/src/compat.c
index 84cadede3..9d0eeef07 100644
--- a/src/compat.c
+++ b/src/compat.c
@@ -1,6 +1,6 @@
/* Compatibility routines.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/config.c b/src/config.c
index 5bd1cf2bd..e1fe9a473 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1,6 +1,6 @@
/* Configuration file handling.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/bs_act.c b/src/core/bs_act.c
index 9e0b1b4bd..fbb431d80 100644
--- a/src/core/bs_act.c
+++ b/src/core/bs_act.c
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/bs_assign.c b/src/core/bs_assign.c
index 6992c9cfe..0e0273506 100644
--- a/src/core/bs_assign.c
+++ b/src/core/bs_assign.c
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/bs_badwords.c b/src/core/bs_badwords.c
index 4c63f1214..7b89ade44 100644
--- a/src/core/bs_badwords.c
+++ b/src/core/bs_badwords.c
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/bs_bot.c b/src/core/bs_bot.c
index 4762aed36..193cdd095 100644
--- a/src/core/bs_bot.c
+++ b/src/core/bs_bot.c
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/bs_botlist.c b/src/core/bs_botlist.c
index e0b8b22dd..59b8a31a6 100644
--- a/src/core/bs_botlist.c
+++ b/src/core/bs_botlist.c
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/bs_fantasy.c b/src/core/bs_fantasy.c
index 68969e4ac..8f21e57b1 100644
--- a/src/core/bs_fantasy.c
+++ b/src/core/bs_fantasy.c
@@ -1,6 +1,6 @@
/* BotServ core fantasy functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/bs_fantasy_kick.c b/src/core/bs_fantasy_kick.c
index 5d54fc071..6a7080333 100644
--- a/src/core/bs_fantasy_kick.c
+++ b/src/core/bs_fantasy_kick.c
@@ -1,6 +1,6 @@
/* BotServ core fantasy functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/bs_fantasy_kickban.c b/src/core/bs_fantasy_kickban.c
index f93456a88..e53677b1b 100644
--- a/src/core/bs_fantasy_kickban.c
+++ b/src/core/bs_fantasy_kickban.c
@@ -1,6 +1,6 @@
/* BotServ core fantasy functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/bs_fantasy_owner.c b/src/core/bs_fantasy_owner.c
index 2e642eec6..c94fc1052 100644
--- a/src/core/bs_fantasy_owner.c
+++ b/src/core/bs_fantasy_owner.c
@@ -1,6 +1,6 @@
/* BotServ core fantasy functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/bs_fantasy_seen.c b/src/core/bs_fantasy_seen.c
index 97dc7a6f1..d51c7a8eb 100644
--- a/src/core/bs_fantasy_seen.c
+++ b/src/core/bs_fantasy_seen.c
@@ -1,6 +1,6 @@
/* BotServ core fantasy functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/bs_help.c b/src/core/bs_help.c
index b91b216ae..cf166c127 100644
--- a/src/core/bs_help.c
+++ b/src/core/bs_help.c
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/bs_info.c b/src/core/bs_info.c
index 373d67952..3d4ff63cb 100644
--- a/src/core/bs_info.c
+++ b/src/core/bs_info.c
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/bs_kick.c b/src/core/bs_kick.c
index abee4d509..d94c34aad 100644
--- a/src/core/bs_kick.c
+++ b/src/core/bs_kick.c
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/bs_say.c b/src/core/bs_say.c
index be121b237..b21c0c330 100644
--- a/src/core/bs_say.c
+++ b/src/core/bs_say.c
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/bs_set.c b/src/core/bs_set.c
index 3c89e0c15..423548f95 100644
--- a/src/core/bs_set.c
+++ b/src/core/bs_set.c
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/bs_unassign.c b/src/core/bs_unassign.c
index 2f03214a6..c0ad67f45 100644
--- a/src/core/bs_unassign.c
+++ b/src/core/bs_unassign.c
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_access.c b/src/core/cs_access.c
index b1616a5ca..136a7627f 100644
--- a/src/core/cs_access.c
+++ b/src/core/cs_access.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_akick.c b/src/core/cs_akick.c
index 9bdac1553..80468a096 100644
--- a/src/core/cs_akick.c
+++ b/src/core/cs_akick.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_ban.c b/src/core/cs_ban.c
index e293a5591..49573ca6b 100644
--- a/src/core/cs_ban.c
+++ b/src/core/cs_ban.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_clear.c b/src/core/cs_clear.c
index ff74d35c5..1b1003f45 100644
--- a/src/core/cs_clear.c
+++ b/src/core/cs_clear.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_drop.c b/src/core/cs_drop.c
index d1f1dc7dd..faf69302d 100644
--- a/src/core/cs_drop.c
+++ b/src/core/cs_drop.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_forbid.c b/src/core/cs_forbid.c
index 95e128b66..4a11b6a7c 100644
--- a/src/core/cs_forbid.c
+++ b/src/core/cs_forbid.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_getkey.c b/src/core/cs_getkey.c
index 71324acc3..f2bc10c5e 100644
--- a/src/core/cs_getkey.c
+++ b/src/core/cs_getkey.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_getpass.c b/src/core/cs_getpass.c
index 5f84e4d74..02252e645 100644
--- a/src/core/cs_getpass.c
+++ b/src/core/cs_getpass.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_help.c b/src/core/cs_help.c
index 46d421031..f802f98f3 100644
--- a/src/core/cs_help.c
+++ b/src/core/cs_help.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_identify.c b/src/core/cs_identify.c
index 997bdb5f2..4bb0eca2c 100644
--- a/src/core/cs_identify.c
+++ b/src/core/cs_identify.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_info.c b/src/core/cs_info.c
index 591cd1b12..8435c4c94 100644
--- a/src/core/cs_info.c
+++ b/src/core/cs_info.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_invite.c b/src/core/cs_invite.c
index 11f044f65..74579fedd 100644
--- a/src/core/cs_invite.c
+++ b/src/core/cs_invite.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_kick.c b/src/core/cs_kick.c
index dd9c8f187..c55606f64 100644
--- a/src/core/cs_kick.c
+++ b/src/core/cs_kick.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_list.c b/src/core/cs_list.c
index 098f9d939..9a8032035 100644
--- a/src/core/cs_list.c
+++ b/src/core/cs_list.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_logout.c b/src/core/cs_logout.c
index 967eef5bc..038b4e912 100644
--- a/src/core/cs_logout.c
+++ b/src/core/cs_logout.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_modes.c b/src/core/cs_modes.c
index 1c0b2c507..6b71b8180 100644
--- a/src/core/cs_modes.c
+++ b/src/core/cs_modes.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_register.c b/src/core/cs_register.c
index c867fa00e..ce1c59913 100644
--- a/src/core/cs_register.c
+++ b/src/core/cs_register.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_sendpass.c b/src/core/cs_sendpass.c
index a0c7b8a59..61801f64a 100644
--- a/src/core/cs_sendpass.c
+++ b/src/core/cs_sendpass.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_set.c b/src/core/cs_set.c
index c5fb1d154..94a9bae61 100644
--- a/src/core/cs_set.c
+++ b/src/core/cs_set.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_status.c b/src/core/cs_status.c
index 7238fc04d..062bdd7ae 100644
--- a/src/core/cs_status.c
+++ b/src/core/cs_status.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_suspend.c b/src/core/cs_suspend.c
index b7c2fc2be..bc26af720 100644
--- a/src/core/cs_suspend.c
+++ b/src/core/cs_suspend.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_topic.c b/src/core/cs_topic.c
index 28702394f..4d4f6afff 100644
--- a/src/core/cs_topic.c
+++ b/src/core/cs_topic.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_xop.c b/src/core/cs_xop.c
index cc8a02625..2bfd6df56 100644
--- a/src/core/cs_xop.c
+++ b/src/core/cs_xop.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/enc_md5.c b/src/core/enc_md5.c
index 59a96cae0..0e3b9359a 100644
--- a/src/core/enc_md5.c
+++ b/src/core/enc_md5.c
@@ -1,7 +1,7 @@
/* Module for encryption using MD5.
*
* Modified for Anope.
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Taken from IRC Services and is copyright (c) 1996-2002 Andrew Church.
diff --git a/src/core/enc_none.c b/src/core/enc_none.c
index 0a6bb694e..d275469be 100644
--- a/src/core/enc_none.c
+++ b/src/core/enc_none.c
@@ -1,6 +1,6 @@
/* Module for encryption using MD5.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* This program is free but copyrighted software; see the file COPYING for
diff --git a/src/core/enc_old.c b/src/core/enc_old.c
index 8040c2906..ea651fda8 100644
--- a/src/core/enc_old.c
+++ b/src/core/enc_old.c
@@ -1,6 +1,6 @@
/* Include file for high-level encryption routines.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/he_help.c b/src/core/he_help.c
index 39c6cca57..aa36f9f7e 100644
--- a/src/core/he_help.c
+++ b/src/core/he_help.c
@@ -1,6 +1,6 @@
/* HelpServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/hs_del.c b/src/core/hs_del.c
index f23800c40..9537a7e0c 100644
--- a/src/core/hs_del.c
+++ b/src/core/hs_del.c
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/hs_delall.c b/src/core/hs_delall.c
index 1e5221c2c..db1c3091c 100644
--- a/src/core/hs_delall.c
+++ b/src/core/hs_delall.c
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/hs_group.c b/src/core/hs_group.c
index d25fecd41..db7cfad07 100644
--- a/src/core/hs_group.c
+++ b/src/core/hs_group.c
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/hs_help.c b/src/core/hs_help.c
index c8c57cf74..324e195d1 100644
--- a/src/core/hs_help.c
+++ b/src/core/hs_help.c
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/hs_list.c b/src/core/hs_list.c
index fb0fef41d..6a999f988 100644
--- a/src/core/hs_list.c
+++ b/src/core/hs_list.c
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/hs_off.c b/src/core/hs_off.c
index 11e4670b9..dae1084c2 100644
--- a/src/core/hs_off.c
+++ b/src/core/hs_off.c
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/hs_on.c b/src/core/hs_on.c
index 0379e4a4f..09e82ba64 100644
--- a/src/core/hs_on.c
+++ b/src/core/hs_on.c
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/hs_set.c b/src/core/hs_set.c
index fa77a8a0e..95a1f23ad 100644
--- a/src/core/hs_set.c
+++ b/src/core/hs_set.c
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/hs_setall.c b/src/core/hs_setall.c
index eb56c3c23..c60456d18 100644
--- a/src/core/hs_setall.c
+++ b/src/core/hs_setall.c
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ms_cancel.c b/src/core/ms_cancel.c
index 7cdfb05de..6d6fd82a7 100644
--- a/src/core/ms_cancel.c
+++ b/src/core/ms_cancel.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ms_check.c b/src/core/ms_check.c
index c37482a5c..802dd71e3 100644
--- a/src/core/ms_check.c
+++ b/src/core/ms_check.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ms_del.c b/src/core/ms_del.c
index 20da07560..a47561d3f 100644
--- a/src/core/ms_del.c
+++ b/src/core/ms_del.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ms_help.c b/src/core/ms_help.c
index 9c490782a..20db12cf5 100644
--- a/src/core/ms_help.c
+++ b/src/core/ms_help.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ms_info.c b/src/core/ms_info.c
index ed94660bd..795eb74c7 100644
--- a/src/core/ms_info.c
+++ b/src/core/ms_info.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ms_list.c b/src/core/ms_list.c
index 8de7e7935..a12f82baf 100644
--- a/src/core/ms_list.c
+++ b/src/core/ms_list.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ms_read.c b/src/core/ms_read.c
index d6b211792..f55f7e940 100644
--- a/src/core/ms_read.c
+++ b/src/core/ms_read.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ms_rsend.c b/src/core/ms_rsend.c
index 88de99957..816f878a6 100644
--- a/src/core/ms_rsend.c
+++ b/src/core/ms_rsend.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ms_send.c b/src/core/ms_send.c
index 3b9f0dcc3..18a523064 100644
--- a/src/core/ms_send.c
+++ b/src/core/ms_send.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ms_sendall.c b/src/core/ms_sendall.c
index bfe9c1847..3fb8e505f 100644
--- a/src/core/ms_sendall.c
+++ b/src/core/ms_sendall.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ms_set.c b/src/core/ms_set.c
index 1050c64d1..1213c941c 100644
--- a/src/core/ms_set.c
+++ b/src/core/ms_set.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ms_staff.c b/src/core/ms_staff.c
index 0d51f749a..2a8a6d382 100644
--- a/src/core/ms_staff.c
+++ b/src/core/ms_staff.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_access.c b/src/core/ns_access.c
index 47d353911..d64e4c175 100644
--- a/src/core/ns_access.c
+++ b/src/core/ns_access.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_alist.c b/src/core/ns_alist.c
index 1f0421643..84924bee0 100644
--- a/src/core/ns_alist.c
+++ b/src/core/ns_alist.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_drop.c b/src/core/ns_drop.c
index c32027a73..84aa71811 100644
--- a/src/core/ns_drop.c
+++ b/src/core/ns_drop.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_forbid.c b/src/core/ns_forbid.c
index 50c02fece..352a978b7 100644
--- a/src/core/ns_forbid.c
+++ b/src/core/ns_forbid.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_getemail.c b/src/core/ns_getemail.c
index f0e884093..f4e818338 100644
--- a/src/core/ns_getemail.c
+++ b/src/core/ns_getemail.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_getpass.c b/src/core/ns_getpass.c
index 1f40904dd..a87a11b4c 100644
--- a/src/core/ns_getpass.c
+++ b/src/core/ns_getpass.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_ghost.c b/src/core/ns_ghost.c
index 2cec21fb4..5090b12b1 100644
--- a/src/core/ns_ghost.c
+++ b/src/core/ns_ghost.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_group.c b/src/core/ns_group.c
index ff43aef65..59cf74588 100644
--- a/src/core/ns_group.c
+++ b/src/core/ns_group.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_help.c b/src/core/ns_help.c
index 338de498a..c4e563607 100644
--- a/src/core/ns_help.c
+++ b/src/core/ns_help.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_identify.c b/src/core/ns_identify.c
index f9acfa6b7..6ed204446 100644
--- a/src/core/ns_identify.c
+++ b/src/core/ns_identify.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_info.c b/src/core/ns_info.c
index d0cde1fe5..bc05111fc 100644
--- a/src/core/ns_info.c
+++ b/src/core/ns_info.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_list.c b/src/core/ns_list.c
index a98e54812..81ff9abd1 100644
--- a/src/core/ns_list.c
+++ b/src/core/ns_list.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_logout.c b/src/core/ns_logout.c
index eaa04220e..66ac919c4 100644
--- a/src/core/ns_logout.c
+++ b/src/core/ns_logout.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_recover.c b/src/core/ns_recover.c
index ed5909bb7..82aad121e 100644
--- a/src/core/ns_recover.c
+++ b/src/core/ns_recover.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_register.c b/src/core/ns_register.c
index 77080bdd5..20a995ed1 100644
--- a/src/core/ns_register.c
+++ b/src/core/ns_register.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_release.c b/src/core/ns_release.c
index abbd62c2b..b4a0fc475 100644
--- a/src/core/ns_release.c
+++ b/src/core/ns_release.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_saset.c b/src/core/ns_saset.c
index ed5c5a6a1..0600eeb7a 100644
--- a/src/core/ns_saset.c
+++ b/src/core/ns_saset.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_sendpass.c b/src/core/ns_sendpass.c
index fc80895dc..2f51a8f55 100644
--- a/src/core/ns_sendpass.c
+++ b/src/core/ns_sendpass.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_set.c b/src/core/ns_set.c
index 84587d1a2..7b40c2253 100644
--- a/src/core/ns_set.c
+++ b/src/core/ns_set.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_status.c b/src/core/ns_status.c
index 7fecf6ed2..89821974f 100644
--- a/src/core/ns_status.c
+++ b/src/core/ns_status.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_suspend.c b/src/core/ns_suspend.c
index ad36a8845..d76d4f720 100644
--- a/src/core/ns_suspend.c
+++ b/src/core/ns_suspend.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_update.c b/src/core/ns_update.c
index a94f4bfc3..ab2724933 100644
--- a/src/core/ns_update.c
+++ b/src/core/ns_update.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_admin.c b/src/core/os_admin.c
index 4da1dfb4d..53b61c745 100644
--- a/src/core/os_admin.c
+++ b/src/core/os_admin.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_akill.c b/src/core/os_akill.c
index 4226be91c..2a91b8e6b 100644
--- a/src/core/os_akill.c
+++ b/src/core/os_akill.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_chankill.c b/src/core/os_chankill.c
index f5085baad..6faffe2a7 100644
--- a/src/core/os_chankill.c
+++ b/src/core/os_chankill.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_chanlist.c b/src/core/os_chanlist.c
index a8fb5a557..cc0d86248 100644
--- a/src/core/os_chanlist.c
+++ b/src/core/os_chanlist.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_clearmodes.c b/src/core/os_clearmodes.c
index 287280c83..e3ebab504 100644
--- a/src/core/os_clearmodes.c
+++ b/src/core/os_clearmodes.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_defcon.c b/src/core/os_defcon.c
index f1832f525..17f19b80a 100644
--- a/src/core/os_defcon.c
+++ b/src/core/os_defcon.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_global.c b/src/core/os_global.c
index e20d85670..d4105c7b3 100644
--- a/src/core/os_global.c
+++ b/src/core/os_global.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_help.c b/src/core/os_help.c
index 8cab08b7e..038c58ff8 100644
--- a/src/core/os_help.c
+++ b/src/core/os_help.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_ignore.c b/src/core/os_ignore.c
index c3c9b3bc9..de77616ea 100644
--- a/src/core/os_ignore.c
+++ b/src/core/os_ignore.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_jupe.c b/src/core/os_jupe.c
index 585a972c6..caa450eaf 100644
--- a/src/core/os_jupe.c
+++ b/src/core/os_jupe.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_kick.c b/src/core/os_kick.c
index 2af866944..8779a971d 100644
--- a/src/core/os_kick.c
+++ b/src/core/os_kick.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_logonnews.c b/src/core/os_logonnews.c
index 07ec31e3a..59ede8ed3 100644
--- a/src/core/os_logonnews.c
+++ b/src/core/os_logonnews.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_mode.c b/src/core/os_mode.c
index 3e5f45899..e568d3786 100644
--- a/src/core/os_mode.c
+++ b/src/core/os_mode.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_modinfo.c b/src/core/os_modinfo.c
index 0ae782c8d..8ed77f1b1 100644
--- a/src/core/os_modinfo.c
+++ b/src/core/os_modinfo.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_modlist.c b/src/core/os_modlist.c
index 9fa289a53..55e4bd791 100644
--- a/src/core/os_modlist.c
+++ b/src/core/os_modlist.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_modload.c b/src/core/os_modload.c
index 51acb0861..8ca80a45a 100644
--- a/src/core/os_modload.c
+++ b/src/core/os_modload.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_modunload.c b/src/core/os_modunload.c
index 439a60d64..7ed7195d3 100644
--- a/src/core/os_modunload.c
+++ b/src/core/os_modunload.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_noop.c b/src/core/os_noop.c
index 8fa7ffcff..5c75c51cf 100644
--- a/src/core/os_noop.c
+++ b/src/core/os_noop.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_oline.c b/src/core/os_oline.c
index 163a13193..c2d889390 100644
--- a/src/core/os_oline.c
+++ b/src/core/os_oline.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_oper.c b/src/core/os_oper.c
index cc235211e..bf3b88120 100644
--- a/src/core/os_oper.c
+++ b/src/core/os_oper.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_opernews.c b/src/core/os_opernews.c
index 1411bd70a..56b656ce5 100644
--- a/src/core/os_opernews.c
+++ b/src/core/os_opernews.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_quit.c b/src/core/os_quit.c
index 8caaba27f..8efe2b066 100644
--- a/src/core/os_quit.c
+++ b/src/core/os_quit.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_randomnews.c b/src/core/os_randomnews.c
index 65efd3835..0ad6858a5 100644
--- a/src/core/os_randomnews.c
+++ b/src/core/os_randomnews.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_raw.c b/src/core/os_raw.c
index 45ef3c02b..bd5d914a2 100644
--- a/src/core/os_raw.c
+++ b/src/core/os_raw.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_reload.c b/src/core/os_reload.c
index 81c112642..a364245bd 100644
--- a/src/core/os_reload.c
+++ b/src/core/os_reload.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_restart.c b/src/core/os_restart.c
index ac5212e2d..5541929b9 100644
--- a/src/core/os_restart.c
+++ b/src/core/os_restart.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_session.c b/src/core/os_session.c
index 94fd82962..149413702 100644
--- a/src/core/os_session.c
+++ b/src/core/os_session.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_set.c b/src/core/os_set.c
index 452e68dd8..65fa4265c 100644
--- a/src/core/os_set.c
+++ b/src/core/os_set.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_sgline.c b/src/core/os_sgline.c
index 9fb7503e3..4cf508e35 100644
--- a/src/core/os_sgline.c
+++ b/src/core/os_sgline.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_shutdown.c b/src/core/os_shutdown.c
index 356b00e61..7dac479fd 100644
--- a/src/core/os_shutdown.c
+++ b/src/core/os_shutdown.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_sqline.c b/src/core/os_sqline.c
index e92bac70c..199b7d6e4 100644
--- a/src/core/os_sqline.c
+++ b/src/core/os_sqline.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_staff.c b/src/core/os_staff.c
index 31d5b0413..b90d6995e 100644
--- a/src/core/os_staff.c
+++ b/src/core/os_staff.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_stats.c b/src/core/os_stats.c
index 899d0e7e4..e58c43fe5 100644
--- a/src/core/os_stats.c
+++ b/src/core/os_stats.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_svsnick.c b/src/core/os_svsnick.c
index 8971b65b7..c6e187e2f 100644
--- a/src/core/os_svsnick.c
+++ b/src/core/os_svsnick.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_szline.c b/src/core/os_szline.c
index 9ea31044f..14250b14d 100644
--- a/src/core/os_szline.c
+++ b/src/core/os_szline.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_umode.c b/src/core/os_umode.c
index fe9efab9f..bbdf116cd 100644
--- a/src/core/os_umode.c
+++ b/src/core/os_umode.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_update.c b/src/core/os_update.c
index ff71dbbaf..54d264a12 100644
--- a/src/core/os_update.c
+++ b/src/core/os_update.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_userlist.c b/src/core/os_userlist.c
index 1256bcf73..8a11fe4ab 100644
--- a/src/core/os_userlist.c
+++ b/src/core/os_userlist.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/datafiles.c b/src/datafiles.c
index 67f762392..6a63b4392 100644
--- a/src/datafiles.c
+++ b/src/datafiles.c
@@ -1,6 +1,6 @@
/* Database file handling routines.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/encrypt.c b/src/encrypt.c
index 0555c221a..b4edfe8aa 100644
--- a/src/encrypt.c
+++ b/src/encrypt.c
@@ -1,6 +1,6 @@
/* Include file for high-level encryption routines.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/events.c b/src/events.c
index 58871d2d4..4fc7a990f 100644
--- a/src/events.c
+++ b/src/events.c
@@ -1,6 +1,6 @@
/* Events functions.
*
- * (C) 2004-2010 Anope Team
+ * (C) 2004-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/helpserv.c b/src/helpserv.c
index c953359ea..95532e147 100644
--- a/src/helpserv.c
+++ b/src/helpserv.c
@@ -1,6 +1,6 @@
/* HelpServ functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/hostserv.c b/src/hostserv.c
index 53b80fa1e..5bc9d3685 100644
--- a/src/hostserv.c
+++ b/src/hostserv.c
@@ -1,6 +1,6 @@
/* HostServ functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/init.c b/src/init.c
index 44f74074c..29e895f83 100644
--- a/src/init.c
+++ b/src/init.c
@@ -1,6 +1,6 @@
/* Initalization and related routines.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/ircd.c b/src/ircd.c
index be2a1dc53..1c41b4b23 100644
--- a/src/ircd.c
+++ b/src/ircd.c
@@ -1,6 +1,6 @@
/* Main ircd functions.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/language.c b/src/language.c
index 26c412aa4..63af744f6 100644
--- a/src/language.c
+++ b/src/language.c
@@ -1,6 +1,6 @@
/* Multi-language support.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/list.c b/src/list.c
index bc5accb37..f8099d86f 100644
--- a/src/list.c
+++ b/src/list.c
@@ -1,6 +1,6 @@
/* Routines to handle `listnicks' and `listchans' invocations.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/log.c b/src/log.c
index 8512f5c59..fa4c7222a 100644
--- a/src/log.c
+++ b/src/log.c
@@ -1,6 +1,6 @@
/* Logging routines.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/mail.c b/src/mail.c
index 6eb0d9839..7f18e7d21 100644
--- a/src/mail.c
+++ b/src/mail.c
@@ -1,6 +1,6 @@
/* Mail utility routines.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/main.c b/src/main.c
index cee172d4c..ecd939fda 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,6 +1,6 @@
/* Services -- main source file.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/makefile.win32 b/src/makefile.win32
index 9520f6627..914bdeac8 100644
--- a/src/makefile.win32
+++ b/src/makefile.win32
@@ -1,6 +1,6 @@
# Make file for Win32
#
-# (C) 2003-2010 Anope Team
+# (C) 2003-2011 Anope Team
# Contact us at team@anope.org
#
# Please read COPYING and README for further details.
diff --git a/src/memory.c b/src/memory.c
index 68e0508fd..176279805 100644
--- a/src/memory.c
+++ b/src/memory.c
@@ -1,6 +1,6 @@
/* Memory management routines.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/memoserv.c b/src/memoserv.c
index 92a71ecb3..8e33e6225 100644
--- a/src/memoserv.c
+++ b/src/memoserv.c
@@ -1,6 +1,6 @@
/* MemoServ functions.
*
-* (C) 2003-2010 Anope Team
+* (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/messages.c b/src/messages.c
index 2b113285f..56690e95d 100644
--- a/src/messages.c
+++ b/src/messages.c
@@ -1,6 +1,6 @@
/* Definitions of IRC message functions and list of messages.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/misc.c b/src/misc.c
index 488d028e3..4187e8039 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -1,7 +1,7 @@
/* Miscellaneous routines.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/modules.c b/src/modules.c
index 6d666d8bc..b85898668 100644
--- a/src/modules.c
+++ b/src/modules.c
@@ -1,7 +1,7 @@
/* Modular support
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/mysql.c b/src/mysql.c
index ca6862ea4..22b050034 100644
--- a/src/mysql.c
+++ b/src/mysql.c
@@ -1,7 +1,7 @@
/* MySQL functions.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/news.c b/src/news.c
index 7df57e023..038026dc4 100644
--- a/src/news.c
+++ b/src/news.c
@@ -1,7 +1,7 @@
/* News functions.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/nickserv.c b/src/nickserv.c
index ca1301779..d1d508f9a 100644
--- a/src/nickserv.c
+++ b/src/nickserv.c
@@ -1,7 +1,7 @@
/* NickServ functions.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/operserv.c b/src/operserv.c
index db5999544..cd770a352 100644
--- a/src/operserv.c
+++ b/src/operserv.c
@@ -1,6 +1,6 @@
/* OperServ functions.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/process.c b/src/process.c
index 4423f8cfa..fa8d61ce2 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1,6 +1,6 @@
/* Main processing code for Services.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/protocol/bahamut.c b/src/protocol/bahamut.c
index b977aa8a6..7b632ea32 100644
--- a/src/protocol/bahamut.c
+++ b/src/protocol/bahamut.c
@@ -1,6 +1,6 @@
/* Bahamut functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/protocol/bahamut.h b/src/protocol/bahamut.h
index 422483ad8..d10e420dc 100644
--- a/src/protocol/bahamut.h
+++ b/src/protocol/bahamut.h
@@ -1,6 +1,6 @@
/* Bahamut functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/protocol/charybdis.c b/src/protocol/charybdis.c
index 8ae557d40..e146e5347 100644
--- a/src/protocol/charybdis.c
+++ b/src/protocol/charybdis.c
@@ -1,7 +1,7 @@
/* Charybdis IRCD functions
*
* (C) 2006 William Pitcock <nenolod -at- charybdis.be>
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/protocol/charybdis.h b/src/protocol/charybdis.h
index 9619c400a..dd7ffa121 100644
--- a/src/protocol/charybdis.h
+++ b/src/protocol/charybdis.h
@@ -1,6 +1,6 @@
/* Ratbox IRCD functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/protocol/dreamforge.c b/src/protocol/dreamforge.c
index e0b30dac8..53a489134 100644
--- a/src/protocol/dreamforge.c
+++ b/src/protocol/dreamforge.c
@@ -1,6 +1,6 @@
/* DreamForge IRCD functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/protocol/dreamforge.h b/src/protocol/dreamforge.h
index 02f9e4e1c..fadaf8b36 100644
--- a/src/protocol/dreamforge.h
+++ b/src/protocol/dreamforge.h
@@ -1,6 +1,6 @@
/* DreamForge IRCD functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/protocol/hybrid.c b/src/protocol/hybrid.c
index 059be2773..47a3410ac 100644
--- a/src/protocol/hybrid.c
+++ b/src/protocol/hybrid.c
@@ -1,6 +1,6 @@
/* Hybrid IRCD functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/protocol/hybrid.h b/src/protocol/hybrid.h
index 73993e44e..fdfe12b6d 100644
--- a/src/protocol/hybrid.h
+++ b/src/protocol/hybrid.h
@@ -1,6 +1,6 @@
/* Hybrid IRCD functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/protocol/inspircd11.c b/src/protocol/inspircd11.c
index d9dfb3875..3cf29e268 100644
--- a/src/protocol/inspircd11.c
+++ b/src/protocol/inspircd11.c
@@ -1,7 +1,7 @@
/* inspircd 1.1 beta 6+ functions
*
* (C) 2005-2007 Craig Edwards <brain@inspircd.org>
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/protocol/inspircd11.h b/src/protocol/inspircd11.h
index 1d30a33b9..c14707b90 100755
--- a/src/protocol/inspircd11.h
+++ b/src/protocol/inspircd11.h
@@ -1,6 +1,6 @@
/* inspircd beta 6 functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/protocol/inspircd12.c b/src/protocol/inspircd12.c
index 7dd46567b..e9db254e5 100644
--- a/src/protocol/inspircd12.c
+++ b/src/protocol/inspircd12.c
@@ -1,7 +1,7 @@
/* inspircd 1.2.0 + functions
*
* (C) 2009 Jan Milants <Viper@Anope.org>
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/protocol/inspircd12.h b/src/protocol/inspircd12.h
index 9d8a1f93c..67c4957b6 100644
--- a/src/protocol/inspircd12.h
+++ b/src/protocol/inspircd12.h
@@ -1,7 +1,7 @@
/* inspircd 1.2.0 + headers
*
* (C) 2009 Jan Milants <Viper@Anope.org>
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/protocol/inspircd20.c b/src/protocol/inspircd20.c
index 2cce12268..456b56872 100644
--- a/src/protocol/inspircd20.c
+++ b/src/protocol/inspircd20.c
@@ -1,8 +1,8 @@
/* inspircd 2.0 + functions
*
* (C) 2009 Jan Milants <Viper@Anope.org>
- * (C) 2010 Adam <Adam@anope.org>
- * (C) 2003-2010 Anope Team
+ * (C) 2011 Adam <Adam@anope.org>
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/protocol/inspircd20.h b/src/protocol/inspircd20.h
index 20aec2ec5..cec1d93d5 100644
--- a/src/protocol/inspircd20.h
+++ b/src/protocol/inspircd20.h
@@ -1,7 +1,7 @@
/* inspircd 1.2.0 + headers
*
* (C) 2009 Jan Milants <Viper@Anope.org>
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/protocol/plexus2.c b/src/protocol/plexus2.c
index 7cb6bf8f3..2fcde4e86 100644
--- a/src/protocol/plexus2.c
+++ b/src/protocol/plexus2.c
@@ -1,6 +1,6 @@
/* PlexusIRCD IRCD functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/protocol/plexus2.h b/src/protocol/plexus2.h
index cfbbc7e24..4feb6b80c 100644
--- a/src/protocol/plexus2.h
+++ b/src/protocol/plexus2.h
@@ -1,6 +1,6 @@
/* PlexusIRCD IRCD functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/protocol/plexus3.c b/src/protocol/plexus3.c
index 5e8cadcd9..c4dbd7534 100644
--- a/src/protocol/plexus3.c
+++ b/src/protocol/plexus3.c
@@ -1,6 +1,6 @@
/* PlexusIRCD IRCD functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/protocol/plexus3.h b/src/protocol/plexus3.h
index 4d83a2bdb..b4999c1b7 100644
--- a/src/protocol/plexus3.h
+++ b/src/protocol/plexus3.h
@@ -1,6 +1,6 @@
/* PlexusIRCD IRCD functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/protocol/ptlink.c b/src/protocol/ptlink.c
index 59dbaadf4..0bb4b8f89 100644
--- a/src/protocol/ptlink.c
+++ b/src/protocol/ptlink.c
@@ -1,6 +1,6 @@
/* PTLink IRCD functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/protocol/ptlink.h b/src/protocol/ptlink.h
index c59cbccd4..b97de0697 100644
--- a/src/protocol/ptlink.h
+++ b/src/protocol/ptlink.h
@@ -1,6 +1,6 @@
/* PTLink IRCD functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/protocol/rageircd.c b/src/protocol/rageircd.c
index 00d348054..eb250d7dc 100644
--- a/src/protocol/rageircd.c
+++ b/src/protocol/rageircd.c
@@ -1,6 +1,6 @@
/* Rage IRCD functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/protocol/rageircd.h b/src/protocol/rageircd.h
index b3368f861..7356fd2ba 100644
--- a/src/protocol/rageircd.h
+++ b/src/protocol/rageircd.h
@@ -1,6 +1,6 @@
/* Rage IRCD functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c
index 231899d3f..35ba0d198 100644
--- a/src/protocol/ratbox.c
+++ b/src/protocol/ratbox.c
@@ -1,6 +1,6 @@
/* Ratbox IRCD functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/protocol/ratbox.h b/src/protocol/ratbox.h
index 50c6f4dff..8b4754f4c 100644
--- a/src/protocol/ratbox.h
+++ b/src/protocol/ratbox.h
@@ -1,6 +1,6 @@
/* Ratbox IRCD functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/protocol/shadowircd.c b/src/protocol/shadowircd.c
index a8fd02d4b..d08781d3f 100644
--- a/src/protocol/shadowircd.c
+++ b/src/protocol/shadowircd.c
@@ -1,6 +1,6 @@
/* ShadowIRCd functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/protocol/shadowircd.h b/src/protocol/shadowircd.h
index 07a97456f..c6bbac337 100644
--- a/src/protocol/shadowircd.h
+++ b/src/protocol/shadowircd.h
@@ -1,6 +1,6 @@
/* ShadowIRCD functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/protocol/solidircd.c b/src/protocol/solidircd.c
index f221043b7..8d9387873 100644
--- a/src/protocol/solidircd.c
+++ b/src/protocol/solidircd.c
@@ -1,6 +1,6 @@
/* Solid-IRCD functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/protocol/solidircd.h b/src/protocol/solidircd.h
index 8bcbc1ae8..f8b610c6c 100644
--- a/src/protocol/solidircd.h
+++ b/src/protocol/solidircd.h
@@ -1,6 +1,6 @@
/* SolidIRCD functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/protocol/ultimate2.c b/src/protocol/ultimate2.c
index 1ef7a7480..4241b84d1 100644
--- a/src/protocol/ultimate2.c
+++ b/src/protocol/ultimate2.c
@@ -1,6 +1,6 @@
/* Ultimate IRCD 2 functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/protocol/ultimate2.h b/src/protocol/ultimate2.h
index 2cbedbfe0..427efdd65 100644
--- a/src/protocol/ultimate2.h
+++ b/src/protocol/ultimate2.h
@@ -1,6 +1,6 @@
/* Ultimate IRCD 2 functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/protocol/ultimate3.c b/src/protocol/ultimate3.c
index e8f54923d..43e6cb1c5 100644
--- a/src/protocol/ultimate3.c
+++ b/src/protocol/ultimate3.c
@@ -1,6 +1,6 @@
/* Ultimate IRCD 3 functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/protocol/ultimate3.h b/src/protocol/ultimate3.h
index 1c107da60..69ecb33a8 100644
--- a/src/protocol/ultimate3.h
+++ b/src/protocol/ultimate3.h
@@ -1,6 +1,6 @@
/* Ultimate IRCD 3.0 functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/protocol/unreal31.c b/src/protocol/unreal31.c
index 6ed347445..e5fcf1fe5 100644
--- a/src/protocol/unreal31.c
+++ b/src/protocol/unreal31.c
@@ -1,6 +1,6 @@
/* Unreal IRCD 3.1.x functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/protocol/unreal31.h b/src/protocol/unreal31.h
index 40d1dea7e..e89d4bca7 100644
--- a/src/protocol/unreal31.h
+++ b/src/protocol/unreal31.h
@@ -1,6 +1,6 @@
/* Unreal IRCD 3.1.x functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c
index f850b44d0..a084354b0 100644
--- a/src/protocol/unreal32.c
+++ b/src/protocol/unreal32.c
@@ -1,6 +1,6 @@
/* Unreal IRCD 3.2.x functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/protocol/unreal32.h b/src/protocol/unreal32.h
index 622977bf5..283134dd7 100644
--- a/src/protocol/unreal32.h
+++ b/src/protocol/unreal32.h
@@ -1,6 +1,6 @@
/* Unreal IRCD 3.2.x functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at info@unreal.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/protocol/viagra.c b/src/protocol/viagra.c
index 8d77df1b6..4a40cbeba 100644
--- a/src/protocol/viagra.c
+++ b/src/protocol/viagra.c
@@ -1,6 +1,6 @@
/* Viagra IRCD functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/protocol/viagra.h b/src/protocol/viagra.h
index e81a87e91..87b22c4cb 100644
--- a/src/protocol/viagra.h
+++ b/src/protocol/viagra.h
@@ -1,6 +1,6 @@
/* Viagra IRCD functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/rdb.c b/src/rdb.c
index cbf015761..ea746d4fb 100644
--- a/src/rdb.c
+++ b/src/rdb.c
@@ -1,6 +1,6 @@
/* RDB functions.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/send.c b/src/send.c
index a03be7e78..77d4a434c 100644
--- a/src/send.c
+++ b/src/send.c
@@ -1,6 +1,6 @@
/* Routines for sending stuff to the network.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/servers.c b/src/servers.c
index da57a7d4f..1157438fa 100644
--- a/src/servers.c
+++ b/src/servers.c
@@ -1,6 +1,6 @@
/* Routines to maintain a list of connected servers
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/sessions.c b/src/sessions.c
index 2b5f54caa..c6c58ae67 100644
--- a/src/sessions.c
+++ b/src/sessions.c
@@ -1,6 +1,6 @@
/* Session Limiting functions.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/slist.c b/src/slist.c
index e2d272ad1..edc07881a 100644
--- a/src/slist.c
+++ b/src/slist.c
@@ -1,6 +1,6 @@
/* Services list handler implementation.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/sockutil.c b/src/sockutil.c
index c0d5e9003..62478f799 100644
--- a/src/sockutil.c
+++ b/src/sockutil.c
@@ -1,6 +1,6 @@
/* Socket utility routines.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/timeout.c b/src/timeout.c
index 8b7e9ba92..a01e8cd44 100644
--- a/src/timeout.c
+++ b/src/timeout.c
@@ -1,6 +1,6 @@
/* Routines for time-delayed actions.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/tools/anopesmtp.c b/src/tools/anopesmtp.c
index b091612c7..9452298bd 100644
--- a/src/tools/anopesmtp.c
+++ b/src/tools/anopesmtp.c
@@ -1,9 +1,9 @@
/* smtp stuff handler for win32.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
- * Please read COPYING and README for furhter details.
+ * Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
diff --git a/src/tools/db-merger.c b/src/tools/db-merger.c
index 5a128cc18..30bef35f6 100644
--- a/src/tools/db-merger.c
+++ b/src/tools/db-merger.c
@@ -1,9 +1,9 @@
/*
* Anope Database Merger
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
- * Please read COPYING and README for furhter details.
+ * Please read COPYING and README for further details.
*
*****
*
diff --git a/src/tools/smtp.h b/src/tools/smtp.h
index acd1099ce..b097baa78 100644
--- a/src/tools/smtp.h
+++ b/src/tools/smtp.h
@@ -1,9 +1,9 @@
/*
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
- * Please read COPYING and README for furhter details.
+ * Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
diff --git a/src/users.c b/src/users.c
index e9fd3d8ff..682339287 100644
--- a/src/users.c
+++ b/src/users.c
@@ -1,6 +1,6 @@
/* Routines to maintain a list of online users.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/version.log b/version.log
index 1a31c5a00..365f74bc5 100644
--- a/version.log
+++ b/version.log
@@ -8,9 +8,11 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="5"
VERSION_EXTRA="-git"
-VERSION_BUILD="3051"
+VERSION_BUILD="3052"
# $Log$ # Changes since 1.8.5 Release
+#Revision 3052 - Updated Copyright to 2011
+#Revision 3051 - Made the moduleGetData debug messages for level 2+
#Revision 3050 - Remove vhost requests from nicks that expire
#Revision 3049 - Bug #1079 - Prevent /cs ban, akick, unban, etc, from matching against users real hostname and IPs in an attempt to prevent unauthorized users from gaining other users IPs via brute force attacks.
#Revision 3048 - Bug #1213 - Fixed /cs enforce #channel to say SET was enforced not (null)