diff options
Diffstat (limited to 'lang/langcomp.c')
-rw-r--r-- | lang/langcomp.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lang/langcomp.c b/lang/langcomp.c index cca689263..185c6d61d 100644 --- a/lang/langcomp.c +++ b/lang/langcomp.c @@ -1,12 +1,14 @@ /* Compiler for language definition files. * - * Epona (c) 2000-2002 PegSoft - * Contact us at epona@pegsoft.net + * (C) 2003-2005 Anope Team + * Contact us at info@anope.org * - * This program is free but copyrighted software; see the file COPYING for - * details. + * 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$ * */ |