From b5211a9002c23ee401f05888c90c6ef8b6ea5e57 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 18 May 2024 10:12:13 +0200 Subject: Beautified the file header --- FICS/adminproc.c | 31 +++++++++++++------------------ 1 file 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 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" -- cgit v1.2.3