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/misc/Makefile.am | 8 +++----- tests/misc/arch | 8 +++----- tests/misc/base64 | 8 +++----- tests/misc/basename | 8 +++----- tests/misc/cat-proc | 8 +++----- tests/misc/close-stdout | 8 +++----- tests/misc/csplit | 8 +++----- tests/misc/cut | 8 +++----- tests/misc/date | 8 +++----- tests/misc/date-sec | 8 +++----- tests/misc/df | 8 +++----- tests/misc/df-P | 8 +++----- tests/misc/dirname | 8 +++----- tests/misc/expand | 8 +++----- tests/misc/false-status | 8 +++----- tests/misc/fold | 8 +++----- tests/misc/head-c | 8 +++----- tests/misc/head-elide-tail | 8 +++----- tests/misc/head-pos | 8 +++----- tests/misc/mknod | 8 +++----- tests/misc/nice | 8 +++----- tests/misc/nl | 8 +++----- tests/misc/nohup | 8 +++----- tests/misc/paste-no-nl | 8 +++----- tests/misc/pathchk1 | 8 +++----- tests/misc/pr | 8 +++----- tests/misc/printf | 8 +++----- tests/misc/printf-hex | 8 +++----- tests/misc/pwd-long | 8 +++----- tests/misc/pwd-unreadable-parent | 8 +++----- tests/misc/runcon-no-reorder | 8 +++----- tests/misc/sha224sum | 8 +++----- tests/misc/sha256sum | 8 +++----- tests/misc/sha384sum | 8 +++----- tests/misc/sha512sum | 8 +++----- tests/misc/shuf | 8 +++----- tests/misc/sort-compress | 8 +++----- tests/misc/sort-merge | 8 +++----- tests/misc/sort-rand | 8 +++----- tests/misc/split-a | 8 +++----- tests/misc/split-fail | 8 +++----- tests/misc/split-l | 8 +++----- tests/misc/stat-fmt | 8 +++----- tests/misc/stat-printf | 8 +++----- tests/misc/tac-continue | 8 +++----- tests/misc/test-diag | 8 +++----- tests/misc/tty-eof | 8 +++----- tests/misc/wc-files0 | 8 +++----- tests/misc/wc-files0-from | 8 +++----- 49 files changed, 147 insertions(+), 245 deletions(-) (limited to 'tests/misc') diff --git a/tests/misc/Makefile.am b/tests/misc/Makefile.am index 5c1d1eac5..0aca4cf4c 100644 --- a/tests/misc/Makefile.am +++ b/tests/misc/Makefile.am @@ -2,9 +2,9 @@ # Copyright (C) 2001-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 . EXTRA_DIST = $(TESTS) diff --git a/tests/misc/arch b/tests/misc/arch index 6082cccab..7ad48521a 100755 --- a/tests/misc/arch +++ b/tests/misc/arch @@ -3,9 +3,9 @@ # Copyright (C) 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 . # skip this test if arch isn't being built. case " $built_programs " in diff --git a/tests/misc/base64 b/tests/misc/base64 index ee54f172d..4522ca1bd 100755 --- a/tests/misc/base64 +++ b/tests/misc/base64 @@ -4,9 +4,9 @@ # Copyright (C) 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, @@ -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/misc/basename b/tests/misc/basename index 8230748ff..691f15a62 100755 --- a/tests/misc/basename +++ b/tests/misc/basename @@ -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 . : ${PERL=perl} : ${srcdir=.} diff --git a/tests/misc/cat-proc b/tests/misc/cat-proc index 529b4a57a..975188b9e 100755 --- a/tests/misc/cat-proc +++ b/tests/misc/cat-proc @@ -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/misc/close-stdout b/tests/misc/close-stdout index 7d665842d..0f8c2eaab 100755 --- a/tests/misc/close-stdout +++ b/tests/misc/close-stdout @@ -4,9 +4,9 @@ # Copyright (C) 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 diff --git a/tests/misc/csplit b/tests/misc/csplit index 0bb58e399..65a9cca51 100755 --- a/tests/misc/csplit +++ b/tests/misc/csplit @@ -4,9 +4,9 @@ # Copyright (C) 2001, 2002, 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/misc/cut b/tests/misc/cut index 7d3994a9d..64c3dd8d2 100755 --- a/tests/misc/cut +++ b/tests/misc/cut @@ -3,9 +3,9 @@ # Copyright (C) 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 . : ${PERL=perl} : ${srcdir=.} diff --git a/tests/misc/date b/tests/misc/date index 171817abc..1706017b8 100755 --- a/tests/misc/date +++ b/tests/misc/date @@ -3,9 +3,9 @@ # Copyright (C) 2005-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 . : ${PERL=perl} : ${srcdir=.} diff --git a/tests/misc/date-sec b/tests/misc/date-sec index 83de862ca..d389e7272 100755 --- a/tests/misc/date-sec +++ b/tests/misc/date-sec @@ -5,9 +5,9 @@ # Copyright (C) 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, @@ -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/misc/df b/tests/misc/df index f4825de97..6138beaab 100755 --- a/tests/misc/df +++ b/tests/misc/df @@ -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 . if test "$VERBOSE" = yes; then set -x diff --git a/tests/misc/df-P b/tests/misc/df-P index 0fd4c152b..4fffd499b 100755 --- a/tests/misc/df-P +++ b/tests/misc/df-P @@ -3,9 +3,9 @@ # Copyright (C) 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/misc/dirname b/tests/misc/dirname index b1ce307b4..1139c0767 100755 --- a/tests/misc/dirname +++ b/tests/misc/dirname @@ -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 . : ${PERL=perl} : ${srcdir=.} diff --git a/tests/misc/expand b/tests/misc/expand index c73577498..6e29eaba3 100755 --- a/tests/misc/expand +++ b/tests/misc/expand @@ -4,9 +4,9 @@ # Copyright (C) 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 . : ${PERL=perl} : ${srcdir=.} diff --git a/tests/misc/false-status b/tests/misc/false-status index 9da116c57..f5b158a6a 100755 --- a/tests/misc/false-status +++ b/tests/misc/false-status @@ -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/misc/fold b/tests/misc/fold index 88e7180b8..919c8a0d7 100755 --- a/tests/misc/fold +++ b/tests/misc/fold @@ -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 . : ${PERL=perl} : ${srcdir=.} diff --git a/tests/misc/head-c b/tests/misc/head-c index f727435d4..c75b0541c 100755 --- a/tests/misc/head-c +++ b/tests/misc/head-c @@ -3,9 +3,9 @@ # Copyright (C) 2001, 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/misc/head-elide-tail b/tests/misc/head-elide-tail index 62c6121a0..831af1474 100755 --- a/tests/misc/head-elide-tail +++ b/tests/misc/head-elide-tail @@ -4,9 +4,9 @@ # Copyright (C) 2003, 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/misc/head-pos b/tests/misc/head-pos index 196e4ddd1..3a27d3e8e 100755 --- a/tests/misc/head-pos +++ b/tests/misc/head-pos @@ -4,9 +4,9 @@ # Copyright (C) 2002, 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 diff --git a/tests/misc/mknod b/tests/misc/mknod index 06f51c33c..c9311113a 100755 --- a/tests/misc/mknod +++ b/tests/misc/mknod @@ -3,9 +3,9 @@ # Copyright (C) 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/misc/nice b/tests/misc/nice index f3a9e6f40..ba6ce1c00 100755 --- a/tests/misc/nice +++ b/tests/misc/nice @@ -3,9 +3,9 @@ # Copyright (C) 2002, 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, @@ -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 . # This script takes no arguments. diff --git a/tests/misc/nl b/tests/misc/nl index 656576ebe..77db3c9a1 100755 --- a/tests/misc/nl +++ b/tests/misc/nl @@ -3,9 +3,9 @@ # Copyright (C) 2002, 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/misc/nohup b/tests/misc/nohup index 8c59630b5..c4f971ff5 100755 --- a/tests/misc/nohup +++ b/tests/misc/nohup @@ -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/misc/paste-no-nl b/tests/misc/paste-no-nl index 2b7b6db56..48bdf85f7 100755 --- a/tests/misc/paste-no-nl +++ b/tests/misc/paste-no-nl @@ -4,9 +4,9 @@ # Copyright (C) 2003, 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/misc/pathchk1 b/tests/misc/pathchk1 index c427ec894..a2dc8c067 100755 --- a/tests/misc/pathchk1 +++ b/tests/misc/pathchk1 @@ -3,9 +3,9 @@ # Copyright (C) 2002, 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/misc/pr b/tests/misc/pr index 30efbe96d..f64add14d 100755 --- a/tests/misc/pr +++ b/tests/misc/pr @@ -4,9 +4,9 @@ # Copyright (C) 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, @@ -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/misc/printf b/tests/misc/printf index c7858f8bd..6fea4b0bc 100755 --- a/tests/misc/printf +++ b/tests/misc/printf @@ -3,9 +3,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, @@ -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 . prog=`pwd`/../../src/printf diff --git a/tests/misc/printf-hex b/tests/misc/printf-hex index f4d610059..525d90beb 100755 --- a/tests/misc/printf-hex +++ b/tests/misc/printf-hex @@ -3,9 +3,9 @@ # Copyright (C) 2002, 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 . prog=`pwd`/../../src/printf diff --git a/tests/misc/pwd-long b/tests/misc/pwd-long index 20ecbcd94..920c25842 100755 --- a/tests/misc/pwd-long +++ b/tests/misc/pwd-long @@ -3,9 +3,9 @@ # Copyright (C) 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 . : ${PERL=perl} diff --git a/tests/misc/pwd-unreadable-parent b/tests/misc/pwd-unreadable-parent index c5a2efdf4..b79d53d37 100755 --- a/tests/misc/pwd-unreadable-parent +++ b/tests/misc/pwd-unreadable-parent @@ -5,9 +5,9 @@ # Copyright (C) 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, @@ -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/misc/runcon-no-reorder b/tests/misc/runcon-no-reorder index 3f492dc37..42828852c 100755 --- a/tests/misc/runcon-no-reorder +++ b/tests/misc/runcon-no-reorder @@ -3,9 +3,9 @@ # Copyright (C) 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/misc/sha224sum b/tests/misc/sha224sum index ea05b1060..2c6f7e504 100755 --- a/tests/misc/sha224sum +++ b/tests/misc/sha224sum @@ -3,9 +3,9 @@ # Copyright (C) 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, @@ -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 . : ${PERL=perl} : ${srcdir=.} diff --git a/tests/misc/sha256sum b/tests/misc/sha256sum index 169697361..b2749756c 100755 --- a/tests/misc/sha256sum +++ b/tests/misc/sha256sum @@ -3,9 +3,9 @@ # Copyright (C) 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, @@ -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 . : ${PERL=perl} : ${srcdir=.} diff --git a/tests/misc/sha384sum b/tests/misc/sha384sum index 4434bfe92..82706c5df 100755 --- a/tests/misc/sha384sum +++ b/tests/misc/sha384sum @@ -3,9 +3,9 @@ # Copyright (C) 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, @@ -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 . : ${PERL=perl} : ${srcdir=.} diff --git a/tests/misc/sha512sum b/tests/misc/sha512sum index 9eafaf6e0..6ec2cbe81 100755 --- a/tests/misc/sha512sum +++ b/tests/misc/sha512sum @@ -3,9 +3,9 @@ # Copyright (C) 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, @@ -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 . : ${PERL=perl} : ${srcdir=.} diff --git a/tests/misc/shuf b/tests/misc/shuf index c05c268f8..fdbedee61 100755 --- a/tests/misc/shuf +++ b/tests/misc/shuf @@ -3,9 +3,9 @@ # Copyright (C) 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/misc/sort-compress b/tests/misc/sort-compress index 02ee4529c..fe460bb1b 100755 --- a/tests/misc/sort-compress +++ b/tests/misc/sort-compress @@ -3,9 +3,9 @@ # Copyright (C) 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/misc/sort-merge b/tests/misc/sort-merge index de46063a1..34ed24c18 100755 --- a/tests/misc/sort-merge +++ b/tests/misc/sort-merge @@ -3,9 +3,9 @@ # Copyright (C) 2002, 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, @@ -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 . : ${PERL=perl} : ${srcdir=.} diff --git a/tests/misc/sort-rand b/tests/misc/sort-rand index e2bf34cff..0380af8c2 100755 --- a/tests/misc/sort-rand +++ b/tests/misc/sort-rand @@ -3,9 +3,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, @@ -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/misc/split-a b/tests/misc/split-a index 0ea448927..3f13b9db0 100755 --- a/tests/misc/split-a +++ b/tests/misc/split-a @@ -3,9 +3,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, @@ -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/misc/split-fail b/tests/misc/split-fail index 66ced1ca6..84491e1e8 100755 --- a/tests/misc/split-fail +++ b/tests/misc/split-fail @@ -3,9 +3,9 @@ # Copyright (C) 2003, 2004, 2005, 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/misc/split-l b/tests/misc/split-l index 6789ccb22..0a9d80069 100755 --- a/tests/misc/split-l +++ b/tests/misc/split-l @@ -3,9 +3,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, @@ -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/misc/stat-fmt b/tests/misc/stat-fmt index cf5e83f27..3fbaefe4d 100755 --- a/tests/misc/stat-fmt +++ b/tests/misc/stat-fmt @@ -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/misc/stat-printf b/tests/misc/stat-printf index e2d9edd65..fdd2efa2e 100755 --- a/tests/misc/stat-printf +++ b/tests/misc/stat-printf @@ -3,9 +3,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, @@ -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 . : ${PERL=perl} : ${srcdir=.} diff --git a/tests/misc/tac-continue b/tests/misc/tac-continue index b75570aed..47b7d3e89 100755 --- a/tests/misc/tac-continue +++ b/tests/misc/tac-continue @@ -5,9 +5,9 @@ # Copyright (C) 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, @@ -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/misc/test-diag b/tests/misc/test-diag index f0049c507..1cd76fc5f 100755 --- a/tests/misc/test-diag +++ b/tests/misc/test-diag @@ -3,9 +3,9 @@ # Copyright (C) 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 . : ${PERL=perl} : ${srcdir=.} diff --git a/tests/misc/tty-eof b/tests/misc/tty-eof index bffdcd5d0..7567caa8c 100755 --- a/tests/misc/tty-eof +++ b/tests/misc/tty-eof @@ -4,9 +4,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, @@ -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} diff --git a/tests/misc/wc-files0 b/tests/misc/wc-files0 index 597ffce62..35da2f45f 100755 --- a/tests/misc/wc-files0 +++ b/tests/misc/wc-files0 @@ -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 . if test "$VERBOSE" = yes; then set -x diff --git a/tests/misc/wc-files0-from b/tests/misc/wc-files0-from index 4df710fc1..f229b68a3 100755 --- a/tests/misc/wc-files0-from +++ b/tests/misc/wc-files0-from @@ -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 . : ${PERL=perl} : ${srcdir=.} -- cgit v1.2.3-54-g00ecf