summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlethality <lethality@anope.org>2011-01-05 18:34:38 +0000
committerlethality <lethality@anope.org>2011-01-05 18:34:38 +0000
commit9efebe5461fd5985190380d11fd8c3c7a5fba9d6 (patch)
tree6c0648761827c2081d2999241e977f91921d37ae /src
parent7198fa73d18ecd43b38a12cb16cefbbda2d5641e (diff)
update copyrights for 2011
Diffstat (limited to 'src')
-rw-r--r--src/actions.cpp2
-rw-r--r--src/base64.cpp2
-rw-r--r--src/bin/anoperc.in2
-rw-r--r--src/bots.cpp4
-rw-r--r--src/botserv.cpp2
-rw-r--r--src/channels.cpp2
-rw-r--r--src/chanserv.cpp2
-rw-r--r--src/command.cpp4
-rw-r--r--src/commands.cpp2
-rw-r--r--src/config.cpp2
-rw-r--r--src/configreader.cpp4
-rw-r--r--src/encrypt.cpp2
-rw-r--r--src/hashcomp.cpp4
-rw-r--r--src/hostserv.cpp2
-rw-r--r--src/init.cpp2
-rw-r--r--src/logger.cpp2
-rw-r--r--src/main.cpp2
-rw-r--r--src/memoserv.cpp2
-rw-r--r--src/messages.cpp2
-rw-r--r--src/misc.cpp2
-rw-r--r--src/modes.cpp4
-rw-r--r--src/modules.cpp2
-rw-r--r--src/nickserv.cpp2
-rw-r--r--src/operserv.cpp2
-rw-r--r--src/opertype.cpp4
-rw-r--r--src/process.cpp2
-rw-r--r--src/regchannel.cpp2
-rw-r--r--src/send.cpp2
-rw-r--r--src/servers.cpp2
-rw-r--r--src/sessions.cpp2
-rw-r--r--src/timers.cpp2
-rw-r--r--src/tools/anopesmtp.cpp2
-rw-r--r--src/tools/db-convert.cpp4
-rw-r--r--src/tools/db-convert.h4
-rw-r--r--src/users.cpp2
-rw-r--r--src/win32/Config.cs2
-rw-r--r--src/win32/win32_memory.cpp2
-rw-r--r--src/win32/windows.cpp4
38 files changed, 47 insertions, 47 deletions
diff --git a/src/actions.cpp b/src/actions.cpp
index 6df607460..2dcd948e7 100644
--- a/src/actions.cpp
+++ b/src/actions.cpp
@@ -1,6 +1,6 @@
/* Various routines to perform simple actions.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/base64.cpp b/src/base64.cpp
index cddfb273f..f4d3de134 100644
--- a/src/base64.cpp
+++ b/src/base64.cpp
@@ -1,6 +1,6 @@
/* base64 routines.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 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 94cdd6316..8440a3c13 100644
--- a/src/bin/anoperc.in
+++ b/src/bin/anoperc.in
@@ -2,7 +2,7 @@
#
# Configuration script for Services
#
-# (C) 2003-2010 Anope Team
+# (C) 2003-2011 Anope Team
# Contact us at team@anope.org
#
# Please read COPYING and README for further details.
diff --git a/src/bots.cpp b/src/bots.cpp
index 1f7b118d8..90edc63be 100644
--- a/src/bots.cpp
+++ b/src/bots.cpp
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2008-2010 Robin Burchell <w00t@inspircd.org>
- * Copyright (C) 2008-2010 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
+ * Copyright (C) 2008-2011 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/src/botserv.cpp b/src/botserv.cpp
index c42cfbd05..c96ccb536 100644
--- a/src/botserv.cpp
+++ b/src/botserv.cpp
@@ -1,6 +1,6 @@
/* BotServ functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/channels.cpp b/src/channels.cpp
index fcd78faed..2a1bcbf1c 100644
--- a/src/channels.cpp
+++ b/src/channels.cpp
@@ -1,6 +1,6 @@
/* Channel-handling routines.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/chanserv.cpp b/src/chanserv.cpp
index 761f6cfbb..b66a36dbe 100644
--- a/src/chanserv.cpp
+++ b/src/chanserv.cpp
@@ -1,6 +1,6 @@
/* ChanServ functions.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/command.cpp b/src/command.cpp
index 290f74d1f..bbbaf0cb6 100644
--- a/src/command.cpp
+++ b/src/command.cpp
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2008-2010 Robin Burchell <w00t@inspircd.org>
- * Copyright (C) 2008-2010 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
+ * Copyright (C) 2008-2011 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/src/commands.cpp b/src/commands.cpp
index 6c5c556e5..4cfb1c636 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -1,6 +1,6 @@
/* Routines for looking up commands in a *Serv command list.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/config.cpp b/src/config.cpp
index d1c4e2cdc..47f0f82ce 100644
--- a/src/config.cpp
+++ b/src/config.cpp
@@ -1,6 +1,6 @@
/* Configuration file handling.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/configreader.cpp b/src/configreader.cpp
index 90c999cf0..2c3af7440 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -1,6 +1,6 @@
/* Configuration file handling.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
@@ -14,7 +14,7 @@
* | Inspire Internet Relay Chat Daemon |
* +------------------------------------+
*
- * InspIRCd: (C) 2002-2010 InspIRCd Development Team
+ * InspIRCd: (C) 2002-2011 InspIRCd Development Team
* See: http://www.inspircd.org/wiki/index.php/Credits
*
* This program is free but copyrighted software; see
diff --git a/src/encrypt.cpp b/src/encrypt.cpp
index 57c120301..8063a6567 100644
--- a/src/encrypt.cpp
+++ b/src/encrypt.cpp
@@ -1,6 +1,6 @@
/* Include file for high-level encryption routines.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/hashcomp.cpp b/src/hashcomp.cpp
index a7bca3060..eb1c9f5a3 100644
--- a/src/hashcomp.cpp
+++ b/src/hashcomp.cpp
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2002-2010 InspIRCd Development Team
- * Copyright (C) 2008-2010 Anope Team <team@anope.org>
+ * Copyright (C) 2002-2011 InspIRCd Development Team
+ * Copyright (C) 2008-2011 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*
diff --git a/src/hostserv.cpp b/src/hostserv.cpp
index e8f4686cb..a3edce445 100644
--- a/src/hostserv.cpp
+++ b/src/hostserv.cpp
@@ -1,6 +1,6 @@
/* HostServ functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/init.cpp b/src/init.cpp
index 54d3e3bdb..c12f600fc 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -1,6 +1,6 @@
/* Initalization and related routines.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/logger.cpp b/src/logger.cpp
index c4423e23c..8198e29a2 100644
--- a/src/logger.cpp
+++ b/src/logger.cpp
@@ -1,6 +1,6 @@
/* Logging routines.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/main.cpp b/src/main.cpp
index c3c5b0eec..96488189f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,6 +1,6 @@
/* Services -- main source file.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/memoserv.cpp b/src/memoserv.cpp
index 13543011a..40bc47f22 100644
--- a/src/memoserv.cpp
+++ b/src/memoserv.cpp
@@ -1,6 +1,6 @@
/* MemoServ functions.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/messages.cpp b/src/messages.cpp
index 0f3e7f1a1..8a9f86632 100644
--- a/src/messages.cpp
+++ b/src/messages.cpp
@@ -1,6 +1,6 @@
/* Definitions of IRC message functions and list of messages.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/misc.cpp b/src/misc.cpp
index a8b1d5ca6..8547923b5 100644
--- a/src/misc.cpp
+++ b/src/misc.cpp
@@ -1,7 +1,7 @@
/* Miscellaneous routines.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/modes.cpp b/src/modes.cpp
index 1daea86b3..ce5543f93 100644
--- a/src/modes.cpp
+++ b/src/modes.cpp
@@ -1,7 +1,7 @@
/* Mode support
*
- * Copyright (C) 2008-2010 Adam <Adam@anope.org>
- * Copyright (C) 2008-2010 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2011 Adam <Adam@anope.org>
+ * Copyright (C) 2008-2011 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/src/modules.cpp b/src/modules.cpp
index 1ca060108..3f6cf5ce0 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -1,6 +1,6 @@
/* Modular support
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/nickserv.cpp b/src/nickserv.cpp
index 63abf59b3..65ffc02d1 100644
--- a/src/nickserv.cpp
+++ b/src/nickserv.cpp
@@ -1,6 +1,6 @@
/* NickServ functions.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/operserv.cpp b/src/operserv.cpp
index 6437fa2c9..b31a4385d 100644
--- a/src/operserv.cpp
+++ b/src/operserv.cpp
@@ -1,6 +1,6 @@
/* OperServ functions.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/opertype.cpp b/src/opertype.cpp
index dd4ec7307..19e0dd00f 100644
--- a/src/opertype.cpp
+++ b/src/opertype.cpp
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2008-2010 Robin Burchell <w00t@inspircd.org>
- * Copyright (C) 2008-2010 Anope Team <team@anope.org>
+ * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
+ * Copyright (C) 2008-2011 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
diff --git a/src/process.cpp b/src/process.cpp
index 251ededcf..a2f6197f4 100644
--- a/src/process.cpp
+++ b/src/process.cpp
@@ -1,6 +1,6 @@
/* Main processing code for Services.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/regchannel.cpp b/src/regchannel.cpp
index 2ad4f8b12..4ab4062aa 100644
--- a/src/regchannel.cpp
+++ b/src/regchannel.cpp
@@ -1,6 +1,6 @@
/* Registered channel functions
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/send.cpp b/src/send.cpp
index 550bcab7c..9f8e8d214 100644
--- a/src/send.cpp
+++ b/src/send.cpp
@@ -1,6 +1,6 @@
/* Routines for sending stuff to the network.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/servers.cpp b/src/servers.cpp
index dc5dc4cf0..0f9930403 100644
--- a/src/servers.cpp
+++ b/src/servers.cpp
@@ -1,6 +1,6 @@
/* Routines to maintain a list of connected servers
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/sessions.cpp b/src/sessions.cpp
index a6032b572..aa5627529 100644
--- a/src/sessions.cpp
+++ b/src/sessions.cpp
@@ -1,6 +1,6 @@
/* Session Limiting functions.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/timers.cpp b/src/timers.cpp
index 5e06d5bd3..72c42a10e 100644
--- a/src/timers.cpp
+++ b/src/timers.cpp
@@ -1,6 +1,6 @@
/* Timer stuff.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/tools/anopesmtp.cpp b/src/tools/anopesmtp.cpp
index 286c6c7ec..cfe8b542e 100644
--- a/src/tools/anopesmtp.cpp
+++ b/src/tools/anopesmtp.cpp
@@ -1,6 +1,6 @@
/* smtp stuff handler for win32.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for furhter details.
diff --git a/src/tools/db-convert.cpp b/src/tools/db-convert.cpp
index 714881e17..74d09474b 100644
--- a/src/tools/db-convert.cpp
+++ b/src/tools/db-convert.cpp
@@ -1,7 +1,7 @@
/*
- * Copyright (C) 2003-2010 Anope Team <team@anope.org>
+ * Copyright (C) 2003-2011 Anope Team <team@anope.org>
* Copyright (C) 2005-2006 Florian Schulze <certus@anope.org>
- * Copyright (C) 2008-2010 Robin Burchell <w00t@inspircd.org>
+ * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License (see it online
diff --git a/src/tools/db-convert.h b/src/tools/db-convert.h
index b2e067f87..df90837e8 100644
--- a/src/tools/db-convert.h
+++ b/src/tools/db-convert.h
@@ -1,7 +1,7 @@
/*
- * Copyright (C) 2003-2010 Anope Team <team@anope.org>
+ * Copyright (C) 2003-2011 Anope Team <team@anope.org>
* Copyright (C) 2005-2006 Florian Schulze <certus@anope.org>
- * Copyright (C) 2008-2010 Robin Burchell <w00t@inspircd.org>
+ * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License (see it online
diff --git a/src/users.cpp b/src/users.cpp
index 235270070..58da0f7b2 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -1,6 +1,6 @@
/* Routines to maintain a list of online users.
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
diff --git a/src/win32/Config.cs b/src/win32/Config.cs
index 858aef7e8..a3f3479bf 100644
--- a/src/win32/Config.cs
+++ b/src/win32/Config.cs
@@ -1,7 +1,7 @@
/*
* Config.cs - Windows Configuration
*
- * (C) 2003-2010 Anope Team
+ * (C) 2003-2011 Anope Team
* Contact us at team@anope.org
*
* This program is free but copyrighted software; see the file COPYING for
diff --git a/src/win32/win32_memory.cpp b/src/win32/win32_memory.cpp
index 903be83e6..872d5b76e 100644
--- a/src/win32/win32_memory.cpp
+++ b/src/win32/win32_memory.cpp
@@ -2,7 +2,7 @@
* | Inspire Internet Relay Chat Daemon |
* +------------------------------------+
*
- * InspIRCd: (C) 2002-2010 InspIRCd Development Team
+ * InspIRCd: (C) 2002-2011 InspIRCd Development Team
* See: http://www.inspircd.org/wiki/index.php/Credits
*
* This program is free but copyrighted software; see
diff --git a/src/win32/windows.cpp b/src/win32/windows.cpp
index af37282c8..a443472f9 100644
--- a/src/win32/windows.cpp
+++ b/src/win32/windows.cpp
@@ -1,7 +1,7 @@
/* POSIX emulation layer for Windows.
*
- * Copyright (C) 2008 Robin Burchell <w00t@inspircd.org>
- * Copyright (C) 2008 Anope Team <info@anope.org>
+ * Copyright (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
+ * Copyright (C) 2008-2011 Anope Team <info@anope.org>
*
* Please read COPYING and README for further details.
*