diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/hashcomp.h | 16 | ||||
-rw-r--r-- | include/helperfuncs.h | 16 | ||||
-rw-r--r-- | include/inspircd.h | 6 |
3 files changed, 32 insertions, 6 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h index 42954fc37..e75e84ef4 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -1,3 +1,19 @@ +/* +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ + * + * Inspire is copyright (C) 2002-2005 ChatSpike-Dev. + * E-mail: + * <brain@chatspike.net> + * <Craig@chatspike.net> + * + * Written by Craig Edwards, Craig McLure, and others. + * This program is free but copyrighted software; see + * the file COPYING for details. + * + * --------------------------------------------------- + */ + #ifndef _HASHCOMP_H_ #define _HASHCOMP_H_ diff --git a/include/helperfuncs.h b/include/helperfuncs.h index b7078f56a..0e8ba33ff 100644 --- a/include/helperfuncs.h +++ b/include/helperfuncs.h @@ -1,3 +1,19 @@ +/* +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ + * + * Inspire is copyright (C) 2002-2005 ChatSpike-Dev. + * E-mail: + * <brain@chatspike.net> + * <Craig@chatspike.net> + * + * Written by Craig Edwards, Craig McLure, and others. + * This program is free but copyrighted software; see + * the file COPYING for details. + * + * --------------------------------------------------- + */ + #ifndef _HELPER_H_ #define _HELPER_H_ diff --git a/include/inspircd.h b/include/inspircd.h index 27c90cce8..6cd4c6350 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -16,18 +16,12 @@ #include <string> #include <stdio.h> -#include <syslog.h> -#include <stdlib.h> #include <unistd.h> #include <signal.h> #include <time.h> #include <netdb.h> #include <string.h> -#include <ctype.h> #include <errno.h> -#include <stdarg.h> -#include <assert.h> -#include <sys/param.h> #include <sys/types.h> #ifndef _LINUX_C_LIB_VERSION |