finger

finger fortune@hhvn.uk
Log | Files | Refs | LICENSE

commit 707c4806e765d20d7d3bafd37a56482935d86c32
parent 7e4395d847fd94a00c188fb717c6d7b8bc692874
Author: hhvn <dev@hhvn.uk>
Date:   Sun,  6 Jun 2021 16:18:45 +0100

finger.c: add copyright notice

Diffstat:
Mfinger.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/finger.c b/finger.c @@ -1,3 +1,5 @@ +/* Copyright (c) 2021 hhvn <dev@hhvn.uk> */ + #include <stdio.h> #include <stdlib.h> #include <string.h>