summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/chown-core.c2
-rw-r--r--src/chown-core.h2
-rw-r--r--src/copy.c2
-rw-r--r--src/copy.h2
-rw-r--r--src/cp-hash.c2
-rw-r--r--src/cp.c2
-rw-r--r--src/group-list.h2
-rw-r--r--src/mktemp.c11
-rw-r--r--src/stat.c2
-rwxr-xr-xtests/chmod/equal-x3
-rwxr-xr-xtests/dd/skip-seek3
-rw-r--r--tests/envvar-check3
-rwxr-xr-xtests/mv/into-self-22
13 files changed, 17 insertions, 21 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
diff --git a/src/cp.c b/src/cp.c
index a46f900bc..3f9587139 100644
--- 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
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
diff --git a/tests/chmod/equal-x b/tests/chmod/equal-x
index 5a1b85926..672dab29b 100755
--- a/tests/chmod/equal-x
+++ b/tests/chmod/equal-x
@@ -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
diff --git a/tests/dd/skip-seek b/tests/dd/skip-seek
index ce0121c62..631fb4220 100755
--- a/tests/dd/skip-seek
+++ b/tests/dd/skip-seek
@@ -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
diff --git a/tests/envvar-check b/tests/envvar-check
index 10b473c9e..bb93c168d 100644
--- a/tests/envvar-check
+++ b/tests/envvar-check
@@ -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
diff --git a/tests/mv/into-self-2 b/tests/mv/into-self-2
index 3e92c6404..7866e6952 100755
--- a/tests/mv/into-self-2
+++ b/tests/mv/into-self-2
@@ -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