diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-01-02 18:20:35 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-01-02 18:20:35 +0000 |
commit | fba6ec736da2363df6696b0999cd114fae102ece (patch) | |
tree | dcee4744ce96163ecd61e5b5c32cd20c252c00ca /src | |
parent | cd10010f50b7e856b2fa668dfb089f4308752291 (diff) |
Update copyrights for 2009.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1909 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
198 files changed, 206 insertions, 206 deletions
diff --git a/src/actions.c b/src/actions.c index 91f072051..6494de10c 100644 --- a/src/actions.c +++ b/src/actions.c @@ -1,6 +1,6 @@ /* Various routines to perform simple actions. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/base64.c b/src/base64.c index d32f6ccda..1a592e53e 100644 --- a/src/base64.c +++ b/src/base64.c @@ -1,6 +1,6 @@ /* base64 routines. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/bots.cpp b/src/bots.cpp index ff95d2a1f..77cfc9d57 100644 --- a/src/bots.cpp +++ b/src/bots.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2008 Robin Burchell <w00t@inspircd.org> - * Copyright (C) 2008 Anope Team <info@anope.org> + * Copyright (C) 2008-2009 Robin Burchell <w00t@inspircd.org> + * Copyright (C) 2008-2009 Anope Team <info@anope.org> * * Please read COPYING and README for further details. * diff --git a/src/botserv.c b/src/botserv.c index 32c56ca45..b301e63ad 100644 --- a/src/botserv.c +++ b/src/botserv.c @@ -1,6 +1,6 @@ /* BotServ functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/channels.c b/src/channels.c index 32d0e5963..6e2e9d2fd 100644 --- a/src/channels.c +++ b/src/channels.c @@ -1,6 +1,6 @@ /* Channel-handling routines. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/chanserv.c b/src/chanserv.c index d21359042..3dd317a96 100644 --- a/src/chanserv.c +++ b/src/chanserv.c @@ -1,6 +1,6 @@ /* ChanServ functions. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/commands.c b/src/commands.c index 256115f73..96f524415 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-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/compat.c b/src/compat.c index 5b1a6f665..9dc37ea83 100644 --- a/src/compat.c +++ b/src/compat.c @@ -1,6 +1,6 @@ /* Compatibility routines. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/config.c b/src/config.c index ea3bea1c1..981a5f79c 100644 --- a/src/config.c +++ b/src/config.c @@ -1,6 +1,6 @@ /* Configuration file handling. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/configreader.cpp b/src/configreader.cpp index ba65e173b..62e30efda 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -2,7 +2,7 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd: (C) 2002-2008 InspIRCd Development Team + * InspIRCd: (C) 2002-2009 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 11ea82071..391f4faf7 100644 --- a/src/core/bs_act.c +++ b/src/core/bs_act.c @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 e94e7d0b3..9918a5106 100644 --- a/src/core/bs_assign.c +++ b/src/core/bs_assign.c @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 13f6d19c7..95ee4dee1 100644 --- a/src/core/bs_badwords.c +++ b/src/core/bs_badwords.c @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 2d0b5387b..dbbfd0606 100644 --- a/src/core/bs_bot.c +++ b/src/core/bs_bot.c @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 f1c50c906..cfd9b173c 100644 --- a/src/core/bs_botlist.c +++ b/src/core/bs_botlist.c @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/core/bs_fantasy.c b/src/core/bs_fantasy.c index 8c1606b3f..4a6aeb857 100644 --- a/src/core/bs_fantasy.c +++ b/src/core/bs_fantasy.c @@ -1,6 +1,6 @@ /* BotServ core fantasy functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/core/bs_fantasy_kick.c b/src/core/bs_fantasy_kick.c index 98c176425..60fb4b23a 100644 --- a/src/core/bs_fantasy_kick.c +++ b/src/core/bs_fantasy_kick.c @@ -1,6 +1,6 @@ /* BotServ core fantasy functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/core/bs_fantasy_kickban.c b/src/core/bs_fantasy_kickban.c index 1167caf30..c0139d0f1 100644 --- a/src/core/bs_fantasy_kickban.c +++ b/src/core/bs_fantasy_kickban.c @@ -1,6 +1,6 @@ /* BotServ core fantasy functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/core/bs_fantasy_owner.c b/src/core/bs_fantasy_owner.c index b521baaa9..250d2545e 100644 --- a/src/core/bs_fantasy_owner.c +++ b/src/core/bs_fantasy_owner.c @@ -1,6 +1,6 @@ /* BotServ core fantasy functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/core/bs_fantasy_seen.c b/src/core/bs_fantasy_seen.c index 677e56830..534e48773 100644 --- a/src/core/bs_fantasy_seen.c +++ b/src/core/bs_fantasy_seen.c @@ -1,6 +1,6 @@ /* BotServ core fantasy functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 d838f9d85..a0622526c 100644 --- a/src/core/bs_help.c +++ b/src/core/bs_help.c @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 9cc5bed67..5866818ef 100644 --- a/src/core/bs_info.c +++ b/src/core/bs_info.c @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 52d1caad1..7c3f06031 100644 --- a/src/core/bs_kick.c +++ b/src/core/bs_kick.c @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 51d654b16..f6bfcdbf4 100644 --- a/src/core/bs_say.c +++ b/src/core/bs_say.c @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 fa0eb3d70..1115129dd 100644 --- a/src/core/bs_set.c +++ b/src/core/bs_set.c @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 47b2a4ad2..e7e3f982b 100644 --- a/src/core/bs_unassign.c +++ b/src/core/bs_unassign.c @@ -1,6 +1,6 @@ /* BotServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 5511f5093..fe4e6f1ad 100644 --- a/src/core/cs_access.c +++ b/src/core/cs_access.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 dc37a500e..b1acb7688 100644 --- a/src/core/cs_akick.c +++ b/src/core/cs_akick.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 8e226a100..b3884412b 100644 --- a/src/core/cs_ban.c +++ b/src/core/cs_ban.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 5f730f403..c7200bccb 100644 --- a/src/core/cs_clear.c +++ b/src/core/cs_clear.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 c7b627448..af82ca32e 100644 --- a/src/core/cs_drop.c +++ b/src/core/cs_drop.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 c748029af..c66e24b28 100644 --- a/src/core/cs_forbid.c +++ b/src/core/cs_forbid.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 bb6f50dc6..25acaaf4b 100644 --- a/src/core/cs_getkey.c +++ b/src/core/cs_getkey.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/core/cs_getpass.c b/src/core/cs_getpass.c index 0a769ab74..80932cbb7 100644 --- a/src/core/cs_getpass.c +++ b/src/core/cs_getpass.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 c8c34341f..2d6f9bcef 100644 --- a/src/core/cs_help.c +++ b/src/core/cs_help.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/core/cs_identify.c b/src/core/cs_identify.c index 7bedc315e..c620a1fb5 100644 --- a/src/core/cs_identify.c +++ b/src/core/cs_identify.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 01c2cf856..b7a77304f 100644 --- a/src/core/cs_info.c +++ b/src/core/cs_info.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 af7c39b53..542a4bab2 100644 --- a/src/core/cs_invite.c +++ b/src/core/cs_invite.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 c9b591cc9..15231f678 100644 --- a/src/core/cs_kick.c +++ b/src/core/cs_kick.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 967b5f0b9..dea33a93d 100644 --- a/src/core/cs_list.c +++ b/src/core/cs_list.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/core/cs_logout.c b/src/core/cs_logout.c index 5ee22bb34..cd8c52375 100644 --- a/src/core/cs_logout.c +++ b/src/core/cs_logout.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 488844a27..f2192a5ed 100644 --- a/src/core/cs_modes.c +++ b/src/core/cs_modes.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 4913a2df9..1868444fe 100644 --- a/src/core/cs_register.c +++ b/src/core/cs_register.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/core/cs_sendpass.c b/src/core/cs_sendpass.c index 8b0b1e062..f03092708 100644 --- a/src/core/cs_sendpass.c +++ b/src/core/cs_sendpass.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 dedd4d2b1..4f8591c3b 100644 --- a/src/core/cs_set.c +++ b/src/core/cs_set.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 18c2682b6..7e53e6c49 100644 --- a/src/core/cs_status.c +++ b/src/core/cs_status.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 959b8502d..9c0495204 100644 --- a/src/core/cs_suspend.c +++ b/src/core/cs_suspend.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 86ef610a3..eaa1c3e8c 100644 --- a/src/core/cs_topic.c +++ b/src/core/cs_topic.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 340faf55a..284947014 100644 --- a/src/core/cs_xop.c +++ b/src/core/cs_xop.c @@ -1,6 +1,6 @@ /* ChanServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 015b4af2e..a224e7c8e 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-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at dev@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 f58ca15e3..9974822a1 100644 --- a/src/core/enc_none.c +++ b/src/core/enc_none.c @@ -1,6 +1,6 @@ /* Module for encryption using MD5. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at dev@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 081d17bb2..5acc9e75a 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-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/core/he_help.c b/src/core/he_help.c index 7e2604091..c28c8eddb 100644 --- a/src/core/he_help.c +++ b/src/core/he_help.c @@ -1,6 +1,6 @@ /* HelpServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/core/hs_del.c b/src/core/hs_del.c index dde6067f9..70f0ad2db 100644 --- a/src/core/hs_del.c +++ b/src/core/hs_del.c @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 64361d166..51c149fce 100644 --- a/src/core/hs_delall.c +++ b/src/core/hs_delall.c @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 735ee8622..537616d2a 100644 --- a/src/core/hs_group.c +++ b/src/core/hs_group.c @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 4b76c276c..51f2d8649 100644 --- a/src/core/hs_help.c +++ b/src/core/hs_help.c @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 0eca8648a..85fa667a0 100644 --- a/src/core/hs_list.c +++ b/src/core/hs_list.c @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 b73c09301..9fe6df32a 100644 --- a/src/core/hs_off.c +++ b/src/core/hs_off.c @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 906ab90d3..b9d68bbf9 100644 --- a/src/core/hs_on.c +++ b/src/core/hs_on.c @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 996a0c770..305d6b833 100644 --- a/src/core/hs_set.c +++ b/src/core/hs_set.c @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 3ba8139d8..29e6f37f3 100644 --- a/src/core/hs_setall.c +++ b/src/core/hs_setall.c @@ -1,6 +1,6 @@ /* HostServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 d7b6fe0e7..a265c57ac 100644 --- a/src/core/ms_cancel.c +++ b/src/core/ms_cancel.c @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 8d519e84b..383b76698 100644 --- a/src/core/ms_check.c +++ b/src/core/ms_check.c @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 ab504b35e..698cd4a13 100644 --- a/src/core/ms_del.c +++ b/src/core/ms_del.c @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 0b04957a3..f31f479d7 100644 --- a/src/core/ms_help.c +++ b/src/core/ms_help.c @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 81d7edc96..87db693e8 100644 --- a/src/core/ms_info.c +++ b/src/core/ms_info.c @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 67bf0284d..149f4a5a8 100644 --- a/src/core/ms_list.c +++ b/src/core/ms_list.c @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 32a802d55..03cc7c059 100644 --- a/src/core/ms_read.c +++ b/src/core/ms_read.c @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 0d9e6baca..4a521a644 100644 --- a/src/core/ms_rsend.c +++ b/src/core/ms_rsend.c @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 a64a4e642..88c9b41b8 100644 --- a/src/core/ms_send.c +++ b/src/core/ms_send.c @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 df07d0584..bde29c422 100644 --- a/src/core/ms_sendall.c +++ b/src/core/ms_sendall.c @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 abdca4710..6c75b5ccc 100644 --- a/src/core/ms_set.c +++ b/src/core/ms_set.c @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 721cde826..7d979cf94 100644 --- a/src/core/ms_staff.c +++ b/src/core/ms_staff.c @@ -1,6 +1,6 @@ /* MemoServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 60136d164..c39a199b4 100644 --- a/src/core/ns_access.c +++ b/src/core/ns_access.c @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 05691a4b3..3c419665f 100644 --- a/src/core/ns_alist.c +++ b/src/core/ns_alist.c @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 6cad48b23..3a307e1fa 100644 --- a/src/core/ns_drop.c +++ b/src/core/ns_drop.c @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 9c838c7af..8cb601bca 100644 --- a/src/core/ns_forbid.c +++ b/src/core/ns_forbid.c @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 136529293..7097b45e2 100644 --- a/src/core/ns_getemail.c +++ b/src/core/ns_getemail.c @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 e4004ac95..6b535aba4 100644 --- a/src/core/ns_getpass.c +++ b/src/core/ns_getpass.c @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 fee8e5834..cad2932b7 100644 --- a/src/core/ns_ghost.c +++ b/src/core/ns_ghost.c @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 4dea388cd..72aa0a3ed 100644 --- a/src/core/ns_group.c +++ b/src/core/ns_group.c @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 013a0589a..cf8101145 100644 --- a/src/core/ns_help.c +++ b/src/core/ns_help.c @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 db70cd19b..4f3712332 100644 --- a/src/core/ns_identify.c +++ b/src/core/ns_identify.c @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 45ce1455e..1eaaba68d 100644 --- a/src/core/ns_info.c +++ b/src/core/ns_info.c @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 dcaccbcb7..56cedafd4 100644 --- a/src/core/ns_list.c +++ b/src/core/ns_list.c @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 6d2d02b07..ff1c4b625 100644 --- a/src/core/ns_logout.c +++ b/src/core/ns_logout.c @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 2334025d6..37964f6d1 100644 --- a/src/core/ns_recover.c +++ b/src/core/ns_recover.c @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 b304cb6b2..e5e7ecf03 100644 --- a/src/core/ns_register.c +++ b/src/core/ns_register.c @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 b170e782b..59c0444ea 100644 --- a/src/core/ns_release.c +++ b/src/core/ns_release.c @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 591f23c48..d7b501b88 100644 --- a/src/core/ns_saset.c +++ b/src/core/ns_saset.c @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 5478679b7..1360f1e74 100644 --- a/src/core/ns_sendpass.c +++ b/src/core/ns_sendpass.c @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 0e047431a..66ce61543 100644 --- a/src/core/ns_set.c +++ b/src/core/ns_set.c @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 9110c360d..fafc28756 100644 --- a/src/core/ns_status.c +++ b/src/core/ns_status.c @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 cb2a1ad4d..90aed3fb7 100644 --- a/src/core/ns_suspend.c +++ b/src/core/ns_suspend.c @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 63532772f..a45da9595 100644 --- a/src/core/ns_update.c +++ b/src/core/ns_update.c @@ -1,6 +1,6 @@ /* NickServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/core/os_admin.c b/src/core/os_admin.c index 685f5b064..727069d38 100644 --- a/src/core/os_admin.c +++ b/src/core/os_admin.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 be8fd5695..e142737cb 100644 --- a/src/core/os_akill.c +++ b/src/core/os_akill.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 cd15e2a88..ce06d53fe 100644 --- a/src/core/os_chankill.c +++ b/src/core/os_chankill.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 41e241a21..118eb774c 100644 --- a/src/core/os_chanlist.c +++ b/src/core/os_chanlist.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 1dfb84060..afbe3d867 100644 --- a/src/core/os_clearmodes.c +++ b/src/core/os_clearmodes.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 8669ff8c6..0be387f52 100644 --- a/src/core/os_defcon.c +++ b/src/core/os_defcon.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 8673416b4..b7f299986 100644 --- a/src/core/os_global.c +++ b/src/core/os_global.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 fad752f54..79160b4c5 100644 --- a/src/core/os_help.c +++ b/src/core/os_help.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 0e24325a0..0d9e18e93 100644 --- a/src/core/os_ignore.c +++ b/src/core/os_ignore.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 d46cb8852..568bda24f 100644 --- a/src/core/os_jupe.c +++ b/src/core/os_jupe.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 e980d10d6..44ea6ed11 100644 --- a/src/core/os_kick.c +++ b/src/core/os_kick.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/core/os_logonnews.c b/src/core/os_logonnews.c index 135b4c001..97b52ed5b 100644 --- a/src/core/os_logonnews.c +++ b/src/core/os_logonnews.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 9502af7c6..229ab2e31 100644 --- a/src/core/os_mode.c +++ b/src/core/os_mode.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 19e6b5bec..77a426729 100644 --- a/src/core/os_modinfo.c +++ b/src/core/os_modinfo.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 9e5baaded..ac9cbef27 100644 --- a/src/core/os_modlist.c +++ b/src/core/os_modlist.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 69c390bf2..28053b7cc 100644 --- a/src/core/os_modload.c +++ b/src/core/os_modload.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 a8943cd27..a0eb678b7 100644 --- a/src/core/os_modunload.c +++ b/src/core/os_modunload.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 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 befaf28da..8008038e8 100644 --- a/src/core/os_noop.c +++ b/src/core/os_noop.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 f67715338..96207b088 100644 --- a/src/core/os_oline.c +++ b/src/core/os_oline.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/core/os_oper.c b/src/core/os_oper.c index 2228c8314..87f7dc591 100644 --- a/src/core/os_oper.c +++ b/src/core/os_oper.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/core/os_opernews.c b/src/core/os_opernews.c index e26a8be5f..3de80d086 100644 --- a/src/core/os_opernews.c +++ b/src/core/os_opernews.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 8eaefbd53..382b04161 100644 --- a/src/core/os_quit.c +++ b/src/core/os_quit.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/core/os_randomnews.c b/src/core/os_randomnews.c index 8023729cf..13a5db0e0 100644 --- a/src/core/os_randomnews.c +++ b/src/core/os_randomnews.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/core/os_raw.c b/src/core/os_raw.c index 140b329e2..5c6a14e4e 100644 --- a/src/core/os_raw.c +++ b/src/core/os_raw.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 fa3fdfdfd..022eb7141 100644 --- a/src/core/os_reload.c +++ b/src/core/os_reload.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 178044fa0..3286112a1 100644 --- a/src/core/os_restart.c +++ b/src/core/os_restart.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 b3cf3a922..6f30c35f7 100644 --- a/src/core/os_session.c +++ b/src/core/os_session.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 0809b02a2..962a480b7 100644 --- a/src/core/os_set.c +++ b/src/core/os_set.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 ae90d87ad..cdf55da10 100644 --- a/src/core/os_sgline.c +++ b/src/core/os_sgline.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 1506ad7bc..135c56113 100644 --- a/src/core/os_shutdown.c +++ b/src/core/os_shutdown.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 177def9ab..0b14b884a 100644 --- a/src/core/os_sqline.c +++ b/src/core/os_sqline.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 3dfff729f..5b3eca69b 100644 --- a/src/core/os_staff.c +++ b/src/core/os_staff.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 b232dce77..fb7a192c3 100644 --- a/src/core/os_stats.c +++ b/src/core/os_stats.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 a5c644566..3e345a342 100644 --- a/src/core/os_svsnick.c +++ b/src/core/os_svsnick.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 12a83c03e..9489f7844 100644 --- a/src/core/os_szline.c +++ b/src/core/os_szline.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 4714a7a15..3a8346c68 100644 --- a/src/core/os_umode.c +++ b/src/core/os_umode.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 4f562f2cd..0968933ee 100644 --- a/src/core/os_update.c +++ b/src/core/os_update.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 a33ce50bb..d05c1a08d 100644 --- a/src/core/os_userlist.c +++ b/src/core/os_userlist.c @@ -1,6 +1,6 @@ /* OperServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 10aeec9cb..6e61a37e9 100644 --- a/src/core/ss_main.c +++ b/src/core/ss_main.c @@ -1,6 +1,6 @@ /* StatServ core functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/datafiles.c b/src/datafiles.c index d7aaef736..3ba0920d7 100644 --- a/src/datafiles.c +++ b/src/datafiles.c @@ -1,6 +1,6 @@ /* Database file handling routines. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/encrypt.c b/src/encrypt.c index 99e77d127..58281c2c0 100644 --- a/src/encrypt.c +++ b/src/encrypt.c @@ -1,6 +1,6 @@ /* Include file for high-level encryption routines. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/events.c b/src/events.c index 6625cfcf1..98d949465 100644 --- a/src/events.c +++ b/src/events.c @@ -1,6 +1,6 @@ /* Events functions. * - * (C) 2004-2008 Anope Team + * (C) 2004-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/hashcomp.cpp b/src/hashcomp.cpp index 0c6d7718c..36f1fc4f2 100644 --- a/src/hashcomp.cpp +++ b/src/hashcomp.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2002-2008 InspIRCd Development Team - * Copyright (C) 2008 Anope Team <info@anope.org> + * Copyright (C) 2002-2009 InspIRCd Development Team + * Copyright (C) 2008-2009 Anope Team <info@anope.org> * * Please read COPYING and README for further details. * diff --git a/src/helpserv.c b/src/helpserv.c index dbca78791..dd43733f7 100644 --- a/src/helpserv.c +++ b/src/helpserv.c @@ -1,6 +1,6 @@ /* HelpServ functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/hostserv.c b/src/hostserv.c index 34b60c67f..a2033b34e 100644 --- a/src/hostserv.c +++ b/src/hostserv.c @@ -1,6 +1,6 @@ /* HostServ functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/init.c b/src/init.c index ac7fce8f1..79196feb9 100644 --- a/src/init.c +++ b/src/init.c @@ -1,6 +1,6 @@ /* Initalization and related routines. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/ircd.c b/src/ircd.c index 670947645..4aa64d5aa 100644 --- a/src/ircd.c +++ b/src/ircd.c @@ -1,6 +1,6 @@ /* Main ircd functions. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/language.c b/src/language.c index 4e869191a..1fe9059ba 100644 --- a/src/language.c +++ b/src/language.c @@ -1,6 +1,6 @@ /* Multi-language support. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. @@ -1,6 +1,6 @@ /* Logging routines. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/mail.c b/src/mail.c index 005ac97ab..fc2d90dcd 100644 --- a/src/mail.c +++ b/src/mail.c @@ -1,6 +1,6 @@ /* Mail utility routines. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/main.c b/src/main.c index 8909d435f..5e629d4ac 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ /* Services -- main source file. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/memory.c b/src/memory.c index cf928021b..4229e5aae 100644 --- a/src/memory.c +++ b/src/memory.c @@ -1,6 +1,6 @@ /* Memory management routines. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/memoserv.c b/src/memoserv.c index 5e3eb4b08..2b32dc000 100644 --- a/src/memoserv.c +++ b/src/memoserv.c @@ -1,6 +1,6 @@ /* MemoServ functions. * -* (C) 2003-2008 Anope Team +* (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/messages.c b/src/messages.c index b0e5fe710..2280ec407 100644 --- a/src/messages.c +++ b/src/messages.c @@ -1,6 +1,6 @@ /* Definitions of IRC message functions and list of messages. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/misc.c b/src/misc.c index 75ed59a30..0f6722d35 100644 --- a/src/misc.c +++ b/src/misc.c @@ -1,7 +1,7 @@ /* Miscellaneous routines. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. @@ -1324,7 +1324,7 @@ char *GetWindowsVersion() snprintf(buf, sizeof(buf), "Microsoft Windows Vista %s%s", cputype, extra); } else { - snprintf(buf, sizeof(buf), "Microsoft Windows Server 2008 %s%s", + snprintf(buf, sizeof(buf), "Microsoft Windows Server 2009 %s%s", cputype, extra); } delete [] extra; diff --git a/src/module.cpp b/src/module.cpp index 027cddb0d..49831a488 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -1,6 +1,6 @@ /* Modular support * - * (C) 2008 Anope Team + * (C) 2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/modulemanager.cpp b/src/modulemanager.cpp index d78052c0c..f765c06e8 100644 --- a/src/modulemanager.cpp +++ b/src/modulemanager.cpp @@ -1,6 +1,6 @@ /* Modular support * - * (C) 2008 Anope Team + * (C) 2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/modules.c b/src/modules.c index 93983a247..9bdd5241a 100644 --- a/src/modules.c +++ b/src/modules.c @@ -1,6 +1,6 @@ /* Modular support * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/modules/bs_fantasy_unban.c b/src/modules/bs_fantasy_unban.c index f28e66233..d9245bb49 100644 --- a/src/modules/bs_fantasy_unban.c +++ b/src/modules/bs_fantasy_unban.c @@ -1,6 +1,6 @@ /* BotServ core fantasy functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 d63edb29c..ccbe5c97f 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-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 e20f3ee91..18e325cd8 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-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 15ad63306..a42231586 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-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 ad54bf32a..eff5e3d1b 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-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 1626849b8..26811da4c 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-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 868a54e03..b0c8e5c11 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-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Based on the original module by Rob <rob@anope.org> diff --git a/src/modules/os_ignore_db.c b/src/modules/os_ignore_db.c index 90d3218e8..6d535f63a 100644 --- a/src/modules/os_ignore_db.c +++ b/src/modules/os_ignore_db.c @@ -1,6 +1,6 @@ /* os_ignore_db.c - Provides a database backend for OS IGNORE. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Included in the Anope module pack since Anope 1.7.23 diff --git a/src/modules/os_info.c b/src/modules/os_info.c index fbc811e21..4637a950e 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-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Based on the original module by Rob <rob@anope.org> diff --git a/src/news.c b/src/news.c index 6dd3df335..8990437c2 100644 --- a/src/news.c +++ b/src/news.c @@ -1,7 +1,7 @@ /* News functions. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/nickserv.c b/src/nickserv.c index 33f1a84d4..a07c4f56f 100644 --- a/src/nickserv.c +++ b/src/nickserv.c @@ -1,7 +1,7 @@ /* NickServ functions. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/operserv.c b/src/operserv.c index 54f0988a6..6f045bc76 100644 --- a/src/operserv.c +++ b/src/operserv.c @@ -1,6 +1,6 @@ /* OperServ functions. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/process.c b/src/process.c index 4c61ed192..1183ef215 100644 --- a/src/process.c +++ b/src/process.c @@ -1,6 +1,6 @@ /* Main processing code for Services. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/protocol/bahamut.c b/src/protocol/bahamut.c index 26bfa6d8b..3ceb0651b 100644 --- a/src/protocol/bahamut.c +++ b/src/protocol/bahamut.c @@ -1,6 +1,6 @@ /* Bahamut functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/protocol/inspircd11.c b/src/protocol/inspircd11.c index 03d6fceb0..b7844adaa 100644 --- a/src/protocol/inspircd11.c +++ b/src/protocol/inspircd11.c @@ -1,6 +1,6 @@ /* inspircd 1.1 beta 6+ functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/protocol/inspircd12.cpp b/src/protocol/inspircd12.cpp index 77da394b8..13bc8bbef 100644 --- a/src/protocol/inspircd12.cpp +++ b/src/protocol/inspircd12.cpp @@ -1,6 +1,6 @@ /* inspircd 1.2 functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. @@ -814,7 +814,7 @@ int anope_event_fmode(const char *source, int ac, const char **av) } /* - * [Nov 03 22:31:57.695076 2008] debug: Received: :964 FJOIN #test 1223763723 +BPSnt :,964AAAAAB ,964AAAAAC ,966AAAAAA + * [Nov 03 22:31:57.695076 2009] debug: Received: :964 FJOIN #test 1223763723 +BPSnt :,964AAAAAB ,964AAAAAC ,966AAAAAA * * 0: name * 1: channel ts (when it was created, see protocol docs for more info) @@ -1088,7 +1088,7 @@ int anope_event_nick(const char *source, int ac, const char **av) /* - * [Nov 03 22:09:58.176252 2008] debug: Received: :964 UID 964AAAAAC 1225746297 w00t2 localhost testnet.user w00t 127.0.0.1 1225746302 +iosw +ACGJKLNOQcdfgjklnoqtx :Robin Burchell <w00t@inspircd.org> + * [Nov 03 22:09:58.176252 2009] debug: Received: :964 UID 964AAAAAC 1225746297 w00t2 localhost testnet.user w00t 127.0.0.1 1225746302 +iosw +ACGJKLNOQcdfgjklnoqtx :Robin Burchell <w00t@inspircd.org> * 0: uid * 1: ts * 2: nick @@ -1146,7 +1146,7 @@ int anope_event_chghost(const char *source, int ac, const char **av) } /* - * [Nov 04 00:08:46.308435 2008] debug: Received: SERVER irc.inspircd.com pass 0 964 :Testnet Central! + * [Nov 04 00:08:46.308435 2009] debug: Received: SERVER irc.inspircd.com pass 0 964 :Testnet Central! * 0: name * 1: pass * 2: hops diff --git a/src/protocol/obsolete/charybdis.c b/src/protocol/obsolete/charybdis.c index 366e09f3c..889cb3ebf 100644 --- a/src/protocol/obsolete/charybdis.c +++ b/src/protocol/obsolete/charybdis.c @@ -1,7 +1,7 @@ /* Charybdis IRCD functions * * (C) 2006 William Pitcock <nenolod -at- charybdis.be> - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/src/protocol/obsolete/hybrid.c b/src/protocol/obsolete/hybrid.c index 4fcdf2796..cffe849b1 100644 --- a/src/protocol/obsolete/hybrid.c +++ b/src/protocol/obsolete/hybrid.c @@ -1,6 +1,6 @@ /* Hybrid IRCD functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/protocol/obsolete/hybrid.h b/src/protocol/obsolete/hybrid.h index a7e744ad5..694566e16 100644 --- a/src/protocol/obsolete/hybrid.h +++ b/src/protocol/obsolete/hybrid.h @@ -1,6 +1,6 @@ /* Hybrid IRCD functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/src/protocol/obsolete/plexus3.c b/src/protocol/obsolete/plexus3.c index 497ae446f..25c02084a 100644 --- a/src/protocol/obsolete/plexus3.c +++ b/src/protocol/obsolete/plexus3.c @@ -1,6 +1,6 @@ /* PlexusIRCD IRCD functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/src/protocol/obsolete/plexus3.h b/src/protocol/obsolete/plexus3.h index bf78c28c4..d19cce4e0 100644 --- a/src/protocol/obsolete/plexus3.h +++ b/src/protocol/obsolete/plexus3.h @@ -1,6 +1,6 @@ /* PlexusIRCD IRCD functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/src/protocol/obsolete/ptlink.c b/src/protocol/obsolete/ptlink.c index 768a46c15..1e4ae82af 100644 --- a/src/protocol/obsolete/ptlink.c +++ b/src/protocol/obsolete/ptlink.c @@ -1,6 +1,6 @@ /* PTLink IRCD functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/protocol/obsolete/ptlink.h b/src/protocol/obsolete/ptlink.h index 83ac5ca34..e14f4683a 100644 --- a/src/protocol/obsolete/ptlink.h +++ b/src/protocol/obsolete/ptlink.h @@ -1,6 +1,6 @@ /* PTLink IRCD functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/src/protocol/obsolete/rageircd.c b/src/protocol/obsolete/rageircd.c index b61a4cde3..5cb032a59 100644 --- a/src/protocol/obsolete/rageircd.c +++ b/src/protocol/obsolete/rageircd.c @@ -1,6 +1,6 @@ /* Rage IRCD functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/protocol/obsolete/rageircd.h b/src/protocol/obsolete/rageircd.h index a20fedf30..0e04d5afc 100644 --- a/src/protocol/obsolete/rageircd.h +++ b/src/protocol/obsolete/rageircd.h @@ -1,6 +1,6 @@ /* Rage IRCD functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/src/protocol/obsolete/solidircd.c b/src/protocol/obsolete/solidircd.c index 84ff1bdb4..cb827a232 100644 --- a/src/protocol/obsolete/solidircd.c +++ b/src/protocol/obsolete/solidircd.c @@ -1,6 +1,6 @@ /* Solid-IRCD functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/protocol/obsolete/solidircd.h b/src/protocol/obsolete/solidircd.h index 0644d17c2..b5f21422a 100644 --- a/src/protocol/obsolete/solidircd.h +++ b/src/protocol/obsolete/solidircd.h @@ -1,6 +1,6 @@ /* SolidIRCD functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/src/protocol/obsolete/ultimate3.c b/src/protocol/obsolete/ultimate3.c index 3aaf9c8c4..4315da0ee 100644 --- a/src/protocol/obsolete/ultimate3.c +++ b/src/protocol/obsolete/ultimate3.c @@ -1,6 +1,6 @@ /* Ultimate IRCD 3 functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/protocol/obsolete/ultimate3.h b/src/protocol/obsolete/ultimate3.h index de7683a21..2ca67554d 100644 --- a/src/protocol/obsolete/ultimate3.h +++ b/src/protocol/obsolete/ultimate3.h @@ -1,6 +1,6 @@ /* Ultimate IRCD 3.0 functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/src/protocol/obsolete/viagra.c b/src/protocol/obsolete/viagra.c index 4a6a431de..e3397561e 100644 --- a/src/protocol/obsolete/viagra.c +++ b/src/protocol/obsolete/viagra.c @@ -1,6 +1,6 @@ /* Viagra IRCD functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/protocol/obsolete/viagra.h b/src/protocol/obsolete/viagra.h index 30927f39d..7befaba08 100644 --- a/src/protocol/obsolete/viagra.h +++ b/src/protocol/obsolete/viagra.h @@ -1,6 +1,6 @@ /* Viagra IRCD functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c index c09cd0dc6..30fd6ae05 100644 --- a/src/protocol/ratbox.c +++ b/src/protocol/ratbox.c @@ -1,6 +1,6 @@ /* Ratbox IRCD functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index f5ec00397..0ea253109 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -1,6 +1,6 @@ /* Unreal IRCD 3.2.x functions * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/send.c b/src/send.c index b33580e80..47220662d 100644 --- a/src/send.c +++ b/src/send.c @@ -1,6 +1,6 @@ /* Routines for sending stuff to the network. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/servers.c b/src/servers.c index cc56cb331..f6b66904d 100644 --- a/src/servers.c +++ b/src/servers.c @@ -1,6 +1,6 @@ /* Routines to maintain a list of connected servers * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/sessions.c b/src/sessions.c index 69863382a..7e0080d22 100644 --- a/src/sessions.c +++ b/src/sessions.c @@ -1,6 +1,6 @@ /* Session Limiting functions. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/slist.c b/src/slist.c index 008f29143..35de1bc61 100644 --- a/src/slist.c +++ b/src/slist.c @@ -1,6 +1,6 @@ /* Services list handler implementation. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/sockutil.c b/src/sockutil.c index 683ffbef9..e065d2133 100644 --- a/src/sockutil.c +++ b/src/sockutil.c @@ -1,6 +1,6 @@ /* Socket utility routines. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/timeout.c b/src/timeout.c index d34ca9afb..44ceb49ec 100644 --- a/src/timeout.c +++ b/src/timeout.c @@ -1,6 +1,6 @@ /* Routines for time-delayed actions. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/tools/anopesmtp.c b/src/tools/anopesmtp.c index 6101fb4a9..12aa4b20a 100644 --- a/src/tools/anopesmtp.c +++ b/src/tools/anopesmtp.c @@ -1,6 +1,6 @@ /* smtp stuff handler for win32. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@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 084091142..5855da58e 100644 --- a/src/tools/db-convert.c +++ b/src/tools/db-convert.c @@ -1,7 +1,7 @@ /* - * Copyright (C) 2008 Robin Burchell <w00t@inspircd.org> - * Copyright (C) 2005-2006, Florian Schulze <certus@anope.org> - * Copyright (C) 2003-2005 Anope Team <info@anope.org> + * Copyright (C) 2003-2009 Anope Team <info@anope.org> + * Copyright (C) 2005-2006 Florian Schulze <certus@anope.org> + * Copyright (C) 2008-2009 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 70a9a2033..7bbf523e9 100644 --- a/src/tools/smtp.h +++ b/src/tools/smtp.h @@ -1,6 +1,6 @@ /* * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/src/users.c b/src/users.c index abe8211ba..26847b868 100644 --- a/src/users.c +++ b/src/users.c @@ -1,6 +1,6 @@ /* Routines to maintain a list of online users. * - * (C) 2003-2008 Anope Team + * (C) 2003-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/src/win32_memory.cpp b/src/win32_memory.cpp index a83677eb2..ba7826240 100644 --- a/src/win32_memory.cpp +++ b/src/win32_memory.cpp @@ -2,7 +2,7 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd: (C) 2002-2008 InspIRCd Development Team + * InspIRCd: (C) 2002-2009 InspIRCd Development Team * See: http://www.inspircd.org/wiki/index.php/Credits * * This program is free but copyrighted software; see |