From 9d6231ef2a74671fa08bc263519edfe46e8d1805 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 1 Jan 2011 11:37:32 +0100 Subject: maint: update all copyright year number ranges Run "make update-copyright". --- tests/dd/direct | 2 +- tests/dd/misc | 2 +- tests/dd/not-rewound | 2 +- tests/dd/reblock | 2 +- tests/dd/skip-seek | 2 +- tests/dd/skip-seek-past-dev | 2 +- tests/dd/skip-seek-past-file | 2 +- tests/dd/skip-seek2 | 2 +- tests/dd/stderr | 2 +- tests/dd/unblock | 2 +- tests/dd/unblock-sync | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'tests/dd') diff --git a/tests/dd/direct b/tests/dd/direct index 8954dd849..6d45ce25d 100755 --- a/tests/dd/direct +++ b/tests/dd/direct @@ -1,7 +1,7 @@ #!/bin/sh # ensure that dd's oflag=direct works -# Copyright (C) 2009-2010 Free Software Foundation, Inc. +# Copyright (C) 2009-2011 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/dd/misc b/tests/dd/misc index 54727a1c7..f6efde2d9 100755 --- a/tests/dd/misc +++ b/tests/dd/misc @@ -2,7 +2,7 @@ # Ensure dd treats `--' properly. # Also test some flag values. -# Copyright (C) 1999, 2004-2010 Free Software Foundation, Inc. +# Copyright (C) 1999, 2004-2011 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/dd/not-rewound b/tests/dd/not-rewound index deea889bd..25d09da75 100755 --- a/tests/dd/not-rewound +++ b/tests/dd/not-rewound @@ -2,7 +2,7 @@ # Make sure dd does the right thing when the input file descriptor # is not rewound. -# Copyright (C) 2000, 2004, 2006-2010 Free Software Foundation, Inc. +# Copyright (C) 2000, 2004, 2006-2011 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/dd/reblock b/tests/dd/reblock index f70ffed58..01924a85a 100755 --- a/tests/dd/reblock +++ b/tests/dd/reblock @@ -1,7 +1,7 @@ #!/bin/sh # test dd reblocking vs. bs= -# Copyright (C) 2008-2010 Free Software Foundation, Inc. +# Copyright (C) 2008-2011 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/dd/skip-seek b/tests/dd/skip-seek index 2ce02de01..bbe00ba24 100755 --- a/tests/dd/skip-seek +++ b/tests/dd/skip-seek @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test dd's skip and seek options. -# Copyright (C) 2000-2010 Free Software Foundation, Inc. +# Copyright (C) 2000-2011 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/dd/skip-seek-past-dev b/tests/dd/skip-seek-past-dev index a49f1b31b..59f229fac 100755 --- a/tests/dd/skip-seek-past-dev +++ b/tests/dd/skip-seek-past-dev @@ -1,7 +1,7 @@ #!/bin/sh # test diagnostics are printed immediately when seeking beyond device. -# Copyright (C) 2008-2010 Free Software Foundation, Inc. +# Copyright (C) 2008-2011 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/dd/skip-seek-past-file b/tests/dd/skip-seek-past-file index d8cd27ae7..29ae8ebf9 100755 --- a/tests/dd/skip-seek-past-file +++ b/tests/dd/skip-seek-past-file @@ -1,7 +1,7 @@ #!/bin/sh # test diagnostics are printed when seeking too far in seekable files. -# Copyright (C) 2008-2010 Free Software Foundation, Inc. +# Copyright (C) 2008-2011 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/dd/skip-seek2 b/tests/dd/skip-seek2 index a915f4239..482aaa7ac 100755 --- a/tests/dd/skip-seek2 +++ b/tests/dd/skip-seek2 @@ -2,7 +2,7 @@ # show how to skip an amount that is smaller than the nominal block size. # There's a more realistic example in the documentation. -# Copyright (C) 2000, 2004, 2006-2010 Free Software Foundation, Inc. +# Copyright (C) 2000, 2004, 2006-2011 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/dd/stderr b/tests/dd/stderr index 2b9e94156..fd01c29de 100755 --- a/tests/dd/stderr +++ b/tests/dd/stderr @@ -1,7 +1,7 @@ #!/bin/sh # Ensure dd recognizes failure to write to stderr. -# Copyright (C) 2009-2010 Free Software Foundation, Inc. +# Copyright (C) 2009-2011 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/dd/unblock b/tests/dd/unblock index 97574f1a5..9b169fe6c 100755 --- a/tests/dd/unblock +++ b/tests/dd/unblock @@ -1,7 +1,7 @@ #!/usr/bin/perl # Exercise dd's conv=unblock mode -# Copyright (C) 2009-2010 Free Software Foundation, Inc. +# Copyright (C) 2009-2011 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/dd/unblock-sync b/tests/dd/unblock-sync index 29a203275..28ed568d0 100755 --- a/tests/dd/unblock-sync +++ b/tests/dd/unblock-sync @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that dd conv=unblock,sync works. -# Copyright (C) 2003, 2005-2010 Free Software Foundation, Inc. +# Copyright (C) 2003, 2005-2011 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- cgit v1.2.3-54-g00ecf