X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fmultiv08.at;h=f8cadea2bf7d0f23923892769d5bde48894340bd;hb=576e99a21c566598d7a701142e439cb283cac24f;hp=c7bfb9d33a8fd69955e259bcf5eaec0f23f9dbe9;hpb=0ab5e64ac07d5b0162bf863f4da485d26760a8eb;p=chaz%2Ftar diff --git a/tests/multiv08.at b/tests/multiv08.at index c7bfb9d..f8cadea 100644 --- a/tests/multiv08.at +++ b/tests/multiv08.at @@ -1,12 +1,14 @@ # Test suite for GNU tar. -*- Autotest -*- -# Copyright (C) 2010 Free Software Foundation, Inc. +# Copyright 2010, 2013-2014 Free Software Foundation, Inc. -# This program is free software; you can redistribute it and/or modify +# This file is part of GNU tar. + +# GNU tar 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, or (at your option) -# any later version. +# 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, +# GNU tar 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. @@ -17,7 +19,7 @@ # Description: Tar 1.23 would in some cases silently fail to create # a continuation header in multivolume archives. # -# In this testcase, the file `a' is 18.5 blocks long and the file `b' +# In this testcase, the file 'a' is 18.5 blocks long and the file 'b' # is 19.5 blocks long. AT_SETUP([multivolume header creation])