diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/adminproc.c | 31 |
1 files changed, 13 insertions, 18 deletions
diff --git a/FICS/adminproc.c b/FICS/adminproc.c index a6623a6..ffada5a 100644 --- a/FICS/adminproc.c +++ b/FICS/adminproc.c @@ -1,22 +1,17 @@ /* - fics - An internet chess server - Copyright (c) 1993 Richard V. Nash - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - Continued development of this software is done by the GNU ICS - development team. Contact <chess@caissa.onenet.net> with questions. - - - adminproc.c - All administrative commands and related functions */ + * fics - An internet chess server + * Copyright (c) 1993 Richard V. Nash + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License as published by the Free Software + * Foundation; either version 2 of the License, or (at your option) any later + * version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + */ #include "stdinclude.h" #include "common.h" |