about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-02-28 19:02:55 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2016-02-28 19:02:55 +0100
commit7a8402622c25d043b1a535ad018288352547e3a9 (patch)
treee0338d8771f12689a2873c86a4326671a0a15e86
parent478db00e2a2d51c4c0fc6437d3d1f3188b85328c (diff)
downloadlr-7a8402622c25d043b1a535ad018288352547e3a9.tar.gz
lr-7a8402622c25d043b1a535ad018288352547e3a9.tar.xz
lr-7a8402622c25d043b1a535ad018288352547e3a9.zip
update copyright years
-rw-r--r--README.md2
-rw-r--r--lr.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e739db3..49dc30c 100644
--- a/README.md
+++ b/README.md
@@ -296,6 +296,6 @@ You can also just copy the binary into your `PATH`.
 
 ## Copyright
 
-Copyright (C) 2015 Christian Neukirchen <purl.org/net/chneukirchen>
+Copyright (C) 2015, 2016 Christian Neukirchen <purl.org/net/chneukirchen>
 
 Licensed under the terms of the MIT license, see lr.c.
diff --git a/lr.c b/lr.c
index 052d1f8..3f9200d 100644
--- a/lr.c
+++ b/lr.c
@@ -1,7 +1,7 @@
 /* lr - a better recursive ls/find */
 
 /*
- * Copyright (C) 2015 Christian Neukirchen <purl.org/net/chneukirchen>
+ * Copyright (C) 2015, 2016 Christian Neukirchen <purl.org/net/chneukirchen>
  * Parts of code derived from musl libc, which is
  * Copyright (C) 2005-2014 Rich Felker, et al.
  *