From 1aa17dc89b3f313697661541adca0aa0defbdc09 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 1 Jan 2010 10:56:28 +0100 Subject: 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 --- tests/rm/cycle | 2 +- tests/rm/dangling-symlink | 2 +- tests/rm/deep-1 | 2 +- tests/rm/deep-2 | 2 +- tests/rm/dir-no-w | 2 +- tests/rm/dir-nonrecur | 2 +- tests/rm/dot-rel | 2 +- tests/rm/empty-inacc | 2 +- tests/rm/empty-name | 2 +- tests/rm/ext3-perf | 2 +- tests/rm/f-1 | 2 +- tests/rm/fail-2eperm | 2 +- tests/rm/fail-eacces | 2 +- tests/rm/fail-eperm | 2 +- tests/rm/hash | 2 +- tests/rm/i-1 | 2 +- tests/rm/i-never | 2 +- tests/rm/i-no-r | 2 +- tests/rm/ignorable | 2 +- tests/rm/inaccessible | 2 +- tests/rm/interactive-always | 2 +- tests/rm/interactive-once | 2 +- tests/rm/ir-1 | 3 +-- tests/rm/isatty | 2 +- tests/rm/no-give-up | 2 +- tests/rm/one-file-system | 2 +- tests/rm/one-file-system2 | 2 +- tests/rm/r-1 | 4 ++-- tests/rm/r-2 | 4 ++-- tests/rm/r-3 | 2 +- tests/rm/r-4 | 2 +- tests/rm/read-only | 2 +- tests/rm/readdir-bug | 2 +- tests/rm/rm1 | 2 +- tests/rm/rm2 | 2 +- tests/rm/rm3 | 2 +- tests/rm/rm4 | 2 +- tests/rm/rm5 | 2 +- tests/rm/sunos-1 | 3 ++- tests/rm/unread2 | 2 +- tests/rm/unread3 | 2 +- tests/rm/unreadable | 2 +- tests/rm/v-slash | 2 +- 43 files changed, 46 insertions(+), 46 deletions(-) (limited to 'tests/rm') diff --git a/tests/rm/cycle b/tests/rm/cycle index ffac61d29..e700dbf38 100755 --- a/tests/rm/cycle +++ b/tests/rm/cycle @@ -1,7 +1,7 @@ #!/bin/sh # rm (coreutils-4.5.4) could be tricked into mistakenly reporting a cycle. -# 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/rm/dangling-symlink b/tests/rm/dangling-symlink index 4366474f2..9a3cfd631 100755 --- a/tests/rm/dangling-symlink +++ b/tests/rm/dangling-symlink @@ -4,7 +4,7 @@ # But for fileutils-4.1.9, it would do the former and # for fileutils-4.1.10 the latter. -# Copyright (C) 2002, 2004-2006, 2008-2009 Free Software Foundation, Inc. +# Copyright (C) 2002, 2004-2006, 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/rm/deep-1 b/tests/rm/deep-1 index 3585ef501..861667916 100755 --- a/tests/rm/deep-1 +++ b/tests/rm/deep-1 @@ -1,7 +1,7 @@ #!/bin/sh # Test "rm" with a deep hierarchy. -# Copyright (C) 1997, 2002-2004, 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 1997, 2002-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/rm/deep-2 b/tests/rm/deep-2 index 34c733f6e..cb52b7fed 100755 --- a/tests/rm/deep-2 +++ b/tests/rm/deep-2 @@ -1,7 +1,7 @@ #!/bin/sh # Ensure rm -r DIR does not prompt for very long full relative names in DIR. -# 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/rm/dir-no-w b/tests/rm/dir-no-w index ff8825e2e..c1b6fc4cb 100755 --- a/tests/rm/dir-no-w +++ b/tests/rm/dir-no-w @@ -2,7 +2,7 @@ # rm (without -r) must give a diagnostic for any directory. # It must not prompt, even if that directory is unwritable. -# Copyright (C) 2003, 2005-2009 Free Software Foundation, Inc. +# Copyright (C) 2003, 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/rm/dir-nonrecur b/tests/rm/dir-nonrecur index 3c6f041f8..7f62bd59c 100755 --- a/tests/rm/dir-nonrecur +++ b/tests/rm/dir-nonrecur @@ -2,7 +2,7 @@ # Ensure that `rm dir' (i.e., without --recursive) gives a reasonable # diagnostic when failing. -# 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/rm/dot-rel b/tests/rm/dot-rel index 5e59c4dcb..e88e9238f 100755 --- a/tests/rm/dot-rel +++ b/tests/rm/dot-rel @@ -2,7 +2,7 @@ # Use rm -r to remove two non-empty dot-relative directories. # This would have failed between 2004-10-18 and 2004-10-21. -# Copyright (C) 2004, 2006, 2008-2009 Free Software Foundation, Inc. +# Copyright (C) 2004, 2006, 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/rm/empty-inacc b/tests/rm/empty-inacc index c0a77e409..70c974c6b 100755 --- a/tests/rm/empty-inacc +++ b/tests/rm/empty-inacc @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that rm -rf removes an empty-and-inaccessible directory. -# 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/rm/empty-name b/tests/rm/empty-name index 27f76d0ae..cf9b6c37c 100755 --- a/tests/rm/empty-name +++ b/tests/rm/empty-name @@ -1,7 +1,7 @@ #!/usr/bin/perl # Make sure that rm -r '' fails. -# Copyright (C) 1998, 2003, 2005, 2007-2009 Free Software Foundation, Inc. +# Copyright (C) 1998, 2003, 2005, 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/rm/ext3-perf b/tests/rm/ext3-perf index 90ba9bb5a..227d4b997 100755 --- a/tests/rm/ext3-perf +++ b/tests/rm/ext3-perf @@ -1,7 +1,7 @@ #!/bin/sh # ensure that "rm -rf DIR-with-many-entries" is not O(N^2) -# 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/rm/f-1 b/tests/rm/f-1 index 07a68addc..819dc2f19 100755 --- a/tests/rm/f-1 +++ b/tests/rm/f-1 @@ -1,7 +1,7 @@ #!/bin/sh # Test "rm -f" with a nonexistent file. -# Copyright (C) 1997, 2002, 2004, 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 1997, 2002, 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/rm/fail-2eperm b/tests/rm/fail-2eperm index 4c4ae7436..04b2ad1e3 100755 --- a/tests/rm/fail-2eperm +++ b/tests/rm/fail-2eperm @@ -2,7 +2,7 @@ # Like fail-eperm, but the failure must be for a file encountered # while trying to remove the containing directory with the sticky bit set. -# 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/rm/fail-eacces b/tests/rm/fail-eacces index 4481ce498..5d87211f9 100755 --- a/tests/rm/fail-eacces +++ b/tests/rm/fail-eacces @@ -4,7 +4,7 @@ # With the symlink, rm from coreutils-6.9 would fail with a misleading # ELOOP diagnostic. -# 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/rm/fail-eperm b/tests/rm/fail-eperm index 3f4d72ae7..6cc8b351c 100755 --- a/tests/rm/fail-eperm +++ b/tests/rm/fail-eperm @@ -2,7 +2,7 @@ # Ensure that rm gives the expected diagnostic when failing to remove a file # owned by some other user in a directory with the sticky bit set. -# Copyright (C) 2002-2004, 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 2002-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/rm/hash b/tests/rm/hash index 8629cba71..9573f7a3d 100755 --- a/tests/rm/hash +++ b/tests/rm/hash @@ -3,7 +3,7 @@ # Before then, rm would fail occasionally, sometimes via # a failed assertion, others with a seg fault. -# Copyright (C) 2000, 2002, 2003, 2004, 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 2000, 2002-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/rm/i-1 b/tests/rm/i-1 index a7474fe62..b73b61725 100755 --- a/tests/rm/i-1 +++ b/tests/rm/i-1 @@ -1,7 +1,7 @@ #!/bin/sh # Test "rm -i". -# Copyright (C) 1997-1998, 2002, 2004, 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 1997-1998, 2002, 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/rm/i-never b/tests/rm/i-never index 35c0ac3a3..fa6d911a3 100755 --- a/tests/rm/i-never +++ b/tests/rm/i-never @@ -2,7 +2,7 @@ # Ensure that rm --interactive=never works does not prompt, even for # an unwritable file. -# Copyright (C) 2007-2009 Free Software Foundation, Inc. +# Copyright (C) 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/rm/i-no-r b/tests/rm/i-no-r index 78eb99a99..c0548b087 100755 --- a/tests/rm/i-no-r +++ b/tests/rm/i-no-r @@ -3,7 +3,7 @@ # recurse into directory DIR. rm -i (without -r) must fail in that case. # Fixed in coreutils-4.5.2. -# Copyright (C) 2002, 2006, 2008-2009 Free Software Foundation, Inc. +# Copyright (C) 2002, 2006, 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/rm/ignorable b/tests/rm/ignorable index 714631e58..f7f66b3ee 100755 --- a/tests/rm/ignorable +++ b/tests/rm/ignorable @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that rm -f existing-non-dir/anything exits successfully -# 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/rm/inaccessible b/tests/rm/inaccessible index b894f495d..722e49cb9 100755 --- a/tests/rm/inaccessible +++ b/tests/rm/inaccessible @@ -2,7 +2,7 @@ # Ensure that rm works even when run from a directory # for which the user has no access at all. -# 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/rm/interactive-always b/tests/rm/interactive-always index 842acc15e..8444f7d36 100755 --- a/tests/rm/interactive-always +++ b/tests/rm/interactive-always @@ -1,7 +1,7 @@ #!/bin/sh # Test the --interactive[=WHEN] changes added to coreutils 6.0 -# 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/rm/interactive-once b/tests/rm/interactive-once index 9c1f46df2..bc612b0e7 100755 --- a/tests/rm/interactive-once +++ b/tests/rm/interactive-once @@ -1,7 +1,7 @@ #!/bin/sh # Test the -I option added to coreutils 6.0 -# 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/rm/ir-1 b/tests/rm/ir-1 index 2b0cfa3b7..e453def75 100755 --- a/tests/rm/ir-1 +++ b/tests/rm/ir-1 @@ -1,8 +1,7 @@ #!/bin/sh # Test "rm -ir". -# Copyright (C) 1997, 1998, 2002, 2004, 2006-2009 Free Software Foundation, -# Inc. +# Copyright (C) 1997-1998, 2002, 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/rm/isatty b/tests/rm/isatty index c1bb818a2..ac3e1420b 100755 --- a/tests/rm/isatty +++ b/tests/rm/isatty @@ -1,7 +1,7 @@ #!/bin/sh # Make sure `chown 0 f; rm f' prompts before removing f. -# Copyright (C) 2001-2009 Free Software Foundation, Inc. +# Copyright (C) 2001-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/rm/no-give-up b/tests/rm/no-give-up index a0ba383d6..9ee0357fe 100755 --- a/tests/rm/no-give-up +++ b/tests/rm/no-give-up @@ -2,7 +2,7 @@ # With rm from coreutils-5.2.1 and earlier, `rm -r' would mistakenly # give up too early under some conditions. -# 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/rm/one-file-system b/tests/rm/one-file-system index 8ce6e652b..cb0b713b4 100755 --- a/tests/rm/one-file-system +++ b/tests/rm/one-file-system @@ -1,7 +1,7 @@ #!/bin/sh # Demonstrate rm's new --one-file-system option. -# 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/rm/one-file-system2 b/tests/rm/one-file-system2 index 414a57acd..64725c7be 100755 --- a/tests/rm/one-file-system2 +++ b/tests/rm/one-file-system2 @@ -1,7 +1,7 @@ #!/bin/sh # Verify --one-file-system does delete within a file system -# 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/rm/r-1 b/tests/rm/r-1 index cd484e694..c1d2d815e 100755 --- a/tests/rm/r-1 +++ b/tests/rm/r-1 @@ -1,8 +1,8 @@ #!/bin/sh # Test "rm -r --verbose". -# Copyright (C) 1997, 1998, 2000, 2002, 2004, -# 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 1997-1998, 2000, 2002, 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/rm/r-2 b/tests/rm/r-2 index a0a49e652..445c634c7 100755 --- a/tests/rm/r-2 +++ b/tests/rm/r-2 @@ -1,8 +1,8 @@ #!/bin/sh # Test "rm -r --verbose". -# Copyright (C) 1997-1998, 2000, 2002, 2004, -# 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 1997-1998, 2000, 2002, 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/rm/r-3 b/tests/rm/r-3 index b1ad2e052..3d944f6a9 100755 --- a/tests/rm/r-3 +++ b/tests/rm/r-3 @@ -1,7 +1,7 @@ #!/bin/sh # Create and remove a directory with more than 254 files. -# Copyright (C) 1997, 2001-2004, 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 1997, 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/rm/r-4 b/tests/rm/r-4 index 1a607df2a..0b6658a4e 100755 --- a/tests/rm/r-4 +++ b/tests/rm/r-4 @@ -1,7 +1,7 @@ #!/bin/sh # Try to remove '.' and '..' recursively. -# 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/rm/read-only b/tests/rm/read-only index 3c83aad15..eb9a0cbd5 100755 --- a/tests/rm/read-only +++ b/tests/rm/read-only @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that rm -f nonexistent-file-on-read-only-fs succeeds. -# 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/rm/readdir-bug b/tests/rm/readdir-bug index 25bcae28b..c446d752b 100755 --- a/tests/rm/readdir-bug +++ b/tests/rm/readdir-bug @@ -2,7 +2,7 @@ # Exercise the Darwin/MacOS bug worked around on 2006-09-29, # whereby rm would fail to remove all entries in a directory. -# Copyright (C) 2006, 2008-2009 Free Software Foundation, Inc. +# Copyright (C) 2006, 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/rm/rm1 b/tests/rm/rm1 index 8762b94d1..5e54adf34 100755 --- a/tests/rm/rm1 +++ b/tests/rm/rm1 @@ -1,7 +1,7 @@ #!/bin/sh # exercise another small part of remove.c -# Copyright (C) 2002, 2004, 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 2002, 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/rm/rm2 b/tests/rm/rm2 index a8d11607c..35fd2f9fd 100755 --- a/tests/rm/rm2 +++ b/tests/rm/rm2 @@ -1,7 +1,7 @@ #!/bin/sh # exercise another small part of remove.c -# Copyright (C) 2002-2009 Free Software Foundation, Inc. +# Copyright (C) 2002-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/rm/rm3 b/tests/rm/rm3 index 9c2a18f10..5b90025b8 100755 --- a/tests/rm/rm3 +++ b/tests/rm/rm3 @@ -1,7 +1,7 @@ #!/bin/sh # exercise another small part of remove.c -# Copyright (C) 2002-2004, 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 2002-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/rm/rm4 b/tests/rm/rm4 index cbc226e50..0f73b276d 100755 --- a/tests/rm/rm4 +++ b/tests/rm/rm4 @@ -1,7 +1,7 @@ #!/bin/sh # ensure that `rm dir' fails without --recursive -# Copyright (C) 2002, 2004, 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 2002, 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/rm/rm5 b/tests/rm/rm5 index 048f9a7d7..311b3ee99 100755 --- a/tests/rm/rm5 +++ b/tests/rm/rm5 @@ -1,7 +1,7 @@ #!/bin/sh # a basic test of rm -ri -# Copyright (C) 2002-2004, 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 2002-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/rm/sunos-1 b/tests/rm/sunos-1 index 74d039f8e..be988e11f 100755 --- a/tests/rm/sunos-1 +++ b/tests/rm/sunos-1 @@ -1,7 +1,8 @@ #!/bin/sh # Make sure that rm -r '' fails. -# Copyright (C) 1997-1998, 2002, 2004, 2006, 2008-2009 Free Software Foundation, Inc. +# Copyright (C) 1997-1998, 2002, 2004, 2006, 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/rm/unread2 b/tests/rm/unread2 index c1bb4c2ed..5da31756a 100755 --- a/tests/rm/unread2 +++ b/tests/rm/unread2 @@ -1,7 +1,7 @@ #!/bin/sh # exercise one small part of remove.c -# Copyright (C) 2002-2009 Free Software Foundation, Inc. +# Copyright (C) 2002-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/rm/unread3 b/tests/rm/unread3 index d26843a20..4627c125f 100755 --- a/tests/rm/unread3 +++ b/tests/rm/unread3 @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that rm works even from an unreadable working directory. -# 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/rm/unreadable b/tests/rm/unreadable index 73ee4e14e..e2ff6fa88 100755 --- a/tests/rm/unreadable +++ b/tests/rm/unreadable @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test "rm" and unreadable directories. -# Copyright (C) 1998, 2003, 2005-2009 Free Software Foundation, Inc. +# Copyright (C) 1998, 2003, 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/rm/v-slash b/tests/rm/v-slash index 5d5b151a0..e53d9d934 100755 --- a/tests/rm/v-slash +++ b/tests/rm/v-slash @@ -1,7 +1,7 @@ #!/bin/sh # avoid extra slashes in --verbose output -# Copyright (C) 2007-2009 Free Software Foundation, Inc. +# Copyright (C) 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 -- cgit v1.2.3-54-g00ecf