diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-01-26 11:31:20 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-01-26 11:31:20 +0100 |
commit | 494de81056a0fca9fe00cc855b1e487545c7d6ee (patch) | |
tree | 62831197fbef37700be9aec9fa5b3635091804ef | |
parent | 043ce0a0b5e5ccdbed977f3b2a19d43e66488de2 (diff) |
Made the header layout look like everywhere else
-rw-r--r-- | FICS/adminproc.c | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/FICS/adminproc.c b/FICS/adminproc.c index bbb0c24..deeabe0 100644 --- a/FICS/adminproc.c +++ b/FICS/adminproc.c @@ -1,17 +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. - */ + 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" |