summaryrefslogtreecommitdiff
path: root/include/modes
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2006-12-15 22:03:27 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2006-12-15 22:03:27 +0000
commita7cbd51d457a5e3b435396092bc7e2fcf79168e1 (patch)
tree74c74c908a378035d8b387c60f5801227ebaf2fe /include/modes
parent1552f3918ac0dad7fef9b86b70c0f4a63d4e37a7 (diff)
Still more massive commit fun. Headers in include/ still to be done, else that's it.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5997 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/modes')
-rw-r--r--include/modes/cmode_b.h13
-rw-r--r--include/modes/cmode_h.h13
-rw-r--r--include/modes/cmode_i.h13
-rw-r--r--include/modes/cmode_k.h13
-rw-r--r--include/modes/cmode_l.h13
-rw-r--r--include/modes/cmode_m.h13
-rw-r--r--include/modes/cmode_n.h13
-rw-r--r--include/modes/cmode_o.h13
-rw-r--r--include/modes/cmode_p.h13
-rw-r--r--include/modes/cmode_s.h13
-rw-r--r--include/modes/cmode_t.h13
-rw-r--r--include/modes/cmode_v.h13
-rw-r--r--include/modes/umode_i.h13
-rw-r--r--include/modes/umode_n.h13
-rw-r--r--include/modes/umode_o.h13
-rw-r--r--include/modes/umode_s.h13
-rw-r--r--include/modes/umode_w.h13
17 files changed, 221 insertions, 0 deletions
diff --git a/include/modes/cmode_b.h b/include/modes/cmode_b.h
index f024a3b3d..2fe3de614 100644
--- a/include/modes/cmode_b.h
+++ b/include/modes/cmode_b.h
@@ -1,3 +1,16 @@
+/* +------------------------------------+
+ * | 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.
+ *
+ * ---------------------------------------------------
+ */
+
#include "mode.h"
#include "channels.h"
diff --git a/include/modes/cmode_h.h b/include/modes/cmode_h.h
index d71896a1e..77d1d57ae 100644
--- a/include/modes/cmode_h.h
+++ b/include/modes/cmode_h.h
@@ -1,3 +1,16 @@
+/* +------------------------------------+
+ * | 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.
+ *
+ * ---------------------------------------------------
+ */
+
#include "mode.h"
#include "channels.h"
diff --git a/include/modes/cmode_i.h b/include/modes/cmode_i.h
index 7a8dd2ad7..fb177dc0f 100644
--- a/include/modes/cmode_i.h
+++ b/include/modes/cmode_i.h
@@ -1,3 +1,16 @@
+/* +------------------------------------+
+ * | 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.
+ *
+ * ---------------------------------------------------
+ */
+
#include "mode.h"
class InspIRCd;
diff --git a/include/modes/cmode_k.h b/include/modes/cmode_k.h
index 64d30cb73..51e8ffcaa 100644
--- a/include/modes/cmode_k.h
+++ b/include/modes/cmode_k.h
@@ -1,3 +1,16 @@
+/* +------------------------------------+
+ * | 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.
+ *
+ * ---------------------------------------------------
+ */
+
#include "mode.h"
class InspIRCd;
diff --git a/include/modes/cmode_l.h b/include/modes/cmode_l.h
index e987ffda4..63b4a1ef1 100644
--- a/include/modes/cmode_l.h
+++ b/include/modes/cmode_l.h
@@ -1,3 +1,16 @@
+/* +------------------------------------+
+ * | 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.
+ *
+ * ---------------------------------------------------
+ */
+
#include "mode.h"
class InspIRCd;
diff --git a/include/modes/cmode_m.h b/include/modes/cmode_m.h
index af5369f2f..52288de4c 100644
--- a/include/modes/cmode_m.h
+++ b/include/modes/cmode_m.h
@@ -1,3 +1,16 @@
+/* +------------------------------------+
+ * | 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.
+ *
+ * ---------------------------------------------------
+ */
+
#include "mode.h"
class InspIRCd;
diff --git a/include/modes/cmode_n.h b/include/modes/cmode_n.h
index 66130b987..953e0d671 100644
--- a/include/modes/cmode_n.h
+++ b/include/modes/cmode_n.h
@@ -1,3 +1,16 @@
+/* +------------------------------------+
+ * | 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.
+ *
+ * ---------------------------------------------------
+ */
+
#include "mode.h"
class InspIRCd;
diff --git a/include/modes/cmode_o.h b/include/modes/cmode_o.h
index 5690221e0..c86fb4586 100644
--- a/include/modes/cmode_o.h
+++ b/include/modes/cmode_o.h
@@ -1,3 +1,16 @@
+/* +------------------------------------+
+ * | 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.
+ *
+ * ---------------------------------------------------
+ */
+
#include "mode.h"
#include "channels.h"
diff --git a/include/modes/cmode_p.h b/include/modes/cmode_p.h
index 08c355a2c..ad3f3ae89 100644
--- a/include/modes/cmode_p.h
+++ b/include/modes/cmode_p.h
@@ -1,3 +1,16 @@
+/* +------------------------------------+
+ * | 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.
+ *
+ * ---------------------------------------------------
+ */
+
#include "mode.h"
class InspIRCd;
diff --git a/include/modes/cmode_s.h b/include/modes/cmode_s.h
index 9c36c4ff3..0bc229c37 100644
--- a/include/modes/cmode_s.h
+++ b/include/modes/cmode_s.h
@@ -1,3 +1,16 @@
+/* +------------------------------------+
+ * | 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.
+ *
+ * ---------------------------------------------------
+ */
+
#include "mode.h"
class InspIRCd;
diff --git a/include/modes/cmode_t.h b/include/modes/cmode_t.h
index 631e337b3..8a7517ee3 100644
--- a/include/modes/cmode_t.h
+++ b/include/modes/cmode_t.h
@@ -1,3 +1,16 @@
+/* +------------------------------------+
+ * | 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.
+ *
+ * ---------------------------------------------------
+ */
+
#include "mode.h"
class InspIRCd;
diff --git a/include/modes/cmode_v.h b/include/modes/cmode_v.h
index ef90a3781..75420a6d5 100644
--- a/include/modes/cmode_v.h
+++ b/include/modes/cmode_v.h
@@ -1,3 +1,16 @@
+/* +------------------------------------+
+ * | 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.
+ *
+ * ---------------------------------------------------
+ */
+
#include "mode.h"
#include "channels.h"
diff --git a/include/modes/umode_i.h b/include/modes/umode_i.h
index 334222c51..c8e33b492 100644
--- a/include/modes/umode_i.h
+++ b/include/modes/umode_i.h
@@ -1,3 +1,16 @@
+/* +------------------------------------+
+ * | 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.
+ *
+ * ---------------------------------------------------
+ */
+
#include "mode.h"
class InspIRCd;
diff --git a/include/modes/umode_n.h b/include/modes/umode_n.h
index 7c26d0561..cd1275acc 100644
--- a/include/modes/umode_n.h
+++ b/include/modes/umode_n.h
@@ -1,3 +1,16 @@
+/* +------------------------------------+
+ * | 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.
+ *
+ * ---------------------------------------------------
+ */
+
#include "mode.h"
class InspIRCd;
diff --git a/include/modes/umode_o.h b/include/modes/umode_o.h
index dad4e897e..4fe6f6b96 100644
--- a/include/modes/umode_o.h
+++ b/include/modes/umode_o.h
@@ -1,3 +1,16 @@
+/* +------------------------------------+
+ * | 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.
+ *
+ * ---------------------------------------------------
+ */
+
#include "mode.h"
class InspIRCd;
diff --git a/include/modes/umode_s.h b/include/modes/umode_s.h
index e1178f3b6..297b49c67 100644
--- a/include/modes/umode_s.h
+++ b/include/modes/umode_s.h
@@ -1,3 +1,16 @@
+/* +------------------------------------+
+ * | 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.
+ *
+ * ---------------------------------------------------
+ */
+
#include "mode.h"
class InspIRCd;
diff --git a/include/modes/umode_w.h b/include/modes/umode_w.h
index 8ab832a2f..b1f6e94c7 100644
--- a/include/modes/umode_w.h
+++ b/include/modes/umode_w.h
@@ -1,3 +1,16 @@
+/* +------------------------------------+
+ * | 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.
+ *
+ * ---------------------------------------------------
+ */
+
#include "mode.h"
class InspIRCd;