diff options
-rw-r--r-- | src/ircd.c | 14 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 19 insertions, 1 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" diff --git a/version.log b/version.log index d63b0fcf0..23a754e8e 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="21" VERSION_EXTRA="-svn" -VERSION_BUILD="1345" +VERSION_BUILD="1346" # $Log$ # +# BUILD : 1.7.21 (1346) +# BUGS : 826 +# NOTES : GPL required header added +# # BUILD : 1.7.21 (1345) # BUGS : # NOTES : Updated copyright information |