From a7cbd51d457a5e3b435396092bc7e2fcf79168e1 Mon Sep 17 00:00:00 2001 From: w00t Date: Fri, 15 Dec 2006 22:03:27 +0000 Subject: 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 --- include/modes/cmode_b.h | 13 +++++++++++++ include/modes/cmode_h.h | 13 +++++++++++++ include/modes/cmode_i.h | 13 +++++++++++++ include/modes/cmode_k.h | 13 +++++++++++++ include/modes/cmode_l.h | 13 +++++++++++++ include/modes/cmode_m.h | 13 +++++++++++++ include/modes/cmode_n.h | 13 +++++++++++++ include/modes/cmode_o.h | 13 +++++++++++++ include/modes/cmode_p.h | 13 +++++++++++++ include/modes/cmode_s.h | 13 +++++++++++++ include/modes/cmode_t.h | 13 +++++++++++++ include/modes/cmode_v.h | 13 +++++++++++++ include/modes/umode_i.h | 13 +++++++++++++ include/modes/umode_n.h | 13 +++++++++++++ include/modes/umode_o.h | 13 +++++++++++++ include/modes/umode_s.h | 13 +++++++++++++ include/modes/umode_w.h | 13 +++++++++++++ 17 files changed, 221 insertions(+) (limited to 'include/modes') 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; -- cgit v1.2.3