]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Make copyright comments consistent.
authorJim Meyering <meyering@redhat.com>
Sun, 24 Feb 2008 14:29:40 +0000 (15:29 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 28 Feb 2008 18:53:07 +0000 (19:53 +0100)
* src/mktemp.c: Update copyright to use newer form.

Make first copyright lines consistent. Some did not end in ", Inc.".
Due to that missing ", Inc" at end of line, emacs' copyright-updating
code missed some opportunities.  This corrects most of those, and
adds some mistakenly omitted years.
* src/chown-core.c: Adjust.
* src/chown-core.h: Likewise.
* src/copy.c: Likewise.
* src/copy.h: Likewise.
* src/cp-hash.c: Likewise.
* src/cp.c: Likewise.
* src/group-list.h: Likewise.
* src/mktemp.c: Likewise.
* src/stat.c: Likewise.
* tests/chmod/equal-x: Likewise.
* tests/dd/skip-seek: Likewise.
* tests/envvar-check: Likewise.
* tests/mv/into-self-2: Likewise.

13 files changed:
src/chown-core.c
src/chown-core.h
src/copy.c
src/copy.h
src/cp-hash.c
src/cp.c
src/group-list.h
src/mktemp.c
src/stat.c
tests/chmod/equal-x
tests/dd/skip-seek
tests/envvar-check
tests/mv/into-self-2

index 9c43b21b430c90cbbee44554b06e02ad0bea829e..d915ae45edca40b761cb02c27f59f98a46fc8549 100644 (file)
@@ -1,5 +1,5 @@
 /* chown-core.c -- core functions for changing ownership.
-   Copyright (C) 2000, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation.
+   Copyright (C) 2000, 2002-2008 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 ffd51981685baf4d1024069d365bfc3d09223af1..fe0b4dbe4936e4c0ae08d8d11c36d710305a9d6f 100644 (file)
@@ -1,6 +1,6 @@
 /* chown-core.h -- types and prototypes shared by chown and chgrp.
 
-   Copyright (C) 2000, 2003, 2004 Free Software Foundation.
+   Copyright (C) 2000, 2003-2005, 2007-2008 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 b5c1d678963e7c0e1129306fdd2033caaeba9b3e..fd31b5c9144ac732ac0eeea5de02fbe0e9b58974 100644 (file)
@@ -1,5 +1,5 @@
 /* copy.c -- core functions for copying files and directories
-   Copyright (C) 89, 90, 91, 1995-2007 Free Software Foundation.
+   Copyright (C) 89, 90, 91, 1995-2008 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 14104e642b94d4e38d4b91564b8cc69f5ffbb662..86a816181d5b2e8d3f473025affce5e339f1449d 100644 (file)
@@ -1,5 +1,5 @@
 /* core functions for copying files and directories
-   Copyright (C) 89, 90, 91, 1995-2007 Free Software Foundation.
+   Copyright (C) 89, 90, 91, 1995-2008 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 a1d43810306271e059e27e9cdfb88451e9291afd..3626468e5aef314e1c0faa0c9f9f714d10506e5a 100644 (file)
@@ -1,5 +1,5 @@
 /* cp-hash.c  -- file copying (hash search routines)
-   Copyright (C) 89, 90, 91, 1995-2005 Free Software Foundation.
+   Copyright (C) 89, 90, 91, 1995-2008 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 a46f900bc7c47fa143bf67b326aca1e2cb0ff907..3f958713982a76b7e31cda189b9fc5693c7e729b 100644 (file)
--- a/src/cp.c
+++ b/src/cp.c
@@ -1,5 +1,5 @@
 /* cp.c  -- file copying (main routines)
-   Copyright (C) 89, 90, 91, 1995-2007 Free Software Foundation.
+   Copyright (C) 89, 90, 91, 1995-2008 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 868585edec0c5a2a1ace0f0d20e1c421203f82a0..dc5f3f24be6eb250b47ecb919b568d49e5b75b89 100644 (file)
@@ -1,6 +1,6 @@
 /* group-list.h -- prototypes shared by id and groups.
 
-   Copyright (C) 2008 Free Software Foundation.
+   Copyright (C) 2008 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 6580f3c7552743ba584bc82f21c6f254f84836ee..279077f02d6ec35ce7366a6a8ce823c579c7ade6 100644 (file)
@@ -1,10 +1,10 @@
 /* Create a temporary file or directory, safely.
-   Copyright (C) 2007 Free Software Foundation, Inc.
+   Copyright (C) 2007-2008 Free Software Foundation, Inc.
 
-   This program is free software; you can redistribute it and/or modify
+   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
-   the Free Software Foundation; either version 3, or (at your option)
-   any later version.
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
 
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -12,8 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software Foundation,
-   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Jim Meyering */
 
index 0c33ba5eb15d6171de45d31017a7854c7e3496bf..0f25df4e9387808660d113dcad8a886225578298 100644 (file)
@@ -1,5 +1,5 @@
 /* stat.c -- display file or file system status
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation.
+   Copyright (C) 2001-2008 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 5a1b85926fd47f77d0bbda20b5600c4251eba058..672dab29b67c850e42bc70a262870290deae5b49 100755 (executable)
@@ -1,8 +1,7 @@
 #!/bin/sh
 # Test "chmod =x" and the like.
 
-# Copyright (C) 1999, 2000, 2002, 2004-2007 Free Software Foundation,
-# Inc.
+# Copyright (C) 1999, 2000, 2002, 2004-2007 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 ce0121c62b14316f938e70e87b0fea302c7901f4..631fb42207829aba11e70b386e305c310fe39e9b 100755 (executable)
@@ -2,8 +2,7 @@
 # -*- perl -*-
 # Test dd's skip and seek options.
 
-# Copyright (C) 2000, 2001, 2003, 2004, 2005 Free Software Foundation,
-# Inc.
+# Copyright (C) 2000-2008 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 10b473c9ea3a2e55af30c70f7260033bf87709f5..bb93c168dcb7c470cecf66856447bb772ff16678 100644 (file)
@@ -1,8 +1,7 @@
 # -*- sh -*-
 # Check environment variables for sane values while testing.
 
-# Copyright (C) 2000, 2001, 2003, 2004, 2006 Free Software Foundation,
-# Inc.
+# Copyright (C) 2000-2001, 2003-2004, 2006-2008 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 3e92c6404632a21e7905596e806d6a2eb75bbc3e..7866e6952121415614f200dce816ff1e17f16114 100755 (executable)
@@ -3,7 +3,7 @@
 # Consider the case where SRC and DEST are on different
 # partitions and DEST is a symlink to SRC.
 
-# Copyright (C) 1998, 1999, 200, 007 Free Software Foundation, Inc.
+# Copyright (C) 1998-2000, 2006-2008 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