diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-05-18 10:12:13 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-05-18 10:12:17 +0200 |
commit | b5211a9002c23ee401f05888c90c6ef8b6ea5e57 (patch) | |
tree | 8b86734cde0a0ba19402c58a1f8b014736f678b5 | |
parent | a9370d5c471495ec422bd52f08f4a7b1d512641b (diff) |
Beautified the file header
-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" |