]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/exitcodes.h
Feature request outlined in bug #257, allow connect/allow lines by port
[user/henk/code/inspircd.git] / include / exitcodes.h
index b4222269774b5f53c4421429c040a907b5e5af04..65329c47c2eb582efa9b160d097de41ec9910b0a 100644 (file)
@@ -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 */