about summary refs log tree commit diff
diff options
context:
space:
mode:
-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.
  *