diff options
author | Jim Meyering <meyering@redhat.com> | 2012-01-01 09:47:10 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-01-01 10:04:06 +0100 |
commit | 5111aa42968262bd4d44eeca277b194020bb5007 (patch) | |
tree | 055fe885ece6e346f0da5e8472df13b0810c7a07 /tests/chown | |
parent | 75a21e62486521ba3d8ef518dc4740dc1adeb7f4 (diff) | |
download | coreutils-5111aa42968262bd4d44eeca277b194020bb5007.tar.xz |
maint: update all copyright year number ranges
Run "make update-copyright".
Diffstat (limited to 'tests/chown')
-rwxr-xr-x | tests/chown/basic | 2 | ||||
-rwxr-xr-x | tests/chown/deref | 2 | ||||
-rwxr-xr-x | tests/chown/preserve-root | 2 | ||||
-rwxr-xr-x | tests/chown/separator | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/chown/basic b/tests/chown/basic index 8df8399af..d602e188b 100755 --- a/tests/chown/basic +++ b/tests/chown/basic @@ -1,7 +1,7 @@ #!/bin/sh # make sure chown --from=... works -# Copyright (C) 2001, 2004-2011 Free Software Foundation, Inc. +# Copyright (C) 2001, 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/chown/deref b/tests/chown/deref index 02175ff70..2d1992c34 100755 --- a/tests/chown/deref +++ b/tests/chown/deref @@ -2,7 +2,7 @@ # For coreutils-5.2.1 and earlier, chown --dereference would skip # symlinks having owner/group matching the specified owner/group. -# Copyright (C) 2004, 2006-2011 Free Software Foundation, Inc. +# Copyright (C) 2004, 2006-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/chown/preserve-root b/tests/chown/preserve-root index 3ee304914..69d92d4aa 100755 --- a/tests/chown/preserve-root +++ b/tests/chown/preserve-root @@ -1,7 +1,7 @@ #!/bin/sh # Verify that --preserve-root works. -# Copyright (C) 2006-2011 Free Software Foundation, Inc. +# Copyright (C) 2006-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/chown/separator b/tests/chown/separator index 147544b43..6295fd78f 100755 --- a/tests/chown/separator +++ b/tests/chown/separator @@ -1,7 +1,7 @@ #!/bin/sh # Make sure "chown USER:GROUP FILE" works, and similar tests with separators. -# Copyright (C) 2004-2011 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 |