X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=znew.in;h=29038df5c9451284cd77649c1e737830c83e1a11;hb=3bd3681e0fbddf82ca7fa12af67cf139fe1e6379;hp=a62897901eda0a012ee967e18d94338a0e446f7b;hpb=3d2df61b0ca3aa4efd9258905402dc2a2c73c14c;p=debian%2Fgzip diff --git a/znew.in b/znew.in index a628979..29038df 100644 --- a/znew.in +++ b/znew.in @@ -1,6 +1,7 @@ #!/bin/sh -# Copyright (C) 1998, 2002, 2004, 2007, 2010 Free Software Foundation +# Copyright (C) 1998, 2002, 2004, 2007, 2010-2017 Free Software Foundation, +# Inc. # Copyright (C) 1993 Jean-loup Gailly # This program is free software; you can redistribute it and/or modify @@ -17,16 +18,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="znew (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."