From 1f9fd586985d0aa93e43bd070d43498fdc2af10c Mon Sep 17 00:00:00 2001 From: "drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Tue, 15 Jan 2008 14:42:30 +0000 Subject: BUILD : 1.7.21 (1346) BUGS : 826 NOTES : GPL required header added git-svn-id: svn://svn.anope.org/anope/trunk@1346 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1061 5417fbe8-f217-4b02-8779-1006273d7864 --- src/ircd.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src') 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" -- cgit