about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-04-11 20:24:35 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-04-11 20:26:35 +0200
commitfed4729132d2942620205ccf269090a7929eae58 (patch)
tree8df770766993a7d0a29e8936d5d644e913b217aa
parent947081dab878ca09c5d57af74c3b9530af929509 (diff)
downloadxe-fed4729132d2942620205ccf269090a7929eae58.tar.gz
xe-fed4729132d2942620205ccf269090a7929eae58.tar.xz
xe-fed4729132d2942620205ccf269090a7929eae58.zip
Leahize
-rw-r--r--README.md2
-rw-r--r--xe.12
-rw-r--r--xe.c3
3 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7c8b2b9..99532dc 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ You can also just copy the binary into your `PATH`.
 xe 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/xe.1 b/xe.1
index 6f7e4e0..4dbb15e 100644
--- a/xe.1
+++ b/xe.1
@@ -152,7 +152,7 @@ was passed and the command never was executed.
 .Xr xapply 1 ,
 .Xr xargs 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/xe.c b/xe.c
index a0e7728..806485a 100644
--- a/xe.c
+++ b/xe.c
@@ -1,8 +1,7 @@
 /*
  * xe - simple xargs and apply replacement
  *
- * 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/
  */