diff options
Diffstat (limited to 'tests/mkdir')
-rwxr-xr-x | tests/mkdir/concurrent-1 | 8 | ||||
-rwxr-xr-x | tests/mkdir/p-1 | 8 | ||||
-rwxr-xr-x | tests/mkdir/p-2 | 8 | ||||
-rwxr-xr-x | tests/mkdir/p-3 | 8 | ||||
-rwxr-xr-x | tests/mkdir/p-slashdot | 8 | ||||
-rwxr-xr-x | tests/mkdir/p-thru-slink | 8 | ||||
-rwxr-xr-x | tests/mkdir/p-v | 8 | ||||
-rwxr-xr-x | tests/mkdir/parents | 8 | ||||
-rwxr-xr-x | tests/mkdir/perm | 8 | ||||
-rwxr-xr-x | tests/mkdir/special-1 | 8 | ||||
-rwxr-xr-x | tests/mkdir/t-slash | 8 | ||||
-rwxr-xr-x | tests/mkdir/writable-under-readonly | 8 |
12 files changed, 36 insertions, 60 deletions
diff --git a/tests/mkdir/concurrent-1 b/tests/mkdir/concurrent-1 index 6931c624b..5daba11b1 100755 --- a/tests/mkdir/concurrent-1 +++ b/tests/mkdir/concurrent-1 @@ -3,9 +3,9 @@ # Copyright (C) 1999, 2000, 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/>. # TMPDIR should be an absolute dir for this test. # FIXME: enforce it diff --git a/tests/mkdir/p-1 b/tests/mkdir/p-1 index bb1c92aae..43e180571 100755 --- a/tests/mkdir/p-1 +++ b/tests/mkdir/p-1 @@ -3,9 +3,9 @@ # Copyright (C) 1997, 2000, 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/>. if test "$VERBOSE" = yes; then set -x diff --git a/tests/mkdir/p-2 b/tests/mkdir/p-2 index 560be3177..d7b9554fa 100755 --- a/tests/mkdir/p-2 +++ b/tests/mkdir/p-2 @@ -3,9 +3,9 @@ # Copyright (C) 1997, 2000, 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/>. if test "$VERBOSE" = yes; then set -x diff --git a/tests/mkdir/p-3 b/tests/mkdir/p-3 index f22e05c3d..88b53ee7f 100755 --- a/tests/mkdir/p-3 +++ b/tests/mkdir/p-3 @@ -5,9 +5,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, @@ -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 <http://www.gnu.org/licenses/>. if test "$VERBOSE" = yes; then set -x diff --git a/tests/mkdir/p-slashdot b/tests/mkdir/p-slashdot index 4012d3348..51237301f 100755 --- a/tests/mkdir/p-slashdot +++ b/tests/mkdir/p-slashdot @@ -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 <http://www.gnu.org/licenses/>. if test "$VERBOSE" = yes; then set -x diff --git a/tests/mkdir/p-thru-slink b/tests/mkdir/p-thru-slink index a48c65d8d..c3c84991d 100755 --- a/tests/mkdir/p-thru-slink +++ b/tests/mkdir/p-thru-slink @@ -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 <http://www.gnu.org/licenses/>. if test "$VERBOSE" = yes; then set -x diff --git a/tests/mkdir/p-v b/tests/mkdir/p-v index da84ebf11..3ec9110c4 100755 --- a/tests/mkdir/p-v +++ b/tests/mkdir/p-v @@ -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/mkdir/parents b/tests/mkdir/parents index 604293209..27e0d0af3 100755 --- a/tests/mkdir/parents +++ b/tests/mkdir/parents @@ -3,9 +3,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, @@ -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/mkdir/perm b/tests/mkdir/perm index 707178874..e70993024 100755 --- a/tests/mkdir/perm +++ b/tests/mkdir/perm @@ -5,9 +5,9 @@ # Copyright (C) 2000, 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, @@ -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 <http://www.gnu.org/licenses/>. if test "$VERBOSE" = yes; then set -x diff --git a/tests/mkdir/special-1 b/tests/mkdir/special-1 index 621a5a689..842899f15 100755 --- a/tests/mkdir/special-1 +++ b/tests/mkdir/special-1 @@ -3,9 +3,9 @@ # Copyright (C) 2000, 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/mkdir/t-slash b/tests/mkdir/t-slash index ea8fcc19c..289b3d123 100755 --- a/tests/mkdir/t-slash +++ b/tests/mkdir/t-slash @@ -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 <http://www.gnu.org/licenses/>. if test "$VERBOSE" = yes; then set -x diff --git a/tests/mkdir/writable-under-readonly b/tests/mkdir/writable-under-readonly index 4d19c5695..a8fc792c9 100755 --- a/tests/mkdir/writable-under-readonly +++ b/tests/mkdir/writable-under-readonly @@ -4,9 +4,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, @@ -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/>. # Test for the 2005-10-13 patch to lib/mkdir-p.c that fixed this sort # of bug in mkdir: |