diff options
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | snooze.1 | 2 | ||||
-rw-r--r-- | snooze.c | 7 |
3 files changed, 4 insertions, 11 deletions
@@ -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/ @@ -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. @@ -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> |