summaryrefslogtreecommitdiff
path: root/tests/dd/skip-seek-past-dev
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-11-20 10:28:31 +0000
committerJim Meyering <meyering@redhat.com>2009-02-02 09:37:48 +0100
commit04d49874a23f40e38ba4f302b5b8025f43cba3c5 (patch)
tree279efedf56c4d3bfd7b761313c8944565d171f9e /tests/dd/skip-seek-past-dev
parent18810ae65f72b8b8a73c04dd2be92ff1a34969ad (diff)
downloadcoreutils-04d49874a23f40e38ba4f302b5b8025f43cba3c5.tar.xz
update copyright dates from recent changes
* src/dd.c: Add 2009 to list of copyright years. * tests/dd/seek-skip-past-file: Likewise. * tests/dd/seek-skip-past-dev: Likewise. * m4/xattr.m4: Likewise. * src/copy.h: Likewise.
Diffstat (limited to 'tests/dd/skip-seek-past-dev')
-rwxr-xr-xtests/dd/skip-seek-past-dev2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dd/skip-seek-past-dev b/tests/dd/skip-seek-past-dev
index 04101d222..c9abfc01f 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 Free Software Foundation, Inc.
+# Copyright (C) 2008, 2009 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