diff options
Diffstat (limited to 'tests/dd')
-rwxr-xr-x | tests/dd/direct | 2 | ||||
-rwxr-xr-x | tests/dd/misc | 2 | ||||
-rwxr-xr-x | tests/dd/not-rewound | 2 | ||||
-rwxr-xr-x | tests/dd/reblock | 2 | ||||
-rwxr-xr-x | tests/dd/skip-seek | 2 | ||||
-rwxr-xr-x | tests/dd/skip-seek-past-dev | 2 | ||||
-rwxr-xr-x | tests/dd/skip-seek-past-file | 2 | ||||
-rwxr-xr-x | tests/dd/skip-seek2 | 2 | ||||
-rwxr-xr-x | tests/dd/stderr | 2 | ||||
-rwxr-xr-x | tests/dd/unblock | 2 | ||||
-rwxr-xr-x | tests/dd/unblock-sync | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/tests/dd/direct b/tests/dd/direct index 05c487f6f..46bf35f32 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 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/dd/misc b/tests/dd/misc index 53562d1dd..7caacbc7b 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-2009 Free Software Foundation, Inc. +# Copyright (C) 1999, 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/dd/not-rewound b/tests/dd/not-rewound index 101e37564..67c2971f4 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-2009 Free Software Foundation, Inc. +# Copyright (C) 2000, 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/dd/reblock b/tests/dd/reblock index 244345a4a..4a487663b 100755 --- a/tests/dd/reblock +++ b/tests/dd/reblock @@ -1,7 +1,7 @@ #!/bin/sh # test dd reblocking vs. bs= -# 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/dd/skip-seek b/tests/dd/skip-seek index d1beeb1dc..2ce02de01 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-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/dd/skip-seek-past-dev b/tests/dd/skip-seek-past-dev index f11542a2d..6f6fbd2da 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, 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/dd/skip-seek-past-file b/tests/dd/skip-seek-past-file index 6bbf505f5..9327f1ea5 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, 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/dd/skip-seek2 b/tests/dd/skip-seek2 index ce57b6b24..7b60af62e 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-2009 Free Software Foundation, Inc. +# Copyright (C) 2000, 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/dd/stderr b/tests/dd/stderr index 5c903c8d5..5ef91e45e 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 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/dd/unblock b/tests/dd/unblock index 6a3634cbb..97574f1a5 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 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/dd/unblock-sync b/tests/dd/unblock-sync index 4b213c1f9..7e45b7ee8 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-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 |