X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsocket.cpp;h=6883e05fde06aa7e6b034ed442b3d9cd5822f288;hb=1552f3918ac0dad7fef9b86b70c0f4a63d4e37a7;hp=d5ad7b4ce6cd5e4a68e3440343ea81c058de47a2;hpb=3a554ef1e9be9dbcf3de3301a4a6c2938d643bea;p=user%2Fhenk%2Fcode%2Finspircd.git 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: - * - * - * - * 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.