From f09ca1f22c2566ce8d8c3e7053421e8b07f4ca40 Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Thu, 24 May 2018 11:13:59 -0400 Subject: [PATCH] cowsay: add attribution --- Applications/games/cowsay.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Applications/games/cowsay.c b/Applications/games/cowsay.c index 7c3f9f15..1eae54ba 100644 --- a/Applications/games/cowsay.c +++ b/Applications/games/cowsay.c @@ -1,3 +1,14 @@ +/* +A C version of "cowsay" + +Copyright (C) 2012 Federico Pomar & Federico Bond +https://github.com/federicobond/fedux + +Lightly modified for Fuzix by Brett Gordon + + +*/ + #include #include -- 2.34.1