diff options
author | Bernhard Voelker <mail@bernhard-voelker.de> | 2022-01-02 18:42:35 +0100 |
---|---|---|
committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2022-01-02 18:42:35 +0100 |
commit | db5ec614a70ebd847bf51288293a0cd0c87741ae (patch) | |
tree | b76909487b207967ffcdcd87babe29283f24c26b /find/finddata.c | |
parent | 780b31ad2336fe817e9337b3d8c28b93c0d8f311 (diff) | |
download | findutils-db5ec614a70ebd847bf51288293a0cd0c87741ae.tar.gz |
maint: update copyright year number ranges
Run 'make update-copyright'.
* lib/regexprops.c (copying): Update the year number manually.
The format of the copyright year number range in Texinfo files is
"YEAR1--YEAR2" now, i.e., with 2x '-'.
* tests/sample-test: Adjust to use the single most recent year.
* All other files: Update copyright years via the above make run.
Diffstat (limited to 'find/finddata.c')
-rw-r--r-- | find/finddata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/find/finddata.c b/find/finddata.c index f9e283b8..8086c057 100644 --- a/find/finddata.c +++ b/find/finddata.c @@ -1,5 +1,5 @@ /* finddata.c -- global data for "find". - Copyright (C) 1990-2021 Free Software Foundation, Inc. + Copyright (C) 1990-2022 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |