diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-04-26 13:25:59 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-04-26 13:25:59 +0200 |
commit | 898be9aa59976a93f816ffd0f9ef3478e1a73e32 (patch) | |
tree | 6de248c85241560bf79ae071ade5a257da90b9f4 | |
parent | 381576322800ee3afe3246fadaf74d61377951ba (diff) | |
download | nq-898be9aa59976a93f816ffd0f9ef3478e1a73e32.tar.gz nq-898be9aa59976a93f816ffd0f9ef3478e1a73e32.tar.xz nq-898be9aa59976a93f816ffd0f9ef3478e1a73e32.zip |
Leahize v0.2
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | fq.1 | 2 | ||||
-rw-r--r-- | fq.c | 3 | ||||
-rw-r--r-- | nq.1 | 2 | ||||
-rw-r--r-- | nq.c | 3 | ||||
-rwxr-xr-x | nq.sh | 2 | ||||
-rw-r--r-- | 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 <chneukirchen@gmail.com> +Leah Neukirchen <leah@vuxu.org> 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 <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/ */ 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 <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/ */ 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 <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/ 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. |