diff options
author | Adam <Adam@anope.org> | 2012-01-02 21:28:24 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-01-02 21:28:24 -0500 |
commit | 4204ece7a885dbe965f0adea57b3e3c017b4f5e2 (patch) | |
tree | 755089f5b5f11030438cd6e98aa671886e689a24 | |
parent | 60a5cc1a616d06fa73a13b9601419ea0fe0345cc (diff) |
Updated Copyright to 2012
238 files changed, 238 insertions, 238 deletions
diff --git a/docs/README b/docs/README index 79a6619c7..bc7fc04fb 100644 --- a/docs/README +++ b/docs/README @@ -1,7 +1,7 @@ Anope -- a set of IRC services for IRC networks ----------------------------------------------- -Anope is 2003-2011 Anope Team <team@anope.org>. +Anope is 2003-2012 Anope Team <team@anope.org>. Based on Epona 2000-2002 PegSoft <epona@pegsoft.net>. Based on Services 1996-1999 Andrew Church <achurch@achurch.org>. diff --git a/docs/XMLRPC/xmlrpc.php b/docs/XMLRPC/xmlrpc.php index cffc23a0c..82cc4fa78 100644 --- a/docs/XMLRPC/xmlrpc.php +++ b/docs/XMLRPC/xmlrpc.php @@ -1,7 +1,7 @@ <?php /* XMLRPC Functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * */ diff --git a/include/anope.h b/include/anope.h index 837f0c82e..ac7aa0740 100644 --- a/include/anope.h +++ b/include/anope.h @@ -1,5 +1,5 @@ /* - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/include/bots.h b/include/bots.h index c2cef7307..93ca7d9b9 100644 --- a/include/bots.h +++ b/include/bots.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/include/channels.h b/include/channels.h index a4e27469c..2aa4fc765 100644 --- a/include/channels.h +++ b/include/channels.h @@ -1,6 +1,6 @@ /* Channel support * - * (C) 2008-2011 Anope Team + * (C) 2008-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/include/commands.h b/include/commands.h index 271e9c551..d73e20017 100644 --- a/include/commands.h +++ b/include/commands.h @@ -1,6 +1,6 @@ /* Declarations for command data. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/include/extensible.h b/include/extensible.h index c4dd3a0f3..21a1513a1 100644 --- a/include/extensible.h +++ b/include/extensible.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/include/extern.h b/include/extern.h index 17802d91a..c3f89f3f6 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1,6 +1,6 @@ /* Prototypes and external variable declarations. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/include/hashcomp.h b/include/hashcomp.h index a4a86889f..3ed90d5cb 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2002-2011 InspIRCd Development Team - * Copyright (C) 2009-2011 Anope Team <team@anope.org> + * Copyright (C) 2009-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. * diff --git a/include/language.h b/include/language.h index 69614bbbe..f48d9ce2d 100644 --- a/include/language.h +++ b/include/language.h @@ -1,6 +1,6 @@ /* Commonly used language strings * - * (C) 2008-2011 Anope Team + * (C) 2008-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/include/modes.h b/include/modes.h index 1e85e3b64..88ae00c05 100644 --- a/include/modes.h +++ b/include/modes.h @@ -1,7 +1,7 @@ /* Mode support * * Copyright (C) 2008-2011 Adam <Adam@anope.org> - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/include/modules.h b/include/modules.h index ca0656e06..c4a6c8f62 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1,6 +1,6 @@ /* Modular support * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/include/oper.h b/include/oper.h index 19d00f40d..8eb1719bf 100644 --- a/include/oper.h +++ b/include/oper.h @@ -1,6 +1,6 @@ /* OperServ support * - * (C) 2008-2011 Anope Team + * (C) 2008-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/include/opertype.h b/include/opertype.h index d9c1ce0f6..93f3f0629 100644 --- a/include/opertype.h +++ b/include/opertype.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/include/regchannel.h b/include/regchannel.h index 48df1ae7d..0cd890402 100644 --- a/include/regchannel.h +++ b/include/regchannel.h @@ -1,6 +1,6 @@ /* Modular support * - * (C) 2008-2011 Anope Team + * (C) 2008-2012 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 3bf8d4494..cd15fed68 100644 --- a/include/services.h +++ b/include/services.h @@ -1,6 +1,6 @@ /* * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/include/socketengine.h b/include/socketengine.h index 28d838888..947f27327 100644 --- a/include/socketengine.h +++ b/include/socketengine.h @@ -1,6 +1,6 @@ /* * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/include/sockets.h b/include/sockets.h index 444daced7..126bd3f8a 100644 --- a/include/sockets.h +++ b/include/sockets.h @@ -1,6 +1,6 @@ /* * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/include/timers.h b/include/timers.h index 4a7defebe..c51d778f2 100644 --- a/include/timers.h +++ b/include/timers.h @@ -1,6 +1,6 @@ /* Timer include stuff. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/include/users.h b/include/users.h index 9a1c187ec..703e1ceb7 100644 --- a/include/users.h +++ b/include/users.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/include/version.cpp b/include/version.cpp index 57c3d95fe..37585a568 100644 --- a/include/version.cpp +++ b/include/version.cpp @@ -1,6 +1,6 @@ /* Build bumper * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/bs_assign.cpp b/modules/commands/bs_assign.cpp index 64ae9064d..b4d272d7b 100644 --- a/modules/commands/bs_assign.cpp +++ b/modules/commands/bs_assign.cpp @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/bs_badwords.cpp b/modules/commands/bs_badwords.cpp index e0db84c40..8b92377c7 100644 --- a/modules/commands/bs_badwords.cpp +++ b/modules/commands/bs_badwords.cpp @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/bs_bot.cpp b/modules/commands/bs_bot.cpp index 3f6ee872a..e5779ef73 100644 --- a/modules/commands/bs_bot.cpp +++ b/modules/commands/bs_bot.cpp @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/bs_botlist.cpp b/modules/commands/bs_botlist.cpp index 73905f0a8..45cea0998 100644 --- a/modules/commands/bs_botlist.cpp +++ b/modules/commands/bs_botlist.cpp @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/bs_control.cpp b/modules/commands/bs_control.cpp index 164542daf..d6b126672 100644 --- a/modules/commands/bs_control.cpp +++ b/modules/commands/bs_control.cpp @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/bs_info.cpp b/modules/commands/bs_info.cpp index d20011ca3..39a299d32 100644 --- a/modules/commands/bs_info.cpp +++ b/modules/commands/bs_info.cpp @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/bs_kick.cpp b/modules/commands/bs_kick.cpp index cfe539efb..f6e700cf4 100644 --- a/modules/commands/bs_kick.cpp +++ b/modules/commands/bs_kick.cpp @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/bs_set.cpp b/modules/commands/bs_set.cpp index d114faef4..0b1aba233 100644 --- a/modules/commands/bs_set.cpp +++ b/modules/commands/bs_set.cpp @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_access.cpp b/modules/commands/cs_access.cpp index 26359190a..e0ca6c729 100644 --- a/modules/commands/cs_access.cpp +++ b/modules/commands/cs_access.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_akick.cpp b/modules/commands/cs_akick.cpp index b87e97354..7d4ab4aea 100644 --- a/modules/commands/cs_akick.cpp +++ b/modules/commands/cs_akick.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_appendtopic.cpp b/modules/commands/cs_appendtopic.cpp index 9048d9939..2c2b7253f 100644 --- a/modules/commands/cs_appendtopic.cpp +++ b/modules/commands/cs_appendtopic.cpp @@ -1,6 +1,6 @@ /* cs_appendtopic.c - Add text to a channels topic * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Based on the original module by SGR <Alex_SGR@ntlworld.com> diff --git a/modules/commands/cs_ban.cpp b/modules/commands/cs_ban.cpp index 07f9a584c..992ba9233 100644 --- a/modules/commands/cs_ban.cpp +++ b/modules/commands/cs_ban.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_clearusers.cpp b/modules/commands/cs_clearusers.cpp index 1d1fb7356..59f7a71ab 100644 --- a/modules/commands/cs_clearusers.cpp +++ b/modules/commands/cs_clearusers.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_clone.cpp b/modules/commands/cs_clone.cpp index 6f67f01a0..cd55e40b0 100644 --- a/modules/commands/cs_clone.cpp +++ b/modules/commands/cs_clone.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_drop.cpp b/modules/commands/cs_drop.cpp index dd7c9fa2e..6a6913aaf 100644 --- a/modules/commands/cs_drop.cpp +++ b/modules/commands/cs_drop.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_enforce.cpp b/modules/commands/cs_enforce.cpp index f64c7776d..ed13c3f4f 100644 --- a/modules/commands/cs_enforce.cpp +++ b/modules/commands/cs_enforce.cpp @@ -1,7 +1,7 @@ /* cs_enforce - Add a /cs ENFORCE command to enforce various set * options and channelmodes on a channel. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Included in the Anope module pack since Anope 1.7.9 diff --git a/modules/commands/cs_entrymsg.cpp b/modules/commands/cs_entrymsg.cpp index d7e6181ef..36e0770db 100644 --- a/modules/commands/cs_entrymsg.cpp +++ b/modules/commands/cs_entrymsg.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_flags.cpp b/modules/commands/cs_flags.cpp index 604643704..7f7dc7b84 100644 --- a/modules/commands/cs_flags.cpp +++ b/modules/commands/cs_flags.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_getkey.cpp b/modules/commands/cs_getkey.cpp index 680745170..4fc028c63 100644 --- a/modules/commands/cs_getkey.cpp +++ b/modules/commands/cs_getkey.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_info.cpp b/modules/commands/cs_info.cpp index d5994dc4a..4f733fb60 100644 --- a/modules/commands/cs_info.cpp +++ b/modules/commands/cs_info.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_invite.cpp b/modules/commands/cs_invite.cpp index 122171b90..a05d325b6 100644 --- a/modules/commands/cs_invite.cpp +++ b/modules/commands/cs_invite.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_kick.cpp b/modules/commands/cs_kick.cpp index 5ab3ae5d3..56d6b152f 100644 --- a/modules/commands/cs_kick.cpp +++ b/modules/commands/cs_kick.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_list.cpp b/modules/commands/cs_list.cpp index 06c15e421..dff564d70 100644 --- a/modules/commands/cs_list.cpp +++ b/modules/commands/cs_list.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_log.cpp b/modules/commands/cs_log.cpp index d020aa63a..164398d63 100644 --- a/modules/commands/cs_log.cpp +++ b/modules/commands/cs_log.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_mode.cpp b/modules/commands/cs_mode.cpp index 3fa80ed68..676304fa3 100644 --- a/modules/commands/cs_mode.cpp +++ b/modules/commands/cs_mode.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_modes.cpp b/modules/commands/cs_modes.cpp index a393ecaf9..0e11fe1b5 100644 --- a/modules/commands/cs_modes.cpp +++ b/modules/commands/cs_modes.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_register.cpp b/modules/commands/cs_register.cpp index eb0f3de46..bf834c01f 100644 --- a/modules/commands/cs_register.cpp +++ b/modules/commands/cs_register.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_saset.cpp b/modules/commands/cs_saset.cpp index 7049c2723..ad0df3d76 100644 --- a/modules/commands/cs_saset.cpp +++ b/modules/commands/cs_saset.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_saset_noexpire.cpp b/modules/commands/cs_saset_noexpire.cpp index 52754215a..2e4ff774e 100644 --- a/modules/commands/cs_saset_noexpire.cpp +++ b/modules/commands/cs_saset_noexpire.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_seen.cpp b/modules/commands/cs_seen.cpp index f879965dc..59f2dcdc9 100644 --- a/modules/commands/cs_seen.cpp +++ b/modules/commands/cs_seen.cpp @@ -1,6 +1,6 @@ /* cs_seen: provides a seen command by tracking all users * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_set.cpp b/modules/commands/cs_set.cpp index d2bb3464a..e76164332 100644 --- a/modules/commands/cs_set.cpp +++ b/modules/commands/cs_set.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_set_bantype.cpp b/modules/commands/cs_set_bantype.cpp index 90c94b5a4..e55093d6d 100644 --- a/modules/commands/cs_set_bantype.cpp +++ b/modules/commands/cs_set_bantype.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_set_description.cpp b/modules/commands/cs_set_description.cpp index d65731273..79cb93b24 100644 --- a/modules/commands/cs_set_description.cpp +++ b/modules/commands/cs_set_description.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_set_founder.cpp b/modules/commands/cs_set_founder.cpp index 7ef553a78..4cb22efc1 100644 --- a/modules/commands/cs_set_founder.cpp +++ b/modules/commands/cs_set_founder.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_set_keeptopic.cpp b/modules/commands/cs_set_keeptopic.cpp index 5227cde21..2c07d2a7b 100644 --- a/modules/commands/cs_set_keeptopic.cpp +++ b/modules/commands/cs_set_keeptopic.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_set_misc.cpp b/modules/commands/cs_set_misc.cpp index b72aca423..beb0cf255 100644 --- a/modules/commands/cs_set_misc.cpp +++ b/modules/commands/cs_set_misc.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_set_peace.cpp b/modules/commands/cs_set_peace.cpp index 32a452ddd..e670993fd 100644 --- a/modules/commands/cs_set_peace.cpp +++ b/modules/commands/cs_set_peace.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_set_persist.cpp b/modules/commands/cs_set_persist.cpp index 22766d1f5..7d31b9fff 100644 --- a/modules/commands/cs_set_persist.cpp +++ b/modules/commands/cs_set_persist.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_set_private.cpp b/modules/commands/cs_set_private.cpp index 9902e765d..733c4a22e 100644 --- a/modules/commands/cs_set_private.cpp +++ b/modules/commands/cs_set_private.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_set_restricted.cpp b/modules/commands/cs_set_restricted.cpp index afddff5f9..2ea996224 100644 --- a/modules/commands/cs_set_restricted.cpp +++ b/modules/commands/cs_set_restricted.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_set_secure.cpp b/modules/commands/cs_set_secure.cpp index 1980a9d1e..c58501bf4 100644 --- a/modules/commands/cs_set_secure.cpp +++ b/modules/commands/cs_set_secure.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_set_securefounder.cpp b/modules/commands/cs_set_securefounder.cpp index 5a41c8ec6..cd5666b05 100644 --- a/modules/commands/cs_set_securefounder.cpp +++ b/modules/commands/cs_set_securefounder.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_set_secureops.cpp b/modules/commands/cs_set_secureops.cpp index 1a8b04807..912c56f57 100644 --- a/modules/commands/cs_set_secureops.cpp +++ b/modules/commands/cs_set_secureops.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_set_signkick.cpp b/modules/commands/cs_set_signkick.cpp index 0eb372141..511b15a8b 100644 --- a/modules/commands/cs_set_signkick.cpp +++ b/modules/commands/cs_set_signkick.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_set_successor.cpp b/modules/commands/cs_set_successor.cpp index c670df15e..8904a0ab9 100644 --- a/modules/commands/cs_set_successor.cpp +++ b/modules/commands/cs_set_successor.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_set_topiclock.cpp b/modules/commands/cs_set_topiclock.cpp index 67aa243e1..0f33c911f 100644 --- a/modules/commands/cs_set_topiclock.cpp +++ b/modules/commands/cs_set_topiclock.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_suspend.cpp b/modules/commands/cs_suspend.cpp index 7a0740382..2d7e6d29c 100644 --- a/modules/commands/cs_suspend.cpp +++ b/modules/commands/cs_suspend.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_sync.cpp b/modules/commands/cs_sync.cpp index 2a6f7b6ef..7f3e376a3 100644 --- a/modules/commands/cs_sync.cpp +++ b/modules/commands/cs_sync.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_tban.cpp b/modules/commands/cs_tban.cpp index b7d1399fa..ecb8b681a 100644 --- a/modules/commands/cs_tban.cpp +++ b/modules/commands/cs_tban.cpp @@ -1,6 +1,6 @@ /* cs_tban.c - Bans the user for a given length of time * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Based on the original module by Rob <rob@anope.org> diff --git a/modules/commands/cs_topic.cpp b/modules/commands/cs_topic.cpp index 2210aed01..01ee26369 100644 --- a/modules/commands/cs_topic.cpp +++ b/modules/commands/cs_topic.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_unban.cpp b/modules/commands/cs_unban.cpp index 8d6357745..0f5294e56 100644 --- a/modules/commands/cs_unban.cpp +++ b/modules/commands/cs_unban.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_updown.cpp b/modules/commands/cs_updown.cpp index 94a0d45d5..50f1297d1 100644 --- a/modules/commands/cs_updown.cpp +++ b/modules/commands/cs_updown.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/cs_xop.cpp b/modules/commands/cs_xop.cpp index 1fd197967..201d80855 100644 --- a/modules/commands/cs_xop.cpp +++ b/modules/commands/cs_xop.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/gl_global.cpp b/modules/commands/gl_global.cpp index b9b64f137..3622833ad 100644 --- a/modules/commands/gl_global.cpp +++ b/modules/commands/gl_global.cpp @@ -1,6 +1,6 @@ /* Global core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/help.cpp b/modules/commands/help.cpp index f09764fa1..dc0c3864d 100644 --- a/modules/commands/help.cpp +++ b/modules/commands/help.cpp @@ -1,6 +1,6 @@ /* Core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/hs_del.cpp b/modules/commands/hs_del.cpp index b4cde4f92..b8362cdda 100644 --- a/modules/commands/hs_del.cpp +++ b/modules/commands/hs_del.cpp @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/hs_group.cpp b/modules/commands/hs_group.cpp index c41d9de3b..53efd3094 100644 --- a/modules/commands/hs_group.cpp +++ b/modules/commands/hs_group.cpp @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/hs_list.cpp b/modules/commands/hs_list.cpp index 8c5ec5f50..54295f52f 100644 --- a/modules/commands/hs_list.cpp +++ b/modules/commands/hs_list.cpp @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/hs_off.cpp b/modules/commands/hs_off.cpp index 789a711a9..46a83a4e5 100644 --- a/modules/commands/hs_off.cpp +++ b/modules/commands/hs_off.cpp @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/hs_on.cpp b/modules/commands/hs_on.cpp index c4f22d64c..788808e7c 100644 --- a/modules/commands/hs_on.cpp +++ b/modules/commands/hs_on.cpp @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/hs_request.cpp b/modules/commands/hs_request.cpp index ea7d2a36e..634dec06c 100644 --- a/modules/commands/hs_request.cpp +++ b/modules/commands/hs_request.cpp @@ -1,7 +1,7 @@ /* hs_request.c - Add request and activate functionality to HostServ, * * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Based on the original module by Rob <rob@anope.org> diff --git a/modules/commands/hs_set.cpp b/modules/commands/hs_set.cpp index 1d6991202..e305c3b33 100644 --- a/modules/commands/hs_set.cpp +++ b/modules/commands/hs_set.cpp @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_cancel.cpp b/modules/commands/ms_cancel.cpp index 2d4374278..9f520186d 100644 --- a/modules/commands/ms_cancel.cpp +++ b/modules/commands/ms_cancel.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_check.cpp b/modules/commands/ms_check.cpp index a230eb749..e3ad2fcaf 100644 --- a/modules/commands/ms_check.cpp +++ b/modules/commands/ms_check.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_del.cpp b/modules/commands/ms_del.cpp index d1aeaa4d1..d1e982309 100644 --- a/modules/commands/ms_del.cpp +++ b/modules/commands/ms_del.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_ignore.cpp b/modules/commands/ms_ignore.cpp index 5ac4efde4..2f2998d34 100644 --- a/modules/commands/ms_ignore.cpp +++ b/modules/commands/ms_ignore.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_info.cpp b/modules/commands/ms_info.cpp index 03df6d973..e04797005 100644 --- a/modules/commands/ms_info.cpp +++ b/modules/commands/ms_info.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_list.cpp b/modules/commands/ms_list.cpp index 0a41e08da..37340f18b 100644 --- a/modules/commands/ms_list.cpp +++ b/modules/commands/ms_list.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_read.cpp b/modules/commands/ms_read.cpp index 779a0c759..95953c71d 100644 --- a/modules/commands/ms_read.cpp +++ b/modules/commands/ms_read.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_rsend.cpp b/modules/commands/ms_rsend.cpp index 9dcb7033c..3496f47cd 100644 --- a/modules/commands/ms_rsend.cpp +++ b/modules/commands/ms_rsend.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_send.cpp b/modules/commands/ms_send.cpp index c9a70af10..968439c03 100644 --- a/modules/commands/ms_send.cpp +++ b/modules/commands/ms_send.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_sendall.cpp b/modules/commands/ms_sendall.cpp index e72c14dbd..a730180b3 100644 --- a/modules/commands/ms_sendall.cpp +++ b/modules/commands/ms_sendall.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_set.cpp b/modules/commands/ms_set.cpp index 7ce1960ed..8fb857661 100644 --- a/modules/commands/ms_set.cpp +++ b/modules/commands/ms_set.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ms_staff.cpp b/modules/commands/ms_staff.cpp index 090f67cfc..8313d0ab5 100644 --- a/modules/commands/ms_staff.cpp +++ b/modules/commands/ms_staff.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_access.cpp b/modules/commands/ns_access.cpp index df62d9bd3..14735e408 100644 --- a/modules/commands/ns_access.cpp +++ b/modules/commands/ns_access.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_ajoin.cpp b/modules/commands/ns_ajoin.cpp index 3c9467f69..933fc19da 100644 --- a/modules/commands/ns_ajoin.cpp +++ b/modules/commands/ns_ajoin.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_alist.cpp b/modules/commands/ns_alist.cpp index 04cfb5b3f..15b236078 100644 --- a/modules/commands/ns_alist.cpp +++ b/modules/commands/ns_alist.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_cert.cpp b/modules/commands/ns_cert.cpp index 5a1334b53..e0d70b88d 100644 --- a/modules/commands/ns_cert.cpp +++ b/modules/commands/ns_cert.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_drop.cpp b/modules/commands/ns_drop.cpp index 84e72c3cc..a89cbec8f 100644 --- a/modules/commands/ns_drop.cpp +++ b/modules/commands/ns_drop.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_getemail.cpp b/modules/commands/ns_getemail.cpp index ab19cbf0e..35921dfb1 100644 --- a/modules/commands/ns_getemail.cpp +++ b/modules/commands/ns_getemail.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_getpass.cpp b/modules/commands/ns_getpass.cpp index 0e266f9a8..5e1015bb4 100644 --- a/modules/commands/ns_getpass.cpp +++ b/modules/commands/ns_getpass.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_ghost.cpp b/modules/commands/ns_ghost.cpp index 02d073a12..067feb341 100644 --- a/modules/commands/ns_ghost.cpp +++ b/modules/commands/ns_ghost.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_group.cpp b/modules/commands/ns_group.cpp index b8e9087dc..69c66ff16 100644 --- a/modules/commands/ns_group.cpp +++ b/modules/commands/ns_group.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_identify.cpp b/modules/commands/ns_identify.cpp index 2daa39df2..7c3a0b5d0 100644 --- a/modules/commands/ns_identify.cpp +++ b/modules/commands/ns_identify.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_info.cpp b/modules/commands/ns_info.cpp index ac50150f5..065762f8b 100644 --- a/modules/commands/ns_info.cpp +++ b/modules/commands/ns_info.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_list.cpp b/modules/commands/ns_list.cpp index a4feaa19b..2a43fa091 100644 --- a/modules/commands/ns_list.cpp +++ b/modules/commands/ns_list.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_logout.cpp b/modules/commands/ns_logout.cpp index fb958fd90..7bd9b77c9 100644 --- a/modules/commands/ns_logout.cpp +++ b/modules/commands/ns_logout.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_recover.cpp b/modules/commands/ns_recover.cpp index fac796c5d..7406378dd 100644 --- a/modules/commands/ns_recover.cpp +++ b/modules/commands/ns_recover.cpp @@ -1,7 +1,7 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_register.cpp b/modules/commands/ns_register.cpp index 1fbb424b2..745b533aa 100644 --- a/modules/commands/ns_register.cpp +++ b/modules/commands/ns_register.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_release.cpp b/modules/commands/ns_release.cpp index 0fdc2517c..2725c5f17 100644 --- a/modules/commands/ns_release.cpp +++ b/modules/commands/ns_release.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_resetpass.cpp b/modules/commands/ns_resetpass.cpp index 3cced2de2..ab357f484 100644 --- a/modules/commands/ns_resetpass.cpp +++ b/modules/commands/ns_resetpass.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_saset.cpp b/modules/commands/ns_saset.cpp index 481b8655e..0afd08c15 100644 --- a/modules/commands/ns_saset.cpp +++ b/modules/commands/ns_saset.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_saset_noexpire.cpp b/modules/commands/ns_saset_noexpire.cpp index e960f4030..71ecad3f6 100644 --- a/modules/commands/ns_saset_noexpire.cpp +++ b/modules/commands/ns_saset_noexpire.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_sendpass.cpp b/modules/commands/ns_sendpass.cpp index 0aa81b9a7..52128bdc8 100644 --- a/modules/commands/ns_sendpass.cpp +++ b/modules/commands/ns_sendpass.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_set.cpp b/modules/commands/ns_set.cpp index a3f2a1950..4f5d6e5b5 100644 --- a/modules/commands/ns_set.cpp +++ b/modules/commands/ns_set.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_set_autoop.cpp b/modules/commands/ns_set_autoop.cpp index b332ac485..4a77db52f 100644 --- a/modules/commands/ns_set_autoop.cpp +++ b/modules/commands/ns_set_autoop.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_set_display.cpp b/modules/commands/ns_set_display.cpp index a2328247c..e3f1e237f 100644 --- a/modules/commands/ns_set_display.cpp +++ b/modules/commands/ns_set_display.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_set_email.cpp b/modules/commands/ns_set_email.cpp index 01310bcbb..6a4ece4ca 100644 --- a/modules/commands/ns_set_email.cpp +++ b/modules/commands/ns_set_email.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_set_greet.cpp b/modules/commands/ns_set_greet.cpp index 811303796..c986eadf8 100644 --- a/modules/commands/ns_set_greet.cpp +++ b/modules/commands/ns_set_greet.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_set_hide.cpp b/modules/commands/ns_set_hide.cpp index 1bad2d6bb..af6f1998f 100644 --- a/modules/commands/ns_set_hide.cpp +++ b/modules/commands/ns_set_hide.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_set_kill.cpp b/modules/commands/ns_set_kill.cpp index 33a8a2531..3ead7aabd 100644 --- a/modules/commands/ns_set_kill.cpp +++ b/modules/commands/ns_set_kill.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_set_language.cpp b/modules/commands/ns_set_language.cpp index de3785593..17be16b06 100644 --- a/modules/commands/ns_set_language.cpp +++ b/modules/commands/ns_set_language.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_set_message.cpp b/modules/commands/ns_set_message.cpp index ea77f5013..33d925f1b 100644 --- a/modules/commands/ns_set_message.cpp +++ b/modules/commands/ns_set_message.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_set_misc.cpp b/modules/commands/ns_set_misc.cpp index b6c5a7e3b..322a7de07 100644 --- a/modules/commands/ns_set_misc.cpp +++ b/modules/commands/ns_set_misc.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_set_private.cpp b/modules/commands/ns_set_private.cpp index bbbefa615..cbdddd561 100644 --- a/modules/commands/ns_set_private.cpp +++ b/modules/commands/ns_set_private.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_set_secure.cpp b/modules/commands/ns_set_secure.cpp index 904ae6b0b..89fa7dea2 100644 --- a/modules/commands/ns_set_secure.cpp +++ b/modules/commands/ns_set_secure.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_status.cpp b/modules/commands/ns_status.cpp index e5878cd90..24165a2fb 100644 --- a/modules/commands/ns_status.cpp +++ b/modules/commands/ns_status.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_suspend.cpp b/modules/commands/ns_suspend.cpp index 4d862a264..a9ff33488 100644 --- a/modules/commands/ns_suspend.cpp +++ b/modules/commands/ns_suspend.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/ns_update.cpp b/modules/commands/ns_update.cpp index 1c40d8e5a..8e0d0d5be 100644 --- a/modules/commands/ns_update.cpp +++ b/modules/commands/ns_update.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_akill.cpp b/modules/commands/os_akill.cpp index 8b205698d..ea6a8ddaf 100644 --- a/modules/commands/os_akill.cpp +++ b/modules/commands/os_akill.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_chankill.cpp b/modules/commands/os_chankill.cpp index e6b69cb9f..19b202f6d 100644 --- a/modules/commands/os_chankill.cpp +++ b/modules/commands/os_chankill.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_config.cpp b/modules/commands/os_config.cpp index ead2448ad..45e067d9f 100644 --- a/modules/commands/os_config.cpp +++ b/modules/commands/os_config.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_defcon.cpp b/modules/commands/os_defcon.cpp index f97dfab92..14ccc4aec 100644 --- a/modules/commands/os_defcon.cpp +++ b/modules/commands/os_defcon.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_forbid.cpp b/modules/commands/os_forbid.cpp index 80ebc850a..b5d9876fb 100644 --- a/modules/commands/os_forbid.cpp +++ b/modules/commands/os_forbid.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_ignore.cpp b/modules/commands/os_ignore.cpp index d73a09197..9071bbeff 100644 --- a/modules/commands/os_ignore.cpp +++ b/modules/commands/os_ignore.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_ignore.h b/modules/commands/os_ignore.h index e64bee2f9..d59ab6a5f 100644 --- a/modules/commands/os_ignore.h +++ b/modules/commands/os_ignore.h @@ -1,6 +1,6 @@ /* OperServ ignore interface * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_jupe.cpp b/modules/commands/os_jupe.cpp index 57ea5be76..1e3c2c46c 100644 --- a/modules/commands/os_jupe.cpp +++ b/modules/commands/os_jupe.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_kick.cpp b/modules/commands/os_kick.cpp index 95229c386..c8b9ec787 100644 --- a/modules/commands/os_kick.cpp +++ b/modules/commands/os_kick.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_kill.cpp b/modules/commands/os_kill.cpp index 5fceb70e6..077b3861c 100644 --- a/modules/commands/os_kill.cpp +++ b/modules/commands/os_kill.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_list.cpp b/modules/commands/os_list.cpp index ea6e90d79..2e7573674 100644 --- a/modules/commands/os_list.cpp +++ b/modules/commands/os_list.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_login.cpp b/modules/commands/os_login.cpp index acaea5cc6..620bc0788 100644 --- a/modules/commands/os_login.cpp +++ b/modules/commands/os_login.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_mode.cpp b/modules/commands/os_mode.cpp index 4b548da75..f3f4942c7 100644 --- a/modules/commands/os_mode.cpp +++ b/modules/commands/os_mode.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_modinfo.cpp b/modules/commands/os_modinfo.cpp index e687c9982..0fd0ff5bd 100644 --- a/modules/commands/os_modinfo.cpp +++ b/modules/commands/os_modinfo.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_module.cpp b/modules/commands/os_module.cpp index 36fe570cd..074cc1c1a 100644 --- a/modules/commands/os_module.cpp +++ b/modules/commands/os_module.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_news.cpp b/modules/commands/os_news.cpp index ea8a44c8c..466f583b0 100644 --- a/modules/commands/os_news.cpp +++ b/modules/commands/os_news.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_noop.cpp b/modules/commands/os_noop.cpp index 6167710d1..a7b324a3a 100644 --- a/modules/commands/os_noop.cpp +++ b/modules/commands/os_noop.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_oline.cpp b/modules/commands/os_oline.cpp index cf4686d08..6daae2fed 100644 --- a/modules/commands/os_oline.cpp +++ b/modules/commands/os_oline.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_oper.cpp b/modules/commands/os_oper.cpp index ce4a91645..0a245928c 100644 --- a/modules/commands/os_oper.cpp +++ b/modules/commands/os_oper.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_reload.cpp b/modules/commands/os_reload.cpp index 48ff74d45..425ed4842 100644 --- a/modules/commands/os_reload.cpp +++ b/modules/commands/os_reload.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_session.cpp b/modules/commands/os_session.cpp index d86fbd6f4..1e48baf5d 100644 --- a/modules/commands/os_session.cpp +++ b/modules/commands/os_session.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_set.cpp b/modules/commands/os_set.cpp index 20df33c78..fbdfd2814 100644 --- a/modules/commands/os_set.cpp +++ b/modules/commands/os_set.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_shutdown.cpp b/modules/commands/os_shutdown.cpp index c43be2d51..597257955 100644 --- a/modules/commands/os_shutdown.cpp +++ b/modules/commands/os_shutdown.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_stats.cpp b/modules/commands/os_stats.cpp index 8f41947a6..ef5436ba4 100644 --- a/modules/commands/os_stats.cpp +++ b/modules/commands/os_stats.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_svsnick.cpp b/modules/commands/os_svsnick.cpp index 000fef091..1d88779b1 100644 --- a/modules/commands/os_svsnick.cpp +++ b/modules/commands/os_svsnick.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_sxline.cpp b/modules/commands/os_sxline.cpp index d3a65243c..90c218e1b 100644 --- a/modules/commands/os_sxline.cpp +++ b/modules/commands/os_sxline.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/commands/os_update.cpp b/modules/commands/os_update.cpp index eb74a2618..4d4bc39ad 100644 --- a/modules/commands/os_update.cpp +++ b/modules/commands/os_update.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/database/db_flatfile.cpp b/modules/database/db_flatfile.cpp index cf5c4f8de..795d0d909 100644 --- a/modules/database/db_flatfile.cpp +++ b/modules/database/db_flatfile.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/database/db_old.cpp b/modules/database/db_old.cpp index 92a108673..61a8bc1b2 100644 --- a/modules/database/db_old.cpp +++ b/modules/database/db_old.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/database/db_plain.cpp b/modules/database/db_plain.cpp index c28d064cd..a0f52c550 100644 --- a/modules/database/db_plain.cpp +++ b/modules/database/db_plain.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/database/db_sql.cpp b/modules/database/db_sql.cpp index 61165f66e..40b24b0aa 100644 --- a/modules/database/db_sql.cpp +++ b/modules/database/db_sql.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/encryption/enc_md5.cpp b/modules/encryption/enc_md5.cpp index 109f31dfc..8e676cb3f 100644 --- a/modules/encryption/enc_md5.cpp +++ b/modules/encryption/enc_md5.cpp @@ -1,7 +1,7 @@ /* Module for encryption using MD5. * * Modified for Anope. - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Taken from IRC Services and is copyright (c) 1996-2002 Andrew Church. diff --git a/modules/encryption/enc_none.cpp b/modules/encryption/enc_none.cpp index 180b431c2..7fde78b37 100644 --- a/modules/encryption/enc_none.cpp +++ b/modules/encryption/enc_none.cpp @@ -1,6 +1,6 @@ /* Module for plain text encryption. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * This program is free but copyrighted software; see the file COPYING for diff --git a/modules/encryption/enc_old.cpp b/modules/encryption/enc_old.cpp index e68887c49..b3de67439 100644 --- a/modules/encryption/enc_old.cpp +++ b/modules/encryption/enc_old.cpp @@ -1,6 +1,6 @@ /* Include file for high-level encryption routines. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/encryption/enc_sha256.cpp b/modules/encryption/enc_sha256.cpp index 38dc4a841..4e9d50b96 100644 --- a/modules/encryption/enc_sha256.cpp +++ b/modules/encryption/enc_sha256.cpp @@ -10,7 +10,7 @@ * IMPORTANT: DATA HASHES CANNOT BE "DECRYPTED" BACK TO PLAIN TEXT. * * Modified for Anope. - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Taken from InspIRCd ( www.inspircd.org ) diff --git a/modules/extra/bs_autoassign.cpp b/modules/extra/bs_autoassign.cpp index 0f1b10712..b57564e23 100644 --- a/modules/extra/bs_autoassign.cpp +++ b/modules/extra/bs_autoassign.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/extra/m_dnsbl.cpp b/modules/extra/m_dnsbl.cpp index e84c72e97..dea6a951d 100644 --- a/modules/extra/m_dnsbl.cpp +++ b/modules/extra/m_dnsbl.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/extra/m_helpchan.cpp b/modules/extra/m_helpchan.cpp index 83477da94..baf1429e3 100644 --- a/modules/extra/m_helpchan.cpp +++ b/modules/extra/m_helpchan.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/extra/m_proxyscan.cpp b/modules/extra/m_proxyscan.cpp index 36d9544ec..f74469a5c 100644 --- a/modules/extra/m_proxyscan.cpp +++ b/modules/extra/m_proxyscan.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/extra/m_rewrite.cpp b/modules/extra/m_rewrite.cpp index f40e828b0..751e4e5aa 100644 --- a/modules/extra/m_rewrite.cpp +++ b/modules/extra/m_rewrite.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/extra/m_statusupdate.cpp b/modules/extra/m_statusupdate.cpp index 8fff6e4c3..db865e3c1 100644 --- a/modules/extra/m_statusupdate.cpp +++ b/modules/extra/m_statusupdate.cpp @@ -1,5 +1,5 @@ /* - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/extra/ns_maxemail.cpp b/modules/extra/ns_maxemail.cpp index 2ffe52398..6973b9c5e 100644 --- a/modules/extra/ns_maxemail.cpp +++ b/modules/extra/ns_maxemail.cpp @@ -1,7 +1,7 @@ /* ns_maxemail.c - Limit the amount of times an email address * can be used for a NickServ account. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Included in the Anope module pack since Anope 1.7.9 diff --git a/modules/protocol/bahamut.cpp b/modules/protocol/bahamut.cpp index b4e4467dc..3a7d655f3 100644 --- a/modules/protocol/bahamut.cpp +++ b/modules/protocol/bahamut.cpp @@ -1,6 +1,6 @@ /* Bahamut functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/protocol/inspircd-ts6.h b/modules/protocol/inspircd-ts6.h index 8b1905c2c..c767ed0d9 100644 --- a/modules/protocol/inspircd-ts6.h +++ b/modules/protocol/inspircd-ts6.h @@ -1,6 +1,6 @@ /* Inspircd 1.2+ generic TS6 functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/protocol/inspircd11.cpp b/modules/protocol/inspircd11.cpp index 63fd7e754..003f1bb68 100644 --- a/modules/protocol/inspircd11.cpp +++ b/modules/protocol/inspircd11.cpp @@ -1,6 +1,6 @@ /* inspircd 1.1 beta 6+ functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/protocol/inspircd12.cpp b/modules/protocol/inspircd12.cpp index 438955bb5..346e2b0e3 100644 --- a/modules/protocol/inspircd12.cpp +++ b/modules/protocol/inspircd12.cpp @@ -1,6 +1,6 @@ /* inspircd 1.2 functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/protocol/inspircd20.cpp b/modules/protocol/inspircd20.cpp index a3db7f7a3..30f8e2da3 100644 --- a/modules/protocol/inspircd20.cpp +++ b/modules/protocol/inspircd20.cpp @@ -1,6 +1,6 @@ /* Inspircd 2.0 functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/protocol/plexus.cpp b/modules/protocol/plexus.cpp index ebed5e16c..c920babf3 100644 --- a/modules/protocol/plexus.cpp +++ b/modules/protocol/plexus.cpp @@ -1,6 +1,6 @@ /* Plexus 3+ IRCD functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/protocol/ratbox.cpp b/modules/protocol/ratbox.cpp index f82f2c322..016a364ca 100644 --- a/modules/protocol/ratbox.cpp +++ b/modules/protocol/ratbox.cpp @@ -1,6 +1,6 @@ /* Ratbox IRCD functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/protocol/unreal.cpp b/modules/protocol/unreal.cpp index bd75d5635..0b34bccd1 100644 --- a/modules/protocol/unreal.cpp +++ b/modules/protocol/unreal.cpp @@ -1,6 +1,6 @@ /* Unreal IRCD 3.2.x functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/pseudoclients/botserv.cpp b/modules/pseudoclients/botserv.cpp index fdaa21ed2..7a9234f6f 100644 --- a/modules/pseudoclients/botserv.cpp +++ b/modules/pseudoclients/botserv.cpp @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/pseudoclients/chanserv.cpp b/modules/pseudoclients/chanserv.cpp index e9eea10fe..7f29e0dcf 100644 --- a/modules/pseudoclients/chanserv.cpp +++ b/modules/pseudoclients/chanserv.cpp @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/pseudoclients/global.cpp b/modules/pseudoclients/global.cpp index ab407b0fc..33fa5cb21 100644 --- a/modules/pseudoclients/global.cpp +++ b/modules/pseudoclients/global.cpp @@ -1,6 +1,6 @@ /* Global core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/pseudoclients/hostserv.cpp b/modules/pseudoclients/hostserv.cpp index bb67ab241..717b117f3 100644 --- a/modules/pseudoclients/hostserv.cpp +++ b/modules/pseudoclients/hostserv.cpp @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/pseudoclients/memoserv.cpp b/modules/pseudoclients/memoserv.cpp index a713b7409..00d48b9d3 100644 --- a/modules/pseudoclients/memoserv.cpp +++ b/modules/pseudoclients/memoserv.cpp @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/pseudoclients/nickserv.cpp b/modules/pseudoclients/nickserv.cpp index 6dded6f24..c486c2e0b 100644 --- a/modules/pseudoclients/nickserv.cpp +++ b/modules/pseudoclients/nickserv.cpp @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/modules/pseudoclients/operserv.cpp b/modules/pseudoclients/operserv.cpp index de24fbfbf..f5a025492 100644 --- a/modules/pseudoclients/operserv.cpp +++ b/modules/pseudoclients/operserv.cpp @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/access.cpp b/src/access.cpp index 06f0d2ef6..d82953c7f 100644 --- a/src/access.cpp +++ b/src/access.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/actions.cpp b/src/actions.cpp index 62b5bf582..01c8bf918 100644 --- a/src/actions.cpp +++ b/src/actions.cpp @@ -1,6 +1,6 @@ /* Various routines to perform simple actions. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/base64.cpp b/src/base64.cpp index cade55e4a..b8f4b9de6 100644 --- a/src/base64.cpp +++ b/src/base64.cpp @@ -1,6 +1,6 @@ /* base64 routines. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 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 5dce8b5ef..9a71a22c3 100644 --- a/src/bin/anoperc.in +++ b/src/bin/anoperc.in @@ -2,7 +2,7 @@ # # Configuration script for Services # -# (C) 2003-2011 Anope Team +# (C) 2003-2012 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 afc4150d7..851177b9e 100644 --- a/src/bots.cpp +++ b/src/bots.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/src/botserv.cpp b/src/botserv.cpp index c388b8a94..4007bb355 100644 --- a/src/botserv.cpp +++ b/src/botserv.cpp @@ -1,6 +1,6 @@ /* BotServ functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/channels.cpp b/src/channels.cpp index 2532e23b4..ef74edcec 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -1,6 +1,6 @@ /* Channel-handling routines. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/chanserv.cpp b/src/chanserv.cpp index f515e3680..398617fb5 100644 --- a/src/chanserv.cpp +++ b/src/chanserv.cpp @@ -1,6 +1,6 @@ /* ChanServ functions. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 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 5b6db0152..cbd4d8042 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/src/config.cpp b/src/config.cpp index 871d8260f..e1c5e773a 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -1,6 +1,6 @@ /* Configuration file handling. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 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 2c3af7440..9d6d49c2b 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -1,6 +1,6 @@ /* Configuration file handling. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/encrypt.cpp b/src/encrypt.cpp index 2f052be4e..af6a54ba8 100644 --- a/src/encrypt.cpp +++ b/src/encrypt.cpp @@ -1,6 +1,6 @@ /* Include file for high-level encryption routines. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 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 0095ec74b..94b899536 100644 --- a/src/hashcomp.cpp +++ b/src/hashcomp.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2002-2011 InspIRCd Development Team - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. * diff --git a/src/hostserv.cpp b/src/hostserv.cpp index 55cbaff29..dde6d44ce 100644 --- a/src/hostserv.cpp +++ b/src/hostserv.cpp @@ -1,6 +1,6 @@ /* HostServ functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/init.cpp b/src/init.cpp index 4598bf7f5..a9cbcc03a 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1,6 +1,6 @@ /* Initalization and related routines. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/logger.cpp b/src/logger.cpp index 9792c9be2..bdb46bd97 100644 --- a/src/logger.cpp +++ b/src/logger.cpp @@ -1,6 +1,6 @@ /* Logging routines. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/main.cpp b/src/main.cpp index ed31febf8..87cf8532c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ /* Services -- main source file. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/memoserv.cpp b/src/memoserv.cpp index c30a625b8..bb168b939 100644 --- a/src/memoserv.cpp +++ b/src/memoserv.cpp @@ -1,6 +1,6 @@ /* MemoServ functions. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/messages.cpp b/src/messages.cpp index ed9e572ce..a3032e79a 100644 --- a/src/messages.cpp +++ b/src/messages.cpp @@ -1,6 +1,6 @@ /* Definitions of IRC message functions and list of messages. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/misc.cpp b/src/misc.cpp index 2c079da09..02b886d75 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -1,7 +1,7 @@ /* Miscellaneous routines. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 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 e6f3a27a1..d64d60fd8 100644 --- a/src/modes.cpp +++ b/src/modes.cpp @@ -1,7 +1,7 @@ /* Mode support * * Copyright (C) 2008-2011 Adam <Adam@anope.org> - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/src/module.cpp b/src/module.cpp index 7ec6892ac..6fb6fff9a 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -1,6 +1,6 @@ /* Modular support * - * (C) 2009 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/modulemanager.cpp b/src/modulemanager.cpp index 17cc08a53..f56a3171a 100644 --- a/src/modulemanager.cpp +++ b/src/modulemanager.cpp @@ -1,6 +1,6 @@ /* Modular support * - * (C) 2009 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/modules.cpp b/src/modules.cpp index 84ef6bcb8..c978fdf16 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -1,6 +1,6 @@ /* Modular support * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/nickserv.cpp b/src/nickserv.cpp index ca5d3d48c..fde535e7c 100644 --- a/src/nickserv.cpp +++ b/src/nickserv.cpp @@ -1,6 +1,6 @@ /* NickServ functions. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/operserv.cpp b/src/operserv.cpp index 8558f8b31..249a2b344 100644 --- a/src/operserv.cpp +++ b/src/operserv.cpp @@ -1,6 +1,6 @@ /* OperServ functions. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 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 5d9c666b4..8c2edb60f 100644 --- a/src/opertype.cpp +++ b/src/opertype.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/src/process.cpp b/src/process.cpp index a2f6197f4..02be28465 100644 --- a/src/process.cpp +++ b/src/process.cpp @@ -1,6 +1,6 @@ /* Main processing code for Services. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 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 d2530ee4b..33131f059 100644 --- a/src/regchannel.cpp +++ b/src/regchannel.cpp @@ -1,6 +1,6 @@ /* Registered channel functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/servers.cpp b/src/servers.cpp index 6e4622b29..6aef23ef8 100644 --- a/src/servers.cpp +++ b/src/servers.cpp @@ -1,6 +1,6 @@ /* Routines to maintain a list of connected servers * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/socket_clients.cpp b/src/socket_clients.cpp index 4a43629a4..c3f7e6367 100644 --- a/src/socket_clients.cpp +++ b/src/socket_clients.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/socket_transport.cpp b/src/socket_transport.cpp index a7b92ff20..c2e964271 100644 --- a/src/socket_transport.cpp +++ b/src/socket_transport.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 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 3441d1721..a0f707bc9 100644 --- a/src/timers.cpp +++ b/src/timers.cpp @@ -1,6 +1,6 @@ /* Timer stuff. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/tools/anopesmtp.cpp b/src/tools/anopesmtp.cpp index 910698b29..2948e4d93 100644 --- a/src/tools/anopesmtp.cpp +++ b/src/tools/anopesmtp.cpp @@ -1,6 +1,6 @@ /* smtp stuff handler for win32. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/users.cpp b/src/users.cpp index c36547adb..c5f8351a4 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1,6 +1,6 @@ /* Routines to maintain a list of online users. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/win32/Config.cs b/src/win32/Config.cs index a3f3479bf..5b0b0af91 100644 --- a/src/win32/Config.cs +++ b/src/win32/Config.cs @@ -1,7 +1,7 @@ /*
* Config.cs - Windows Configuration
*
- * (C) 2003-2011 Anope Team
+ * (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* This program is free but copyrighted software; see the file COPYING for
diff --git a/src/win32/anope_windows.h b/src/win32/anope_windows.h index cd5215298..e5c4d3b11 100644 --- a/src/win32/anope_windows.h +++ b/src/win32/anope_windows.h @@ -1,7 +1,7 @@ /* POSIX emulation layer for Windows. * * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * Copyright (C) 2008-2011 Anope Team <info@anope.org> + * Copyright (C) 2008-2012 Anope Team <info@anope.org> * * Please read COPYING and README for further details. * diff --git a/src/win32/dir/dir.cpp b/src/win32/dir/dir.cpp index 28a54be98..726bce32d 100644 --- a/src/win32/dir/dir.cpp +++ b/src/win32/dir/dir.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/src/win32/dir/dir.h b/src/win32/dir/dir.h index 8e04c01cc..9c4a5029c 100644 --- a/src/win32/dir/dir.h +++ b/src/win32/dir/dir.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/src/win32/dl/dl.cpp b/src/win32/dl/dl.cpp index 8d76e1f0d..93e2939d0 100644 --- a/src/win32/dl/dl.cpp +++ b/src/win32/dl/dl.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/src/win32/dl/dl.h b/src/win32/dl/dl.h index 686611594..816474039 100644 --- a/src/win32/dl/dl.h +++ b/src/win32/dl/dl.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/src/win32/pipe/pipe.cpp b/src/win32/pipe/pipe.cpp index 94e204d9a..849517b94 100644 --- a/src/win32/pipe/pipe.cpp +++ b/src/win32/pipe/pipe.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/src/win32/pipe/pipe.h b/src/win32/pipe/pipe.h index 1e8538cfb..8e3f814bd 100644 --- a/src/win32/pipe/pipe.h +++ b/src/win32/pipe/pipe.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/src/win32/pthread/pthread.cpp b/src/win32/pthread/pthread.cpp index 8c1da7555..b3d208da0 100644 --- a/src/win32/pthread/pthread.cpp +++ b/src/win32/pthread/pthread.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/src/win32/pthread/pthread.h b/src/win32/pthread/pthread.h index 5ec0775ea..e1964ea75 100644 --- a/src/win32/pthread/pthread.h +++ b/src/win32/pthread/pthread.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/src/win32/sigaction/sigaction.cpp b/src/win32/sigaction/sigaction.cpp index e79187461..44186d574 100644 --- a/src/win32/sigaction/sigaction.cpp +++ b/src/win32/sigaction/sigaction.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. * diff --git a/src/win32/sigaction/sigaction.h b/src/win32/sigaction/sigaction.h index 96d67e8e9..2b5718598 100644 --- a/src/win32/sigaction/sigaction.h +++ b/src/win32/sigaction/sigaction.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. * diff --git a/src/win32/socket.cpp b/src/win32/socket.cpp index 42140ed8b..4c470930b 100644 --- a/src/win32/socket.cpp +++ b/src/win32/socket.cpp @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/src/win32/socket.h b/src/win32/socket.h index 106b9310e..50262a708 100644 --- a/src/win32/socket.h +++ b/src/win32/socket.h @@ -1,6 +1,6 @@ /* POSIX emulation layer for Windows. * - * Copyright (C) 2008-2011 Anope Team <team@anope.org> + * Copyright (C) 2008-2012 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ diff --git a/src/win32/win32.rc.cmake b/src/win32/win32.rc.cmake index 6fd53e0fe..82f74e393 100644 --- a/src/win32/win32.rc.cmake +++ b/src/win32/win32.rc.cmake @@ -54,7 +54,7 @@ BEGIN VALUE "FileDescription", "Anope IRC Services" VALUE "FileVersion", "@VERSION_FULL@" VALUE "InternalName", "Anope" - VALUE "LegalCopyright", "Copyright (C) 2003-2011 Anope Team" + VALUE "LegalCopyright", "Copyright (C) 2003-2012 Anope Team" VALUE "OriginalFilename", "anope.exe" VALUE "ProductName", "Anope" VALUE "ProductVersion", "@VERSION_DOTTED@" diff --git a/src/win32/windows.cpp b/src/win32/windows.cpp index 139a17736..1e621945e 100644 --- a/src/win32/windows.cpp +++ b/src/win32/windows.cpp @@ -1,7 +1,7 @@ /* POSIX emulation layer for Windows. * * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * Copyright (C) 2008-2011 Anope Team <info@anope.org> + * Copyright (C) 2008-2012 Anope Team <info@anope.org> * * Please read COPYING and README for further details. * |