diff options
author | Jim Meyering <jim@meyering.net> | 2007-07-23 14:35:58 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-07-23 14:35:58 +0200 |
commit | 71aa3ea88084d17bcb4fc1031ad7b66f8647115e (patch) | |
tree | 76368c9a00e46e8d6a468850d0d0e36f1a658c37 /tests/ln | |
parent | 5f606e6f1f0552c8af7b9cfbbafe3aad048bb99e (diff) | |
download | coreutils-71aa3ea88084d17bcb4fc1031ad7b66f8647115e.tar.xz |
Update all copyright notices to use the newer form.
Diffstat (limited to 'tests/ln')
-rwxr-xr-x | tests/ln/backup-1 | 8 | ||||
-rwxr-xr-x | tests/ln/hard-backup | 8 | ||||
-rwxr-xr-x | tests/ln/misc | 8 | ||||
-rwxr-xr-x | tests/ln/sf-1 | 8 | ||||
-rwxr-xr-x | tests/ln/target-1 | 8 |
5 files changed, 15 insertions, 25 deletions
diff --git a/tests/ln/backup-1 b/tests/ln/backup-1 index c2e93278d..9a4b65d47 100755 --- a/tests/ln/backup-1 +++ b/tests/ln/backup-1 @@ -4,9 +4,9 @@ # Copyright (C) 1999 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 <http://www.gnu.org/licenses/>. # Based on a problem report from Jamie Lokier. diff --git a/tests/ln/hard-backup b/tests/ln/hard-backup index 303fa6610..387bdab3e 100755 --- a/tests/ln/hard-backup +++ b/tests/ln/hard-backup @@ -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 <http://www.gnu.org/licenses/>. if test "$VERBOSE" = yes; then set -x diff --git a/tests/ln/misc b/tests/ln/misc index 2013d674d..aa959b17c 100755 --- a/tests/ln/misc +++ b/tests/ln/misc @@ -3,9 +3,9 @@ # Copyright (C) 1998, 1999, 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, @@ -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 <http://www.gnu.org/licenses/>. if test "$VERBOSE" = yes; then set -x diff --git a/tests/ln/sf-1 b/tests/ln/sf-1 index 49a749d96..8153b898e 100755 --- a/tests/ln/sf-1 +++ b/tests/ln/sf-1 @@ -3,9 +3,9 @@ # Copyright (C) 1997, 1998, 1999, 2000 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 <http://www.gnu.org/licenses/>. test=sf-1 diff --git a/tests/ln/target-1 b/tests/ln/target-1 index c6d10ef13..7a49c65a3 100755 --- a/tests/ln/target-1 +++ b/tests/ln/target-1 @@ -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 <http://www.gnu.org/licenses/>. # Before coreutils-4.5.3, --target-dir didn't work with one file. # It would create the desired link, but would fail with a diagnosis like this: |