summaryrefslogtreecommitdiff
path: root/tests/dd
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-27 11:35:24 +0100
committerJim Meyering <meyering@redhat.com>2012-01-27 11:35:24 +0100
commitd7878454cd02518959b0d6036db3a5b6ff00ca57 (patch)
tree2f62fd5d7fadac095c0e9fbfc39140028dfa8a73 /tests/dd
parent3068c84765ca8bb0a5ba425664fb2e7454a8bbc5 (diff)
downloadcoreutils-d7878454cd02518959b0d6036db3a5b6ff00ca57.tar.xz
maint: use single copyright year range
Run "make update-copyright".
Diffstat (limited to 'tests/dd')
-rwxr-xr-xtests/dd/misc2
-rwxr-xr-xtests/dd/not-rewound2
-rwxr-xr-xtests/dd/skip-seek22
-rwxr-xr-xtests/dd/unblock-sync2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/dd/misc b/tests/dd/misc
index f388969a4..aad04dcb1 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-2012 Free Software Foundation, Inc.
+# Copyright (C) 1999-2012 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 91af9f061..284dd4a1a 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-2012 Free Software Foundation, Inc.
+# Copyright (C) 2000-2012 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 67d4e5f77..e1d3edb41 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-2012 Free Software Foundation, Inc.
+# Copyright (C) 2000-2012 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 24d7a2354..68239f228 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-2012 Free Software Foundation, Inc.
+# Copyright (C) 2003-2012 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