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 /include | |
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 'include')
-rw-r--r-- | include/bots.h | 9 | ||||
-rw-r--r-- | include/commands.h | 2 | ||||
-rw-r--r-- | include/config.h | 2 | ||||
-rw-r--r-- | include/datafiles.h | 2 | ||||
-rw-r--r-- | include/defs.h | 2 | ||||
-rw-r--r-- | include/encrypt.h | 2 | ||||
-rw-r--r-- | include/events.h | 2 | ||||
-rw-r--r-- | include/extern.h | 2 | ||||
-rw-r--r-- | include/hashcomp.h | 4 | ||||
-rw-r--r-- | include/messages.h | 2 | ||||
-rw-r--r-- | include/modules.h | 2 | ||||
-rw-r--r-- | include/pseudo.h | 2 | ||||
-rw-r--r-- | include/regchannel.h | 2 | ||||
-rw-r--r-- | include/services.h | 2 | ||||
-rw-r--r-- | include/slist.h | 2 | ||||
-rw-r--r-- | include/sockets.h | 2 | ||||
-rw-r--r-- | include/timeout.h | 2 | ||||
-rw-r--r-- | include/users.h | 4 | ||||
-rw-r--r-- | include/version.sh.c | 2 |
19 files changed, 22 insertions, 27 deletions
diff --git a/include/bots.h b/include/bots.h index 7c36e77a7..a107c21a6 100644 --- a/include/bots.h +++ b/include/bots.h @@ -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. * @@ -10,11 +10,6 @@ */ -/* Bot info structures. Note that since there won't be many bots, - * they're not in a hash list. - * --lara - */ - struct CommandHash; class CoreExport BotInfo diff --git a/include/commands.h b/include/commands.h index a399df2b0..b41b12052 100644 --- a/include/commands.h +++ b/include/commands.h @@ -1,6 +1,6 @@ /* Declarations for command data. * - * (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/include/config.h b/include/config.h index dd591ceb6..a0cd49bf7 100644 --- a/include/config.h +++ b/include/config.h @@ -1,6 +1,6 @@ /* Services configuration. * - * (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/include/datafiles.h b/include/datafiles.h index 92564b7cc..25088449b 100644 --- a/include/datafiles.h +++ b/include/datafiles.h @@ -1,6 +1,6 @@ /* Database file descriptor structure and file handling routine prototypes. * - * (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/include/defs.h b/include/defs.h index 78371946d..dcd36377a 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-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/include/encrypt.h b/include/encrypt.h index c9fc46b15..37ee82e46 100644 --- a/include/encrypt.h +++ b/include/encrypt.h @@ -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 furhter details. diff --git a/include/events.h b/include/events.h index 77ec0bf8e..7be3160e0 100644 --- a/include/events.h +++ b/include/events.h @@ -1,6 +1,6 @@ /* Prototypes and external variable declarations. * - * (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/include/extern.h b/include/extern.h index c10614133..918218081 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1,6 +1,6 @@ /* Prototypes and external variable declarations. * - * (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/include/hashcomp.h b/include/hashcomp.h index 8d0b09ec2..3d0d5f12c 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -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) 2009 Anope Team <info@anope.org> * * Please read COPYING and README for further details. * diff --git a/include/messages.h b/include/messages.h index afea8ecc3..3e99dcc04 100644 --- a/include/messages.h +++ b/include/messages.h @@ -1,6 +1,6 @@ /* Declarations of IRC message structures, variables, and 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/include/modules.h b/include/modules.h index 32310617c..1123c6f9e 100644 --- a/include/modules.h +++ b/include/modules.h @@ -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 furhter details. diff --git a/include/pseudo.h b/include/pseudo.h index e20ec8b7b..74a644b6e 100644 --- a/include/pseudo.h +++ b/include/pseudo.h @@ -1,6 +1,6 @@ /* Include extra includes needed by most/all pseudo-clients. * - * (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/include/regchannel.h b/include/regchannel.h index 1823b1db7..8d4219c4b 100644 --- a/include/regchannel.h +++ b/include/regchannel.h @@ -1,6 +1,6 @@ /* Modular support * - * (C) 2008 Anope Team + * (C) 2008-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for further details. diff --git a/include/services.h b/include/services.h index 78589e98b..3c174da36 100644 --- a/include/services.h +++ b/include/services.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/include/slist.h b/include/slist.h index aeceefc45..9235b751f 100644 --- a/include/slist.h +++ b/include/slist.h @@ -1,6 +1,6 @@ /* Header for Services list handler. * - * (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/include/sockets.h b/include/sockets.h index dea2de663..825b0af58 100644 --- a/include/sockets.h +++ b/include/sockets.h @@ -1,6 +1,6 @@ /* * - * (C) 2004-2008 Anope Team + * (C) 2004-2009 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/timeout.h b/include/timeout.h index 857227dec..b5968bed5 100644 --- a/include/timeout.h +++ b/include/timeout.h @@ -1,6 +1,6 @@ /* Time-delay routine include stuff. * - * (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/include/users.h b/include/users.h index a54ad255d..7d1f18af7 100644 --- a/include/users.h +++ b/include/users.h @@ -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/include/version.sh.c b/include/version.sh.c index 2b2f0c198..94ae6b6f0 100644 --- a/include/version.sh.c +++ b/include/version.sh.c @@ -1,6 +1,6 @@ /* version file 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. |