summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xConfig2
-rw-r--r--configure.in2
-rw-r--r--docs/README2
-rw-r--r--include/bots.h4
-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/extern.h2
-rw-r--r--include/hashcomp.h2
-rw-r--r--include/messages.h2
-rw-r--r--include/modes.h4
-rw-r--r--include/modules.h2
-rw-r--r--include/opertype.h4
-rw-r--r--include/pseudo.h2
-rw-r--r--include/regchannel.h2
-rw-r--r--include/services.h2
-rw-r--r--include/slist.h2
-rw-r--r--include/sockets.h2
-rw-r--r--include/timers.h2
-rw-r--r--include/users.h4
-rw-r--r--include/version.sh2
-rw-r--r--include/version.sh.c2
-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.c2
-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/bots.cpp4
-rw-r--r--src/botserv.c2
-rw-r--r--src/channels.c2
-rw-r--r--src/chanserv.c2
-rw-r--r--src/command.cpp4
-rw-r--r--src/commands.c2
-rw-r--r--src/compat.c2
-rw-r--r--src/config.c2
-rw-r--r--src/configreader.cpp2
-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_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_help.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_modes.c2
-rw-r--r--src/core/cs_register.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_unban.c2
-rw-r--r--src/core/cs_xop.c2
-rw-r--r--src/core/db_plain.cpp2
-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/enc_sha256.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_resetpass.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_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_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_news.c2
-rw-r--r--src/core/os_noop.c2
-rw-r--r--src/core/os_oline.c2
-rw-r--r--src/core/os_quit.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/core/ss_main.c2
-rw-r--r--src/encrypt.c2
-rw-r--r--src/hashcomp.cpp4
-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/log.c2
-rw-r--r--src/mail.c2
-rw-r--r--src/main.c2
-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/modes.cpp4
-rw-r--r--src/modules.c2
-rw-r--r--src/modules/cs_appendtopic.c2
-rw-r--r--src/modules/cs_enforce.c2
-rw-r--r--src/modules/cs_tban.c2
-rw-r--r--src/modules/hs_request.c2
-rw-r--r--src/modules/ns_maxemail.c2
-rw-r--r--src/modules/ns_noop_convert.c2
-rw-r--r--src/modules/os_info.c2
-rw-r--r--src/nickserv.c2
-rw-r--r--src/operserv.c2
-rw-r--r--src/opertype.cpp4
-rw-r--r--src/process.c2
-rw-r--r--src/protocol/bahamut.c2
-rw-r--r--src/protocol/inspircd11.c2
-rw-r--r--src/protocol/inspircd12.cpp2
-rw-r--r--src/protocol/ratbox.c2
-rw-r--r--src/protocol/unreal32.c2
-rw-r--r--src/regchannel.cpp2
-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/timers.cpp2
-rw-r--r--src/tools/anopesmtp.c2
-rw-r--r--src/tools/db-convert.c4
-rw-r--r--src/tools/db-convert.h4
-rw-r--r--src/tools/smtp.h2
-rw-r--r--src/users.c2
-rw-r--r--src/win32.rc.cmake2
-rw-r--r--src/win32_memory.cpp2
-rw-r--r--version.log2
211 files changed, 222 insertions, 222 deletions
diff --git a/Config b/Config
index 31aa506fd..26ed1a4f2 100755
--- a/Config
+++ b/Config
@@ -2,7 +2,7 @@
#
# Configuration script for Services.
#
-# Anope (c) 2003-2008 Anope team
+# Anope (c) 2003-2010 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 294744af9..3a377aee7 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl autoconf.in for Services.
dnl
-dnl Anope (c) 2003-2008 Anope team
+dnl Anope (c) 2003-2010 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 12e98d56c..065819097 100644
--- a/docs/README
+++ b/docs/README
@@ -1,7 +1,7 @@
Anope -- a set of IRC services for IRC networks
-----------------------------------------------
-Anope is 2003-2009 Anope Team <team@anope.org>.
+Anope is 2003-2010 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/bots.h b/include/bots.h
index 4645ea3b0..01581ea0e 100644
--- a/include/bots.h
+++ b/include/bots.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2008-2009 Robin Burchell <w00t@inspircd.org>
- * Copyright (C) 2008-2009 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2010 Robin Burchell <w00t@inspircd.org>
+ * Copyright (C) 2008-2010 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/include/commands.h b/include/commands.h
index 5e40ad899..8526ddebc 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -1,6 +1,6 @@
/* Declarations for command data.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/include/config.h b/include/config.h
index c6a0cb9d2..42bacccf0 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1,6 +1,6 @@
/* Services configuration.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/include/defs.h b/include/defs.h
index bdefba1f9..a1b1d22a2 100644
--- a/include/defs.h
+++ b/include/defs.h
@@ -1,6 +1,6 @@
/* Set default values for any constants that should be in include files but
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/include/extensible.h b/include/extensible.h
index 003b22623..cc1e6cfbf 100644
--- a/include/extensible.h
+++ b/include/extensible.h
@@ -1,6 +1,6 @@
/*
*
- * Copyright (C) 2008-2009 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2010 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/include/extern.h b/include/extern.h
index 6d00c347c..75ad3eb28 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -1,6 +1,6 @@
/* Prototypes and external variable declarations.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/include/hashcomp.h b/include/hashcomp.h
index 5ffb663ad..5a08562ee 100644
--- a/include/hashcomp.h
+++ b/include/hashcomp.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002-2009 InspIRCd Development Team
+ * Copyright (C) 2002-2010 InspIRCd Development Team
* Copyright (C) 2009 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
diff --git a/include/messages.h b/include/messages.h
index 3c71a9c21..6068c1dff 100644
--- a/include/messages.h
+++ b/include/messages.h
@@ -1,6 +1,6 @@
/* Declarations of IRC message structures, variables, and functions.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/include/modes.h b/include/modes.h
index a4692397e..5a1fd60b5 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -1,7 +1,7 @@
/* Mode support
*
- * Copyright (C) 2008-2009 Adam <Adam@anope.org>
- * Copyright (C) 2008-2009 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2010 Adam <Adam@anope.org>
+ * Copyright (C) 2008-2010 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/include/modules.h b/include/modules.h
index 67aafc580..8903eb9c2 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1,6 +1,6 @@
/* Modular support
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/include/opertype.h b/include/opertype.h
index 299a693b3..401a1d1a5 100644
--- a/include/opertype.h
+++ b/include/opertype.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2008-2009 Robin Burchell <w00t@inspircd.org>
- * Copyright (C) 2008-2009 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2010 Robin Burchell <w00t@inspircd.org>
+ * Copyright (C) 2008-2010 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/include/pseudo.h b/include/pseudo.h
index d356aa953..a0fea80cd 100644
--- a/include/pseudo.h
+++ b/include/pseudo.h
@@ -1,6 +1,6 @@
/* Include extra includes needed by most/all pseudo-clients.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/include/regchannel.h b/include/regchannel.h
index 2304467de..899267ca2 100644
--- a/include/regchannel.h
+++ b/include/regchannel.h
@@ -1,6 +1,6 @@
/* Modular support
*
- * (C) 2008-2009 Anope Team
+ * (C) 2008-2010 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 0a92a7c8e..de6972fc2 100644
--- a/include/services.h
+++ b/include/services.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/include/slist.h b/include/slist.h
index 980e10ab9..07b1cc354 100644
--- a/include/slist.h
+++ b/include/slist.h
@@ -1,6 +1,6 @@
/* Header for Services list handler.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/include/sockets.h b/include/sockets.h
index 366468915..c722fbb1e 100644
--- a/include/sockets.h
+++ b/include/sockets.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2004-2009 Anope Team
+ * (C) 2004-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/include/timers.h b/include/timers.h
index 92f5388fd..0de49b17d 100644
--- a/include/timers.h
+++ b/include/timers.h
@@ -1,6 +1,6 @@
/* Timer include stuff.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/include/users.h b/include/users.h
index f3476f055..80bf33114 100644
--- a/include/users.h
+++ b/include/users.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2008-2009 Robin Burchell <w00t@inspircd.org>
- * Copyright (C) 2008-2009 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2010 Robin Burchell <w00t@inspircd.org>
+ * Copyright (C) 2008-2010 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/include/version.sh b/include/version.sh
index 4b00e0c6b..9d3f82bff 100644
--- a/include/version.sh
+++ b/include/version.sh
@@ -32,7 +32,7 @@ fi
cat >$VERSIONH <<EOF
/* Version information for Services.
*
- * (C) 2003-2008 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and CREDITS for further details.
diff --git a/include/version.sh.c b/include/version.sh.c
index 79a511099..7750d80f6 100644
--- a/include/version.sh.c
+++ b/include/version.sh.c
@@ -1,6 +1,6 @@
/* version file handler for win32.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/install.js b/install.js
index dcc837b92..1d54c6c05 100644
--- a/install.js
+++ b/install.js
@@ -1,7 +1,7 @@
//
// install.js - Windows Configuration
//
-// (C) 2003-2009 Anope Team
+// (C) 2003-2010 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 d059ff2e9..809afb411 100644
--- a/lang/cat.l
+++ b/lang/cat.l
@@ -1,6 +1,6 @@
# Catalan Language File.
#
-# (C) 2003-2008 Anope Team
+# (C) 2003-2010 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 62eb6053c..d5dd684ef 100644
--- a/lang/de.l
+++ b/lang/de.l
@@ -1,6 +1,6 @@
# Deutsches Language file.
#
-# (C) 2003-2008 Anope Team
+# (C) 2003-2010 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 f715ba6a0..0d2ba1369 100644
--- a/lang/en_us.l
+++ b/lang/en_us.l
@@ -1,6 +1,6 @@
# United States English language file.
#
-# (C) 2003-2008 Anope Team
+# (C) 2003-2010 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 a14e0124e..21eafa654 100644
--- a/lang/es.l
+++ b/lang/es.l
@@ -1,6 +1,6 @@
# Spanish Language File.
#
-# (C) 2003-2008 Anope Team
+# (C) 2003-2010 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 821a09bee..0a5a5916e 100644
--- a/lang/fr.l
+++ b/lang/fr.l
@@ -1,6 +1,6 @@
# French language file.
#
-# (C) 2003-2008 Anope Team
+# (C) 2003-2010 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 2c73f82ac..1fb619bcd 100644
--- a/lang/gr.l
+++ b/lang/gr.l
@@ -1,6 +1,6 @@
# Greek language file.
#
-# (C) 2003-2008 Anope Team
+# (C) 2003-2010 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 3e8a8b327..f1dde4773 100644
--- a/lang/hun.l
+++ b/lang/hun.l
@@ -1,6 +1,6 @@
# Hungarian (magyar) language file.
#
-# (C) 2003-2008 Anope Team
+# (C) 2003-2010 Anope Team
# Contact us at team@anope.org
#
# Translated by:
diff --git a/lang/it.l b/lang/it.l
index 971220505..1322ab609 100644
--- a/lang/it.l
+++ b/lang/it.l
@@ -1,6 +1,6 @@
# Italian language file.
#
-# (C) 2003-2009 Anope Team
+# (C) 2003-2010 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 e678a9858..add1d9731 100644
--- a/lang/langcomp.c
+++ b/lang/langcomp.c
@@ -1,6 +1,6 @@
/* Compiler for language definition files.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 a9244d394..32846852e 100644
--- a/lang/langtool.c
+++ b/lang/langtool.c
@@ -1,6 +1,6 @@
/* Language stuff generator for win32.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/lang/nl.l b/lang/nl.l
index 235f23e9f..a4857a16c 100644
--- a/lang/nl.l
+++ b/lang/nl.l
@@ -1,6 +1,6 @@
# Dutch Language File
#
-# (C) 2003-2008 Anope Team
+# (C) 2003-2010 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 8d246d67e..c201450ea 100644
--- a/lang/pl.l
+++ b/lang/pl.l
@@ -14,7 +14,7 @@
#
###########################################################################
#
-# (C) 2003-2009 Anope Team
+# (C) 2003-2010 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 e758f2c5e..623140432 100644
--- a/lang/pt.l
+++ b/lang/pt.l
@@ -1,6 +1,6 @@
# Portuguese language file.
#
-# (C) 2003-2008 Anope Team
+# (C) 2003-2010 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 6fdd25aae..b03ac0bf0 100644
--- a/lang/ru.l
+++ b/lang/ru.l
@@ -1,6 +1,6 @@
# Russian language file for Anope
#
-# (C) 2003-2008 Anope Team
+# (C) 2003-2010 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 90404e806..a6e083a8c 100644
--- a/lang/tr.l
+++ b/lang/tr.l
@@ -1,6 +1,6 @@
# Turkish language file.
#
-# (C) 2003-2008 Anope Team
+# (C) 2003-2010 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 fa9db5f4c..142f2ae61 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -1,6 +1,6 @@
/* Various routines to perform simple actions.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 ba621e9f6..3f576e96a 100644
--- a/src/base64.c
+++ b/src/base64.c
@@ -1,6 +1,6 @@
/* base64 routines.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 b0961ecbb..e7a1f44c0 100644
--- a/src/bin/anoperc.in
+++ b/src/bin/anoperc.in
@@ -2,7 +2,7 @@
#
# Configuration script for Services
#
-# (C) 2003-2008 Anope Team
+# (C) 2003-2010 Anope Team
# Contact us at team@anope.org
#
# Please read COPYING and README for further details.
diff --git a/src/bots.cpp b/src/bots.cpp
index bb8b8a06f..58206963c 100644
--- a/src/bots.cpp
+++ b/src/bots.cpp
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2008-2009 Robin Burchell <w00t@inspircd.org>
- * Copyright (C) 2008-2009 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2010 Robin Burchell <w00t@inspircd.org>
+ * Copyright (C) 2008-2010 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/src/botserv.c b/src/botserv.c
index c3884e463..a90c16817 100644
--- a/src/botserv.c
+++ b/src/botserv.c
@@ -1,6 +1,6 @@
/* BotServ functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 6a449dc89..6c6c399c6 100644
--- a/src/channels.c
+++ b/src/channels.c
@@ -1,6 +1,6 @@
/* Channel-handling routines.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 1057e01cf..8c74d1c6a 100644
--- a/src/chanserv.c
+++ b/src/chanserv.c
@@ -1,6 +1,6 @@
/* ChanServ functions.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/command.cpp b/src/command.cpp
index 43c76ac52..1306b3904 100644
--- a/src/command.cpp
+++ b/src/command.cpp
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2008-2009 Robin Burchell <w00t@inspircd.org>
- * Copyright (C) 2008-2009 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2010 Robin Burchell <w00t@inspircd.org>
+ * Copyright (C) 2008-2010 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/src/commands.c b/src/commands.c
index f8a1bba62..0c5ec0754 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-2009 Anope Team
+ * (C) 2003-2010 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 464d8270a..c46d22616 100644
--- a/src/compat.c
+++ b/src/compat.c
@@ -1,6 +1,6 @@
/* Compatibility routines.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 0b654d433..fba7baf1d 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1,6 +1,6 @@
/* Configuration file handling.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/configreader.cpp b/src/configreader.cpp
index f3356ebc3..906e3df7f 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -2,7 +2,7 @@
* | Inspire Internet Relay Chat Daemon |
* +------------------------------------+
*
- * InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ * InspIRCd: (C) 2002-2010 InspIRCd Development Team
* See: http://www.inspircd.org/wiki/index.php/Credits
*
* This program is free but copyrighted software; see
diff --git a/src/core/bs_act.c b/src/core/bs_act.c
index a22748515..8c54f9479 100644
--- a/src/core/bs_act.c
+++ b/src/core/bs_act.c
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 bf9fdc5b2..af2ad87f9 100644
--- a/src/core/bs_assign.c
+++ b/src/core/bs_assign.c
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 89de294b8..e71438183 100644
--- a/src/core/bs_badwords.c
+++ b/src/core/bs_badwords.c
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 14ce9624e..56be53b33 100644
--- a/src/core/bs_bot.c
+++ b/src/core/bs_bot.c
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 e43224e69..8e3ca925a 100644
--- a/src/core/bs_botlist.c
+++ b/src/core/bs_botlist.c
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 46e845ee7..c4b4cdbd8 100644
--- a/src/core/bs_help.c
+++ b/src/core/bs_help.c
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 073773cee..8d1a00c9a 100644
--- a/src/core/bs_info.c
+++ b/src/core/bs_info.c
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 dbff0e788..37cd742f5 100644
--- a/src/core/bs_kick.c
+++ b/src/core/bs_kick.c
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 c1021c79d..6aa2bb552 100644
--- a/src/core/bs_say.c
+++ b/src/core/bs_say.c
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 28094653b..b8cc3ae12 100644
--- a/src/core/bs_set.c
+++ b/src/core/bs_set.c
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 1d421fc5d..a29f0099f 100644
--- a/src/core/bs_unassign.c
+++ b/src/core/bs_unassign.c
@@ -1,6 +1,6 @@
/* BotServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 1b9db83b9..ec62dec42 100644
--- a/src/core/cs_access.c
+++ b/src/core/cs_access.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 d07e820a8..983dba89f 100644
--- a/src/core/cs_akick.c
+++ b/src/core/cs_akick.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 68248e02b..7edbe0944 100644
--- a/src/core/cs_ban.c
+++ b/src/core/cs_ban.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 9f2f1cce5..0cbb192e3 100644
--- a/src/core/cs_clear.c
+++ b/src/core/cs_clear.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 1cc1949d5..7c085ea1a 100644
--- a/src/core/cs_drop.c
+++ b/src/core/cs_drop.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 7abf355ac..adf82ab2c 100644
--- a/src/core/cs_forbid.c
+++ b/src/core/cs_forbid.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 6992d97db..3e92a2efd 100644
--- a/src/core/cs_getkey.c
+++ b/src/core/cs_getkey.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 f4df59d64..80f4e6358 100644
--- a/src/core/cs_help.c
+++ b/src/core/cs_help.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 ec6245d5e..97330aadb 100644
--- a/src/core/cs_info.c
+++ b/src/core/cs_info.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 88c47eca0..86a4f9b38 100644
--- a/src/core/cs_invite.c
+++ b/src/core/cs_invite.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 1cda01867..2ea506c04 100644
--- a/src/core/cs_kick.c
+++ b/src/core/cs_kick.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 c13e2f9ef..af1bbd0aa 100644
--- a/src/core/cs_list.c
+++ b/src/core/cs_list.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 d696d641c..bbd9e7a42 100644
--- a/src/core/cs_modes.c
+++ b/src/core/cs_modes.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 7e59b0c26..bf3472c5a 100644
--- a/src/core/cs_register.c
+++ b/src/core/cs_register.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 0d409472f..dbe35f79c 100644
--- a/src/core/cs_set.c
+++ b/src/core/cs_set.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 f975219c2..33486fd02 100644
--- a/src/core/cs_status.c
+++ b/src/core/cs_status.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 4a47091eb..e4386b021 100644
--- a/src/core/cs_suspend.c
+++ b/src/core/cs_suspend.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 6acf09756..8b700a7c5 100644
--- a/src/core/cs_topic.c
+++ b/src/core/cs_topic.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/cs_unban.c b/src/core/cs_unban.c
index e25df3c8b..b8a2c49af 100644
--- a/src/core/cs_unban.c
+++ b/src/core/cs_unban.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 ac2fea3f5..021d8c3a9 100644
--- a/src/core/cs_xop.c
+++ b/src/core/cs_xop.c
@@ -1,6 +1,6 @@
/* ChanServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/db_plain.cpp b/src/core/db_plain.cpp
index 3d220516c..65eee0d3a 100644
--- a/src/core/db_plain.cpp
+++ b/src/core/db_plain.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 5c03e9a6d..488fd5754 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-2009 Anope Team
+ * (C) 2003-2010 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 77b775217..2a5237662 100644
--- a/src/core/enc_none.c
+++ b/src/core/enc_none.c
@@ -1,6 +1,6 @@
/* Module for plain text encryption.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 00134e681..c5324a55b 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-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/enc_sha256.c b/src/core/enc_sha256.c
index c44139d34..1f1d1ca42 100644
--- a/src/core/enc_sha256.c
+++ b/src/core/enc_sha256.c
@@ -10,7 +10,7 @@
* IMPORTANT: DATA HASHES CANNOT BE "DECRYPTED" BACK TO PLAIN TEXT.
*
* Modified for Anope.
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Taken from InspIRCd ( www.inspircd.org )
diff --git a/src/core/hs_del.c b/src/core/hs_del.c
index 5d55f6eff..25df95b31 100644
--- a/src/core/hs_del.c
+++ b/src/core/hs_del.c
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 4c6771ac5..d938f40ac 100644
--- a/src/core/hs_delall.c
+++ b/src/core/hs_delall.c
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 335044221..c40a38572 100644
--- a/src/core/hs_group.c
+++ b/src/core/hs_group.c
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 f8fef8334..6dadff4b7 100644
--- a/src/core/hs_help.c
+++ b/src/core/hs_help.c
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 4943c2e3c..e692967d9 100644
--- a/src/core/hs_list.c
+++ b/src/core/hs_list.c
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 b5953e92c..f7a4f4505 100644
--- a/src/core/hs_off.c
+++ b/src/core/hs_off.c
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 8ccf65ff6..a9922e921 100644
--- a/src/core/hs_on.c
+++ b/src/core/hs_on.c
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 3585546a9..dd54cc121 100644
--- a/src/core/hs_set.c
+++ b/src/core/hs_set.c
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 68fc4330c..2d22644dd 100644
--- a/src/core/hs_setall.c
+++ b/src/core/hs_setall.c
@@ -1,6 +1,6 @@
/* HostServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 e2b9da939..601b90c4d 100644
--- a/src/core/ms_cancel.c
+++ b/src/core/ms_cancel.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 1272eb60c..964808754 100644
--- a/src/core/ms_check.c
+++ b/src/core/ms_check.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 6f6988ac1..1951e3c71 100644
--- a/src/core/ms_del.c
+++ b/src/core/ms_del.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 da45e2126..122aed874 100644
--- a/src/core/ms_help.c
+++ b/src/core/ms_help.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 cbda55b0f..50febbd60 100644
--- a/src/core/ms_info.c
+++ b/src/core/ms_info.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 3e8688d7f..16cccd41c 100644
--- a/src/core/ms_list.c
+++ b/src/core/ms_list.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 d6f0ca615..2009c9847 100644
--- a/src/core/ms_read.c
+++ b/src/core/ms_read.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 36acc200d..b5847fc81 100644
--- a/src/core/ms_rsend.c
+++ b/src/core/ms_rsend.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 6fded396a..2d5208821 100644
--- a/src/core/ms_send.c
+++ b/src/core/ms_send.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 937bfe914..b5b675a3d 100644
--- a/src/core/ms_sendall.c
+++ b/src/core/ms_sendall.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 dfa11bba4..722d61375 100644
--- a/src/core/ms_set.c
+++ b/src/core/ms_set.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 d46cd7438..4dcd1354f 100644
--- a/src/core/ms_staff.c
+++ b/src/core/ms_staff.c
@@ -1,6 +1,6 @@
/* MemoServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 f8bd8ff77..b46344475 100644
--- a/src/core/ns_access.c
+++ b/src/core/ns_access.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 746dd5737..7c9b43350 100644
--- a/src/core/ns_alist.c
+++ b/src/core/ns_alist.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 37b43e4c0..96d573b84 100644
--- a/src/core/ns_drop.c
+++ b/src/core/ns_drop.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 e8d2a4417..70c29fa32 100644
--- a/src/core/ns_forbid.c
+++ b/src/core/ns_forbid.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 f84c7eac3..94e5f8f8a 100644
--- a/src/core/ns_getemail.c
+++ b/src/core/ns_getemail.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 6c1422d48..f788287ab 100644
--- a/src/core/ns_getpass.c
+++ b/src/core/ns_getpass.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 2c2d5b309..6c4ee92fb 100644
--- a/src/core/ns_ghost.c
+++ b/src/core/ns_ghost.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 ebd790007..857d65768 100644
--- a/src/core/ns_group.c
+++ b/src/core/ns_group.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 1835335a4..fcd2cc23e 100644
--- a/src/core/ns_help.c
+++ b/src/core/ns_help.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 376adc718..03b59aeea 100644
--- a/src/core/ns_identify.c
+++ b/src/core/ns_identify.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 6161a05ff..230597637 100644
--- a/src/core/ns_info.c
+++ b/src/core/ns_info.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 2e93cf61a..b18b9ffcf 100644
--- a/src/core/ns_list.c
+++ b/src/core/ns_list.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 52d27a5ce..fcea30b3b 100644
--- a/src/core/ns_logout.c
+++ b/src/core/ns_logout.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 a32b02417..320461fdd 100644
--- a/src/core/ns_recover.c
+++ b/src/core/ns_recover.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 c07d2dbd2..a62c5e82f 100644
--- a/src/core/ns_register.c
+++ b/src/core/ns_register.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 d63e24e15..867936f74 100644
--- a/src/core/ns_release.c
+++ b/src/core/ns_release.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ns_resetpass.c b/src/core/ns_resetpass.c
index 32958a5e4..d174864b1 100644
--- a/src/core/ns_resetpass.c
+++ b/src/core/ns_resetpass.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 172e1469f..5a86b1327 100644
--- a/src/core/ns_saset.c
+++ b/src/core/ns_saset.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 06684e03b..f541ba9d5 100644
--- a/src/core/ns_sendpass.c
+++ b/src/core/ns_sendpass.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 de8d3eea5..c2a60742d 100644
--- a/src/core/ns_set.c
+++ b/src/core/ns_set.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 f86c0845a..7b600a912 100644
--- a/src/core/ns_status.c
+++ b/src/core/ns_status.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 5e4407b89..a9c6b65ba 100644
--- a/src/core/ns_suspend.c
+++ b/src/core/ns_suspend.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 395b4b586..0650487f9 100644
--- a/src/core/ns_update.c
+++ b/src/core/ns_update.c
@@ -1,6 +1,6 @@
/* NickServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 87bc8743b..b87340af2 100644
--- a/src/core/os_akill.c
+++ b/src/core/os_akill.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 67d84d635..ee3038a07 100644
--- a/src/core/os_chankill.c
+++ b/src/core/os_chankill.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 6f2c1bee3..e5aa27159 100644
--- a/src/core/os_chanlist.c
+++ b/src/core/os_chanlist.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 b1a5a893a..8046abd8f 100644
--- a/src/core/os_clearmodes.c
+++ b/src/core/os_clearmodes.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 42320b8d5..081cefa23 100644
--- a/src/core/os_defcon.c
+++ b/src/core/os_defcon.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 425ace3d9..89261ddeb 100644
--- a/src/core/os_global.c
+++ b/src/core/os_global.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 884f5b1ba..852f510d0 100644
--- a/src/core/os_help.c
+++ b/src/core/os_help.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 1db367d9d..b488ec1f1 100644
--- a/src/core/os_ignore.c
+++ b/src/core/os_ignore.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 cebe3f5dc..264572369 100644
--- a/src/core/os_jupe.c
+++ b/src/core/os_jupe.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 678934fbb..43a676997 100644
--- a/src/core/os_kick.c
+++ b/src/core/os_kick.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 d02217f6b..3e88f8c6a 100644
--- a/src/core/os_mode.c
+++ b/src/core/os_mode.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 1906175d0..6137d405d 100644
--- a/src/core/os_modinfo.c
+++ b/src/core/os_modinfo.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 d5e431e95..9888e375f 100644
--- a/src/core/os_modlist.c
+++ b/src/core/os_modlist.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 84514d93c..eeb3576c8 100644
--- a/src/core/os_modload.c
+++ b/src/core/os_modload.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 a006e0fc2..e362d9e26 100644
--- a/src/core/os_modunload.c
+++ b/src/core/os_modunload.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/os_news.c b/src/core/os_news.c
index ed33e010f..853c81d31 100644
--- a/src/core/os_news.c
+++ b/src/core/os_news.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2008 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at info@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 48ab97f90..b08b2f145 100644
--- a/src/core/os_noop.c
+++ b/src/core/os_noop.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 f64534315..4e3815f64 100644
--- a/src/core/os_oline.c
+++ b/src/core/os_oline.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 9e9e05980..4309ac036 100644
--- a/src/core/os_quit.c
+++ b/src/core/os_quit.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 fab60b5db..b3fd824b5 100644
--- a/src/core/os_reload.c
+++ b/src/core/os_reload.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 8be71237f..fb356b698 100644
--- a/src/core/os_restart.c
+++ b/src/core/os_restart.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 db7579ee1..cff470e58 100644
--- a/src/core/os_session.c
+++ b/src/core/os_session.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 a81de7716..e216d3a1d 100644
--- a/src/core/os_set.c
+++ b/src/core/os_set.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 1824d8fa0..311ffe380 100644
--- a/src/core/os_sgline.c
+++ b/src/core/os_sgline.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 d86252fb5..670b23f57 100644
--- a/src/core/os_shutdown.c
+++ b/src/core/os_shutdown.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 0be47a60a..226c168fb 100644
--- a/src/core/os_sqline.c
+++ b/src/core/os_sqline.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 940737cd6..e5b378a6a 100644
--- a/src/core/os_staff.c
+++ b/src/core/os_staff.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 5de32dab0..ade762e0c 100644
--- a/src/core/os_stats.c
+++ b/src/core/os_stats.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 8d3cf146f..48167d8d8 100644
--- a/src/core/os_svsnick.c
+++ b/src/core/os_svsnick.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 07e560747..23bfb39d9 100644
--- a/src/core/os_szline.c
+++ b/src/core/os_szline.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 a5ae9cb80..2f3cfa1bd 100644
--- a/src/core/os_umode.c
+++ b/src/core/os_umode.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 cad669e30..6490618e4 100644
--- a/src/core/os_update.c
+++ b/src/core/os_update.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 c157ca97b..9c4f6ed6a 100644
--- a/src/core/os_userlist.c
+++ b/src/core/os_userlist.c
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/core/ss_main.c b/src/core/ss_main.c
index f3957a3bc..b37cbafab 100644
--- a/src/core/ss_main.c
+++ b/src/core/ss_main.c
@@ -1,6 +1,6 @@
/* StatServ core functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 29a63e54e..34fb2d023 100644
--- a/src/encrypt.c
+++ b/src/encrypt.c
@@ -1,6 +1,6 @@
/* Include file for high-level encryption routines.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/hashcomp.cpp b/src/hashcomp.cpp
index 4ccaeebcb..0f7b7cb3a 100644
--- a/src/hashcomp.cpp
+++ b/src/hashcomp.cpp
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2002-2009 InspIRCd Development Team
- * Copyright (C) 2008-2009 Anope Team <team@anope.org>
+ * Copyright (C) 2002-2010 InspIRCd Development Team
+ * Copyright (C) 2008-2010 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/src/hostserv.c b/src/hostserv.c
index 5202e50e7..9d0d89125 100644
--- a/src/hostserv.c
+++ b/src/hostserv.c
@@ -1,6 +1,6 @@
/* HostServ functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 ba9fd1f71..c6e870e5b 100644
--- a/src/init.c
+++ b/src/init.c
@@ -1,6 +1,6 @@
/* Initalization and related routines.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 89866fc06..983e5ccb9 100644
--- a/src/ircd.c
+++ b/src/ircd.c
@@ -1,6 +1,6 @@
/* Main ircd functions.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 6053c25c3..550aedc2f 100644
--- a/src/language.c
+++ b/src/language.c
@@ -1,6 +1,6 @@
/* Multi-language support.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 5e3779aed..440b101eb 100644
--- a/src/log.c
+++ b/src/log.c
@@ -1,6 +1,6 @@
/* Logging routines.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 4b24332f1..d901de457 100644
--- a/src/mail.c
+++ b/src/mail.c
@@ -1,6 +1,6 @@
/* Mail utility routines.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 3bbf8cf2a..264d2e48c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,6 +1,6 @@
/* Services -- main source file.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 ca7dca59a..630fab6e4 100644
--- a/src/memory.c
+++ b/src/memory.c
@@ -1,6 +1,6 @@
/* Memory management routines.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 6f3aa2add..922d79bc6 100644
--- a/src/memoserv.c
+++ b/src/memoserv.c
@@ -1,6 +1,6 @@
/* MemoServ functions.
*
-* (C) 2003-2009 Anope Team
+* (C) 2003-2010 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 50d168838..f15e58f5c 100644
--- a/src/messages.c
+++ b/src/messages.c
@@ -1,6 +1,6 @@
/* Definitions of IRC message functions and list of messages.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 92dd28a36..a0e0dbadb 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -1,7 +1,7 @@
/* Miscellaneous routines.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/modes.cpp b/src/modes.cpp
index dd608af43..23cc87132 100644
--- a/src/modes.cpp
+++ b/src/modes.cpp
@@ -1,7 +1,7 @@
/* Mode support
*
- * Copyright (C) 2008-2009 Adam <Adam@anope.org>
- * Copyright (C) 2008-2009 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2010 Adam <Adam@anope.org>
+ * Copyright (C) 2008-2010 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/src/modules.c b/src/modules.c
index 49f4b42f7..29376b558 100644
--- a/src/modules.c
+++ b/src/modules.c
@@ -1,6 +1,6 @@
/* Modular support
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/modules/cs_appendtopic.c b/src/modules/cs_appendtopic.c
index 2b21a3096..ee34c3b56 100644
--- a/src/modules/cs_appendtopic.c
+++ b/src/modules/cs_appendtopic.c
@@ -1,6 +1,6 @@
/* cs_appendtopic.c - Add text to a channels topic
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Based on the original module by SGR <Alex_SGR@ntlworld.com>
diff --git a/src/modules/cs_enforce.c b/src/modules/cs_enforce.c
index 56ac4cc9b..6c5bc275f 100644
--- a/src/modules/cs_enforce.c
+++ b/src/modules/cs_enforce.c
@@ -1,7 +1,7 @@
/* cs_enforce - Add a /cs ENFORCE command to enforce various set
* options and channelmodes on a channel.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Included in the Anope module pack since Anope 1.7.9
diff --git a/src/modules/cs_tban.c b/src/modules/cs_tban.c
index 65aa88374..07f7f6c0f 100644
--- a/src/modules/cs_tban.c
+++ b/src/modules/cs_tban.c
@@ -1,6 +1,6 @@
/* cs_tban.c - Bans the user for a given length of time
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Based on the original module by Rob <rob@anope.org>
diff --git a/src/modules/hs_request.c b/src/modules/hs_request.c
index 3973f6006..3938c5e9b 100644
--- a/src/modules/hs_request.c
+++ b/src/modules/hs_request.c
@@ -1,7 +1,7 @@
/* hs_request.c - Add request and activate functionality to HostServ,
* along with adding +req as optional param to HostServ list.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Based on the original module by Rob <rob@anope.org>
diff --git a/src/modules/ns_maxemail.c b/src/modules/ns_maxemail.c
index 2a86b1eed..ebbd9a1e5 100644
--- a/src/modules/ns_maxemail.c
+++ b/src/modules/ns_maxemail.c
@@ -1,7 +1,7 @@
/* ns_maxemail.c - Limit the amount of times an email address
* can be used for a NickServ account.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Included in the Anope module pack since Anope 1.7.9
diff --git a/src/modules/ns_noop_convert.c b/src/modules/ns_noop_convert.c
index 004693e35..48b4b26ad 100644
--- a/src/modules/ns_noop_convert.c
+++ b/src/modules/ns_noop_convert.c
@@ -1,6 +1,6 @@
/* ns_noop.c - Allows users to optionaly set autoop to off
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Based on the original module by Rob <rob@anope.org>
diff --git a/src/modules/os_info.c b/src/modules/os_info.c
index 39522d6c0..c225df65d 100644
--- a/src/modules/os_info.c
+++ b/src/modules/os_info.c
@@ -1,6 +1,6 @@
/* os_info.c - Adds oper information lines to nicks/channels
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Based on the original module by Rob <rob@anope.org>
diff --git a/src/nickserv.c b/src/nickserv.c
index 2aba04bdd..472fb814a 100644
--- a/src/nickserv.c
+++ b/src/nickserv.c
@@ -1,7 +1,7 @@
/* NickServ functions.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 18b98785e..f348d3ff2 100644
--- a/src/operserv.c
+++ b/src/operserv.c
@@ -1,6 +1,6 @@
/* OperServ functions.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/opertype.cpp b/src/opertype.cpp
index 054c8a7e9..48120dedc 100644
--- a/src/opertype.cpp
+++ b/src/opertype.cpp
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2008-2009 Robin Burchell <w00t@inspircd.org>
- * Copyright (C) 2008-2009 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2010 Robin Burchell <w00t@inspircd.org>
+ * Copyright (C) 2008-2010 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/src/process.c b/src/process.c
index 861f44beb..3165949da 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1,6 +1,6 @@
/* Main processing code for Services.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 ced288073..bd5a323dc 100644
--- a/src/protocol/bahamut.c
+++ b/src/protocol/bahamut.c
@@ -1,6 +1,6 @@
/* Bahamut functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/protocol/inspircd11.c b/src/protocol/inspircd11.c
index da6883f3c..55f0858e3 100644
--- a/src/protocol/inspircd11.c
+++ b/src/protocol/inspircd11.c
@@ -1,6 +1,6 @@
/* inspircd 1.1 beta 6+ functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/protocol/inspircd12.cpp b/src/protocol/inspircd12.cpp
index e94d3cd1b..9587f57a7 100644
--- a/src/protocol/inspircd12.cpp
+++ b/src/protocol/inspircd12.cpp
@@ -1,6 +1,6 @@
/* inspircd 1.2 functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c
index 299b9b658..e605a922a 100644
--- a/src/protocol/ratbox.c
+++ b/src/protocol/ratbox.c
@@ -1,6 +1,6 @@
/* Ratbox IRCD functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 00335bbbb..8f5d70fe8 100644
--- a/src/protocol/unreal32.c
+++ b/src/protocol/unreal32.c
@@ -1,6 +1,6 @@
/* Unreal IRCD 3.2.x functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/regchannel.cpp b/src/regchannel.cpp
index df4d18db6..802cf15af 100644
--- a/src/regchannel.cpp
+++ b/src/regchannel.cpp
@@ -1,6 +1,6 @@
/* Registered channel functions
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 18cfa761e..4ece37986 100644
--- a/src/send.c
+++ b/src/send.c
@@ -1,6 +1,6 @@
/* Routines for sending stuff to the network.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 0de233c60..e392715be 100644
--- a/src/servers.c
+++ b/src/servers.c
@@ -1,6 +1,6 @@
/* Routines to maintain a list of connected servers
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 64db5dae0..c70cf821e 100644
--- a/src/sessions.c
+++ b/src/sessions.c
@@ -1,6 +1,6 @@
/* Session Limiting functions.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 a88c1a3dd..986b09077 100644
--- a/src/slist.c
+++ b/src/slist.c
@@ -1,6 +1,6 @@
/* Services list handler implementation.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 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 39e397dc1..d432dc9a0 100644
--- a/src/sockutil.c
+++ b/src/sockutil.c
@@ -1,6 +1,6 @@
/* Socket utility routines.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/timers.cpp b/src/timers.cpp
index 0f9f6aed5..be4289a7c 100644
--- a/src/timers.cpp
+++ b/src/timers.cpp
@@ -1,6 +1,6 @@
/* Timer stuff.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/tools/anopesmtp.c b/src/tools/anopesmtp.c
index bf1cc68df..5b4fa2202 100644
--- a/src/tools/anopesmtp.c
+++ b/src/tools/anopesmtp.c
@@ -1,6 +1,6 @@
/* smtp stuff handler for win32.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/tools/db-convert.c b/src/tools/db-convert.c
index 926d263c2..ebca084fd 100644
--- a/src/tools/db-convert.c
+++ b/src/tools/db-convert.c
@@ -1,7 +1,7 @@
/*
- * Copyright (C) 2003-2009 Anope Team <team@anope.org>
+ * Copyright (C) 2003-2010 Anope Team <team@anope.org>
* Copyright (C) 2005-2006 Florian Schulze <certus@anope.org>
- * Copyright (C) 2008-2009 Robin Burchell <w00t@inspircd.org>
+ * Copyright (C) 2008-2010 Robin Burchell <w00t@inspircd.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License (see it online
diff --git a/src/tools/db-convert.h b/src/tools/db-convert.h
index 914202d3a..b3712eaf5 100644
--- a/src/tools/db-convert.h
+++ b/src/tools/db-convert.h
@@ -1,7 +1,7 @@
/*
- * Copyright (C) 2003-2009 Anope Team <team@anope.org>
+ * Copyright (C) 2003-2010 Anope Team <team@anope.org>
* Copyright (C) 2005-2006 Florian Schulze <certus@anope.org>
- * Copyright (C) 2008-2009 Robin Burchell <w00t@inspircd.org>
+ * Copyright (C) 2008-2010 Robin Burchell <w00t@inspircd.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License (see it online
diff --git a/src/tools/smtp.h b/src/tools/smtp.h
index e2b60ac72..1dc73eb6f 100644
--- a/src/tools/smtp.h
+++ b/src/tools/smtp.h
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/users.c b/src/users.c
index a0df6c5be..137190d05 100644
--- a/src/users.c
+++ b/src/users.c
@@ -1,6 +1,6 @@
/* Routines to maintain a list of online users.
*
- * (C) 2003-2009 Anope Team
+ * (C) 2003-2010 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/win32.rc.cmake b/src/win32.rc.cmake
index 7ec5025e1..aef19223c 100644
--- a/src/win32.rc.cmake
+++ b/src/win32.rc.cmake
@@ -54,7 +54,7 @@ BEGIN
VALUE "FileDescription", "Anope IRC Services"
VALUE "FileVersion", "@VERSION_FULL@"
VALUE "InternalName", "Anope"
- VALUE "LegalCopyright", "Copyright (C) 2003-2008 Anope Team"
+ VALUE "LegalCopyright", "Copyright (C) 2003-2010 Anope Team"
VALUE "OriginalFilename", "anope.exe"
VALUE "ProductName", "Anope"
VALUE "ProductVersion", "@VERSION_DOTTED@"
diff --git a/src/win32_memory.cpp b/src/win32_memory.cpp
index cf78a531a..dc4cd4a89 100644
--- a/src/win32_memory.cpp
+++ b/src/win32_memory.cpp
@@ -2,7 +2,7 @@
* | Inspire Internet Relay Chat Daemon |
* +------------------------------------+
*
- * InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ * InspIRCd: (C) 2002-2010 InspIRCd Development Team
* See: http://www.inspircd.org/wiki/index.php/Credits
*
* This program is free but copyrighted software; see
diff --git a/version.log b/version.log
index 42e3226c0..63d59f885 100644
--- a/version.log
+++ b/version.log
@@ -1,4 +1,4 @@
-# (C) 2003-2008 Anope
+# (C) 2003-2010 Anope
# Contact us at team@anope.org
#
# Please read COPYING and README for furhter details.