]> git.netwichtig.de Git - user/henk/code/snooze.git/commitdiff
leahize
authorLeah Neukirchen <leah@vuxu.org>
Tue, 29 Aug 2017 15:22:26 +0000 (17:22 +0200)
committerLeah Neukirchen <leah@vuxu.org>
Tue, 29 Aug 2017 15:22:26 +0000 (17:22 +0200)
README.md
snooze.1
snooze.c

index 29e0ca9127c6ecfc65c6e5ba5c1dd1464942e8ce..be882f1cefea6bf994960a85af3cf9d2275dce4f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -181,9 +181,7 @@ You can also just copy the binary into your `PATH`.
 
 snooze is in the public domain.
 
-To the extent possible under law,
-Christian Neukirchen <chneukirchen@gmail.com>
-has waived all copyright and related or
-neighboring rights to this work.
+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/
index ba7576b8229823edd1fff73f49bdac86b9e1c3dd..5658e1823a4bca58c614a3e2e3ae6255c3204248 100644 (file)
--- a/snooze.1
+++ b/snooze.1
@@ -180,7 +180,7 @@ just returns with status 0.
 runwhen,
 uschedule
 .Sh AUTHORS
-.An Christian Neukirchen Aq Mt chneukirchen@gmail.com
+.An Leah Neukirchen Aq Mt leah@vuxu.org
 .Sh LICENSE
 .Nm
 is in the public domain.
index 0c49e240b5dc14823a44beda72882b9660c0baa2..b29c7b622817d86a93e13114ddaea2a3ce005f18 100644 (file)
--- 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>