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/misc/arch | 2 +- tests/misc/base64 | 2 +- tests/misc/basename | 2 +- tests/misc/cat-buf | 2 +- tests/misc/cat-proc | 2 +- tests/misc/chroot-credentials | 2 +- tests/misc/chroot-fail | 2 +- tests/misc/close-stdout | 2 +- tests/misc/comm | 2 +- tests/misc/csplit | 2 +- tests/misc/cut | 2 +- tests/misc/date | 2 +- tests/misc/date-next-dow | 2 +- tests/misc/date-sec | 2 +- tests/misc/df | 2 +- tests/misc/df-P | 2 +- tests/misc/dircolors | 2 +- tests/misc/dirname | 2 +- tests/misc/env | 2 +- tests/misc/env-null | 2 +- tests/misc/expand | 2 +- tests/misc/expr | 2 +- tests/misc/factor | 2 +- tests/misc/false-status | 2 +- tests/misc/fmt | 3 +-- tests/misc/fmt-long-line | 2 +- tests/misc/fold | 2 +- tests/misc/groups-dash | 2 +- tests/misc/groups-version | 2 +- tests/misc/head | 2 +- tests/misc/head-c | 2 +- tests/misc/head-elide-tail | 2 +- tests/misc/head-pos | 2 +- tests/misc/help-version | 2 +- tests/misc/id-context | 2 +- tests/misc/id-groups | 2 +- tests/misc/invalid-opt | 2 +- tests/misc/join | 2 +- tests/misc/ls-misc | 2 +- tests/misc/ls-time | 2 +- tests/misc/md5sum | 2 +- tests/misc/md5sum-newline | 2 +- tests/misc/md5sum-parallel | 2 +- tests/misc/mknod | 2 +- tests/misc/mktemp | 2 +- tests/misc/nice | 2 +- tests/misc/nice-fail | 2 +- tests/misc/nl | 2 +- tests/misc/nohup | 2 +- tests/misc/nproc-avail | 2 +- tests/misc/nproc-positive | 2 +- tests/misc/od | 2 +- tests/misc/od-N | 2 +- tests/misc/od-multiple-t | 2 +- tests/misc/od-x8 | 2 +- tests/misc/paste | 2 +- tests/misc/pathchk1 | 2 +- tests/misc/pr | 2 +- tests/misc/printenv | 2 +- tests/misc/printf | 2 +- tests/misc/printf-cov | 2 +- tests/misc/printf-hex | 2 +- tests/misc/printf-surprise | 2 +- tests/misc/ptx | 2 +- tests/misc/ptx-overrun | 2 +- tests/misc/pwd-long | 2 +- tests/misc/pwd-option | 2 +- tests/misc/pwd-unreadable-parent | 2 +- tests/misc/readlink-fp-loop | 2 +- tests/misc/runcon-no-reorder | 2 +- tests/misc/seq | 2 +- tests/misc/seq-long-double | 2 +- tests/misc/sha1sum | 2 +- tests/misc/sha1sum-vec | 2 +- tests/misc/sha224sum | 2 +- tests/misc/sha256sum | 2 +- tests/misc/sha384sum | 2 +- tests/misc/sha512sum | 2 +- tests/misc/shred-exact | 2 +- tests/misc/shred-passes | 2 +- tests/misc/shred-remove | 2 +- tests/misc/shuf | 2 +- tests/misc/sort | 2 +- tests/misc/sort-compress | 2 +- tests/misc/sort-continue | 2 +- tests/misc/sort-files0-from | 2 +- tests/misc/sort-merge | 2 +- tests/misc/sort-merge-fdlimit | 2 +- tests/misc/sort-rand | 2 +- tests/misc/sort-version | 2 +- tests/misc/split-a | 2 +- tests/misc/split-fail | 2 +- tests/misc/split-l | 2 +- tests/misc/stat-fmt | 2 +- tests/misc/stat-hyphen | 2 +- tests/misc/stat-printf | 2 +- tests/misc/stat-slash | 2 +- tests/misc/stdbuf | 2 +- tests/misc/stty | 2 +- tests/misc/stty-invalid | 2 +- tests/misc/stty-row-col | 2 +- tests/misc/su-fail | 2 +- tests/misc/sum | 2 +- tests/misc/sum-sysv | 2 +- tests/misc/tac | 2 +- tests/misc/tac-continue | 2 +- tests/misc/tail | 2 +- tests/misc/tee | 2 +- tests/misc/tee-dash | 2 +- tests/misc/test | 2 +- tests/misc/test-diag | 2 +- tests/misc/timeout | 2 +- tests/misc/timeout-parameters | 2 +- tests/misc/tr | 2 +- tests/misc/truncate-dangling-symlink | 2 +- tests/misc/truncate-fail-diag | 2 +- tests/misc/truncate-fifo | 2 +- tests/misc/truncate-no-create-missing | 2 +- tests/misc/truncate-overflow | 2 +- tests/misc/truncate-owned-by-other | 2 +- tests/misc/truncate-parameters | 2 +- tests/misc/truncate-relative | 2 +- tests/misc/tsort | 2 +- tests/misc/tty-eof | 2 +- tests/misc/unexpand | 2 +- tests/misc/uniq | 2 +- tests/misc/wc | 2 +- tests/misc/wc-files0 | 2 +- tests/misc/wc-files0-from | 2 +- tests/misc/wc-parallel | 2 +- tests/misc/xattr | 2 +- tests/misc/xstrtol | 2 +- 132 files changed, 132 insertions(+), 133 deletions(-) (limited to 'tests/misc') diff --git a/tests/misc/arch b/tests/misc/arch index 4e7ab0a27..b7164e455 100755 --- a/tests/misc/arch +++ b/tests/misc/arch @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that arch output is equal to uname -m -# 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/misc/base64 b/tests/misc/base64 index 7439ff738..c47c1bb92 100755 --- a/tests/misc/base64 +++ b/tests/misc/base64 @@ -1,7 +1,7 @@ #!/usr/bin/perl # Exercise base64. -# 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/misc/basename b/tests/misc/basename index 48b11afc3..5697d02f6 100755 --- a/tests/misc/basename +++ b/tests/misc/basename @@ -1,6 +1,6 @@ #!/usr/bin/perl # Test basename. -# 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/misc/cat-buf b/tests/misc/cat-buf index 34567a52b..2dea96cfe 100755 --- a/tests/misc/cat-buf +++ b/tests/misc/cat-buf @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that cat outputs processed data immediately. -# 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/misc/cat-proc b/tests/misc/cat-proc index 3fac2d021..9219d86aa 100755 --- a/tests/misc/cat-proc +++ b/tests/misc/cat-proc @@ -2,7 +2,7 @@ # Ensure that cat -E produces same output as cat, module `$'s, # even when applied to a file in /proc. -# 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/misc/chroot-credentials b/tests/misc/chroot-credentials index c06da55d7..bf79c05ce 100755 --- a/tests/misc/chroot-credentials +++ b/tests/misc/chroot-credentials @@ -1,7 +1,7 @@ #!/bin/sh # Verify that the credentials are changed correctly. -# 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/misc/chroot-fail b/tests/misc/chroot-fail index 38fd2844f..2eceda819 100755 --- a/tests/misc/chroot-fail +++ b/tests/misc/chroot-fail @@ -1,7 +1,7 @@ #!/bin/sh # Verify that internal failure in chroot gives exact status. -# 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/misc/close-stdout b/tests/misc/close-stdout index ae2350dce..c7b0b65a9 100755 --- a/tests/misc/close-stdout +++ b/tests/misc/close-stdout @@ -2,7 +2,7 @@ # Ensure that several programs work fine, even with stdout initially closed. # This is effectively a test of closeout.c's close_stdout function. -# 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/misc/comm b/tests/misc/comm index 1f2e82722..941a0d048 100755 --- a/tests/misc/comm +++ b/tests/misc/comm @@ -2,7 +2,7 @@ # -*- perl -*- # Test comm -# 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/misc/csplit b/tests/misc/csplit index bf3865e49..bef722485 100755 --- a/tests/misc/csplit +++ b/tests/misc/csplit @@ -1,7 +1,7 @@ #!/bin/sh # various csplit tests -# 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/misc/cut b/tests/misc/cut index f4a9f4174..e8f003ff2 100755 --- a/tests/misc/cut +++ b/tests/misc/cut @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test "cut". -# 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/misc/date b/tests/misc/date index 1d8767a1c..1b64558b4 100755 --- a/tests/misc/date +++ b/tests/misc/date @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test "date". -# 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/misc/date-next-dow b/tests/misc/date-next-dow index 9abdb62e9..cd9d8cd4a 100755 --- a/tests/misc/date-next-dow +++ b/tests/misc/date-next-dow @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test "date". -# 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/misc/date-sec b/tests/misc/date-sec index c3d2f8130..0d184131c 100755 --- a/tests/misc/date-sec +++ b/tests/misc/date-sec @@ -3,7 +3,7 @@ # `date --date="21:04 +0100" +%S' always prints `00'. # Before coreutils-5.2.1, it would print the seconds from the current time. -# 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/misc/df b/tests/misc/df index 4ebd29b56..730f841a3 100755 --- a/tests/misc/df +++ b/tests/misc/df @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that "df ." outputs a header. -# 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/misc/df-P b/tests/misc/df-P index 99d200ed7..c7cada499 100755 --- a/tests/misc/df-P +++ b/tests/misc/df-P @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that df -P is not affected by BLOCK_SIZE settings -# 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/misc/dircolors b/tests/misc/dircolors index 17f473b18..9ef5b4feb 100755 --- a/tests/misc/dircolors +++ b/tests/misc/dircolors @@ -1,7 +1,7 @@ #!/usr/bin/perl # Simple dircolors tests. -# 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/misc/dirname b/tests/misc/dirname index 3358d1099..d93cd1691 100755 --- a/tests/misc/dirname +++ b/tests/misc/dirname @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test "dirname". -# 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/misc/env b/tests/misc/env index ab6ee76d1..5ea01d5a5 100755 --- a/tests/misc/env +++ b/tests/misc/env @@ -1,7 +1,7 @@ #!/bin/sh # Verify behavior of env. -# 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/misc/env-null b/tests/misc/env-null index 031fbb076..53d1b62c5 100755 --- a/tests/misc/env-null +++ b/tests/misc/env-null @@ -1,7 +1,7 @@ #!/bin/sh # Verify behavior of env -0 and printenv -0. -# 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/misc/expand b/tests/misc/expand index b5cca5872..463e039fa 100755 --- a/tests/misc/expand +++ b/tests/misc/expand @@ -1,7 +1,7 @@ #!/usr/bin/perl # Exercise expand. -# Copyright (C) 2004-2009 Free Software Foundation, Inc. +# Copyright (C) 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/misc/expr b/tests/misc/expr index ec1b51ff4..10dd1c5e5 100755 --- a/tests/misc/expr +++ b/tests/misc/expr @@ -1,7 +1,7 @@ #!/usr/bin/perl # Basic tests for "expr". -# Copyright (C) 2001, 2003-2009 Free Software Foundation, Inc. +# Copyright (C) 2001, 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/misc/factor b/tests/misc/factor index 9c640b33b..317d1fb62 100755 --- a/tests/misc/factor +++ b/tests/misc/factor @@ -1,7 +1,7 @@ #!/usr/bin/perl # Basic tests for "factor". -# Copyright (C) 1998-2000, 2003-2005, 2007-2009 Free Software Foundation, Inc. +# Copyright (C) 1998-2000, 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/misc/false-status b/tests/misc/false-status index 5562230ea..28f4ce4f2 100755 --- a/tests/misc/false-status +++ b/tests/misc/false-status @@ -1,7 +1,7 @@ #!/bin/sh # ensure that false exits nonzero even with --help or --version -# 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/misc/fmt b/tests/misc/fmt index 2f8b7e349..8af11d5fb 100755 --- a/tests/misc/fmt +++ b/tests/misc/fmt @@ -1,8 +1,7 @@ #!/usr/bin/perl # Basic tests for "fmt". -# Copyright (C) 2001, 2002, 2003, 2004, -# 2005-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/misc/fmt-long-line b/tests/misc/fmt-long-line index 561a7534d..a8be381f1 100755 --- a/tests/misc/fmt-long-line +++ b/tests/misc/fmt-long-line @@ -1,7 +1,7 @@ #!/bin/sh # make sure fmt -s works even on long lines -# Copyright (C) 2002, 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 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/misc/fold b/tests/misc/fold index f6d3a9263..a81659faa 100755 --- a/tests/misc/fold +++ b/tests/misc/fold @@ -1,7 +1,7 @@ #!/usr/bin/perl # Exercise fold. -# 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/misc/groups-dash b/tests/misc/groups-dash index 05cb6ddf8..5c7989e1d 100755 --- a/tests/misc/groups-dash +++ b/tests/misc/groups-dash @@ -1,7 +1,7 @@ #!/bin/sh # ensure groups handles -- sanely -# 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/misc/groups-version b/tests/misc/groups-version index f39fe43be..b3a87873b 100755 --- a/tests/misc/groups-version +++ b/tests/misc/groups-version @@ -1,7 +1,7 @@ #!/bin/sh # ensure groups --version output is similar to id --version -# 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/misc/head b/tests/misc/head index 94e3e4e27..4cdb89a8e 100755 --- a/tests/misc/head +++ b/tests/misc/head @@ -1,7 +1,7 @@ #!/usr/bin/perl # test head -# 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/misc/head-c b/tests/misc/head-c index 06bd1ccd6..ab933ec7b 100755 --- a/tests/misc/head-c +++ b/tests/misc/head-c @@ -1,7 +1,7 @@ #!/bin/sh # exercise the fix of 2001-08-18, based on test case from Ian Bruce -# 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/misc/head-elide-tail b/tests/misc/head-elide-tail index 8fc8686b5..d6fdfd749 100755 --- a/tests/misc/head-elide-tail +++ b/tests/misc/head-elide-tail @@ -1,7 +1,7 @@ #!/usr/bin/perl # Exercise head's --bytes=-N option. -# Copyright (C) 2003, 2005, 2007-2009 Free Software Foundation, Inc. +# Copyright (C) 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/misc/head-pos b/tests/misc/head-pos index a40c76214..abbf22c0a 100755 --- a/tests/misc/head-pos +++ b/tests/misc/head-pos @@ -2,7 +2,7 @@ # When reading a specified number of lines, ensure that the output # file pointer is positioned just after those lines. -# 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/misc/help-version b/tests/misc/help-version index 8f5cbdd28..6202dee7a 100755 --- a/tests/misc/help-version +++ b/tests/misc/help-version @@ -2,7 +2,7 @@ # Make sure all these programs work properly # when invoked with --help or --version. -# 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/misc/id-context b/tests/misc/id-context index 4ccf3358b..b49fbc692 100755 --- a/tests/misc/id-context +++ b/tests/misc/id-context @@ -1,6 +1,6 @@ #!/bin/sh # Ensure that "id" outputs SELinux context only without specified user -# 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/misc/id-groups b/tests/misc/id-groups index 83924ef77..0b50930c8 100755 --- a/tests/misc/id-groups +++ b/tests/misc/id-groups @@ -1,6 +1,6 @@ #!/bin/sh # Ensure that "id" outputs groups for a user -# 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/misc/invalid-opt b/tests/misc/invalid-opt index 2e5c099da..b0e6ce6f2 100755 --- a/tests/misc/invalid-opt +++ b/tests/misc/invalid-opt @@ -1,7 +1,7 @@ #!/usr/bin/perl # exercise the 'invalid option' handling code in each program -# 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/misc/join b/tests/misc/join index d1f16778a..49194e046 100755 --- a/tests/misc/join +++ b/tests/misc/join @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test join. -# 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/misc/ls-misc b/tests/misc/ls-misc index a734d5fb9..a0774829a 100755 --- a/tests/misc/ls-misc +++ b/tests/misc/ls-misc @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 1998, 2000-2009 Free Software Foundation, Inc. +# Copyright (C) 1998, 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/misc/ls-time b/tests/misc/ls-time index 67cbab96a..427ca74b4 100755 --- a/tests/misc/ls-time +++ b/tests/misc/ls-time @@ -1,7 +1,7 @@ #!/bin/sh # Test some of ls's sorting options. -# Copyright (C) 1998-2001, 2004, 2007-2009 Free Software Foundation, Inc. +# Copyright (C) 1998-2001, 2004, 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/misc/md5sum b/tests/misc/md5sum index 30edd9e7f..d3c523e7a 100755 --- a/tests/misc/md5sum +++ b/tests/misc/md5sum @@ -1,7 +1,7 @@ #!/usr/bin/perl # Basic tests for "md5sum". -# Copyright (C) 1998-1999, 2003, 2005, 2007-2009 Free Software Foundation, Inc. +# Copyright (C) 1998-1999, 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/misc/md5sum-newline b/tests/misc/md5sum-newline index 8ca768ece..87360d0a2 100755 --- a/tests/misc/md5sum-newline +++ b/tests/misc/md5sum-newline @@ -1,7 +1,7 @@ #!/usr/bin/perl # Newline tests for "md5sum". -# Copyright (C) 1999, 2000, 2003, 2005, 2007-2009 Free Software Foundation, Inc. +# Copyright (C) 1999-2000, 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/misc/md5sum-parallel b/tests/misc/md5sum-parallel index 625e66e47..0243e8503 100755 --- a/tests/misc/md5sum-parallel +++ b/tests/misc/md5sum-parallel @@ -2,7 +2,7 @@ # Ensure that md5sum prints each checksum atomically # so that concurrent md5sums don't intersperse their output -# 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/misc/mknod b/tests/misc/mknod index ccec5bcf5..872249262 100755 --- a/tests/misc/mknod +++ b/tests/misc/mknod @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that mknod, mkfifo, mkdir -m MODE work with a restrictive umask -# 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/misc/mktemp b/tests/misc/mktemp index e49643f34..f1ffb68c3 100755 --- a/tests/misc/mktemp +++ b/tests/misc/mktemp @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test "mktemp". -# 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/misc/nice b/tests/misc/nice index 30a88fec6..3a724ad83 100755 --- a/tests/misc/nice +++ b/tests/misc/nice @@ -1,7 +1,7 @@ #! /bin/sh # Test "nice". -# Copyright (C) 2002, 2003, 2005-2009 Free Software Foundation, Inc. +# Copyright (C) 2002-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/misc/nice-fail b/tests/misc/nice-fail index c621ceaaa..269576d99 100755 --- a/tests/misc/nice-fail +++ b/tests/misc/nice-fail @@ -1,7 +1,7 @@ #!/bin/sh # Verify that internal failure in nice gives exact status. -# 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/misc/nl b/tests/misc/nl index a0fd10c1e..506501d91 100755 --- a/tests/misc/nl +++ b/tests/misc/nl @@ -1,7 +1,7 @@ #!/bin/sh # exercise nl functionality -# Copyright (C) 2002, 2003, 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 2002-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/misc/nohup b/tests/misc/nohup index 06e9ab482..a7246df16 100755 --- a/tests/misc/nohup +++ b/tests/misc/nohup @@ -1,7 +1,7 @@ #!/bin/sh # test nohup -# 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/misc/nproc-avail b/tests/misc/nproc-avail index dcbad25a4..ea4ba976c 100755 --- a/tests/misc/nproc-avail +++ b/tests/misc/nproc-avail @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that "nproc" is less than or equal to "nproc --all". -# 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/misc/nproc-positive b/tests/misc/nproc-positive index 991647e22..03157c51b 100755 --- a/tests/misc/nproc-positive +++ b/tests/misc/nproc-positive @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that nproc prints a number > 0 -# 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/misc/od b/tests/misc/od index a83fe4c8c..f1a330f0a 100755 --- a/tests/misc/od +++ b/tests/misc/od @@ -1,7 +1,7 @@ #!/usr/bin/perl # Exercise od -# 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/misc/od-N b/tests/misc/od-N index df1c997bf..037ea371c 100755 --- a/tests/misc/od-N +++ b/tests/misc/od-N @@ -1,7 +1,7 @@ #!/bin/sh # Verify that `od -N N' reads no more than N bytes of input. -# Copyright (C) 2001, 2004, 2005-2009 Free Software Foundation, Inc. +# Copyright (C) 2001, 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/misc/od-multiple-t b/tests/misc/od-multiple-t index 3ab313468..bc482d9f5 100755 --- a/tests/misc/od-multiple-t +++ b/tests/misc/od-multiple-t @@ -2,7 +2,7 @@ # verify that multiple -t specifiers to od align well # This would fail before coreutils-6.13. -# 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/misc/od-x8 b/tests/misc/od-x8 index 00190484e..f25669efe 100755 --- a/tests/misc/od-x8 +++ b/tests/misc/od-x8 @@ -2,7 +2,7 @@ # verify that od -t x8 works properly # This would fail before coreutils-4.5.2. -# Copyright (C) 2002, 2005-2009 Free Software Foundation, Inc. +# Copyright (C) 2002, 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/misc/paste b/tests/misc/paste index 140ffd883..02f75a953 100755 --- a/tests/misc/paste +++ b/tests/misc/paste @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test paste. -# Copyright (C) 2003, 2005, 2007-2009 Free Software Foundation, Inc. +# Copyright (C) 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/misc/pathchk1 b/tests/misc/pathchk1 index 4f98336ad..cc0def866 100755 --- a/tests/misc/pathchk1 +++ b/tests/misc/pathchk1 @@ -1,7 +1,7 @@ #!/bin/sh # pathchk tests -# Copyright (C) 2002, 2004, 2005-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/misc/pr b/tests/misc/pr index 0609ba1b5..5efa46363 100755 --- a/tests/misc/pr +++ b/tests/misc/pr @@ -1,7 +1,7 @@ #!/usr/bin/perl # Exercise a bug with pr -m -s -# 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/misc/printenv b/tests/misc/printenv index a56e9c76d..f0e2cd257 100755 --- a/tests/misc/printenv +++ b/tests/misc/printenv @@ -1,7 +1,7 @@ #!/bin/sh # Verify behavior of printenv. -# 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/misc/printf b/tests/misc/printf index 14682dc7d..e8e4f2e5d 100755 --- a/tests/misc/printf +++ b/tests/misc/printf @@ -1,7 +1,7 @@ #!/bin/sh # basic tests for printf -# 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/misc/printf-cov b/tests/misc/printf-cov index 94983de86..92eb27003 100755 --- a/tests/misc/printf-cov +++ b/tests/misc/printf-cov @@ -1,7 +1,7 @@ #!/usr/bin/perl # improve printf.c test coverage -# 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/misc/printf-hex b/tests/misc/printf-hex index 36fd32663..e428d2605 100755 --- a/tests/misc/printf-hex +++ b/tests/misc/printf-hex @@ -1,7 +1,7 @@ #!/bin/sh # make sure that only two hex. digits are consumed in a \xHHH sequence -# 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/misc/printf-surprise b/tests/misc/printf-surprise index 5f1923e90..581a6d47a 100755 --- a/tests/misc/printf-surprise +++ b/tests/misc/printf-surprise @@ -1,7 +1,7 @@ #!/bin/sh # Detect printf(3) failure even when it doesn't set stream error indicator -# 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/misc/ptx b/tests/misc/ptx index 66d2ae759..06e2cbca1 100755 --- a/tests/misc/ptx +++ b/tests/misc/ptx @@ -1,6 +1,6 @@ #!/usr/bin/perl -# 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/misc/ptx-overrun b/tests/misc/ptx-overrun index 81147e32d..7cd5f8477 100755 --- a/tests/misc/ptx-overrun +++ b/tests/misc/ptx-overrun @@ -1,7 +1,7 @@ #!/bin/sh # Trigger a heap-clobbering bug in ptx from coreutils-6.10 and earlier. -# 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/misc/pwd-long b/tests/misc/pwd-long index 5419519ea..570255239 100755 --- a/tests/misc/pwd-long +++ b/tests/misc/pwd-long @@ -2,7 +2,7 @@ # -*- perl -*- # Ensure that pwd works even when run from a very deep 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/misc/pwd-option b/tests/misc/pwd-option index 35546f781..c1a28fef8 100755 --- a/tests/misc/pwd-option +++ b/tests/misc/pwd-option @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that pwd options work. -# 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/misc/pwd-unreadable-parent b/tests/misc/pwd-unreadable-parent index 2f2e599a4..dc6dde418 100755 --- a/tests/misc/pwd-unreadable-parent +++ b/tests/misc/pwd-unreadable-parent @@ -3,7 +3,7 @@ # is unreadable. Perform this test only on systems with a usable getcwd # function that has this capability. -# 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/misc/readlink-fp-loop b/tests/misc/readlink-fp-loop index 507c9d140..dfb2ba19a 100755 --- a/tests/misc/readlink-fp-loop +++ b/tests/misc/readlink-fp-loop @@ -1,7 +1,7 @@ #!/bin/sh # readlink from 6.9 would fail with a false-positive symlink loop error -# 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/misc/runcon-no-reorder b/tests/misc/runcon-no-reorder index 4aaa414e0..c38c91d3c 100755 --- a/tests/misc/runcon-no-reorder +++ b/tests/misc/runcon-no-reorder @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that runcon does not reorder its arguments. -# 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/misc/seq b/tests/misc/seq index 21eafcf0a..b611723ff 100755 --- a/tests/misc/seq +++ b/tests/misc/seq @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test "seq". -# Copyright (C) 1999, 2000, 2003, 2005-2009 Free Software Foundation, Inc. +# Copyright (C) 1999-2000, 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/misc/seq-long-double b/tests/misc/seq-long-double index 165608660..f9450a2ea 100755 --- a/tests/misc/seq-long-double +++ b/tests/misc/seq-long-double @@ -3,7 +3,7 @@ # Ensure that seq prints exactly two numbers for a 2-number integral # range at the limit of floating point precision. -# 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/misc/sha1sum b/tests/misc/sha1sum index d084204d0..ecd779620 100755 --- a/tests/misc/sha1sum +++ b/tests/misc/sha1sum @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test "sha1sum". -# Copyright (C) 2000, 2003, 2005-2009 Free Software Foundation, Inc. +# Copyright (C) 2000, 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/misc/sha1sum-vec b/tests/misc/sha1sum-vec index 43bed2ac9..da92bacb6 100755 --- a/tests/misc/sha1sum-vec +++ b/tests/misc/sha1sum-vec @@ -1,7 +1,7 @@ #!/usr/bin/perl # Sample vectors for "sha1sum". -# Copyright (C) 2000, 2001, 2003, 2005, 2007-2009 Free Software Foundation, Inc. +# Copyright (C) 2000-2001, 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/misc/sha224sum b/tests/misc/sha224sum index aace96c96..a46c2a1fa 100755 --- a/tests/misc/sha224sum +++ b/tests/misc/sha224sum @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test "sha224sum". -# Copyright (C) 2005, 2007-2009 Free Software Foundation, Inc. +# Copyright (C) 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/misc/sha256sum b/tests/misc/sha256sum index d85f24884..9394f267a 100755 --- a/tests/misc/sha256sum +++ b/tests/misc/sha256sum @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test "sha256sum". -# Copyright (C) 2005, 2007-2009 Free Software Foundation, Inc. +# Copyright (C) 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/misc/sha384sum b/tests/misc/sha384sum index c5818e263..3b081fda1 100755 --- a/tests/misc/sha384sum +++ b/tests/misc/sha384sum @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test "sha384sum". -# Copyright (C) 2005, 2007-2009 Free Software Foundation, Inc. +# Copyright (C) 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/misc/sha512sum b/tests/misc/sha512sum index 9a45602c4..3440b2bf7 100755 --- a/tests/misc/sha512sum +++ b/tests/misc/sha512sum @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test "sha512sum". -# Copyright (C) 2005, 2007-2009 Free Software Foundation, Inc. +# Copyright (C) 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/misc/shred-exact b/tests/misc/shred-exact index e25b4c091..289b4544c 100755 --- a/tests/misc/shred-exact +++ b/tests/misc/shred-exact @@ -1,7 +1,7 @@ #!/bin/sh # make sure that neither --exact nor --zero gobbles a command line argument -# Copyright (C) 2000, 2003, 2004, 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 2000, 2003-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/misc/shred-passes b/tests/misc/shred-passes index b37392ebf..8d92c053a 100755 --- a/tests/misc/shred-passes +++ b/tests/misc/shred-passes @@ -1,7 +1,7 @@ #!/bin/sh # Verify the operations done by shred -# 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/misc/shred-remove b/tests/misc/shred-remove index 6ffe9bdd0..fbd30aaea 100755 --- a/tests/misc/shred-remove +++ b/tests/misc/shred-remove @@ -1,7 +1,7 @@ #!/bin/sh # Exercise a bug that was fixed in shred-4.0l -# Copyright (C) 1999-2000, 2003, 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 1999-2000, 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/misc/shuf b/tests/misc/shuf index a79441419..6adaae37f 100755 --- a/tests/misc/shuf +++ b/tests/misc/shuf @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that shuf randomizes its input. -# 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/misc/sort b/tests/misc/sort index b1f012059..e5d18d0c4 100755 --- a/tests/misc/sort +++ b/tests/misc/sort @@ -1,6 +1,6 @@ #!/usr/bin/perl -# 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/misc/sort-compress b/tests/misc/sort-compress index 2711833b3..5ad28d69d 100755 --- a/tests/misc/sort-compress +++ b/tests/misc/sort-compress @@ -1,7 +1,7 @@ #!/bin/sh # Test use of compression by sort -# 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/misc/sort-continue b/tests/misc/sort-continue index d45eb53e8..c68ceece1 100755 --- a/tests/misc/sort-continue +++ b/tests/misc/sort-continue @@ -1,7 +1,7 @@ #!/bin/sh # Tests for file descriptor exhaustion. -# 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/misc/sort-files0-from b/tests/misc/sort-files0-from index 6ac1e6b4f..e2eb5c47f 100755 --- a/tests/misc/sort-files0-from +++ b/tests/misc/sort-files0-from @@ -2,7 +2,7 @@ # Exercise sort's --files0-from option. # FIXME: keep this file in sync with tests/du/files0-from. -# 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/misc/sort-merge b/tests/misc/sort-merge index aedd64c64..70fc7b4ec 100755 --- a/tests/misc/sort-merge +++ b/tests/misc/sort-merge @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test "sort -m". -# Copyright (C) 2002, 2003, 2005-2009 Free Software Foundation, Inc. +# Copyright (C) 2002-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/misc/sort-merge-fdlimit b/tests/misc/sort-merge-fdlimit index 3071613aa..d1736f50c 100755 --- a/tests/misc/sort-merge-fdlimit +++ b/tests/misc/sort-merge-fdlimit @@ -2,7 +2,7 @@ # Test whether sort avoids opening more file descriptors than it is # allowed when merging files. -# 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/misc/sort-rand b/tests/misc/sort-rand index 071ad85a4..cead49ef5 100755 --- a/tests/misc/sort-rand +++ b/tests/misc/sort-rand @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that sort --sort-random doesn't sort. -# 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/misc/sort-version b/tests/misc/sort-version index e046c3be1..d80ea7b5b 100755 --- a/tests/misc/sort-version +++ b/tests/misc/sort-version @@ -1,7 +1,7 @@ #!/bin/sh # exercise sort's --sort=version option -# 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/misc/split-a b/tests/misc/split-a index 37cd3cd0f..2fefff59d 100755 --- a/tests/misc/split-a +++ b/tests/misc/split-a @@ -1,7 +1,7 @@ #!/bin/sh # Show that split -a works. -# 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/misc/split-fail b/tests/misc/split-fail index 70ee0c009..e36c86dc9 100755 --- a/tests/misc/split-fail +++ b/tests/misc/split-fail @@ -1,7 +1,7 @@ #!/bin/sh # split must fail when given length/count of zero. -# Copyright (C) 2003, 2004, 2005-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/misc/split-l b/tests/misc/split-l index f6cf467cf..fb07a27a0 100755 --- a/tests/misc/split-l +++ b/tests/misc/split-l @@ -1,7 +1,7 @@ #!/bin/sh # show that `split --lines=2' works. -# Copyright (C) 2002, 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 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/misc/stat-fmt b/tests/misc/stat-fmt index 4ffc4c7e4..3133c5103 100755 --- a/tests/misc/stat-fmt +++ b/tests/misc/stat-fmt @@ -1,7 +1,7 @@ #!/bin/sh # ensure that stat properly handles a format string ending with % -# Copyright (C) 2003-2004, 2006, 2008-2009 Free Software Foundation, Inc. +# Copyright (C) 2003-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/misc/stat-hyphen b/tests/misc/stat-hyphen index b9a155670..ea68b08fa 100755 --- a/tests/misc/stat-hyphen +++ b/tests/misc/stat-hyphen @@ -1,7 +1,7 @@ #!/bin/sh # demonstrate that stat - works and stat -f - does not. -# 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/misc/stat-printf b/tests/misc/stat-printf index 05ff5a23c..5e5ee8510 100755 --- a/tests/misc/stat-printf +++ b/tests/misc/stat-printf @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test "stat --printf". -# 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/misc/stat-slash b/tests/misc/stat-slash index cea8dcb16..7210f92fd 100755 --- a/tests/misc/stat-slash +++ b/tests/misc/stat-slash @@ -1,7 +1,7 @@ #!/bin/sh # demonstrate that stat handles trailing slashes correctly -# 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/misc/stdbuf b/tests/misc/stdbuf index b6e52a499..0e94ae21e 100755 --- a/tests/misc/stdbuf +++ b/tests/misc/stdbuf @@ -1,7 +1,7 @@ #!/bin/sh # Exercise stdbuf functionality -# 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/misc/stty b/tests/misc/stty index 63c055795..28dd90e12 100755 --- a/tests/misc/stty +++ b/tests/misc/stty @@ -1,7 +1,7 @@ #! /bin/sh # Make sure stty can parse most of its options. -# Copyright (C) 1998-2004, 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 1998-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/misc/stty-invalid b/tests/misc/stty-invalid index 638024f7b..0537568bf 100755 --- a/tests/misc/stty-invalid +++ b/tests/misc/stty-invalid @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that stty diagnoses invalid inputs, rather than silently misbehaving. -# 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/misc/stty-row-col b/tests/misc/stty-row-col index fa6556f52..bb1153a2d 100755 --- a/tests/misc/stty-row-col +++ b/tests/misc/stty-row-col @@ -1,7 +1,7 @@ #! /bin/sh # Test "stty" with rows and columns. -# Copyright (C) 1998-2001, 2003-2009 Free Software Foundation, Inc. +# Copyright (C) 1998-2001, 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/misc/su-fail b/tests/misc/su-fail index 473c76306..c230f1754 100755 --- a/tests/misc/su-fail +++ b/tests/misc/su-fail @@ -1,7 +1,7 @@ #!/bin/sh # Test su failure cases -# 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/misc/sum b/tests/misc/sum index af3d7f80f..50efb0fab 100755 --- a/tests/misc/sum +++ b/tests/misc/sum @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test "sum". -# Copyright (C) 2000, 2003, 2005-2009 Free Software Foundation, Inc. +# Copyright (C) 2000, 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/misc/sum-sysv b/tests/misc/sum-sysv index 6a1c63e82..3de278414 100755 --- a/tests/misc/sum-sysv +++ b/tests/misc/sum-sysv @@ -1,7 +1,7 @@ #!/bin/sh # make sure `sum -s' works for input whose sum of bytes is larger than 2^32 -# 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/misc/tac b/tests/misc/tac index a7a9a42d0..763104993 100755 --- a/tests/misc/tac +++ b/tests/misc/tac @@ -1,6 +1,6 @@ #!/usr/bin/perl -# 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/misc/tac-continue b/tests/misc/tac-continue index afdc79f6d..5bf709f78 100755 --- a/tests/misc/tac-continue +++ b/tests/misc/tac-continue @@ -3,7 +3,7 @@ # when it encounters an error with say the first one. # With coreutils-5.2.1 and earlier, this test would fail. -# 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/misc/tail b/tests/misc/tail index fbd8ade41..74880619c 100755 --- a/tests/misc/tail +++ b/tests/misc/tail @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test tail. -# 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/misc/tee b/tests/misc/tee index 7a76d64ca..6c4c85904 100755 --- a/tests/misc/tee +++ b/tests/misc/tee @@ -1,7 +1,7 @@ #!/bin/sh # test for basic tee functionality. -# 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/misc/tee-dash b/tests/misc/tee-dash index ecf414ccf..ba688c00d 100755 --- a/tests/misc/tee-dash +++ b/tests/misc/tee-dash @@ -1,7 +1,7 @@ #!/bin/sh # test for "tee -". -# 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/misc/test b/tests/misc/test index ff66261aa..799bff0ca 100755 --- a/tests/misc/test +++ b/tests/misc/test @@ -1,6 +1,6 @@ #!/usr/bin/perl -# 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/misc/test-diag b/tests/misc/test-diag index 2963af05f..399de6986 100755 --- a/tests/misc/test-diag +++ b/tests/misc/test-diag @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test the diagnostics of "test". -# 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/misc/timeout b/tests/misc/timeout index c5b8443ec..b61420e64 100755 --- a/tests/misc/timeout +++ b/tests/misc/timeout @@ -1,7 +1,7 @@ #!/bin/sh # Validate timeout basic operation -# 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/misc/timeout-parameters b/tests/misc/timeout-parameters index a39c4ca72..a55b2d283 100755 --- a/tests/misc/timeout-parameters +++ b/tests/misc/timeout-parameters @@ -1,7 +1,7 @@ #!/bin/sh # Validate timeout parameter combinations -# 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/misc/tr b/tests/misc/tr index dcaffcc67..ca7a960bb 100755 --- a/tests/misc/tr +++ b/tests/misc/tr @@ -1,6 +1,6 @@ #!/usr/bin/perl -# 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/misc/truncate-dangling-symlink b/tests/misc/truncate-dangling-symlink index 73e202138..3499da755 100755 --- a/tests/misc/truncate-dangling-symlink +++ b/tests/misc/truncate-dangling-symlink @@ -1,7 +1,7 @@ #!/bin/sh # Make sure truncate can create a file through a dangling symlink. -# 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/misc/truncate-fail-diag b/tests/misc/truncate-fail-diag index aace90ab1..5ce248113 100755 --- a/tests/misc/truncate-fail-diag +++ b/tests/misc/truncate-fail-diag @@ -5,7 +5,7 @@ # open ("missing/", O_CREAT & (O_WRONLY | O_RDWR), ...) -> EISDIR # open ("missing/file", O_CREAT & (O_WRONLY | O_RDWR), ...) -> ENOENT -# 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/misc/truncate-fifo b/tests/misc/truncate-fifo index aef44173c..8e2276dab 100755 --- a/tests/misc/truncate-fifo +++ b/tests/misc/truncate-fifo @@ -1,7 +1,7 @@ #!/bin/sh # Make sure truncate works on fifos without hanging or errors -# 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/misc/truncate-no-create-missing b/tests/misc/truncate-no-create-missing index f0ab06e7e..aa43d8026 100755 --- a/tests/misc/truncate-no-create-missing +++ b/tests/misc/truncate-no-create-missing @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that truncate -c no-such-file doesn't fail. -# 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/misc/truncate-overflow b/tests/misc/truncate-overflow index afd12a5f1..0e9519f64 100755 --- a/tests/misc/truncate-overflow +++ b/tests/misc/truncate-overflow @@ -1,7 +1,7 @@ #!/bin/sh # Validate truncate integer overflow -# 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/misc/truncate-owned-by-other b/tests/misc/truncate-owned-by-other index c7bdf61c2..3a8bde037 100755 --- a/tests/misc/truncate-owned-by-other +++ b/tests/misc/truncate-owned-by-other @@ -1,7 +1,7 @@ #!/bin/sh # Demonstrate that "truncate -s0 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/misc/truncate-parameters b/tests/misc/truncate-parameters index ce3f8ac5f..65240702a 100755 --- a/tests/misc/truncate-parameters +++ b/tests/misc/truncate-parameters @@ -1,7 +1,7 @@ #!/bin/sh # Validate truncate parameter combinations -# 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/misc/truncate-relative b/tests/misc/truncate-relative index 976eeb84d..9d589564f 100755 --- a/tests/misc/truncate-relative +++ b/tests/misc/truncate-relative @@ -1,7 +1,7 @@ #!/bin/sh # Validate truncate relative sizes -# 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/misc/tsort b/tests/misc/tsort index 78331e449..ae9cadfce 100755 --- a/tests/misc/tsort +++ b/tests/misc/tsort @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test "tsort". -# Copyright (C) 1999, 2000, 2003-2009 Free Software Foundation, Inc. +# Copyright (C) 1999-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 diff --git a/tests/misc/tty-eof b/tests/misc/tty-eof index 13ddbc8a3..4bd3de3ef 100755 --- a/tests/misc/tty-eof +++ b/tests/misc/tty-eof @@ -4,7 +4,7 @@ # Do the same for all programs that can read stdin, # require no arguments and that write to standard output. -# Copyright (C) 2003, 2006, 2007, 2008-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/misc/unexpand b/tests/misc/unexpand index 2ca6aca74..327db9ec9 100755 --- a/tests/misc/unexpand +++ b/tests/misc/unexpand @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test "unexpand". -# 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 diff --git a/tests/misc/uniq b/tests/misc/uniq index 689115aa9..e49fe756d 100755 --- a/tests/misc/uniq +++ b/tests/misc/uniq @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test uniq. -# 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/misc/wc b/tests/misc/wc index 1d0948d24..58c3dc0b8 100755 --- a/tests/misc/wc +++ b/tests/misc/wc @@ -1,7 +1,7 @@ #!/usr/bin/perl # Basic tests for "wc". -# Copyright (C) 1997, 2003, 2006, 2008-2009 Free Software Foundation, Inc. +# Copyright (C) 1997, 2003, 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/misc/wc-files0 b/tests/misc/wc-files0 index 1d1d7650c..eb2aaa649 100755 --- a/tests/misc/wc-files0 +++ b/tests/misc/wc-files0 @@ -1,7 +1,7 @@ #!/bin/sh # Show that wc's new --files0-from option works. -# 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/misc/wc-files0-from b/tests/misc/wc-files0-from index 4dbfd7bca..b8d4d9ec8 100755 --- a/tests/misc/wc-files0-from +++ b/tests/misc/wc-files0-from @@ -2,7 +2,7 @@ # Exercise wc's --files0-from option. # FIXME: keep this file in sync with tests/du/files0-from. -# 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/misc/wc-parallel b/tests/misc/wc-parallel index 7c74c5518..8afdb2aa6 100755 --- a/tests/misc/wc-parallel +++ b/tests/misc/wc-parallel @@ -2,7 +2,7 @@ # Ensure that wc prints counts atomically # so that concurrent processes don't intersperse their output -# 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/misc/xattr b/tests/misc/xattr index ed08955f0..5b3e04923 100755 --- a/tests/misc/xattr +++ b/tests/misc/xattr @@ -3,7 +3,7 @@ # attributes and install does not preserve extended attributes. # cp -a should preserve xattr, error diagnostics should not be displayed -# 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/misc/xstrtol b/tests/misc/xstrtol index bdb336485..e1118c134 100755 --- a/tests/misc/xstrtol +++ b/tests/misc/xstrtol @@ -1,7 +1,7 @@ #!/usr/bin/perl # exercise xstrtol's diagnostics via pr -# 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