about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2019-02-08 18:30:23 +0100
committerLeah Neukirchen <leah@vuxu.org>2019-02-08 18:30:23 +0100
commit40b4fe60da9d1d27abb715f4a31c0effcbc7687c (patch)
tree66fc21942a4926f8a71e93a35d38ef5a7fdd8d30
parent84af03857acde8d9f347a629b79a7174e8e476a1 (diff)
downloadlr-40b4fe60da9d1d27abb715f4a31c0effcbc7687c.tar.gz
lr-40b4fe60da9d1d27abb715f4a31c0effcbc7687c.tar.xz
lr-40b4fe60da9d1d27abb715f4a31c0effcbc7687c.zip
update copyright years
-rw-r--r--LICENSE2
-rw-r--r--lr.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index b85f80e..463c02d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 /* lr - a better recursive ls/find */
 
-Copyright (C) 2015-2018 Leah Neukirchen <purl.org/net/chneukirchen>
+Copyright (C) 2015-2019 Leah Neukirchen <purl.org/net/chneukirchen>
 Parts of code derived from musl libc, which is
 Copyright (C) 2005-2014 Rich Felker, et al.
 
diff --git a/lr.c b/lr.c
index c7ac903..4dcd7f2 100644
--- a/lr.c
+++ b/lr.c
@@ -1,7 +1,7 @@
 /* lr - a better recursive ls/find */
 
 /*
- * Copyright (C) 2015-2018 Leah Neukirchen <purl.org/net/chneukirchen>
+ * Copyright (C) 2015-2019 Leah Neukirchen <purl.org/net/chneukirchen>
  * Parts of code derived from musl libc, which is
  * Copyright (C) 2005-2014 Rich Felker, et al.
  *