diff options
author | Jim Meyering <meyering@redhat.com> | 2008-02-24 15:29:40 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-02-28 19:53:07 +0100 |
commit | 3bb1783158a2c71aa3c9ca0b52532e4295332ce9 (patch) | |
tree | 03f8b5d6ce011e438b0e1ab4243f25ba49abe5ac /src | |
parent | fcdf32c1594cd0f9f525f39fb5340130877ba14d (diff) | |
download | coreutils-3bb1783158a2c71aa3c9ca0b52532e4295332ce9.tar.xz |
Make copyright comments consistent.
* 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.
Diffstat (limited to 'src')
-rw-r--r-- | src/chown-core.c | 2 | ||||
-rw-r--r-- | src/chown-core.h | 2 | ||||
-rw-r--r-- | src/copy.c | 2 | ||||
-rw-r--r-- | src/copy.h | 2 | ||||
-rw-r--r-- | src/cp-hash.c | 2 | ||||
-rw-r--r-- | src/cp.c | 2 | ||||
-rw-r--r-- | src/group-list.h | 2 | ||||
-rw-r--r-- | src/mktemp.c | 11 | ||||
-rw-r--r-- | src/stat.c | 2 |
9 files changed, 13 insertions, 14 deletions
diff --git a/src/chown-core.c b/src/chown-core.c index 9c43b21b4..d915ae45e 100644 --- a/src/chown-core.c +++ b/src/chown-core.c @@ -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 diff --git a/src/chown-core.h b/src/chown-core.h index ffd519816..fe0b4dbe4 100644 --- a/src/chown-core.h +++ b/src/chown-core.h @@ -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 diff --git a/src/copy.c b/src/copy.c index b5c1d6789..fd31b5c91 100644 --- a/src/copy.c +++ b/src/copy.c @@ -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 diff --git a/src/copy.h b/src/copy.h index 14104e642..86a816181 100644 --- a/src/copy.h +++ b/src/copy.h @@ -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 diff --git a/src/cp-hash.c b/src/cp-hash.c index a1d438103..3626468e5 100644 --- a/src/cp-hash.c +++ b/src/cp-hash.c @@ -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 @@ -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 diff --git a/src/group-list.h b/src/group-list.h index 868585ede..dc5f3f24b 100644 --- a/src/group-list.h +++ b/src/group-list.h @@ -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 diff --git a/src/mktemp.c b/src/mktemp.c index 6580f3c75..279077f02 100644 --- a/src/mktemp.c +++ b/src/mktemp.c @@ -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 */ diff --git a/src/stat.c b/src/stat.c index 0c33ba5eb..0f25df4e9 100644 --- a/src/stat.c +++ b/src/stat.c @@ -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 |