diff options
author | Jim Meyering <meyering@redhat.com> | 2010-01-01 10:56:28 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-01-01 14:06:47 +0100 |
commit | 1aa17dc89b3f313697661541adca0aa0defbdc09 (patch) | |
tree | 19c56a4689f6137f1c912876a4e30a1cf382a1a7 /tests/chgrp | |
parent | 6c8d432b1f70c80213b0a2244e2427ae3c1394ef (diff) | |
download | coreutils-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/chgrp')
-rwxr-xr-x | tests/chgrp/basic | 2 | ||||
-rwxr-xr-x | tests/chgrp/default-no-deref | 2 | ||||
-rwxr-xr-x | tests/chgrp/deref | 2 | ||||
-rwxr-xr-x | tests/chgrp/no-x | 2 | ||||
-rwxr-xr-x | tests/chgrp/posix-H | 2 | ||||
-rwxr-xr-x | tests/chgrp/recurse | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/chgrp/basic b/tests/chgrp/basic index 4fad17606..19e9602ca 100755 --- a/tests/chgrp/basic +++ b/tests/chgrp/basic @@ -1,7 +1,7 @@ #!/bin/sh # make sure chgrp is reasonable -# Copyright (C) 2000-2009 Free Software Foundation, Inc. +# Copyright (C) 2000-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/chgrp/default-no-deref b/tests/chgrp/default-no-deref index dc7e9d00a..b4ea299f8 100755 --- a/tests/chgrp/default-no-deref +++ b/tests/chgrp/default-no-deref @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that chgrp -R does not dereference symlinks. -# Copyright (C) 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 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/chgrp/deref b/tests/chgrp/deref index 1a20e05bf..36a320be0 100755 --- a/tests/chgrp/deref +++ b/tests/chgrp/deref @@ -1,7 +1,7 @@ #!/bin/sh # see if chgrp can change the group of a symlink -# Copyright (C) 2000, 2004-2009 Free Software Foundation, Inc. +# Copyright (C) 2000, 2004-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/chgrp/no-x b/tests/chgrp/no-x index 175c1b2b8..a8e49cddb 100755 --- a/tests/chgrp/no-x +++ b/tests/chgrp/no-x @@ -2,7 +2,7 @@ # Make sure chgrp gives the right diagnostic for a readable, # but inaccessible directory. -# Copyright (C) 2003, 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 2003, 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/chgrp/posix-H b/tests/chgrp/posix-H index 87295d4e6..db0b07796 100755 --- a/tests/chgrp/posix-H +++ b/tests/chgrp/posix-H @@ -1,7 +1,7 @@ #!/bin/sh # Test POSIX-mandated -H option. -# Copyright (C) 2003-2009 Free Software Foundation, Inc. +# Copyright (C) 2003-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/chgrp/recurse b/tests/chgrp/recurse index b0f2e2701..8fd53da4d 100755 --- a/tests/chgrp/recurse +++ b/tests/chgrp/recurse @@ -1,7 +1,7 @@ #!/bin/sh # ad-hoc tests of chgrp with -R and -H or -L and symlinks -# Copyright (C) 2000, 2003-2009 Free Software Foundation, Inc. +# Copyright (C) 2000, 2003-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 |