From 71aa3ea88084d17bcb4fc1031ad7b66f8647115e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 23 Jul 2007 14:35:58 +0200 Subject: Update all copyright notices to use the newer form. --- tests/du/2g | 8 +++----- tests/du/8gb | 8 +++----- tests/du/Makefile.am | 8 +++----- tests/du/basic | 8 +++----- tests/du/deref | 8 +++----- tests/du/deref-args | 8 +++----- tests/du/exclude | 8 +++----- tests/du/fd-leak | 8 +++----- tests/du/files0-from | 8 +++----- tests/du/hard-link | 8 +++----- tests/du/inacc-dest | 8 +++----- tests/du/inaccessible-cwd | 8 +++----- tests/du/long-from-unreadable | 8 +++----- tests/du/long-sloop | 8 +++----- tests/du/no-deref | 8 +++----- tests/du/no-x | 8 +++----- tests/du/one-file-system | 8 +++----- tests/du/restore-wd | 8 +++----- tests/du/slash | 8 +++----- tests/du/slink | 8 +++----- tests/du/trailing-slash | 8 +++----- tests/du/two-args | 8 +++----- 22 files changed, 66 insertions(+), 110 deletions(-) (limited to 'tests/du') diff --git a/tests/du/2g b/tests/du/2g index e986bf9a3..2ab923732 100755 --- a/tests/du/2g +++ b/tests/du/2g @@ -5,9 +5,9 @@ # Copyright (C) 2005, 2006 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 of the License, or +# 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, @@ -16,9 +16,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 . if test "$VERBOSE" = yes; then set -x diff --git a/tests/du/8gb b/tests/du/8gb index 9d18bdbc5..d585f70b5 100755 --- a/tests/du/8gb +++ b/tests/du/8gb @@ -4,9 +4,9 @@ # Copyright (C) 2003, 2005, 2006 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 of the License, or +# 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, @@ -15,9 +15,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 . if test "$VERBOSE" = yes; then set -x diff --git a/tests/du/Makefile.am b/tests/du/Makefile.am index 2d0888982..a15b6462c 100644 --- a/tests/du/Makefile.am +++ b/tests/du/Makefile.am @@ -2,9 +2,9 @@ # Copyright (C) 2000, 2002-2007 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 of the License, or +# 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, @@ -13,9 +13,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 . TESTS = \ one-file-system \ diff --git a/tests/du/basic b/tests/du/basic index a9e026c43..d8d8486a6 100755 --- a/tests/du/basic +++ b/tests/du/basic @@ -3,9 +3,9 @@ # Copyright (C) 2003, 2006-2007 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 of the License, or +# 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, @@ -14,9 +14,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 . if test "$VERBOSE" = yes; then set -x diff --git a/tests/du/deref b/tests/du/deref index 96ade7146..f5adcd756 100755 --- a/tests/du/deref +++ b/tests/du/deref @@ -4,9 +4,9 @@ # Copyright (C) 2002, 2006 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 of the License, or +# 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, @@ -15,9 +15,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 . if test "$VERBOSE" = yes; then set -x diff --git a/tests/du/deref-args b/tests/du/deref-args index a8c29b396..01b7b83e7 100755 --- a/tests/du/deref-args +++ b/tests/du/deref-args @@ -4,9 +4,9 @@ # Copyright (C) 2003, 2004, 2005, 2006 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 of the License, or +# 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, @@ -15,9 +15,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 . if test "$VERBOSE" = yes; then set -x diff --git a/tests/du/exclude b/tests/du/exclude index 2418b6a71..d426400ed 100755 --- a/tests/du/exclude +++ b/tests/du/exclude @@ -3,9 +3,9 @@ # Copyright (C) 2003, 2004, 2005, 2006 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 of the License, or +# 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, @@ -14,9 +14,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 . if test "$VERBOSE" = yes; then set -x diff --git a/tests/du/fd-leak b/tests/du/fd-leak index f8024f5ea..6b25b8608 100755 --- a/tests/du/fd-leak +++ b/tests/du/fd-leak @@ -3,9 +3,9 @@ # Copyright (C) 2003, 2006 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 of the License, or +# 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, @@ -14,9 +14,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 . if test "$VERBOSE" = yes; then set -x diff --git a/tests/du/files0-from b/tests/du/files0-from index 948644d71..564cb2125 100755 --- a/tests/du/files0-from +++ b/tests/du/files0-from @@ -4,9 +4,9 @@ # Copyright (C) 2004, 2005 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 of the License, or +# 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, @@ -15,9 +15,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 . : ${PERL=perl} : ${srcdir=.} diff --git a/tests/du/hard-link b/tests/du/hard-link index b01772cfc..e1c8a11d3 100755 --- a/tests/du/hard-link +++ b/tests/du/hard-link @@ -5,9 +5,9 @@ # Copyright (C) 2003, 2006 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 of the License, or +# 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, @@ -16,9 +16,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 . if test "$VERBOSE" = yes; then set -x diff --git a/tests/du/inacc-dest b/tests/du/inacc-dest index d1906483b..d0f9bc4a6 100755 --- a/tests/du/inacc-dest +++ b/tests/du/inacc-dest @@ -4,9 +4,9 @@ # Copyright (C) 2006 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 of the License, or +# 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, @@ -15,9 +15,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 . if test "$VERBOSE" = yes; then set -x diff --git a/tests/du/inaccessible-cwd b/tests/du/inaccessible-cwd index 674759f4c..c5aaabe40 100755 --- a/tests/du/inaccessible-cwd +++ b/tests/du/inaccessible-cwd @@ -4,9 +4,9 @@ # Copyright (C) 2003, 2006 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 of the License, or +# 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, @@ -15,9 +15,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 . # Before the switch to an fts-based implementation in coreutils 5.0.92, # this test would fail. diff --git a/tests/du/long-from-unreadable b/tests/du/long-from-unreadable index f92c68d55..9718b2bd2 100755 --- a/tests/du/long-from-unreadable +++ b/tests/du/long-from-unreadable @@ -3,9 +3,9 @@ # Copyright (C) 2006 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 of the License, or +# 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, @@ -14,9 +14,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 . # Show that fts (hence du, chmod, chgrp, chown) fails when all of the # following are true: diff --git a/tests/du/long-sloop b/tests/du/long-sloop index baf681e59..4f538d067 100755 --- a/tests/du/long-sloop +++ b/tests/du/long-sloop @@ -5,9 +5,9 @@ # Copyright (C) 2006 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 of the License, or +# 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, @@ -16,9 +16,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 . if test "$VERBOSE" = yes; then set -x diff --git a/tests/du/no-deref b/tests/du/no-deref index 5ff26cb5b..ec3c6e1f9 100755 --- a/tests/du/no-deref +++ b/tests/du/no-deref @@ -3,9 +3,9 @@ # Copyright (C) 2003, 2004, 2006 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 of the License, or +# 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, @@ -14,9 +14,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 . if test "$VERBOSE" = yes; then set -x diff --git a/tests/du/no-x b/tests/du/no-x index e75bbd377..00aea6a34 100755 --- a/tests/du/no-x +++ b/tests/du/no-x @@ -4,9 +4,9 @@ # Copyright (C) 2003, 2006 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 of the License, or +# 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, @@ -15,9 +15,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 . if test "$VERBOSE" = yes; then set -x diff --git a/tests/du/one-file-system b/tests/du/one-file-system index 9d7d97962..07e6e9577 100755 --- a/tests/du/one-file-system +++ b/tests/du/one-file-system @@ -4,9 +4,9 @@ # Copyright (C) 2006 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 of the License, or +# 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, @@ -15,9 +15,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 . if test "$VERBOSE" = yes; then set -x diff --git a/tests/du/restore-wd b/tests/du/restore-wd index aeb3319ad..e9fcfa197 100755 --- a/tests/du/restore-wd +++ b/tests/du/restore-wd @@ -4,9 +4,9 @@ # Copyright (C) 2003, 2006 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 of the License, or +# 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, @@ -15,9 +15,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 . if test "$VERBOSE" = yes; then set -x diff --git a/tests/du/slash b/tests/du/slash index 58d330e38..c0c66672b 100755 --- a/tests/du/slash +++ b/tests/du/slash @@ -3,9 +3,9 @@ # Copyright (C) 2003, 2004, 2006 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 of the License, or +# 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, @@ -14,9 +14,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 . if test "$VERBOSE" = yes; then set -x diff --git a/tests/du/slink b/tests/du/slink index 8fdb393ae..5913d8371 100755 --- a/tests/du/slink +++ b/tests/du/slink @@ -3,9 +3,9 @@ # Copyright (C) 2002-2007 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 of the License, or +# 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, @@ -14,9 +14,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 . if test "$VERBOSE" = yes; then set -x diff --git a/tests/du/trailing-slash b/tests/du/trailing-slash index 8177cd52d..6918f255a 100755 --- a/tests/du/trailing-slash +++ b/tests/du/trailing-slash @@ -4,9 +4,9 @@ # Copyright (C) 2002, 2003, 2004, 2006 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 of the License, or +# 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, @@ -15,9 +15,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 . # Before coreutils-4.5.3, it would remove a single trailing slash. diff --git a/tests/du/two-args b/tests/du/two-args index b683e4c79..aa3975e10 100755 --- a/tests/du/two-args +++ b/tests/du/two-args @@ -4,9 +4,9 @@ # Copyright (C) 2000, 2004, 2006 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 of the License, or +# 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, @@ -15,9 +15,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 . if test "$VERBOSE" = yes; then set -x -- cgit v1.2.3-54-g00ecf