summaryrefslogtreecommitdiff
path: root/find/parser.c
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2022-01-02 18:42:35 +0100
committerBernhard Voelker <mail@bernhard-voelker.de>2022-01-02 18:42:35 +0100
commitdb5ec614a70ebd847bf51288293a0cd0c87741ae (patch)
treeb76909487b207967ffcdcd87babe29283f24c26b /find/parser.c
parent780b31ad2336fe817e9337b3d8c28b93c0d8f311 (diff)
downloadfindutils-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/parser.c')
-rw-r--r--find/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/find/parser.c b/find/parser.c
index 454764f3..152f0fcd 100644
--- a/find/parser.c
+++ b/find/parser.c
@@ -1,5 +1,5 @@
/* parser.c -- convert the command line args into an expression tree.
- 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