summaryrefslogtreecommitdiff
path: root/tests/readlink
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-06-23 22:33:15 +0200
committerJim Meyering <meyering@redhat.com>2009-06-23 22:33:15 +0200
commit2232b4d08fdc8ff3ae8e7aa1fa28c8315c41d9ad (patch)
tree3df77a06ec0ed1550dcb399344d8a070539dfe3a /tests/readlink
parentec00727a72cea90f7737e689f90334c21ca5b57e (diff)
downloadcoreutils-2232b4d08fdc8ff3ae8e7aa1fa28c8315c41d9ad.tar.xz
maint: update all Copyright year lists to include 2009
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 6316ff98f..58a714891 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-2008 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2006-2009 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 9e19eb015..8a000f8e9 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-2008 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2006-2009 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 d20dcd73b..53528c20e 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-2008 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2006-2009 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 cdde35bae..7dfc8b739 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-2008 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2006-2009 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