about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-04-25 22:57:54 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-04-25 22:57:54 +0200
commitf9670906c6a17f0eb97653b90f9a6a98a5006397 (patch)
tree37cf26e96d31656cf1d85f203445b3f9cd3bda18
parent779f03de7f9df67b37676ef1293dc895120bbd77 (diff)
downloadlr-f9670906c6a17f0eb97653b90f9a6a98a5006397.tar.gz
lr-f9670906c6a17f0eb97653b90f9a6a98a5006397.tar.xz
lr-f9670906c6a17f0eb97653b90f9a6a98a5006397.zip
Leahize
-rw-r--r--README.md2
-rw-r--r--lr.12
-rw-r--r--lr.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 60243bc..ba35440 100644
--- a/README.md
+++ b/README.md
@@ -300,6 +300,6 @@ You can also just copy the binary into your `PATH`.
 
 ## Copyright
 
-Copyright (C) 2015, 2016 Christian Neukirchen <purl.org/net/chneukirchen>
+Copyright (C) 2015-2017 Leah Neukirchen <purl.org/net/chneukirchen>
 
 Licensed under the terms of the MIT license, see lr.c.
diff --git a/lr.1 b/lr.1
index 8a9ecee..11d106c 100644
--- a/lr.1
+++ b/lr.1
@@ -312,7 +312,7 @@ tests are given by the following EBNF:
 .Xr ls 1 ,
 .Xr stat 1
 .Sh AUTHORS
-.An Christian Neukirchen Aq Mt chneukirchen@gmail.com
+.An Leah Neukirchen Aq Mt leah@vuxu.org
 .Sh LICENSE
 .Nm
 is licensed under the terms of the MIT license.
diff --git a/lr.c b/lr.c
index 6baab9a..c95f1b8 100644
--- a/lr.c
+++ b/lr.c
@@ -1,7 +1,7 @@
 /* lr - a better recursive ls/find */
 
 /*
- * Copyright (C) 2015, 2016 Christian Neukirchen <purl.org/net/chneukirchen>
+ * Copyright (C) 2015-2017 Leah Neukirchen <purl.org/net/chneukirchen>
  * Parts of code derived from musl libc, which is
  * Copyright (C) 2005-2014 Rich Felker, et al.
  *