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/touch | |
parent | 257909013ef559418f612e8592f55b29dafda154 (diff) | |
download | coreutils-9d6231ef2a74671fa08bc263519edfe46e8d1805.tar.xz |
maint: update all copyright year number ranges
Run "make update-copyright".
Diffstat (limited to 'tests/touch')
-rwxr-xr-x | tests/touch/60-seconds | 2 | ||||
-rwxr-xr-x | tests/touch/dangling-symlink | 2 | ||||
-rwxr-xr-x | tests/touch/empty-file | 2 | ||||
-rwxr-xr-x | tests/touch/fail-diag | 2 | ||||
-rwxr-xr-x | tests/touch/fifo | 2 | ||||
-rwxr-xr-x | tests/touch/no-create-missing | 2 | ||||
-rwxr-xr-x | tests/touch/no-dereference | 2 | ||||
-rwxr-xr-x | tests/touch/no-rights | 2 | ||||
-rwxr-xr-x | tests/touch/not-owner | 2 | ||||
-rwxr-xr-x | tests/touch/now-owned-by-other | 2 | ||||
-rwxr-xr-x | tests/touch/obsolescent | 2 | ||||
-rwxr-xr-x | tests/touch/read-only | 2 | ||||
-rwxr-xr-x | tests/touch/relative | 2 | ||||
-rwxr-xr-x | tests/touch/trailing-slash | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/tests/touch/60-seconds b/tests/touch/60-seconds index 9e94d4789..1bf312310 100755 --- a/tests/touch/60-seconds +++ b/tests/touch/60-seconds @@ -1,7 +1,7 @@ #!/bin/sh # touch -t would mistakenly reject a time specifying "60" seconds -# Copyright (C) 2009-2010 Free Software Foundation, Inc. +# Copyright (C) 2009-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/touch/dangling-symlink b/tests/touch/dangling-symlink index a81b4bcdb..dfde5c1bc 100755 --- a/tests/touch/dangling-symlink +++ b/tests/touch/dangling-symlink @@ -2,7 +2,7 @@ # Make sure touch can create a file through a dangling symlink. # This was broken in the 4.0[e-i] test releases. -# Copyright (C) 1999-2000, 2007-2010 Free Software Foundation, Inc. +# Copyright (C) 1999-2000, 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/touch/empty-file b/tests/touch/empty-file index e927d4aa9..9c9804363 100755 --- a/tests/touch/empty-file +++ b/tests/touch/empty-file @@ -1,7 +1,7 @@ #!/bin/sh # Make sure touch can set the mtime on an empty file. -# Copyright (C) 1998-2000, 2005-2010 Free Software Foundation, Inc. +# Copyright (C) 1998-2000, 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/touch/fail-diag b/tests/touch/fail-diag index 11f67847f..a4c81c624 100755 --- a/tests/touch/fail-diag +++ b/tests/touch/fail-diag @@ -1,7 +1,7 @@ #!/bin/sh # make sure touch gives reasonable diagnostics -# Copyright (C) 2001-2004, 2006-2010 Free Software Foundation, Inc. +# Copyright (C) 2001-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/touch/fifo b/tests/touch/fifo index bf1f0ab5d..455b51c62 100755 --- a/tests/touch/fifo +++ b/tests/touch/fifo @@ -1,7 +1,7 @@ #!/bin/sh # Make sure touch works on fifos without hanging. -# Copyright (C) 2000, 2007-2010 Free Software Foundation, Inc. +# Copyright (C) 2000, 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/touch/no-create-missing b/tests/touch/no-create-missing index a81560fbb..22a870e40 100755 --- a/tests/touch/no-create-missing +++ b/tests/touch/no-create-missing @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that touch -c no-such-file no longer fails (it did in 4.1.8). -# Copyright (C) 2002, 2004-2010 Free Software Foundation, Inc. +# Copyright (C) 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/touch/no-dereference b/tests/touch/no-dereference index ce6623ec1..6d138114c 100755 --- a/tests/touch/no-dereference +++ b/tests/touch/no-dereference @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that touch -h works. -# Copyright (C) 2009-2010 Free Software Foundation, Inc. +# Copyright (C) 2009-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/touch/no-rights b/tests/touch/no-rights index c041edbf3..159062b7b 100755 --- a/tests/touch/no-rights +++ b/tests/touch/no-rights @@ -2,7 +2,7 @@ # Make sure touch can update the times on a file that is neither # readable nor writable. -# Copyright (C) 1999-2000, 2002, 2006-2010 Free Software Foundation, Inc. +# Copyright (C) 1999-2000, 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 diff --git a/tests/touch/not-owner b/tests/touch/not-owner index ea4b54c55..953e76b28 100755 --- a/tests/touch/not-owner +++ b/tests/touch/not-owner @@ -2,7 +2,7 @@ # Make sure that touch gives reasonable diagnostics when applied # to an unwritable directory owned by some other user. -# Copyright (C) 2003-2010 Free Software Foundation, Inc. +# Copyright (C) 2003-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/touch/now-owned-by-other b/tests/touch/now-owned-by-other index c475903a2..b4d5d04b0 100755 --- a/tests/touch/now-owned-by-other +++ b/tests/touch/now-owned-by-other @@ -1,7 +1,7 @@ #!/bin/sh # Demonstrate that "touch -d now writable-but-owned-by-other" works. -# 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/touch/obsolescent b/tests/touch/obsolescent index 20c398dae..65784dc13 100755 --- a/tests/touch/obsolescent +++ b/tests/touch/obsolescent @@ -1,7 +1,7 @@ #!/bin/sh # Test touch with obsolescent 8- or 10-digit time stamps. -# Copyright (C) 2000, 2004-2010 Free Software Foundation, Inc. +# Copyright (C) 2000, 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/touch/read-only b/tests/touch/read-only index c65055dea..4745786f0 100755 --- a/tests/touch/read-only +++ b/tests/touch/read-only @@ -1,7 +1,7 @@ #!/bin/sh # ensure that touch can operate on read-only files -# 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/touch/relative b/tests/touch/relative index 0c5e36782..47f358bd1 100755 --- a/tests/touch/relative +++ b/tests/touch/relative @@ -2,7 +2,7 @@ # Demonstrate using a combination of --reference and --date to # set the time of a file back by an arbitrary amount. -# 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/touch/trailing-slash b/tests/touch/trailing-slash index cc5e7c62e..2e2d2a747 100755 --- a/tests/touch/trailing-slash +++ b/tests/touch/trailing-slash @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that touch honors trailing slash. -# Copyright (C) 2009-2010 Free Software Foundation, Inc. +# Copyright (C) 2009-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 |