From e94b94c52935517e5c84e753aa1c920ad572cb0b Mon Sep 17 00:00:00 2001
From: Joshua Saxby <joshua.a.saxby@gmail.com>
Date: Tue, 3 Dec 2019 17:43:48 +0000
Subject: [PATCH] Declare credit

---
 examples/touch.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/examples/touch.c b/examples/touch.c
index 9c4ec39..d6d3684 100644
--- a/examples/touch.c
+++ b/examples/touch.c
@@ -1,6 +1,10 @@
 /* touch.c
 
-   Creates an empty file with the name given on the command-line. */
+   Creates an empty file with the name given on the command-line.
+
+    Author: Joshua Saxby
+
+*/
 
 #include <stdio.h>
 #include <syscall.h>
-- 
GitLab