]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: update copyright year lists in new files
authorJim Meyering <meyering@redhat.com>
Mon, 31 Jan 2011 12:42:49 +0000 (13:42 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 31 Jan 2011 12:42:49 +0000 (13:42 +0100)
* src/extent-scan.h: Update copyright year list.
* src/extent-scan.c: Likewise.
* tests/cp/sparse-fiemap: Likewise.

src/extent-scan.c
src/extent-scan.h
tests/cp/sparse-fiemap

index 3bb0d536ced612d11f77546d08842b8c24f6cc0e..9f388772618a7152a3ca17daf1158a97d0eb2272 100644 (file)
@@ -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
index ac9e5006fc5b4a49eb939e89498e1c2c1232ae9c..4724b2575013846a590cd2b42ce0a9ac10b6f236 100644 (file)
@@ -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
index c87364595e279c7b53c6ff46dfc6f9210c1f4b69..7e1932b081f8827bb9d75f4e1f24ed6efe61bd08 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Test cp --sparse=always through fiemap copy
 
-# Copyright (C) 20102011 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