diff options
255 files changed, 258 insertions, 257 deletions
@@ -2,7 +2,7 @@ # # Configuration script for Services. # -# Anope (c) 2003-2011 Anope team +# Anope (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/Makefile.win32 b/Makefile.win32 index 99cd07e1f..adbe1d26e 100644 --- a/Makefile.win32 +++ b/Makefile.win32 @@ -1,6 +1,6 @@ # Makefile for Anope. # -# (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/configure.in b/configure.in index 8b5879702..18a3d401b 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl autoconf.in for Services. dnl -dnl Anope (c) 2003-2011 Anope team +dnl Anope (c) 2003-2012 Anope team dnl Contact us at team@anope.org dnl This program is free but copyrighted software; see the file COPYING for diff --git a/docs/README b/docs/README index 691b49425..0ac2fa3d6 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/include/commands.h b/include/commands.h index 51a02df9e..831e4ac88 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/config.h b/include/config.h index 72964dac8..89a921a86 100644 --- a/include/config.h +++ b/include/config.h @@ -1,6 +1,6 @@ /* Services configuration. * - * (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/datafiles.h b/include/datafiles.h index 2c928ca33..77644a136 100644 --- a/include/datafiles.h +++ b/include/datafiles.h @@ -1,6 +1,6 @@ /* Database file descriptor structure and file handling routine prototypes. * - * (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/defs.h b/include/defs.h index 90c51563c..d3e22016d 100644 --- a/include/defs.h +++ b/include/defs.h @@ -1,6 +1,6 @@ /* Set default values for any constants that should be in include files but * - * (C) 2003-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/depricated.h b/include/depricated.h index 31d2e6510..9f0b3f0c5 100644 --- a/include/depricated.h +++ b/include/depricated.h @@ -1,6 +1,6 @@ /* depricated.h * - * (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/encrypt.h b/include/encrypt.h index 72c1a7589..d403ab1dd 100644 --- a/include/encrypt.h +++ b/include/encrypt.h @@ -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/include/events.h b/include/events.h index 9e2c3dc3c..32a30b9d9 100644 --- a/include/events.h +++ b/include/events.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/extern.h b/include/extern.h index 1dd475d9b..d676e46f3 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/makefile.win32 b/include/makefile.win32 index 2b1be3e80..c4ded5327 100644 --- a/include/makefile.win32 +++ b/include/makefile.win32 @@ -1,6 +1,6 @@ # Make file 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/include/messages.h b/include/messages.h index 8cab9a56b..4c941e00c 100644 --- a/include/messages.h +++ b/include/messages.h @@ -1,6 +1,6 @@ /* Declarations of IRC message structures, variables, and 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/include/modules.h b/include/modules.h index 2b72c011b..a1ea9a075 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/pseudo.h b/include/pseudo.h index 21f36a6fb..2f47b920b 100644 --- a/include/pseudo.h +++ b/include/pseudo.h @@ -1,6 +1,6 @@ /* Include extra includes needed by most/all pseudo-clients. * - * (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/services.h b/include/services.h index f0667aa82..812f4a35e 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/slist.h b/include/slist.h index 6a9674d46..0d51eee74 100644 --- a/include/slist.h +++ b/include/slist.h @@ -1,6 +1,6 @@ /* Header for Services list handler. * - * (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 05cf49c6f..a905610bb 100644 --- a/include/sockets.h +++ b/include/sockets.h @@ -1,6 +1,6 @@ /* * - * (C) 2004-2011 Anope Team + * (C) 2004-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/include/timeout.h b/include/timeout.h index 9a6664da2..988eb4782 100644 --- a/include/timeout.h +++ b/include/timeout.h @@ -1,6 +1,6 @@ /* Time-delay routine 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/version.sh b/include/version.sh index 3f1933dfd..d571670d6 100644 --- a/include/version.sh +++ b/include/version.sh @@ -27,7 +27,7 @@ fi cat >version.h <<EOF /* Version information for Services. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and CREDITS for further details. diff --git a/include/version.sh.c b/include/version.sh.c index 64b20ad5f..08b6f055b 100644 --- a/include/version.sh.c +++ b/include/version.sh.c @@ -1,6 +1,6 @@ /* version file 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/install.js b/install.js index 80778e6df..55918d62b 100644 --- a/install.js +++ b/install.js @@ -1,7 +1,7 @@ // // install.js - 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/lang/cat.l b/lang/cat.l index 25a83bade..940ffbd4d 100644 --- a/lang/cat.l +++ b/lang/cat.l @@ -1,6 +1,6 @@ # Catalan Language 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. @@ -1,6 +1,6 @@ # Deutsches Language 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/lang/en_us.l b/lang/en_us.l index d50800657..018b004b0 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -1,6 +1,6 @@ # United States English language 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. @@ -1,6 +1,6 @@ # Spanish Language 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. @@ -1,6 +1,6 @@ # French language 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. @@ -1,6 +1,6 @@ # Greek language 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/lang/hun.l b/lang/hun.l index 14f2df34b..1ef3891be 100644 --- a/lang/hun.l +++ b/lang/hun.l @@ -1,6 +1,6 @@ # Hungarian (magyar) language file. # -# (C) 2003-2011 Anope Team +# (C) 2003-2012 Anope Team # Contact us at team@anope.org # # Translated by: @@ -1,6 +1,6 @@ # Italian language 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/lang/langcomp.c b/lang/langcomp.c index 772cacfed..c8efa4ceb 100644 --- a/lang/langcomp.c +++ b/lang/langcomp.c @@ -1,6 +1,6 @@ /* Compiler for language definition files. * - * (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/lang/langtool.c b/lang/langtool.c index 26ff8bdd2..90120240e 100644 --- a/lang/langtool.c +++ b/lang/langtool.c @@ -1,6 +1,6 @@ /* Language stuff generator 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. @@ -1,6 +1,6 @@ # Dutch Language 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. @@ -14,7 +14,7 @@ # ########################################################################### # -# (C) 2003-2011 Anope Team +# (C) 2003-2012 Anope Team # Contact us at team@anope.org # # Please read COPYING and README for further details. @@ -1,6 +1,6 @@ # Portuguese language 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. @@ -1,6 +1,6 @@ # Russian language file for Anope # -# (C) 2003-2011 Anope Team +# (C) 2003-2012 Anope Team # Contact us at team@anope.org # # Please read COPYING and README for further details. @@ -1,6 +1,6 @@ # Turkish language 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/actions.c b/src/actions.c index a673f759f..738711502 100644 --- a/src/actions.c +++ b/src/actions.c @@ -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.c b/src/base64.c index f14159256..6296c03fb 100644 --- a/src/base64.c +++ b/src/base64.c @@ -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 1772d6c13..46dad96c5 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/botserv.c b/src/botserv.c index 894d6d9df..e2aa16ee8 100644 --- a/src/botserv.c +++ b/src/botserv.c @@ -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.c b/src/channels.c index 3aa05e3ab..ee827def5 100644 --- a/src/channels.c +++ b/src/channels.c @@ -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.c b/src/chanserv.c index 8a20ab7c8..1cbc3fcc8 100644 --- a/src/chanserv.c +++ b/src/chanserv.c @@ -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/commands.c b/src/commands.c index a5a354085..0f75b88b2 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-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/compat.c b/src/compat.c index 9d0eeef07..edd38edfd 100644 --- a/src/compat.c +++ b/src/compat.c @@ -1,6 +1,6 @@ /* Compatibility 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/config.c b/src/config.c index e1fe9a473..2617c8d4b 100644 --- a/src/config.c +++ b/src/config.c @@ -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/core/bs_act.c b/src/core/bs_act.c index fbb431d80..b55200386 100644 --- a/src/core/bs_act.c +++ b/src/core/bs_act.c @@ -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/src/core/bs_assign.c b/src/core/bs_assign.c index 0e0273506..aee9da128 100644 --- a/src/core/bs_assign.c +++ b/src/core/bs_assign.c @@ -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/src/core/bs_badwords.c b/src/core/bs_badwords.c index 7b89ade44..051a352df 100644 --- a/src/core/bs_badwords.c +++ b/src/core/bs_badwords.c @@ -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/src/core/bs_bot.c b/src/core/bs_bot.c index 193cdd095..7f9f0b75c 100644 --- a/src/core/bs_bot.c +++ b/src/core/bs_bot.c @@ -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/src/core/bs_botlist.c b/src/core/bs_botlist.c index 59b8a31a6..ed407df46 100644 --- a/src/core/bs_botlist.c +++ b/src/core/bs_botlist.c @@ -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/src/core/bs_fantasy.c b/src/core/bs_fantasy.c index 8f21e57b1..c8fa9dad8 100644 --- a/src/core/bs_fantasy.c +++ b/src/core/bs_fantasy.c @@ -1,6 +1,6 @@ /* BotServ core fantasy 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/core/bs_fantasy_kick.c b/src/core/bs_fantasy_kick.c index 6a7080333..3953bc671 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-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/core/bs_fantasy_kickban.c b/src/core/bs_fantasy_kickban.c index e53677b1b..52d7b82ab 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-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/core/bs_fantasy_owner.c b/src/core/bs_fantasy_owner.c index f41965bfc..b1da5858e 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-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/core/bs_fantasy_seen.c b/src/core/bs_fantasy_seen.c index d51c7a8eb..9b0beca85 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-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/core/bs_help.c b/src/core/bs_help.c index cf166c127..cd17a7d3a 100644 --- a/src/core/bs_help.c +++ b/src/core/bs_help.c @@ -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/src/core/bs_info.c b/src/core/bs_info.c index 3d4ff63cb..0151e9228 100644 --- a/src/core/bs_info.c +++ b/src/core/bs_info.c @@ -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/src/core/bs_kick.c b/src/core/bs_kick.c index d94c34aad..983a114f8 100644 --- a/src/core/bs_kick.c +++ b/src/core/bs_kick.c @@ -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/src/core/bs_say.c b/src/core/bs_say.c index b21c0c330..ba89337f2 100644 --- a/src/core/bs_say.c +++ b/src/core/bs_say.c @@ -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/src/core/bs_set.c b/src/core/bs_set.c index 423548f95..7f6ad7ac6 100644 --- a/src/core/bs_set.c +++ b/src/core/bs_set.c @@ -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/src/core/bs_unassign.c b/src/core/bs_unassign.c index c0ad67f45..af4728082 100644 --- a/src/core/bs_unassign.c +++ b/src/core/bs_unassign.c @@ -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/src/core/cs_access.c b/src/core/cs_access.c index 136a7627f..df0ff6948 100644 --- a/src/core/cs_access.c +++ b/src/core/cs_access.c @@ -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/src/core/cs_akick.c b/src/core/cs_akick.c index 80468a096..dfaaa0896 100644 --- a/src/core/cs_akick.c +++ b/src/core/cs_akick.c @@ -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/src/core/cs_ban.c b/src/core/cs_ban.c index 49573ca6b..48cfb6f80 100644 --- a/src/core/cs_ban.c +++ b/src/core/cs_ban.c @@ -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/src/core/cs_clear.c b/src/core/cs_clear.c index 1b1003f45..2554aeab0 100644 --- a/src/core/cs_clear.c +++ b/src/core/cs_clear.c @@ -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/src/core/cs_drop.c b/src/core/cs_drop.c index faf69302d..cf0cc7011 100644 --- a/src/core/cs_drop.c +++ b/src/core/cs_drop.c @@ -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/src/core/cs_forbid.c b/src/core/cs_forbid.c index b9cf40ce3..9dc9be5b6 100644 --- a/src/core/cs_forbid.c +++ b/src/core/cs_forbid.c @@ -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/src/core/cs_getkey.c b/src/core/cs_getkey.c index f2bc10c5e..431edc12b 100644 --- a/src/core/cs_getkey.c +++ b/src/core/cs_getkey.c @@ -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/src/core/cs_getpass.c b/src/core/cs_getpass.c index 02252e645..fc59c385c 100644 --- a/src/core/cs_getpass.c +++ b/src/core/cs_getpass.c @@ -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/src/core/cs_help.c b/src/core/cs_help.c index f802f98f3..622a10742 100644 --- a/src/core/cs_help.c +++ b/src/core/cs_help.c @@ -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/src/core/cs_identify.c b/src/core/cs_identify.c index 4bb0eca2c..0e7231e1d 100644 --- a/src/core/cs_identify.c +++ b/src/core/cs_identify.c @@ -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/src/core/cs_info.c b/src/core/cs_info.c index 8435c4c94..62cf6219c 100644 --- a/src/core/cs_info.c +++ b/src/core/cs_info.c @@ -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/src/core/cs_invite.c b/src/core/cs_invite.c index 74579fedd..1173fafcb 100644 --- a/src/core/cs_invite.c +++ b/src/core/cs_invite.c @@ -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/src/core/cs_kick.c b/src/core/cs_kick.c index c55606f64..7b2fb212f 100644 --- a/src/core/cs_kick.c +++ b/src/core/cs_kick.c @@ -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/src/core/cs_list.c b/src/core/cs_list.c index 9a8032035..08a47a803 100644 --- a/src/core/cs_list.c +++ b/src/core/cs_list.c @@ -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/src/core/cs_logout.c b/src/core/cs_logout.c index 038b4e912..597213d8a 100644 --- a/src/core/cs_logout.c +++ b/src/core/cs_logout.c @@ -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/src/core/cs_modes.c b/src/core/cs_modes.c index 6b71b8180..7587adcc1 100644 --- a/src/core/cs_modes.c +++ b/src/core/cs_modes.c @@ -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/src/core/cs_register.c b/src/core/cs_register.c index ce1c59913..b04553133 100644 --- a/src/core/cs_register.c +++ b/src/core/cs_register.c @@ -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/src/core/cs_sendpass.c b/src/core/cs_sendpass.c index cbde13459..225f494e5 100644 --- a/src/core/cs_sendpass.c +++ b/src/core/cs_sendpass.c @@ -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/src/core/cs_set.c b/src/core/cs_set.c index 94a9bae61..a06d75457 100644 --- a/src/core/cs_set.c +++ b/src/core/cs_set.c @@ -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/src/core/cs_status.c b/src/core/cs_status.c index 062bdd7ae..efbe4ba29 100644 --- a/src/core/cs_status.c +++ b/src/core/cs_status.c @@ -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/src/core/cs_suspend.c b/src/core/cs_suspend.c index bc26af720..0554d4764 100644 --- a/src/core/cs_suspend.c +++ b/src/core/cs_suspend.c @@ -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/src/core/cs_topic.c b/src/core/cs_topic.c index 4d4f6afff..9173016e0 100644 --- a/src/core/cs_topic.c +++ b/src/core/cs_topic.c @@ -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/src/core/cs_xop.c b/src/core/cs_xop.c index 2bfd6df56..e3af435dc 100644 --- a/src/core/cs_xop.c +++ b/src/core/cs_xop.c @@ -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/src/core/enc_md5.c b/src/core/enc_md5.c index 8f1d2e494..87c3e7ca6 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-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/src/core/enc_none.c b/src/core/enc_none.c index d275469be..65b1fb707 100644 --- a/src/core/enc_none.c +++ b/src/core/enc_none.c @@ -1,6 +1,6 @@ /* Module for encryption using MD5. * - * (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/core/enc_old.c b/src/core/enc_old.c index ea651fda8..decbeb9ea 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-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/core/he_help.c b/src/core/he_help.c index aa36f9f7e..8c097164a 100644 --- a/src/core/he_help.c +++ b/src/core/he_help.c @@ -1,6 +1,6 @@ /* HelpServ 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/core/hs_del.c b/src/core/hs_del.c index 9537a7e0c..0a1ce18b6 100644 --- a/src/core/hs_del.c +++ b/src/core/hs_del.c @@ -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/src/core/hs_delall.c b/src/core/hs_delall.c index db1c3091c..859477691 100644 --- a/src/core/hs_delall.c +++ b/src/core/hs_delall.c @@ -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/src/core/hs_group.c b/src/core/hs_group.c index db7cfad07..309567d01 100644 --- a/src/core/hs_group.c +++ b/src/core/hs_group.c @@ -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/src/core/hs_help.c b/src/core/hs_help.c index 324e195d1..5ac8e33a5 100644 --- a/src/core/hs_help.c +++ b/src/core/hs_help.c @@ -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/src/core/hs_list.c b/src/core/hs_list.c index 6a999f988..9c498c7f3 100644 --- a/src/core/hs_list.c +++ b/src/core/hs_list.c @@ -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/src/core/hs_off.c b/src/core/hs_off.c index dae1084c2..1931e7404 100644 --- a/src/core/hs_off.c +++ b/src/core/hs_off.c @@ -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/src/core/hs_on.c b/src/core/hs_on.c index 09e82ba64..976cde0e6 100644 --- a/src/core/hs_on.c +++ b/src/core/hs_on.c @@ -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/src/core/hs_set.c b/src/core/hs_set.c index 95a1f23ad..9765737bf 100644 --- a/src/core/hs_set.c +++ b/src/core/hs_set.c @@ -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/src/core/hs_setall.c b/src/core/hs_setall.c index c60456d18..c948dd8b6 100644 --- a/src/core/hs_setall.c +++ b/src/core/hs_setall.c @@ -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/src/core/ms_cancel.c b/src/core/ms_cancel.c index 6d6fd82a7..e052a5ce1 100644 --- a/src/core/ms_cancel.c +++ b/src/core/ms_cancel.c @@ -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/src/core/ms_check.c b/src/core/ms_check.c index 802dd71e3..6b5a93025 100644 --- a/src/core/ms_check.c +++ b/src/core/ms_check.c @@ -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/src/core/ms_del.c b/src/core/ms_del.c index a47561d3f..3eda19b3a 100644 --- a/src/core/ms_del.c +++ b/src/core/ms_del.c @@ -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/src/core/ms_help.c b/src/core/ms_help.c index 20db12cf5..332d982b6 100644 --- a/src/core/ms_help.c +++ b/src/core/ms_help.c @@ -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/src/core/ms_info.c b/src/core/ms_info.c index 795eb74c7..7f106e42b 100644 --- a/src/core/ms_info.c +++ b/src/core/ms_info.c @@ -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/src/core/ms_list.c b/src/core/ms_list.c index a12f82baf..18ca62b56 100644 --- a/src/core/ms_list.c +++ b/src/core/ms_list.c @@ -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/src/core/ms_read.c b/src/core/ms_read.c index f55f7e940..22f404f4b 100644 --- a/src/core/ms_read.c +++ b/src/core/ms_read.c @@ -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/src/core/ms_rsend.c b/src/core/ms_rsend.c index 816f878a6..8975cae8f 100644 --- a/src/core/ms_rsend.c +++ b/src/core/ms_rsend.c @@ -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/src/core/ms_send.c b/src/core/ms_send.c index 18a523064..985715ed1 100644 --- a/src/core/ms_send.c +++ b/src/core/ms_send.c @@ -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/src/core/ms_sendall.c b/src/core/ms_sendall.c index 3fb8e505f..1e8a0b600 100644 --- a/src/core/ms_sendall.c +++ b/src/core/ms_sendall.c @@ -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/src/core/ms_set.c b/src/core/ms_set.c index 1213c941c..1d9af84ca 100644 --- a/src/core/ms_set.c +++ b/src/core/ms_set.c @@ -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/src/core/ms_staff.c b/src/core/ms_staff.c index 2a8a6d382..43ec3cab8 100644 --- a/src/core/ms_staff.c +++ b/src/core/ms_staff.c @@ -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/src/core/ns_access.c b/src/core/ns_access.c index d64e4c175..b2bdf45be 100644 --- a/src/core/ns_access.c +++ b/src/core/ns_access.c @@ -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/src/core/ns_alist.c b/src/core/ns_alist.c index 84924bee0..69baaf2f8 100644 --- a/src/core/ns_alist.c +++ b/src/core/ns_alist.c @@ -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/src/core/ns_drop.c b/src/core/ns_drop.c index 84aa71811..38854d282 100644 --- a/src/core/ns_drop.c +++ b/src/core/ns_drop.c @@ -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/src/core/ns_forbid.c b/src/core/ns_forbid.c index bef904b78..bed2ecff1 100644 --- a/src/core/ns_forbid.c +++ b/src/core/ns_forbid.c @@ -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/src/core/ns_getemail.c b/src/core/ns_getemail.c index f4e818338..976bd03ce 100644 --- a/src/core/ns_getemail.c +++ b/src/core/ns_getemail.c @@ -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/src/core/ns_getpass.c b/src/core/ns_getpass.c index a87a11b4c..cfe6c5592 100644 --- a/src/core/ns_getpass.c +++ b/src/core/ns_getpass.c @@ -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/src/core/ns_ghost.c b/src/core/ns_ghost.c index 5090b12b1..3b531b2ef 100644 --- a/src/core/ns_ghost.c +++ b/src/core/ns_ghost.c @@ -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/src/core/ns_group.c b/src/core/ns_group.c index 59cf74588..175d0ee03 100644 --- a/src/core/ns_group.c +++ b/src/core/ns_group.c @@ -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/src/core/ns_help.c b/src/core/ns_help.c index c4e563607..6d383afcf 100644 --- a/src/core/ns_help.c +++ b/src/core/ns_help.c @@ -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/src/core/ns_identify.c b/src/core/ns_identify.c index 6ed204446..7ceb1feaf 100644 --- a/src/core/ns_identify.c +++ b/src/core/ns_identify.c @@ -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/src/core/ns_info.c b/src/core/ns_info.c index bc05111fc..f9860f014 100644 --- a/src/core/ns_info.c +++ b/src/core/ns_info.c @@ -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/src/core/ns_list.c b/src/core/ns_list.c index 81ff9abd1..6eb6aff63 100644 --- a/src/core/ns_list.c +++ b/src/core/ns_list.c @@ -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/src/core/ns_logout.c b/src/core/ns_logout.c index 66ac919c4..b24086bc8 100644 --- a/src/core/ns_logout.c +++ b/src/core/ns_logout.c @@ -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/src/core/ns_recover.c b/src/core/ns_recover.c index 82aad121e..301665aa9 100644 --- a/src/core/ns_recover.c +++ b/src/core/ns_recover.c @@ -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/src/core/ns_register.c b/src/core/ns_register.c index 20a995ed1..91611ca30 100644 --- a/src/core/ns_register.c +++ b/src/core/ns_register.c @@ -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/src/core/ns_release.c b/src/core/ns_release.c index b4a0fc475..f27a402f0 100644 --- a/src/core/ns_release.c +++ b/src/core/ns_release.c @@ -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/src/core/ns_saset.c b/src/core/ns_saset.c index 0600eeb7a..fec885daa 100644 --- a/src/core/ns_saset.c +++ b/src/core/ns_saset.c @@ -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/src/core/ns_sendpass.c b/src/core/ns_sendpass.c index ea98cfcc4..68a274c92 100644 --- a/src/core/ns_sendpass.c +++ b/src/core/ns_sendpass.c @@ -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/src/core/ns_set.c b/src/core/ns_set.c index 7b40c2253..302906f6c 100644 --- a/src/core/ns_set.c +++ b/src/core/ns_set.c @@ -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/src/core/ns_status.c b/src/core/ns_status.c index 89821974f..609478861 100644 --- a/src/core/ns_status.c +++ b/src/core/ns_status.c @@ -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/src/core/ns_suspend.c b/src/core/ns_suspend.c index d76d4f720..49f669484 100644 --- a/src/core/ns_suspend.c +++ b/src/core/ns_suspend.c @@ -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/src/core/ns_update.c b/src/core/ns_update.c index ab2724933..c18f9dd1c 100644 --- a/src/core/ns_update.c +++ b/src/core/ns_update.c @@ -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/src/core/os_admin.c b/src/core/os_admin.c index 53b61c745..fd307b42a 100644 --- a/src/core/os_admin.c +++ b/src/core/os_admin.c @@ -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/core/os_akill.c b/src/core/os_akill.c index b49a449db..9472ad00e 100644 --- a/src/core/os_akill.c +++ b/src/core/os_akill.c @@ -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/core/os_chankill.c b/src/core/os_chankill.c index 6faffe2a7..82125c0e2 100644 --- a/src/core/os_chankill.c +++ b/src/core/os_chankill.c @@ -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/core/os_chanlist.c b/src/core/os_chanlist.c index cc0d86248..e401207f9 100644 --- a/src/core/os_chanlist.c +++ b/src/core/os_chanlist.c @@ -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/core/os_clearmodes.c b/src/core/os_clearmodes.c index e3ebab504..8363d7f06 100644 --- a/src/core/os_clearmodes.c +++ b/src/core/os_clearmodes.c @@ -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/core/os_defcon.c b/src/core/os_defcon.c index 17f19b80a..69efdfe0f 100644 --- a/src/core/os_defcon.c +++ b/src/core/os_defcon.c @@ -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/core/os_global.c b/src/core/os_global.c index d4105c7b3..cff708fc1 100644 --- a/src/core/os_global.c +++ b/src/core/os_global.c @@ -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/core/os_help.c b/src/core/os_help.c index 038c58ff8..a1d1ea3d3 100644 --- a/src/core/os_help.c +++ b/src/core/os_help.c @@ -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/core/os_ignore.c b/src/core/os_ignore.c index de77616ea..5062379a2 100644 --- a/src/core/os_ignore.c +++ b/src/core/os_ignore.c @@ -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/core/os_jupe.c b/src/core/os_jupe.c index caa450eaf..c3882d113 100644 --- a/src/core/os_jupe.c +++ b/src/core/os_jupe.c @@ -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/core/os_kick.c b/src/core/os_kick.c index 8779a971d..3971bdbd5 100644 --- a/src/core/os_kick.c +++ b/src/core/os_kick.c @@ -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/core/os_logonnews.c b/src/core/os_logonnews.c index 59ede8ed3..eb3e6165e 100644 --- a/src/core/os_logonnews.c +++ b/src/core/os_logonnews.c @@ -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/core/os_mode.c b/src/core/os_mode.c index e568d3786..87cb8ed2d 100644 --- a/src/core/os_mode.c +++ b/src/core/os_mode.c @@ -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/core/os_modinfo.c b/src/core/os_modinfo.c index 8ed77f1b1..d58a8fc90 100644 --- a/src/core/os_modinfo.c +++ b/src/core/os_modinfo.c @@ -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/core/os_modlist.c b/src/core/os_modlist.c index 55e4bd791..741b29b3e 100644 --- a/src/core/os_modlist.c +++ b/src/core/os_modlist.c @@ -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/core/os_modload.c b/src/core/os_modload.c index 8ca80a45a..d1d95278a 100644 --- a/src/core/os_modload.c +++ b/src/core/os_modload.c @@ -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/core/os_modunload.c b/src/core/os_modunload.c index 7ed7195d3..57b800620 100644 --- a/src/core/os_modunload.c +++ b/src/core/os_modunload.c @@ -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/core/os_noop.c b/src/core/os_noop.c index 5c75c51cf..8aee9e400 100644 --- a/src/core/os_noop.c +++ b/src/core/os_noop.c @@ -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/core/os_oline.c b/src/core/os_oline.c index c2d889390..9d261db84 100644 --- a/src/core/os_oline.c +++ b/src/core/os_oline.c @@ -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/core/os_oper.c b/src/core/os_oper.c index bf3b88120..a8abb2ba6 100644 --- a/src/core/os_oper.c +++ b/src/core/os_oper.c @@ -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/core/os_opernews.c b/src/core/os_opernews.c index 56b656ce5..099d0718f 100644 --- a/src/core/os_opernews.c +++ b/src/core/os_opernews.c @@ -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/core/os_quit.c b/src/core/os_quit.c index 8efe2b066..6a3860dcf 100644 --- a/src/core/os_quit.c +++ b/src/core/os_quit.c @@ -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/core/os_randomnews.c b/src/core/os_randomnews.c index 0ad6858a5..407eb4e0e 100644 --- a/src/core/os_randomnews.c +++ b/src/core/os_randomnews.c @@ -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/core/os_raw.c b/src/core/os_raw.c index bd5d914a2..143523c9b 100644 --- a/src/core/os_raw.c +++ b/src/core/os_raw.c @@ -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/core/os_reload.c b/src/core/os_reload.c index a364245bd..a9d094d97 100644 --- a/src/core/os_reload.c +++ b/src/core/os_reload.c @@ -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/core/os_restart.c b/src/core/os_restart.c index 5541929b9..f8506a28a 100644 --- a/src/core/os_restart.c +++ b/src/core/os_restart.c @@ -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/core/os_session.c b/src/core/os_session.c index 149413702..1a9d0cebf 100644 --- a/src/core/os_session.c +++ b/src/core/os_session.c @@ -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/core/os_set.c b/src/core/os_set.c index 65fa4265c..b1c8de58f 100644 --- a/src/core/os_set.c +++ b/src/core/os_set.c @@ -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/core/os_sgline.c b/src/core/os_sgline.c index cf9e90893..9f04d03e6 100644 --- a/src/core/os_sgline.c +++ b/src/core/os_sgline.c @@ -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/core/os_shutdown.c b/src/core/os_shutdown.c index 7dac479fd..766e06380 100644 --- a/src/core/os_shutdown.c +++ b/src/core/os_shutdown.c @@ -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/core/os_sqline.c b/src/core/os_sqline.c index f21b1c6bd..6a68b11eb 100644 --- a/src/core/os_sqline.c +++ b/src/core/os_sqline.c @@ -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/core/os_staff.c b/src/core/os_staff.c index b90d6995e..51ba1269b 100644 --- a/src/core/os_staff.c +++ b/src/core/os_staff.c @@ -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/core/os_stats.c b/src/core/os_stats.c index e58c43fe5..e9384df8d 100644 --- a/src/core/os_stats.c +++ b/src/core/os_stats.c @@ -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/core/os_svsnick.c b/src/core/os_svsnick.c index 657f50b9e..2141ae5cf 100644 --- a/src/core/os_svsnick.c +++ b/src/core/os_svsnick.c @@ -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/core/os_szline.c b/src/core/os_szline.c index ec0e7acfd..1c40e15a1 100644 --- a/src/core/os_szline.c +++ b/src/core/os_szline.c @@ -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/core/os_umode.c b/src/core/os_umode.c index bbdf116cd..72b9f1d70 100644 --- a/src/core/os_umode.c +++ b/src/core/os_umode.c @@ -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/core/os_update.c b/src/core/os_update.c index 54d264a12..a1d62cbf9 100644 --- a/src/core/os_update.c +++ b/src/core/os_update.c @@ -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/core/os_userlist.c b/src/core/os_userlist.c index 8a11fe4ab..aec8e6351 100644 --- a/src/core/os_userlist.c +++ b/src/core/os_userlist.c @@ -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/datafiles.c b/src/datafiles.c index 6a63b4392..db426531e 100644 --- a/src/datafiles.c +++ b/src/datafiles.c @@ -1,6 +1,6 @@ /* Database file 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/encrypt.c b/src/encrypt.c index b4edfe8aa..4ecfa52b3 100644 --- a/src/encrypt.c +++ b/src/encrypt.c @@ -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/events.c b/src/events.c index 4fc7a990f..ab0345f42 100644 --- a/src/events.c +++ b/src/events.c @@ -1,6 +1,6 @@ /* Events functions. * - * (C) 2004-2011 Anope Team + * (C) 2004-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. diff --git a/src/helpserv.c b/src/helpserv.c index 95532e147..afffc7d94 100644 --- a/src/helpserv.c +++ b/src/helpserv.c @@ -1,6 +1,6 @@ /* HelpServ 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/hostserv.c b/src/hostserv.c index 5bc9d3685..dd24013fd 100644 --- a/src/hostserv.c +++ b/src/hostserv.c @@ -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.c b/src/init.c index 29e895f83..870b0660b 100644 --- a/src/init.c +++ b/src/init.c @@ -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/ircd.c b/src/ircd.c index 1c41b4b23..ae1575747 100644 --- a/src/ircd.c +++ b/src/ircd.c @@ -1,6 +1,6 @@ /* Main 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/src/language.c b/src/language.c index 63af744f6..b7d8709b3 100644 --- a/src/language.c +++ b/src/language.c @@ -1,6 +1,6 @@ /* Multi-language 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/list.c b/src/list.c index 4b1a47126..b84bc3ebb 100644 --- a/src/list.c +++ b/src/list.c @@ -1,6 +1,6 @@ /* Routines to handle `listnicks' and `listchans' invocations. * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. @@ -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/mail.c b/src/mail.c index 5b649e35d..7a8b8cd76 100644 --- a/src/mail.c +++ b/src/mail.c @@ -1,6 +1,6 @@ /* Mail utility 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.c b/src/main.c index ecd939fda..0a401c7d7 100644 --- a/src/main.c +++ b/src/main.c @@ -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/makefile.win32 b/src/makefile.win32 index 914bdeac8..4f892094c 100644 --- a/src/makefile.win32 +++ b/src/makefile.win32 @@ -1,6 +1,6 @@ # Make file 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/memory.c b/src/memory.c index 176279805..a1e48facc 100644 --- a/src/memory.c +++ b/src/memory.c @@ -1,6 +1,6 @@ /* Memory management 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/memoserv.c b/src/memoserv.c index 3b18a9e4a..d739df4d4 100644 --- a/src/memoserv.c +++ b/src/memoserv.c @@ -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.c b/src/messages.c index e6c02f8cd..fcc4d55e4 100644 --- a/src/messages.c +++ b/src/messages.c @@ -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.c b/src/misc.c index 4187e8039..e8c9b2b1d 100644 --- a/src/misc.c +++ b/src/misc.c @@ -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/modules.c b/src/modules.c index 76e2f14ff..b239085c0 100644 --- a/src/modules.c +++ b/src/modules.c @@ -1,7 +1,7 @@ /* 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/modules/bs_fantasy_unban.c b/src/modules/bs_fantasy_unban.c index c0f1d2da4..50710071d 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-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/modules/cs_appendtopic.c b/src/modules/cs_appendtopic.c index b9a5f6773..7868430fe 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-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/src/modules/cs_enforce.c b/src/modules/cs_enforce.c index 5635fd97f..c3f7f51f8 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-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/src/modules/cs_tban.c b/src/modules/cs_tban.c index d725bda58..e086da1c5 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-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/src/modules/hs_request.c b/src/modules/hs_request.c index 00b7d74d0..1a9327b58 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-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/src/modules/ns_maxemail.c b/src/modules/ns_maxemail.c index fb540872e..f0ed118a0 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-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/src/modules/ns_noop_convert.c b/src/modules/ns_noop_convert.c index 46d0a76bf..6ed49b75a 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-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/src/modules/os_ignore_db.c b/src/modules/os_ignore_db.c index 5cdc00a43..04e84f146 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-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@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 57e2db64b..abb721c20 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-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/src/mysql.c b/src/mysql.c index 22b050034..86739d502 100644 --- a/src/mysql.c +++ b/src/mysql.c @@ -1,7 +1,7 @@ /* MySQL 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/news.c b/src/news.c index 038026dc4..e832b4e53 100644 --- a/src/news.c +++ b/src/news.c @@ -1,7 +1,7 @@ /* News 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/nickserv.c b/src/nickserv.c index f60ce81c8..aeb3e4a16 100644 --- a/src/nickserv.c +++ b/src/nickserv.c @@ -1,7 +1,7 @@ /* 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.c b/src/operserv.c index d338ddb7f..6e2e7ce33 100644 --- a/src/operserv.c +++ b/src/operserv.c @@ -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/process.c b/src/process.c index f092794b8..e9f4b1c81 100644 --- a/src/process.c +++ b/src/process.c @@ -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/protocol/bahamut.c b/src/protocol/bahamut.c index 7b632ea32..b0594301f 100644 --- a/src/protocol/bahamut.c +++ b/src/protocol/bahamut.c @@ -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/src/protocol/bahamut.h b/src/protocol/bahamut.h index b53a863e5..e50e6f69e 100644 --- a/src/protocol/bahamut.h +++ b/src/protocol/bahamut.h @@ -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/src/protocol/charybdis.c b/src/protocol/charybdis.c index 42f189c1e..ad6256d29 100644 --- a/src/protocol/charybdis.c +++ b/src/protocol/charybdis.c @@ -1,7 +1,7 @@ /* Charybdis IRCD functions * * (C) 2006 William Pitcock <nenolod -at- charybdis.be> - * (C) 2003-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/protocol/charybdis.h b/src/protocol/charybdis.h index b1cf39ceb..81dd1fcb3 100644 --- a/src/protocol/charybdis.h +++ b/src/protocol/charybdis.h @@ -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/src/protocol/dreamforge.c b/src/protocol/dreamforge.c index 53a489134..b6be4c120 100644 --- a/src/protocol/dreamforge.c +++ b/src/protocol/dreamforge.c @@ -1,6 +1,6 @@ /* DreamForge 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/src/protocol/dreamforge.h b/src/protocol/dreamforge.h index 229a3ed96..6ef72b468 100644 --- a/src/protocol/dreamforge.h +++ b/src/protocol/dreamforge.h @@ -1,6 +1,6 @@ /* DreamForge 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/src/protocol/hybrid.c b/src/protocol/hybrid.c index bc9df5c11..76f9c6b9b 100644 --- a/src/protocol/hybrid.c +++ b/src/protocol/hybrid.c @@ -1,6 +1,6 @@ /* Hybrid 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/src/protocol/hybrid.h b/src/protocol/hybrid.h index 1fac12b66..195a11dea 100644 --- a/src/protocol/hybrid.h +++ b/src/protocol/hybrid.h @@ -1,6 +1,6 @@ /* Hybrid 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/src/protocol/inspircd11.c b/src/protocol/inspircd11.c index 3cf29e268..ed49ddbff 100644 --- a/src/protocol/inspircd11.c +++ b/src/protocol/inspircd11.c @@ -1,7 +1,7 @@ /* inspircd 1.1 beta 6+ functions * * (C) 2005-2007 Craig Edwards <brain@inspircd.org> - * (C) 2003-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/protocol/inspircd11.h b/src/protocol/inspircd11.h index 5fe15bf55..bb865fb1c 100755 --- a/src/protocol/inspircd11.h +++ b/src/protocol/inspircd11.h @@ -1,6 +1,6 @@ /* inspircd 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/src/protocol/inspircd12.c b/src/protocol/inspircd12.c index 3dbc1768b..aaf6bcf9a 100644 --- a/src/protocol/inspircd12.c +++ b/src/protocol/inspircd12.c @@ -1,7 +1,7 @@ /* inspircd 1.2.0 + functions * * (C) 2009 Jan Milants <Viper@Anope.org> - * (C) 2003-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/protocol/inspircd12.h b/src/protocol/inspircd12.h index 67c4957b6..720c7c036 100644 --- a/src/protocol/inspircd12.h +++ b/src/protocol/inspircd12.h @@ -1,7 +1,7 @@ /* inspircd 1.2.0 + headers * * (C) 2009 Jan Milants <Viper@Anope.org> - * (C) 2003-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/protocol/inspircd20.c b/src/protocol/inspircd20.c index 63f7ba558..7c74eb117 100644 --- a/src/protocol/inspircd20.c +++ b/src/protocol/inspircd20.c @@ -2,7 +2,7 @@ * * (C) 2009 Jan Milants <Viper@Anope.org> * (C) 2011 Adam <Adam@anope.org> - * (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/protocol/inspircd20.h b/src/protocol/inspircd20.h index cec1d93d5..915fa9abb 100644 --- a/src/protocol/inspircd20.h +++ b/src/protocol/inspircd20.h @@ -1,7 +1,7 @@ /* inspircd 1.2.0 + headers * * (C) 2009 Jan Milants <Viper@Anope.org> - * (C) 2003-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/protocol/plexus2.c b/src/protocol/plexus2.c index 86378bddf..bb5d34056 100644 --- a/src/protocol/plexus2.c +++ b/src/protocol/plexus2.c @@ -1,6 +1,6 @@ /* PlexusIRCD 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/src/protocol/plexus2.h b/src/protocol/plexus2.h index a6100b896..83c1b4096 100644 --- a/src/protocol/plexus2.h +++ b/src/protocol/plexus2.h @@ -1,6 +1,6 @@ /* PlexusIRCD 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/src/protocol/plexus3.c b/src/protocol/plexus3.c index 58810fe5d..5e468bad6 100644 --- a/src/protocol/plexus3.c +++ b/src/protocol/plexus3.c @@ -1,6 +1,6 @@ /* PlexusIRCD 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/src/protocol/plexus3.h b/src/protocol/plexus3.h index 8d2b7d16f..6808c54f0 100644 --- a/src/protocol/plexus3.h +++ b/src/protocol/plexus3.h @@ -1,6 +1,6 @@ /* PlexusIRCD 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/src/protocol/ptlink.c b/src/protocol/ptlink.c index 47f225c08..851e4534a 100644 --- a/src/protocol/ptlink.c +++ b/src/protocol/ptlink.c @@ -1,6 +1,6 @@ /* PTLink 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/src/protocol/ptlink.h b/src/protocol/ptlink.h index 000a22a45..6c463416c 100644 --- a/src/protocol/ptlink.h +++ b/src/protocol/ptlink.h @@ -1,6 +1,6 @@ /* PTLink 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/src/protocol/rageircd.c b/src/protocol/rageircd.c index eb250d7dc..4bc23dfe2 100644 --- a/src/protocol/rageircd.c +++ b/src/protocol/rageircd.c @@ -1,6 +1,6 @@ /* Rage 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/src/protocol/rageircd.h b/src/protocol/rageircd.h index 7b6523f5b..226d7c33a 100644 --- a/src/protocol/rageircd.h +++ b/src/protocol/rageircd.h @@ -1,6 +1,6 @@ /* Rage 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/src/protocol/ratbox.c b/src/protocol/ratbox.c index 938e05731..2ea7591b0 100644 --- a/src/protocol/ratbox.c +++ b/src/protocol/ratbox.c @@ -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/src/protocol/ratbox.h b/src/protocol/ratbox.h index 0253896cb..70cc7aa79 100644 --- a/src/protocol/ratbox.h +++ b/src/protocol/ratbox.h @@ -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/src/protocol/shadowircd.c b/src/protocol/shadowircd.c index 74d3f3bf2..7cc0d5585 100644 --- a/src/protocol/shadowircd.c +++ b/src/protocol/shadowircd.c @@ -1,6 +1,6 @@ /* ShadowIRCd 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/protocol/shadowircd.h b/src/protocol/shadowircd.h index 0e32aca69..e36cd3200 100644 --- a/src/protocol/shadowircd.h +++ b/src/protocol/shadowircd.h @@ -1,6 +1,6 @@ /* ShadowIRCD 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/protocol/solidircd.c b/src/protocol/solidircd.c index 8d9387873..16ee25b39 100644 --- a/src/protocol/solidircd.c +++ b/src/protocol/solidircd.c @@ -1,6 +1,6 @@ /* Solid-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/src/protocol/solidircd.h b/src/protocol/solidircd.h index b1e445a2b..bfe8fbee0 100644 --- a/src/protocol/solidircd.h +++ b/src/protocol/solidircd.h @@ -1,6 +1,6 @@ /* SolidIRCD 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/protocol/ultimate2.c b/src/protocol/ultimate2.c index 4241b84d1..13c9841cd 100644 --- a/src/protocol/ultimate2.c +++ b/src/protocol/ultimate2.c @@ -1,6 +1,6 @@ /* Ultimate IRCD 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/src/protocol/ultimate2.h b/src/protocol/ultimate2.h index 47f21c9d4..f243dcfea 100644 --- a/src/protocol/ultimate2.h +++ b/src/protocol/ultimate2.h @@ -1,6 +1,6 @@ /* Ultimate IRCD 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/src/protocol/ultimate3.c b/src/protocol/ultimate3.c index eb715fc8b..70efcd391 100644 --- a/src/protocol/ultimate3.c +++ b/src/protocol/ultimate3.c @@ -1,6 +1,6 @@ /* Ultimate IRCD 3 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/protocol/ultimate3.h b/src/protocol/ultimate3.h index 266ba2332..5c18022ba 100644 --- a/src/protocol/ultimate3.h +++ b/src/protocol/ultimate3.h @@ -1,6 +1,6 @@ /* Ultimate IRCD 3.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/src/protocol/unreal31.c b/src/protocol/unreal31.c index e5fcf1fe5..f9ee63da7 100644 --- a/src/protocol/unreal31.c +++ b/src/protocol/unreal31.c @@ -1,6 +1,6 @@ /* Unreal IRCD 3.1.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/src/protocol/unreal31.h b/src/protocol/unreal31.h index c44a076fe..db97301ab 100644 --- a/src/protocol/unreal31.h +++ b/src/protocol/unreal31.h @@ -1,6 +1,6 @@ /* Unreal IRCD 3.1.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/src/protocol/unreal32.c b/src/protocol/unreal32.c index a084354b0..2f0bb86ba 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -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/src/protocol/unreal32.h b/src/protocol/unreal32.h index a227db246..e864610dc 100644 --- a/src/protocol/unreal32.h +++ b/src/protocol/unreal32.h @@ -1,6 +1,6 @@ /* Unreal IRCD 3.2.x functions * - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at info@unreal.org * * Please read COPYING and README for further details. diff --git a/src/protocol/viagra.c b/src/protocol/viagra.c index 4a40cbeba..b4ef23bf0 100644 --- a/src/protocol/viagra.c +++ b/src/protocol/viagra.c @@ -1,6 +1,6 @@ /* Viagra 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/src/protocol/viagra.h b/src/protocol/viagra.h index cc084992a..7c1f6c602 100644 --- a/src/protocol/viagra.h +++ b/src/protocol/viagra.h @@ -1,6 +1,6 @@ /* Viagra 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. @@ -1,6 +1,6 @@ /* RDB 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/send.c b/src/send.c index 77d4a434c..8628f9646 100644 --- a/src/send.c +++ b/src/send.c @@ -1,6 +1,6 @@ /* Routines for sending stuff to the network. * - * (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.c b/src/servers.c index 1157438fa..282409bea 100644 --- a/src/servers.c +++ b/src/servers.c @@ -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/sessions.c b/src/sessions.c index c6c58ae67..b9f8e7ce1 100644 --- a/src/sessions.c +++ b/src/sessions.c @@ -1,6 +1,6 @@ /* Session Limiting 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/slist.c b/src/slist.c index edc07881a..36742b15b 100644 --- a/src/slist.c +++ b/src/slist.c @@ -1,6 +1,6 @@ /* Services list handler implementation. * - * (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/sockutil.c b/src/sockutil.c index 62478f799..81b3bb81e 100644 --- a/src/sockutil.c +++ b/src/sockutil.c @@ -1,6 +1,6 @@ /* Socket utility 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/timeout.c b/src/timeout.c index a01e8cd44..35f449f40 100644 --- a/src/timeout.c +++ b/src/timeout.c @@ -1,6 +1,6 @@ /* Routines for time-delayed 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/tools/anopesmtp.c b/src/tools/anopesmtp.c index 9452298bd..1761f0f1d 100644 --- a/src/tools/anopesmtp.c +++ b/src/tools/anopesmtp.c @@ -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/tools/db-merger.c b/src/tools/db-merger.c index 30bef35f6..1091d6e58 100644 --- a/src/tools/db-merger.c +++ b/src/tools/db-merger.c @@ -1,6 +1,6 @@ /* * Anope Database Merger - * (C) 2003-2011 Anope Team + * (C) 2003-2012 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. @@ -9,7 +9,7 @@ * * Based on the original IRC, db-merger.c * (C) Copyright 2005-2006, Florian Schulze (Certus) - * Based on the original code of Anope, (C) 2003-2005 Anope Team + * Based on the original code of Anope, (C) 2003-2012 Anope Team * */ diff --git a/src/tools/epona2anope.c b/src/tools/epona2anope.c index d89be6d12..646afaa75 100644 --- a/src/tools/epona2anope.c +++ b/src/tools/epona2anope.c @@ -2,7 +2,7 @@ * IRC - Internet Relay Chat, epona2anope.c * (C) Copyright 2005-2006, Florian Schulze (Certus) * - * Based on the original code of Anope, (C) 2003-2005 Anope Team + * Based on the original code of Anope, (C) 2003-2012 Anope Team * * 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 b097baa78..85a1e58ec 100644 --- a/src/tools/smtp.h +++ b/src/tools/smtp.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/src/users.c b/src/users.c index 682339287..3a1280257 100644 --- a/src/users.c +++ b/src/users.c @@ -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.rc.template b/src/win32.rc.template index e31a20ba9..17278a4c8 100644 --- a/src/win32.rc.template +++ b/src/win32.rc.template @@ -52,7 +52,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/version.log b/version.log index 3a79088b4..7939bde2c 100644 --- a/version.log +++ b/version.log @@ -1,4 +1,4 @@ -# (C) 2003-2011 Anope Team +# (C) 2003-2012 Anope Team # Contact us at team@anope.org # # Please read COPYING and README for further details. @@ -8,9 +8,10 @@ VERSION_MAJOR="1" VERSION_MINOR="8" VERSION_PATCH="8" VERSION_EXTRA="-git" -VERSION_BUILD="3091" +VERSION_BUILD="3092" # Changes since 1.8.7 Release +#Revision 3092 - Updated Copyright to 2012 #Revision 3091 - Bug #1369 - Fixed os_svsnick to allow changing the case of a users' nick |