diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-18 22:18:32 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-18 22:18:32 +0100 |
commit | 0fe1dbf465fa6bf5b244add64935a11424902e74 (patch) | |
tree | 364c2549d71374707712cea074dc3d47f666eb23 /FICS/shutdown.c | |
parent | 525366c51fcb11b9a5ce6aeee561c4574d6ba7b7 (diff) |
Added a file header
Diffstat (limited to 'FICS/shutdown.c')
-rw-r--r-- | FICS/shutdown.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FICS/shutdown.c b/FICS/shutdown.c index 77b7cee..ed19c55 100644 --- a/FICS/shutdown.c +++ b/FICS/shutdown.c @@ -1,3 +1,8 @@ +/* + * Revised by maxxe <maxxe@rpblc.net>, + * 18 Dec 2023. + */ + #include "stdinclude.h" #include "common.h" |