X-Git-Url: https://git.gag.com/?p=debian%2Fgzip;a=blobdiff_plain;f=tests%2Fzgrep-context;h=b056fa9bbfe4fc36c63edc9b722281b6679248e1;hp=089d2563971dd6f06bd0eb0a41176bfd0ccae71b;hb=a8a88eddaa90432e6ec1b8d9d5c9842bc91afd1d;hpb=20fcfc81ece044b8b0a6768ec6cf47be4e22a2e6 diff --git a/tests/zgrep-context b/tests/zgrep-context index 089d256..b056fa9 100755 --- a/tests/zgrep-context +++ b/tests/zgrep-context @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that zgrep -15 works. Before gzip-1.5, it would fail. -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2018 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_ ..