cowsay: add attribution
authorBrett Gordon <beretta42@gmail.com>
Thu, 24 May 2018 15:13:59 +0000 (11:13 -0400)
committerBrett Gordon <beretta42@gmail.com>
Thu, 24 May 2018 15:13:59 +0000 (11:13 -0400)
Applications/games/cowsay.c

index 7c3f9f1..1eae54b 100644 (file)
@@ -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 <stdio.h>
 #include <string.h>