summaryrefslogtreecommitdiff
path: root/tests/readlink
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-01-01 10:56:28 +0100
committerJim Meyering <meyering@redhat.com>2010-01-01 14:06:47 +0100
commit1aa17dc89b3f313697661541adca0aa0defbdc09 (patch)
tree19c56a4689f6137f1c912876a4e30a1cf382a1a7 /tests/readlink
parent6c8d432b1f70c80213b0a2244e2427ae3c1394ef (diff)
downloadcoreutils-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-xtests/readlink/can-e2
-rwxr-xr-xtests/readlink/can-f2
-rwxr-xr-xtests/readlink/can-m2
-rwxr-xr-xtests/readlink/rl-12
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