X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tests%2Fstdin;h=4e7ce160a71dc975adf153cce532affc217cbe9e;hb=92249085071a973e2c0621b0415b93d2e48bb00d;hp=0a8ffcaa39e4f2fd28aa0e38f896cb32ed771f8c;hpb=d738e90e8360e101b94fca8c79147f59565f62d8;p=debian%2Fgzip diff --git a/tests/stdin b/tests/stdin index 0a8ffca..4e7ce16 100755 --- a/tests/stdin +++ b/tests/stdin @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that gzip interprets "-" as stdin. -# Copyright (C) 2009-2013 Free Software Foundation, Inc. +# Copyright (C) 2009-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_ ..