diff options
Diffstat (limited to 'src/userprocess.cpp')
-rw-r--r-- | src/userprocess.cpp | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/userprocess.cpp b/src/userprocess.cpp index acfe793e5..1e21c065d 100644 --- a/src/userprocess.cpp +++ b/src/userprocess.cpp @@ -2,22 +2,15 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev. - * E-mail: - * <brain@chatspike.net> - * <Craig@chatspike.net> + * InspIRCd: (C) 2002-2007 InspIRCd Development Team + * See: http://www.inspircd.org/wiki/index.php/Credits * - * Written by Craig Edwards, Craig McLure, and others. * This program is free but copyrighted software; see * the file COPYING for details. * * --------------------------------------------------- */ -/* Now with added unF! ;) */ - -using namespace std; - #include "configreader.h" #include "users.h" #include "modules.h" |