about summary refs log tree commit diff
path: root/snooze.c
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-08-29 17:22:26 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-08-29 17:22:26 +0200
commitcfdd74341338d09492627aaa830030903f95f011 (patch)
treeef0cf093331268e86d20694c0417bfbf0ab211ee /snooze.c
parentf8d0a870a9eaa2faaf11b7ebf947da9714976518 (diff)
downloadsnooze-cfdd74341338d09492627aaa830030903f95f011.tar.gz
snooze-cfdd74341338d09492627aaa830030903f95f011.tar.xz
snooze-cfdd74341338d09492627aaa830030903f95f011.zip
leahize
Diffstat (limited to 'snooze.c')
-rw-r--r--snooze.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/snooze.c b/snooze.c
index 0c49e24..b29c7b6 100644
--- a/snooze.c
+++ b/snooze.c
@@ -1,16 +1,11 @@
 /*
  * snooze - run a command at a particular time
  *
- * To the extent possible under law,
- * Christian Neukirchen <chneukirchen@gmail.com>
+ * To the extent possible under law, Leah Neukirchen <leah@vuxu.org>
  * has waived all copyright and related or neighboring rights to this work.
  * http://creativecommons.org/publicdomain/zero/1.0/
  */
 
-/*
-##% gcc -Os -Wall -g -o $STEM $FILE -Wextra -Wwrite-strings
-*/
-
 #include <sys/stat.h>
 #include <sys/types.h>