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/touch | |
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/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 0fbcaae06..f858a309a 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 Free Software Foundation, Inc. +# Copyright (C) 2009-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/touch/dangling-symlink b/tests/touch/dangling-symlink index a16e015ca..6847e460b 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-2009 Free Software Foundation, Inc. +# Copyright (C) 1999-2000, 2007-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/touch/empty-file b/tests/touch/empty-file index 310ea3037..e279138b2 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, 1999, 2000, 2005-2009 Free Software Foundation, Inc. +# Copyright (C) 1998-2000, 2005-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/touch/fail-diag b/tests/touch/fail-diag index 57f5038ef..1b7acbc87 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-2009 Free Software Foundation, Inc. +# Copyright (C) 2001-2004, 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/touch/fifo b/tests/touch/fifo index 57bb5cf8f..bf117d9ed 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-2009 Free Software Foundation, Inc. +# Copyright (C) 2000, 2007-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/touch/no-create-missing b/tests/touch/no-create-missing index 3fc668194..7c47c6184 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-2009 Free Software Foundation, Inc. +# Copyright (C) 2002, 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/touch/no-dereference b/tests/touch/no-dereference index f10eca85e..7adacc409 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 Free Software Foundation, Inc. +# Copyright (C) 2009-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/touch/no-rights b/tests/touch/no-rights index 3090bf025..f0805e75d 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-2009 Free Software Foundation, Inc. +# Copyright (C) 1999-2000, 2002, 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/touch/not-owner b/tests/touch/not-owner index 9cfa026bb..68eef1fa9 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-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/touch/now-owned-by-other b/tests/touch/now-owned-by-other index e124a2e4a..b59f0d3bd 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-2009 Free Software Foundation, Inc. +# Copyright (C) 2008-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/touch/obsolescent b/tests/touch/obsolescent index 88a442563..3c0925b0f 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-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/touch/read-only b/tests/touch/read-only index 9d21dbdef..06135c7b8 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-2009 Free Software Foundation, Inc. +# Copyright (C) 2005-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/touch/relative b/tests/touch/relative index 05704feea..b9f8c2c92 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-2009 Free Software Foundation, Inc. +# Copyright (C) 2004, 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/touch/trailing-slash b/tests/touch/trailing-slash index 05c2ac742..c1fb8833e 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 Free Software Foundation, Inc. +# Copyright (C) 2009-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 |