summaryrefslogtreecommitdiff
path: root/tests/dd
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-01-01 10:56:28 +0100
committerJim Meyering <meyering@redhat.com>2010-01-01 14:06:47 +0100
commit1aa17dc89b3f313697661541adca0aa0defbdc09 (patch)
tree19c56a4689f6137f1c912876a4e30a1cf382a1a7 /tests/dd
parent6c8d432b1f70c80213b0a2244e2427ae3c1394ef (diff)
downloadcoreutils-1aa17dc89b3f313697661541adca0aa0defbdc09.tar.xz
maint: update all FSF copyright year lists to include 2010
Use this command: git ls-files | grep -v COPYING \ | xargs env UPDATE_COPYRIGHT_USE_INTERVALS=1 \ build-aux/update-copyright
Diffstat (limited to 'tests/dd')
-rwxr-xr-xtests/dd/direct2
-rwxr-xr-xtests/dd/misc2
-rwxr-xr-xtests/dd/not-rewound2
-rwxr-xr-xtests/dd/reblock2
-rwxr-xr-xtests/dd/skip-seek2
-rwxr-xr-xtests/dd/skip-seek-past-dev2
-rwxr-xr-xtests/dd/skip-seek-past-file2
-rwxr-xr-xtests/dd/skip-seek22
-rwxr-xr-xtests/dd/stderr2
-rwxr-xr-xtests/dd/unblock2
-rwxr-xr-xtests/dd/unblock-sync2
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