about summary refs log tree commit diff
path: root/lr.c
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-01-01 13:30:07 +0100
committerLeah Neukirchen <leah@vuxu.org>2020-01-01 13:31:32 +0100
commita409a2d5221a8dc4ed079c30e3a5d04e3a815e2c (patch)
tree6788e007bbbedbe941f2e0faf6ecc8173b275e2d /lr.c
parentd4017bedd9bdadbbccf82a1a3388ef6c5e08426f (diff)
downloadlr-a409a2d5221a8dc4ed079c30e3a5d04e3a815e2c.tar.gz
lr-a409a2d5221a8dc4ed079c30e3a5d04e3a815e2c.tar.xz
lr-a409a2d5221a8dc4ed079c30e3a5d04e3a815e2c.zip
update copyright years
Diffstat (limited to 'lr.c')
-rw-r--r--lr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lr.c b/lr.c
index 0c896d0..e70809a 100644
--- a/lr.c
+++ b/lr.c
@@ -1,7 +1,7 @@
 /* lr - a better recursive ls/find */
 
 /*
- * Copyright (C) 2015-2019 Leah Neukirchen <purl.org/net/chneukirchen>
+ * Copyright (C) 2015-2020 Leah Neukirchen <purl.org/net/chneukirchen>
  * Parts of code derived from musl libc, which is
  * Copyright (C) 2005-2014 Rich Felker, et al.
  *