summaryrefslogtreecommitdiff
path: root/tests/find/depth-unreadable-dir.sh
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 /tests/find/depth-unreadable-dir.sh
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 'tests/find/depth-unreadable-dir.sh')
-rwxr-xr-xtests/find/depth-unreadable-dir.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/find/depth-unreadable-dir.sh b/tests/find/depth-unreadable-dir.sh
index 55af438a..592d4e1c 100755
--- a/tests/find/depth-unreadable-dir.sh
+++ b/tests/find/depth-unreadable-dir.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# find -depth: ensure to output an unreadable directory.
-# Copyright (C) 2020-2021 Free Software Foundation, Inc.
+# Copyright (C) 2020-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