diff options
author | Jim Meyering <meyering@redhat.com> | 2010-01-01 10:56:28 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-01-01 14:06:47 +0100 |
commit | 1aa17dc89b3f313697661541adca0aa0defbdc09 (patch) | |
tree | 19c56a4689f6137f1c912876a4e30a1cf382a1a7 /tests/readlink | |
parent | 6c8d432b1f70c80213b0a2244e2427ae3c1394ef (diff) | |
download | coreutils-1aa17dc89b3f313697661541adca0aa0defbdc09.tar.xz |
maint: update all FSF copyright year lists to include 2010
Use this command:
git ls-files | grep -v COPYING \
| xargs env UPDATE_COPYRIGHT_USE_INTERVALS=1 \
build-aux/update-copyright
Diffstat (limited to 'tests/readlink')
-rwxr-xr-x | tests/readlink/can-e | 2 | ||||
-rwxr-xr-x | tests/readlink/can-f | 2 | ||||
-rwxr-xr-x | tests/readlink/can-m | 2 | ||||
-rwxr-xr-x | tests/readlink/rl-1 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/readlink/can-e b/tests/readlink/can-e index bbf81f1ff..41656f477 100755 --- a/tests/readlink/can-e +++ b/tests/readlink/can-e @@ -1,7 +1,7 @@ #!/bin/sh # tests for canonicalize-existing mode (readlink -e). -# Copyright (C) 2004, 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 2004, 2006-2010 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 b/tests/readlink/can-f index a2bb5fd9d..2cfac18a1 100755 --- a/tests/readlink/can-f +++ b/tests/readlink/can-f @@ -1,7 +1,7 @@ #!/bin/sh # tests for canonicalize mode (readlink -f). -# Copyright (C) 2004, 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 2004, 2006-2010 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 b/tests/readlink/can-m index 80d3e2d28..ee24e69cd 100755 --- a/tests/readlink/can-m +++ b/tests/readlink/can-m @@ -1,7 +1,7 @@ #!/bin/sh # tests for canonicalize-missing mode (readlink -m). -# Copyright (C) 2004, 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 2004, 2006-2010 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 b/tests/readlink/rl-1 index 3eadbbcfb..f6885ff0b 100755 --- a/tests/readlink/rl-1 +++ b/tests/readlink/rl-1 @@ -1,7 +1,7 @@ #!/bin/sh # test for readlink mode. -# Copyright (C) 2004, 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 2004, 2006-2010 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 |