summaryrefslogtreecommitdiff
path: root/tests/readlink
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2022-01-02 15:42:45 +0000
committerPádraig Brady <P@draigBrady.com>2022-01-02 16:15:55 +0000
commit3067a9293af07ba2cf1ababe6b4482196717f806 (patch)
tree740aa850b6e950846e584d9a70f4287eb397f228 /tests/readlink
parent76700e775e2643fdabe51f9c88e1718424f5b30a (diff)
downloadcoreutils-3067a9293af07ba2cf1ababe6b4482196717f806.tar.gz
maint: update all copyright year number ranges
Run "make update-copyright" and then... * gnulib: Update to latest with copyright year adjusted. * tests/init.sh: Sync with gnulib to pick up copyright year. * bootstrap: Likewise. * tests/sample-test: Adjust to use the single most recent year.
Diffstat (limited to 'tests/readlink')
-rwxr-xr-xtests/readlink/can-e.sh2
-rwxr-xr-xtests/readlink/can-f.sh2
-rwxr-xr-xtests/readlink/can-m.sh2
-rwxr-xr-xtests/readlink/multi.sh2
-rwxr-xr-xtests/readlink/rl-1.sh2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/readlink/can-e.sh b/tests/readlink/can-e.sh
index 005cd0889..ff263b256 100755
--- a/tests/readlink/can-e.sh
+++ b/tests/readlink/can-e.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# tests for canonicalize-existing mode (readlink -e).
-# Copyright (C) 2004-2021 Free Software Foundation, Inc.
+# Copyright (C) 2004-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
diff --git a/tests/readlink/can-f.sh b/tests/readlink/can-f.sh
index e2ed17333..e0bece513 100755
--- a/tests/readlink/can-f.sh
+++ b/tests/readlink/can-f.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# tests for canonicalize mode (readlink -f).
-# Copyright (C) 2004-2021 Free Software Foundation, Inc.
+# Copyright (C) 2004-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
diff --git a/tests/readlink/can-m.sh b/tests/readlink/can-m.sh
index 9fd97938c..3ad3eebc1 100755
--- a/tests/readlink/can-m.sh
+++ b/tests/readlink/can-m.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# tests for canonicalize-missing mode (readlink -m).
-# Copyright (C) 2004-2021 Free Software Foundation, Inc.
+# Copyright (C) 2004-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
diff --git a/tests/readlink/multi.sh b/tests/readlink/multi.sh
index 83a68b351..679607735 100755
--- a/tests/readlink/multi.sh
+++ b/tests/readlink/multi.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# test multiple argument handling.
-# Copyright (C) 2012-2021 Free Software Foundation, Inc.
+# Copyright (C) 2012-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
diff --git a/tests/readlink/rl-1.sh b/tests/readlink/rl-1.sh
index 7b2d21d4d..24b2ad7bb 100755
--- a/tests/readlink/rl-1.sh
+++ b/tests/readlink/rl-1.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# test for readlink mode.
-# Copyright (C) 2004-2021 Free Software Foundation, Inc.
+# Copyright (C) 2004-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