summaryrefslogtreecommitdiff
path: root/tests/rmdir
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-01-01 11:37:32 +0100
committerJim Meyering <meyering@redhat.com>2011-01-01 22:16:47 +0100
commit9d6231ef2a74671fa08bc263519edfe46e8d1805 (patch)
tree03ac673dab3083a1589d4dd47aa077a840d21da5 /tests/rmdir
parent257909013ef559418f612e8592f55b29dafda154 (diff)
downloadcoreutils-9d6231ef2a74671fa08bc263519edfe46e8d1805.tar.gz
maint: update all copyright year number ranges
Run "make update-copyright".
Diffstat (limited to 'tests/rmdir')
-rwxr-xr-xtests/rmdir/fail-perm2
-rwxr-xr-xtests/rmdir/ignore2
-rwxr-xr-xtests/rmdir/t-slash2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/rmdir/fail-perm b/tests/rmdir/fail-perm
index bf1245f70..9af747b85 100755
--- a/tests/rmdir/fail-perm
+++ b/tests/rmdir/fail-perm
@@ -2,7 +2,7 @@
# For unwritable directory `d', `rmdir -p d d/e/f' would emit
# diagnostics but would not fail. Fixed in 5.1.2.
-# Copyright (C) 2004, 2006-2010 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2006-2011 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/rmdir/ignore b/tests/rmdir/ignore
index ffd0090fc..b6faaeadd 100755
--- a/tests/rmdir/ignore
+++ b/tests/rmdir/ignore
@@ -1,7 +1,7 @@
#!/bin/sh
# make sure rmdir's --ignore-fail-on-non-empty option works
-# Copyright (C) 1999, 2007-2010 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2007-2011 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/rmdir/t-slash b/tests/rmdir/t-slash
index f83b6283d..e7785c372 100755
--- a/tests/rmdir/t-slash
+++ b/tests/rmdir/t-slash
@@ -1,7 +1,7 @@
#!/bin/sh
# make sure rmdir -p works on a directory specified with a trailing slash
-# Copyright (C) 2002, 2006-2010 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2006-2011 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