X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tests%2Fmultiv08.at;h=e6a3bfdb4152e54b6a88486be3b3ef1267ea6e28;hb=daa269958ad8d50ef8154ccb65e58acaf7a6dd99;hp=c7bfb9d33a8fd69955e259bcf5eaec0f23f9dbe9;hpb=1a44d77d50f4fb37c0410eed04b82303624ea2ec;p=debian%2Ftar diff --git a/tests/multiv08.at b/tests/multiv08.at index c7bfb9d3..e6a3bfdb 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 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])