From 21719e5948f4be9ee336d4ee9d835919c82413dc Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 5 Aug 2023 15:56:25 +0200 Subject: bump copyright years --- LICENSE | 2 +- README.md | 2 +- lr.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 8792f35..23f09b4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ /* lr - a better recursive ls/find */ -Copyright (C) 2015-2020 Leah Neukirchen +Copyright (C) 2015-2023 Leah Neukirchen Parts of code derived from musl libc, which is Copyright (C) 2005-2014 Rich Felker, et al. diff --git a/README.md b/README.md index 9cae222..02fd773 100644 --- a/README.md +++ b/README.md @@ -322,6 +322,6 @@ You can also just copy the binary into your `PATH`. ## Copyright -Copyright (C) 2015-2020 Leah Neukirchen +Copyright (C) 2015-2023 Leah Neukirchen Licensed under the terms of the MIT license, see lr.c. diff --git a/lr.c b/lr.c index 89f3573..1b81b00 100644 --- a/lr.c +++ b/lr.c @@ -1,7 +1,7 @@ /* lr - a better recursive ls/find */ /* - * Copyright (C) 2015-2020 Leah Neukirchen + * Copyright (C) 2015-2023 Leah Neukirchen * Parts of code derived from musl libc, which is * Copyright (C) 2005-2014 Rich Felker, et al. * -- cgit 1.4.1