diff --git a/examples/touch.c b/examples/touch.c
index 9c4ec39e936e2f549a6e4857d8083691a40f102f..d6d3684b61a5834637541a6313e9100eaaea3333 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>