summaryrefslogtreecommitdiff
path: root/include/exitcodes.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-04-07 21:01:01 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-04-07 21:01:01 +0000
commita772b4dbf594bc0a851f5d3d6594111639453a4e (patch)
tree12ed085afff5611ea451920bf1e8fa6b3ebb98c4 /include/exitcodes.h
parent0a6adff4e0e0f449afabe704ecb7358bd1a29f15 (diff)
Add licensing headers to files which are missing them and make sure they are up to date in others (e.g. point at the developer page on the wiki not list names)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6759 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/exitcodes.h')
-rw-r--r--include/exitcodes.h19
1 files changed, 16 insertions, 3 deletions
diff --git a/include/exitcodes.h b/include/exitcodes.h
index b42222697..65329c47c 100644
--- a/include/exitcodes.h
+++ b/include/exitcodes.h
@@ -1,8 +1,21 @@
+/* +------------------------------------+
+ * | Inspire Internet Relay Chat Daemon |
+ * +------------------------------------+
+ *
+ * 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.
+ *
+ * ---------------------------------------------------
+ */
+
#ifndef __EXITCODE_H__
#define __EXITCODE_H__
/** Valid exit codes to be used with InspIRCd::Exit()
- * */
+ */
enum ExitStatus
{
EXIT_STATUS_NOERROR = 0,
@@ -23,8 +36,8 @@ enum ExitStatus
};
/** Array that maps exit codes (ExitStatus types) to
- * * human-readable strings to be shown on shutdown.
- * */
+ * human-readable strings to be shown on shutdown.
+ */
const char* ExitCodes[] =
{
"No error", /* 0 */