diff options
author | Pádraig Brady <P@draigBrady.com> | 2017-01-01 22:38:02 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2017-01-01 22:38:02 +0000 |
commit | e7a2580b96370da03c4d3553ccdf4ee66a14c6a4 (patch) | |
tree | 0b3d7ab3f93d6de66ce6dfb92591cca1f1b8c426 /tests/readlink | |
parent | b02631b14b2a155c4a233c8e8dad2569c159e85d (diff) | |
download | coreutils-e7a2580b96370da03c4d3553ccdf4ee66a14c6a4.tar.xz |
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-x | tests/readlink/can-e.sh | 2 | ||||
-rwxr-xr-x | tests/readlink/can-f.sh | 2 | ||||
-rwxr-xr-x | tests/readlink/can-m.sh | 2 | ||||
-rwxr-xr-x | tests/readlink/multi.sh | 2 | ||||
-rwxr-xr-x | tests/readlink/rl-1.sh | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/readlink/can-e.sh b/tests/readlink/can-e.sh index 5d8288400..38fd76398 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-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 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 c06896073..944d54506 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-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 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 2bf0c9b69..a9e10b55c 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-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 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 78f8cc791..5dc57fab5 100755 --- a/tests/readlink/multi.sh +++ b/tests/readlink/multi.sh @@ -1,7 +1,7 @@ #!/bin/sh # test multiple argument handling. -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 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 32f05bc62..5318a5022 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-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 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 |