diff options
-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 |