From 898be9aa59976a93f816ffd0f9ef3478e1a73e32 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 26 Apr 2017 13:25:59 +0200 Subject: Leahize --- README.md | 2 +- fq.1 | 2 +- fq.c | 3 +-- nq.1 | 2 +- nq.c | 3 +-- nq.sh | 2 +- tq.1 | 2 +- 7 files changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4a8149c..e8fcf4c 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Perl's `prove` installed. nq is in the public domain. To the extent possible under law, -Christian Neukirchen +Leah Neukirchen has waived all copyright and related or neighboring rights to this work. diff --git a/fq.1 b/fq.1 index 219dce6..df60052 100644 --- a/fq.1 +++ b/fq.1 @@ -54,7 +54,7 @@ On other operating systems, polling is used. .Xr nq 1 , .Xr tq 1 .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/fq.c b/fq.c index 38a9088..7818123 100644 --- a/fq.c +++ b/fq.c @@ -1,8 +1,7 @@ /* * fq [FILES...] - follow output of nq jobs, quitting when they are done * - * 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/ */ diff --git a/nq.1 b/nq.1 index 0feb95d..b3d933b 100644 --- a/nq.1 +++ b/nq.1 @@ -230,7 +230,7 @@ and .\" .Sh STANDARDS .\" .Sh HISTORY .Sh AUTHORS -.An Christian Neukirchen Aq Mt chneukirchen@gmail.com +.An Leah Neukirchen Aq Mt leah@vuxu.org .Sh CAVEATS All reliable queue status information is in main memory only, which makes restarting a job queue after a reboot difficult. diff --git a/nq.c b/nq.c index 9fda2b0..fd51d5b 100644 --- a/nq.c +++ b/nq.c @@ -14,8 +14,7 @@ * - we try hard to make the currently running ,* file have +x bit * - you can re-queue jobs using "sh ,jobid" * - * 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/ */ diff --git a/nq.sh b/nq.sh index f59ae59..ad57be0 100755 --- a/nq.sh +++ b/nq.sh @@ -10,7 +10,7 @@ # - every job starts only after all earlier flock(2)ed files finished # - the lock is released when job terminates # -# 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/ diff --git a/tq.1 b/tq.1 index ba37380..b0eaaa1 100644 --- a/tq.1 +++ b/tq.1 @@ -42,7 +42,7 @@ Directory where lock files/job output resides, see .Xr screen 1 , .Xr tmux 1 .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. -- cgit 1.4.1