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/ls/Makefile.am | 8 +++----- tests/ls/color-dtype-dir | 8 +++----- tests/ls/dangle | 8 +++----- tests/ls/dired | 8 +++----- tests/ls/file-type | 8 +++----- tests/ls/follow-slink | 8 +++----- tests/ls/infloop | 8 +++----- tests/ls/inode | 8 +++----- tests/ls/m-option | 8 +++----- tests/ls/nameless-uid | 8 +++----- tests/ls/no-arg | 8 +++----- tests/ls/recursive | 8 +++----- tests/ls/rt-1 | 8 +++----- tests/ls/stat-dtype | 8 +++----- tests/ls/stat-failed | 8 +++----- tests/ls/stat-free-symlinks | 8 +++----- tests/ls/stat-vs-dirent | 8 +++----- tests/ls/symlink-slash | 8 +++----- tests/ls/time-1 | 8 +++----- tests/ls/x-option | 8 +++----- 20 files changed, 60 insertions(+), 100 deletions(-) (limited to 'tests/ls') diff --git a/tests/ls/Makefile.am b/tests/ls/Makefile.am index 45ca9fe5e..2d6e0cde3 100644 --- a/tests/ls/Makefile.am +++ b/tests/ls/Makefile.am @@ -2,9 +2,9 @@ # Copyright (C) 1997-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, @@ -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 = \ stat-free-symlinks \ diff --git a/tests/ls/color-dtype-dir b/tests/ls/color-dtype-dir index 0ebc7738a..38b1e38ed 100755 --- a/tests/ls/color-dtype-dir +++ b/tests/ls/color-dtype-dir @@ -6,9 +6,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, @@ -17,9 +17,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/ls/dangle b/tests/ls/dangle index c37590629..950cd4fd6 100755 --- a/tests/ls/dangle +++ b/tests/ls/dangle @@ -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/ls/dired b/tests/ls/dired index c50fc145b..0889c973b 100755 --- a/tests/ls/dired +++ b/tests/ls/dired @@ -3,9 +3,9 @@ # Copyright (C) 2001, 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 . if test "$VERBOSE" = yes; then set -x diff --git a/tests/ls/file-type b/tests/ls/file-type index 747834b63..b9286c207 100755 --- a/tests/ls/file-type +++ b/tests/ls/file-type @@ -3,9 +3,9 @@ # Copyright (C) 2002, 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/ls/follow-slink b/tests/ls/follow-slink index 27001df14..2165c62e6 100755 --- a/tests/ls/follow-slink +++ b/tests/ls/follow-slink @@ -3,9 +3,9 @@ # Copyright (C) 2000, 2002, 2004, 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/ls/infloop b/tests/ls/infloop index aa9f4f6e6..209fd350c 100755 --- a/tests/ls/infloop +++ b/tests/ls/infloop @@ -4,9 +4,9 @@ # Copyright (C) 2001, 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/ls/inode b/tests/ls/inode index 2550f2296..c920dccd6 100755 --- a/tests/ls/inode +++ b/tests/ls/inode @@ -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/ls/m-option b/tests/ls/m-option index cb679a65f..6f7738741 100755 --- a/tests/ls/m-option +++ b/tests/ls/m-option @@ -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/ls/nameless-uid b/tests/ls/nameless-uid index c1136b14d..09e2b8176 100755 --- a/tests/ls/nameless-uid +++ b/tests/ls/nameless-uid @@ -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/ls/no-arg b/tests/ls/no-arg index 5c5ad17a1..13f72b494 100755 --- a/tests/ls/no-arg +++ b/tests/ls/no-arg @@ -3,9 +3,9 @@ # Copyright (C) 2001, 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/ls/recursive b/tests/ls/recursive index 316cb196e..6e4cedd88 100755 --- a/tests/ls/recursive +++ b/tests/ls/recursive @@ -4,9 +4,9 @@ # Copyright (C) 2001, 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/ls/rt-1 b/tests/ls/rt-1 index e1bfd3ebe..bf1ed955e 100755 --- a/tests/ls/rt-1 +++ b/tests/ls/rt-1 @@ -3,9 +3,9 @@ # Copyright (C) 1998, 2001, 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 . . $srcdir/../envvar-check . $srcdir/../lang-default diff --git a/tests/ls/stat-dtype b/tests/ls/stat-dtype index 168b8ddd7..3c8a681f5 100755 --- a/tests/ls/stat-dtype +++ b/tests/ls/stat-dtype @@ -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 . # The trick is to create an un-stat'able symlink and to see if ls # can report its type nonetheless, using dirent.d_type. diff --git a/tests/ls/stat-failed b/tests/ls/stat-failed index fa5316864..342fc2a80 100755 --- a/tests/ls/stat-failed +++ b/tests/ls/stat-failed @@ -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/ls/stat-free-symlinks b/tests/ls/stat-free-symlinks index 260eb6cf5..1d654822b 100755 --- a/tests/ls/stat-free-symlinks +++ b/tests/ls/stat-free-symlinks @@ -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/ls/stat-vs-dirent b/tests/ls/stat-vs-dirent index 5a9642554..80ffc5a4c 100755 --- a/tests/ls/stat-vs-dirent +++ b/tests/ls/stat-vs-dirent @@ -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/ls/symlink-slash b/tests/ls/symlink-slash index ccab737e4..23566e35d 100755 --- a/tests/ls/symlink-slash +++ b/tests/ls/symlink-slash @@ -3,9 +3,9 @@ # Copyright (C) 1999, 2000, 2004 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/ls/time-1 b/tests/ls/time-1 index 2e54c9b07..45be86e16 100755 --- a/tests/ls/time-1 +++ b/tests/ls/time-1 @@ -4,9 +4,9 @@ # Copyright (C) 1998, 1999, 2000, 2001, 2004 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/ls/x-option b/tests/ls/x-option index 173c7a6c9..a0c41c24d 100755 --- a/tests/ls/x-option +++ b/tests/ls/x-option @@ -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 -- cgit v1.2.3-54-g00ecf