]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
update copyright dates from recent changes
authorJim Meyering <meyering@redhat.com>
Thu, 20 Nov 2008 10:28:31 +0000 (10:28 +0000)
committerJim Meyering <meyering@redhat.com>
Mon, 2 Feb 2009 08:37:48 +0000 (09:37 +0100)
* 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.

m4/xattr.m4
src/copy.h
src/dd.c
tests/dd/skip-seek-past-dev
tests/dd/skip-seek-past-file

index c5bf12988ef04b7143f800ab00276e0ad5bf75b1..6aa612bc331caff4768afd142e0b53f18c300f08 100644 (file)
@@ -1,6 +1,6 @@
 # xattr.m4 - check for Extended Attributes (Linux)
 
-# Copyright (C) 2003, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2008-2009 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
index e6604ee712c60b150b767f96df22d78b175aac6f..0cdf16be154ffdf3d4b7fa0721bc609aa904ff9e 100644 (file)
@@ -1,5 +1,5 @@
 /* core functions for copying files and directories
-   Copyright (C) 89, 90, 91, 1995-2008 Free Software Foundation, Inc.
+   Copyright (C) 89, 90, 91, 1995-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
index afc51481a3fcd99e9dbc045ff2f4ca4ed9c98e23..4604ced9ab88816f7033c3c633a2fc2a46ed61e6 100644 (file)
--- a/src/dd.c
+++ b/src/dd.c
@@ -1,5 +1,5 @@
 /* dd -- convert a file while copying it.
-   Copyright (C) 85, 90, 91, 1995-2008 Free Software Foundation, Inc.
+   Copyright (C) 85, 90, 91, 1995-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
index 04101d222dc00acc390d62809b8caf6bc122a1de..c9abfc01fde891b3bf3f760af51f67119e0458e8 100755 (executable)
@@ -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
index cfc1439638b4c69b931973212e94953aa22d6a5d..9c055bd0914d170669a58cf17c2cd4c01e29fffb 100755 (executable)
@@ -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