X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=zmore.in;h=1c9cebb3dea1e4bcd9f05888a53f538d8bfdb5a1;hb=09e42b7afde9cef77ee9ae774fcf686dc0c99afd;hp=300f0ed019531f34902605bc8ce3a92a6b3ef751;hpb=3d2df61b0ca3aa4efd9258905402dc2a2c73c14c;p=debian%2Fgzip diff --git a/zmore.in b/zmore.in index 300f0ed..1c9cebb 100644 --- a/zmore.in +++ b/zmore.in @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2001, 2002, 2007, 2010 Free Software Foundation +# Copyright (C) 2001-2002, 2007, 2010-2017 Free Software Foundation, Inc. # Copyright (C) 1992, 1993 Jean-loup Gailly # This program is free software; you can redistribute it and/or modify @@ -17,16 +17,10 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -bindir=@bindir@ -case $1 in ---__bindir) bindir=${2?}; shift; shift;; -esac -PATH=$bindir:$PATH; export PATH - version="zmore (gzip) @VERSION@ -Copyright (C) 2010-2015 Free Software Foundation, Inc. +Copyright (C) 2010-2017 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of -the GNU General Public License . +the GNU General Public License . There is NO WARRANTY, to the extent permitted by law. Written by Jean-loup Gailly."