X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tests%2Fnull-suffix-clobber;h=e5d108a84876c9ef9cce3923aead1df7804a0729;hb=d49274f4ed038cfb361d634dc78143759ffc7a0d;hp=903864ce641586da7de40d0b07e87a08cd1b65fb;hpb=2725db10000bae65e311a9329973b11053b86f1a;p=debian%2Fgzip diff --git a/tests/null-suffix-clobber b/tests/null-suffix-clobber index 903864c..e5d108a 100755 --- a/tests/null-suffix-clobber +++ b/tests/null-suffix-clobber @@ -1,7 +1,7 @@ #!/bin/sh # Before gzip-1.5, gzip -d -S '' k.gz would delete F.gz and not create "F" -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 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 @@ -14,7 +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, see . +# along with this program. If not, see . # limit so don't run it by default. . "${srcdir=.}/init.sh"; path_prepend_ ..