diff options
author | Jim Meyering <meyering@redhat.com> | 2011-01-01 11:37:32 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-01-01 22:16:47 +0100 |
commit | 9d6231ef2a74671fa08bc263519edfe46e8d1805 (patch) | |
tree | 03ac673dab3083a1589d4dd47aa077a840d21da5 /tests/chmod | |
parent | 257909013ef559418f612e8592f55b29dafda154 (diff) | |
download | coreutils-9d6231ef2a74671fa08bc263519edfe46e8d1805.tar.xz |
maint: update all copyright year number ranges
Run "make update-copyright".
Diffstat (limited to 'tests/chmod')
-rwxr-xr-x | tests/chmod/c-option | 2 | ||||
-rwxr-xr-x | tests/chmod/equal-x | 2 | ||||
-rwxr-xr-x | tests/chmod/equals | 2 | ||||
-rwxr-xr-x | tests/chmod/inaccessible | 2 | ||||
-rwxr-xr-x | tests/chmod/no-x | 2 | ||||
-rwxr-xr-x | tests/chmod/octal | 2 | ||||
-rwxr-xr-x | tests/chmod/setgid | 2 | ||||
-rwxr-xr-x | tests/chmod/silent | 2 | ||||
-rwxr-xr-x | tests/chmod/thru-dangling | 2 | ||||
-rwxr-xr-x | tests/chmod/umask-x | 2 | ||||
-rwxr-xr-x | tests/chmod/usage | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/tests/chmod/c-option b/tests/chmod/c-option index 440702fd2..14d89b6b0 100755 --- a/tests/chmod/c-option +++ b/tests/chmod/c-option @@ -1,7 +1,7 @@ #!/bin/sh # Verify that chmod's --changes (-c) option works. -# Copyright (C) 2000, 2004, 2006-2010 Free Software Foundation, Inc. +# Copyright (C) 2000, 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/chmod/equal-x b/tests/chmod/equal-x index bb9e4b2da..fc4a8f5ef 100755 --- a/tests/chmod/equal-x +++ b/tests/chmod/equal-x @@ -1,7 +1,7 @@ #!/bin/sh # Test "chmod =x" and the like. -# Copyright (C) 1999-2000, 2002, 2004-2010 Free Software Foundation, Inc. +# Copyright (C) 1999-2000, 2002, 2004-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/chmod/equals b/tests/chmod/equals index 8dd9d5246..39d2d62a0 100755 --- a/tests/chmod/equals +++ b/tests/chmod/equals @@ -3,7 +3,7 @@ # Before fileutils-4.1.2, some of them didn't. # Also, before coreutils-5.3.1, =[ugo] sometimes didn't work. -# Copyright (C) 2001-2002, 2004-2010 Free Software Foundation, Inc. +# Copyright (C) 2001-2002, 2004-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/chmod/inaccessible b/tests/chmod/inaccessible index b88fa5536..90126a86c 100755 --- a/tests/chmod/inaccessible +++ b/tests/chmod/inaccessible @@ -1,7 +1,7 @@ #!/bin/sh # Test for the bug fixed on 2006-09-20. -# Copyright (C) 2006-2010 Free Software Foundation, Inc. +# Copyright (C) 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/chmod/no-x b/tests/chmod/no-x index b6dfea147..0fb70f967 100755 --- a/tests/chmod/no-x +++ b/tests/chmod/no-x @@ -2,7 +2,7 @@ # Make sure chmod gives the right diagnostic for a readable, # but inaccessible directory. -# Copyright (C) 2003, 2006-2010 Free Software Foundation, Inc. +# Copyright (C) 2003, 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/chmod/octal b/tests/chmod/octal index 6eec93cae..365d013d0 100755 --- a/tests/chmod/octal +++ b/tests/chmod/octal @@ -1,7 +1,7 @@ #!/bin/sh # ensure that chmod diagnoses a certain type of invalid mode string -# Copyright (C) 2005-2010 Free Software Foundation, Inc. +# Copyright (C) 2005-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/chmod/setgid b/tests/chmod/setgid index 7bfe4eda6..3efffab3c 100755 --- a/tests/chmod/setgid +++ b/tests/chmod/setgid @@ -2,7 +2,7 @@ # Make sure GNU chmod works the same way as those of Solaris, HPUX, AIX # wrt directories with the setgid bit set. -# Copyright (C) 2001, 2004-2010 Free Software Foundation, Inc. +# Copyright (C) 2001, 2004-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/chmod/silent b/tests/chmod/silent index f56e34774..1745299de 100755 --- a/tests/chmod/silent +++ b/tests/chmod/silent @@ -1,7 +1,7 @@ #!/bin/sh # ensure that chgrp, chmod, chown -f don't print some diagnostics -# Copyright (C) 2008-2010 Free Software Foundation, Inc. +# Copyright (C) 2008-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/chmod/thru-dangling b/tests/chmod/thru-dangling index 3fb470287..e967eb929 100755 --- a/tests/chmod/thru-dangling +++ b/tests/chmod/thru-dangling @@ -1,7 +1,7 @@ #!/bin/sh # Test for proper error and exit code of chmod on a dangling symlink. -# Copyright (C) 2007-2010 Free Software Foundation, Inc. +# Copyright (C) 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/chmod/umask-x b/tests/chmod/umask-x index f11d53d71..058656460 100755 --- a/tests/chmod/umask-x +++ b/tests/chmod/umask-x @@ -1,7 +1,7 @@ #!/bin/sh # Test that chmod -x file reports an error if the result is executable. -# Copyright (C) 2005-2010 Free Software Foundation, Inc. +# Copyright (C) 2005-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/chmod/usage b/tests/chmod/usage index e6f91c708..0566db49d 100755 --- a/tests/chmod/usage +++ b/tests/chmod/usage @@ -1,7 +1,7 @@ #!/bin/sh # Verify that chmod works correctly with odd option combinations. -# Copyright (C) 2004-2010 Free Software Foundation, Inc. +# Copyright (C) 2004-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 |