diff options
Diffstat (limited to 'src/ircd.c')
-rw-r--r-- | src/ircd.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ircd.c b/src/ircd.c index b56566de1..b6dda769c 100644 --- a/src/ircd.c +++ b/src/ircd.c @@ -1,3 +1,17 @@ +/* Main ircd functions. + * + * (C) 2003-2008 Anope Team + * Contact us at info@anope.org + * + * Please read COPYING and README for further details. + * + * Based on the original code of Epona by Lara. + * Based on the original code of Services by Andy Church. + * + * $Id$ + * + */ + #include "services.h" #include "extern.h" |