diff options
author | Jim Meyering <meyering@redhat.com> | 2011-01-31 13:42:49 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-01-31 13:42:49 +0100 |
commit | 31dc21f693b5dc9c267be89934ea4cb306806e39 (patch) | |
tree | d5d5ea087adfb6253167a713e2fcb048e12a118b | |
parent | 08b7bce540f12595f9995851338bb765783d264c (diff) | |
download | coreutils-31dc21f693b5dc9c267be89934ea4cb306806e39.tar.xz |
maint: update copyright year lists in new files
* src/extent-scan.h: Update copyright year list.
* src/extent-scan.c: Likewise.
* tests/cp/sparse-fiemap: Likewise.
-rw-r--r-- | src/extent-scan.c | 2 | ||||
-rw-r--r-- | src/extent-scan.h | 2 | ||||
-rwxr-xr-x | tests/cp/sparse-fiemap | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/extent-scan.c b/src/extent-scan.c index 3bb0d536c..9f3887726 100644 --- a/src/extent-scan.c +++ b/src/extent-scan.c @@ -1,5 +1,5 @@ /* extent-scan.c -- core functions for scanning extents - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2011 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/src/extent-scan.h b/src/extent-scan.h index ac9e5006f..4724b2575 100644 --- a/src/extent-scan.h +++ b/src/extent-scan.h @@ -1,5 +1,5 @@ /* core functions for efficient reading sparse files - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2011 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/cp/sparse-fiemap b/tests/cp/sparse-fiemap index c87364595..7e1932b08 100755 --- a/tests/cp/sparse-fiemap +++ b/tests/cp/sparse-fiemap @@ -1,7 +1,7 @@ #!/bin/sh # Test cp --sparse=always through fiemap copy -# Copyright (C) 2010, 2011 Free Software Foundation, Inc. +# Copyright (C) 2010-2011 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 |