diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-14 23:54:47 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-14 23:54:47 +0100 |
commit | 1f56d405e76695923a992d9b99c440b8d7675a20 (patch) | |
tree | 47e3536c58cde8a0476b7a9316b5a2e201a7e150 /FICS/lists.c | |
parent | ed8c5a515532822bdc4ad58a00a5209976ab4cc8 (diff) |
Changed the header
Diffstat (limited to 'FICS/lists.c')
-rw-r--r-- | FICS/lists.c | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/FICS/lists.c b/FICS/lists.c index 62f8e31..dc6b99f 100644 --- a/FICS/lists.c +++ b/FICS/lists.c @@ -1,14 +1,8 @@ -/* lists.c - - * New global lists code - * - * Part of: FICS +/* lists.c -- new global lists code * - * Added by Shaney, 29 May 1995 :) - * sometime in Oct 1995: changed things a little (loon) - * - -*/ + * Added by Shaney, 29 May 1995. + * This file is part of FICS. + */ #include "stdinclude.h" |