From cfdd74341338d09492627aaa830030903f95f011 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 29 Aug 2017 17:22:26 +0200 Subject: leahize --- README.md | 6 ++---- snooze.1 | 2 +- snooze.c | 7 +------ 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 29e0ca9..be882f1 100644 --- 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 -has waived all copyright and related or -neighboring rights to this work. +To the extent possible under law, Leah Neukirchen +has waived all copyright and related or neighboring rights to this work. http://creativecommons.org/publicdomain/zero/1.0/ diff --git a/snooze.1 b/snooze.1 index ba7576b..5658e18 100644 --- 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. 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 + * To the extent possible under law, Leah Neukirchen * 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 #include -- cgit 1.4.1