summaryrefslogtreecommitdiff
path: root/include/inspircd_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inspircd_util.h')
-rw-r--r--include/inspircd_util.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/include/inspircd_util.h b/include/inspircd_util.h
index 1a2e59a87..1035960b3 100644
--- a/include/inspircd_util.h
+++ b/include/inspircd_util.h
@@ -1,5 +1,17 @@
-/*
- * InspIRCd utlity functions
+/* +------------------------------------+
+ * | Inspire Internet Relay Chat Daemon |
+ * +------------------------------------+
+ *
+ * Inspire is copyright (C) 2002-2004 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.
+ *
+ * ---------------------------------------------------
*/
char* SafeStrncpy(char *, const char *, size_t );