diff options
author | Jim Meyering <meyering@redhat.com> | 2008-11-20 10:28:31 +0000 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-02-02 09:37:48 +0100 |
commit | 04d49874a23f40e38ba4f302b5b8025f43cba3c5 (patch) | |
tree | 279efedf56c4d3bfd7b761313c8944565d171f9e /tests/dd/skip-seek-past-file | |
parent | 18810ae65f72b8b8a73c04dd2be92ff1a34969ad (diff) | |
download | coreutils-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-file')
-rwxr-xr-x | tests/dd/skip-seek-past-file | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dd/skip-seek-past-file b/tests/dd/skip-seek-past-file index cfc143963..9c055bd09 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 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 |