diff options
author | Jim Meyering <meyering@redhat.com> | 2012-01-27 11:35:24 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-01-27 11:35:24 +0100 |
commit | d7878454cd02518959b0d6036db3a5b6ff00ca57 (patch) | |
tree | 2f62fd5d7fadac095c0e9fbfc39140028dfa8a73 /tests/rmdir | |
parent | 3068c84765ca8bb0a5ba425664fb2e7454a8bbc5 (diff) | |
download | coreutils-d7878454cd02518959b0d6036db3a5b6ff00ca57.tar.xz |
maint: use single copyright year range
Run "make update-copyright".
Diffstat (limited to 'tests/rmdir')
-rwxr-xr-x | tests/rmdir/fail-perm | 2 | ||||
-rwxr-xr-x | tests/rmdir/ignore | 2 | ||||
-rwxr-xr-x | tests/rmdir/t-slash | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/rmdir/fail-perm b/tests/rmdir/fail-perm index 7deba62ea..49cfb00ab 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-2012 Free Software Foundation, Inc. +# Copyright (C) 2004-2012 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 641caab7a..dd02819d2 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-2012 Free Software Foundation, Inc. +# Copyright (C) 1999-2012 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 8c7052fac..38e9f20d7 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-2012 Free Software Foundation, Inc. +# Copyright (C) 2002-2012 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 |