diff options
Diffstat (limited to 'src/socket.cpp')
-rw-r--r-- | src/socket.cpp | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/socket.cpp b/src/socket.cpp index d5ad7b4ce..6883e05fd 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -2,14 +2,11 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev. - * E-mail: - * <brain@chatspike.net> - * <Craig@chatspike.net> - * - * Written by Craig Edwards, Craig McLure, and others. + * InspIRCd: (C) 2002-2007 InspIRCd Development Team + * See: http://www.inspircd.org/wiki/index.php/Credits + * * This program is free but copyrighted software; see - * the file COPYING for details. + * the file COPYING for details. * * --------------------------------------------------- */ @@ -21,7 +18,6 @@ #include "socketengine.h" #include "wildcard.h" -using namespace std; using namespace irc::sockets; /* Used when comparing CIDR masks for the modulus bits left over. |