]> Dogcows Code - chaz/tar/commitdiff
Added copyleft header
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 7 May 2004 14:54:29 +0000 (14:54 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 7 May 2004 14:54:29 +0000 (14:54 +0000)
22 files changed:
tests/append.sh
tests/delete01.sh
tests/delete02.sh
tests/delete04.sh
tests/extrac01.sh
tests/extrac02.sh
tests/extrac03.sh
tests/extrac04.sh
tests/gzip.sh
tests/ignfail.sh
tests/incremen.sh
tests/multiv01.sh
tests/old.sh
tests/options.sh
tests/recurse.sh
tests/star/gtarfail.sh
tests/star/gtarfail2.sh
tests/star/multi-fail.sh
tests/star/pax-big-10g.sh
tests/star/qucktest.sh
tests/version.sh
tests/volume.sh

index af90f04232bb6793ce135bc15f89cdfefa06bb88..ecc805f213095967a506b299d346b0d079218f99 100755 (executable)
@@ -1,6 +1,25 @@
 #! /bin/sh
+
 # Append was just not working.
 
+# This file is part of GNU tar testsuite.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# 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 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 . ./preset
 . $srcdir/before
 
index 9a5813f474dc5f3843a6c2ed96ddf64d166cb375..2149c6364b45f3c17605cc587b7f16e35169c6f2 100755 (executable)
@@ -1,6 +1,25 @@
 #! /bin/sh
+
 # Deleting a member after a big one was destroying the archive.
 
+# This file is part of GNU tar testsuite.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# 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 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 . ./preset
 . $srcdir/before
 
index c202cac9de8c97c51a76289676585c07fbf710db..60f20edc5bd4b3e06e9d9242f3f43080a41ee6dc 100755 (executable)
@@ -1,6 +1,25 @@
 #! /bin/sh
+
 # Deleting a member with the archive from stdin was not working correctly.
 
+# This file is part of GNU tar testsuite.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# 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 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 . ./preset
 . $srcdir/before
 
@@ -12,7 +31,7 @@ tar cf archive 1 2 3
 tar tf archive
 cat archive | tar f - --delete 2 > archive2
 echo -----
-tar tf archive
+tar tf archive2
 
 out="\
 1
index 4cdf030ac80cb8790dd78623b0cff27bdf758187..005466ea4d39314c4a7608a22d93a6b1067319f6 100755 (executable)
@@ -1,6 +1,25 @@
 #! /bin/sh
+
 # Deleting a large last member was destroying earlier members.
 
+# This file is part of GNU tar testsuite.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# 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 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 . ./preset
 . $srcdir/before
 
index 9344cc465bb87fe19378cff191f60372ce4cacb0..dd3be0951bc3473f10d632eaf4b5e333e1de7d02 100755 (executable)
@@ -1,6 +1,25 @@
 #! /bin/sh
+
 # There was a diagnostic when directory already exists.
 
+# This file is part of GNU tar testsuite.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# 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 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 . ./preset
 . $srcdir/before
 
index 7a3c1310ab7249761a54ba9a96ca54adedc8228b..5c0b69ef7d879db18dfd461330737a6ed858c173 100755 (executable)
@@ -1,6 +1,25 @@
 #! /bin/sh
+
 # Could not extract symlinks over an existing file.
 
+# This file is part of GNU tar testsuite.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# 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 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 . ./preset
 . $srcdir/before
 
index 49cf46d74da606c911408855e07285fad34b1db8..e223094155ced68650a4573ad174fe473bfce4fc 100755 (executable)
@@ -1,14 +1,33 @@
 #! /bin/sh
+
 # Paths going up and down were inducing extraction loops.
 
+# This file is part of GNU tar testsuite.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# 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 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 . ./preset
 . $srcdir/before
 
 set -e
 mkdir directory
-tar cfv archive directory/../directory
+tar -cPvf archive directory/../directory
 echo -----
-tar xfv archive
+tar -xPvf archive
 
 out="\
 directory/../directory/
index 6385a7f8612e1d55b4b1bed2632a7c97b648a4fc..ea1fe7579a8cc03d70f9ab2760ae35c226b87e24 100755 (executable)
@@ -1,6 +1,25 @@
 #! /bin/sh
+
 # Check for fnmatch problems in glibc 2.1.95.
 
+# This file is part of GNU tar testsuite.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# 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 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 . ./preset
 . $srcdir/before
 
index 565afd65136856efe531ee889cfbf4b66d53be6e..68ce48d36e15ca193bc7abbd643eb0be7e4a975b 100755 (executable)
@@ -1,6 +1,25 @@
 #! /bin/sh
+
 # tar should detect that its gzip child failed.
 
+# This file is part of GNU tar testsuite.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# 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 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 . ./preset
 TAR_ARCHIVE_FORMATS=auto
 . $srcdir/before
index 32bb60277db12ab3e5017be7b400f7337a61c001..17b4f9bb029b113388210cae38976515b50491cd 100755 (executable)
@@ -1,12 +1,34 @@
 #! /bin/sh
+
 # Unreadable directories yielded error despite --ignore-failed-read.
 
+# This file is part of GNU tar testsuite.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# 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 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 . ./preset
 . $srcdir/before
 
 > check-uid
 set - x`ls -l check-uid`
-if test $3 = root; then
+uid_name="$3"
+set - x`ls -ln check-uid`
+uid_number="$3"
+if test "$uid_name" = root || test "$uid_number" = 0; then
 
   # The test is meaningless for super-user.
   rm check-uid
@@ -47,15 +69,15 @@ else
 
    err="\
 -----
-tar: Cannot add file file: Permission denied
+tar: file: Cannot open: Permission denied
 tar: Error exit delayed from previous errors
 -----
-tar: Cannot add file file: Permission denied
+tar: file: Warning: Cannot open: Permission denied
 -----
-tar: Cannot add directory directory: Permission denied
+tar: directory: Cannot savedir: Permission denied
 tar: Error exit delayed from previous errors
 -----
-tar: Cannot add directory directory: Permission denied
+tar: directory: Warning: Cannot savedir: Permission denied
 "
 
 fi
index fea59c83dc7e11b9b6241d214bbe5f0490cff216..7e05da66592b9f77d14012985632a33772ed33ca 100755 (executable)
@@ -1,6 +1,25 @@
 #! /bin/sh
+
 # A directory older than the listed entry was skipped completely.
 
+# This file is part of GNU tar testsuite.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# 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 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 . ./preset
 TAR_ARCHIVE_FORMATS="gnu oldgnu"
 . $srcdir/before
index 58682cef7f79790fbdd524ecf7d71359ad776897..8b297285382dca545fbb58369c1abddfc8cf5159 100755 (executable)
@@ -1,6 +1,25 @@
 #! /bin/sh
+
 # Test multivolume dumps from pipes.
 
+# This file is part of GNU tar testsuite.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# 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 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 . ./preset
 TAR_ARCHIVE_FORMATS="gnu oldgnu"
 . $srcdir/before
index cb25fdfaa233e54520f4ab15da89d6e760eab255..f4888478b4c98df20feccb823d7cbc57c6b0d8c2 100755 (executable)
@@ -1,6 +1,25 @@
 #! /bin/sh
+
 # An old archive was not receiving directories.
 
+# This file is part of GNU tar testsuite.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# 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 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 . ./preset
 TAR_ARCHIVE_FORMATS=auto
 . $srcdir/before
index 118cd19945a010367636ec7c687f51941608f058..15f9216d2c35619c8bb448022b4dc47c5fb013c6 100755 (executable)
@@ -1,6 +1,25 @@
 #! /bin/sh
+
 # Ensure that TAR_OPTIONS works in conjunction with old-style options.
 
+# This file is part of GNU tar testsuite.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# 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 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 . ./preset
 TAR_ARCHIVE_FORMATS=auto
 . $srcdir/before
index ad18e55aa06c5903e32c0fc444c5b6f37cd1545a..9a450a4bf0169853bb50f5df123441163682d0b0 100755 (executable)
@@ -1,5 +1,23 @@
 #! /bin/sh
 
+# This file is part of GNU tar testsuite.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# 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 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 . ./preset
 . $srcdir/before
 
index 16f585475116e7d0fd0e3b6c39f6d25daec0eb13..c32e13cd198fb1ee6f0281f425a6026a45d6fb52 100755 (executable)
@@ -1,4 +1,22 @@
 #! /bin/sh
+# This file is part of GNU tar testsuite.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# 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 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 . ./preset
 star_prereq gtarfail.tar
 TAR_ARCHIVE_FORMATS=auto
index 5db0557ee82d4e2b4f45e0835531784a08a064c8..8ae14f93d0c9dac0935ce467a512e8abcfd10576 100755 (executable)
@@ -1,4 +1,22 @@
 #! /bin/sh
+# This file is part of GNU tar testsuite.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# 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 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 . ./preset
 star_prereq gtarfail2.tar
 TAR_ARCHIVE_FORMATS=auto
index b1f90655cbf275cdf11fa035855fd238ed1e1e90..de6d73b895aa89d12d49b34ced0c4bc0046c4ce3 100755 (executable)
@@ -1,4 +1,22 @@
 #! /bin/sh
+# This file is part of GNU tar testsuite.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# 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 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 . ./preset
 star_prereq gnu-multi-fail-volume1.gtar
 star_prereq gnu-multi-fail-volume2.gtar
index a982a509a990d0c5ab6eec5571640dc8eaf90060..2c4934286e62fe56f3addeeba18cdc7017722c21 100755 (executable)
@@ -1,4 +1,22 @@
 #! /bin/sh
+# This file is part of GNU tar testsuite.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# 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 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 . ./preset
 star_prereq pax-big-10g.tar.bz2
 TAR_ARCHIVE_FORMATS=auto
index b85b96c1d6f161a616fe4015ae43ebcd997d26fc..dda0bd8336e0562c06121ac6234556aeaab795a2 100755 (executable)
@@ -1,4 +1,22 @@
 #! /bin/sh
+# This file is part of GNU tar testsuite.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# 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 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 . ./preset
 star_prereq ustar-all-quicktest.tar
 star_prereq quicktest.filelist
index ad15b94e8f3619abbb318fd6727e98cc3d399f30..c9c8674d32df343f4d2bdaca98885a76642de0e5 100755 (executable)
@@ -1,6 +1,25 @@
 #! /bin/sh
+
 # Check if the proper version is being tested.
 
+# This file is part of GNU tar testsuite.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# 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 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 . ./preset
 
 if test -n "`$PACKAGE --version | sed -n s/$PACKAGE.*$VERSION/OK/p`"; then
index 4aafc354638bb477d194b0f9e0d70945b0736afb..caa0dc9c78df2ea384f703bc29d03ef2dcbe6a23 100755 (executable)
@@ -1,6 +1,25 @@
 #! /bin/sh
+
 # Volume labels are checked on read by fnmatch.
 
+# This file is part of GNU tar testsuite.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+#
+# 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 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 . ./preset
 TAR_ARCHIVE_FORMATS="gnu oldgnu"
 . $srcdir/before
This page took 0.041224 seconds and 4 git commands to generate.