home *** CD-ROM | disk | FTP | other *** search
/ Internet File Formats / InternetFileFormatsCD.bin / compress / zip / windows / wizunzip / copying next >
Encoding:
Text File  |  1995-02-20  |  8.6 KB  |  164 lines

  1. __________________________________________________________________________
  2.  
  3.   This is the Info-ZIP file COPYING (for UnZip), last updated 21 Feb 95.
  4. __________________________________________________________________________
  5.  
  6.    There are currently three explicit copyrights on portions of UnZip
  7.    code (at least, of which Info-ZIP is aware):  the original Sam Smith
  8.    copyright on unzip 2.0, upon which Info-ZIP's UnZip 3.0 was based;
  9.    Igor Mandrichenko's copyright on his routines in vms.c; and Greg
  10.    Roelofs' copyright on the new version of unshrink.c.  In addition,
  11.    Mark Adler has placed inflate.h, inflate.c, explode.c and funzip.c
  12.    into the public domain; i.e., these files may be used without any
  13.    restrictions beyond those of simple courtesy (credit where it's due).
  14.    All of these are discussed immediately below; the Frequently Asked
  15.    Questions regarding (re)distribution of Zip and UnZip are near the
  16.    end of this file.
  17.  
  18.    There are no(?) known patents on any of the code in UnZip.  Unisys
  19.    claims a patent on LZW encoding and on LZW decoding _in an apparatus
  20.    which performs LZW encoding_, but a careful reading of the patent
  21.    strongly suggests that a lone decoder (as in UnZip's unshrink.c) is
  22.    not covered.  [Does this also apply to the IBM Miller-Wegman patent?]
  23.    [Is RLE used?  Is Huffman covered by anything?  Is any decoding tech-
  24.    nology covered by anything?]
  25. __________________________________________________________________________
  26.  
  27.    The original unzip source code has been extensively modified and
  28.    almost entirely rewritten (changes include random zipfile access
  29.    rather than sequential; replacement of unimplode() with explode();
  30.    replacement of old unshrink() with new (unrelated) unshrink(); re-
  31.    placement of output routines; addition of inflate(), wildcards,
  32.    filename-mapping, text translation, ...; etc.).  As far as we can
  33.    tell, the only remaining code which is substantially similar to
  34.    Mr. Smith's is that in the file unreduce.c, which now by default
  35.    is NOT compiled.  The following copyright applies to unreduce.c:
  36.  
  37.      * Copyright 1989 Samuel H. Smith;  All rights reserved
  38.      *
  39.      * Do not distribute modified versions without my permission.
  40.      * Do not remove or alter this notice or any other copyright notice.
  41.      * If you use this in your own program you must distribute source code.
  42.      * Do not use any of this in a commercial product.
  43.  
  44.    Regarding the first stipulation, Mr. Smith was tracked down in southern
  45.    California some years back [Samuel H. Smith, The Tool Shop; as of mid-
  46.    May 1994, (213) 851-9969 (voice), (213) 887-2127(?) (subscription BBS),
  47.    71150.2731@compuserve.com]:
  48.  
  49.    "He says that he thought that whoever contacted him understood that
  50.     he has no objection to the Info-ZIP group's inclusion of his code.
  51.     His primary concern is that it remain freely distributable, he said."
  52.  
  53.    Despite the fact that our "normal" code has been entirely rewritten
  54.    and by default no longer contains any of Mr. Smith's code, Info-ZIP
  55.    remains indebted and grateful to him.  We hope he finds our contribu-
  56.    tions as useful as we have his.
  57.  
  58.    Note that the third and fourth stipulations still apply to any com-
  59.    pany which wishes to incorporate the unreduce code into its products;
  60.    if you wish to do so, you must contact Mr. Smith directly regarding
  61.    licensing.
  62.  
  63.  
  64.    The following copyright applies to most of the VMS code in vms.c,
  65.    distributed with UnZip versions 4.2 and later:
  66.  
  67.      * Copyright (C) 1992 Igor Mandrichenko.
  68.      * Permission is granted to any individual or institution to use,
  69.      * copy, or redistribute this software so long as all of the orig-
  70.      * inal files are included unmodified, that it is not sold for
  71.      * profit, and that this copyright notice is retained.
  72.  
  73.  
  74.    The following copyright applies to the new version of unshrink.c,
  75.    distributed with UnZip versions 5.13 and later:
  76.  
  77.      * Copyright (C) 1994 Greg Roelofs.
  78.      * Permission is granted to any individual/institution/corporate
  79.      * entity to use, copy, redistribute or modify this software for
  80.      * any purpose whatsoever, subject to the conditions noted in the
  81.      * Frequently Asked Questions section below, plus one additional
  82.      * condition:  namely, that my name not be removed from the source
  83.      * code.  (Other names may, of course, be added as modifications
  84.      * are made.)  Corporate legal staff (like at IBM :-) ) who have
  85.      * problems understanding this can contact me through zip-bugs...
  86.  
  87.  
  88.    The remaining code was written by many people associated with the
  89.    Info-ZIP group, with large contributions from (but not limited to):
  90.    Mark Adler (inflate, explode, funzip), Kai Uwe Rommel (OS/2), John
  91.    Bush and Paul Kienitz (Amiga), Antoine Verheijen (Macintosh), Hunter
  92.    Goatley (more VMS) and Greg Roelofs (lots of stuff).  See the file
  93.    CONTRIBS in the source distribution for a much more complete list of
  94.    contributors.  As noted above, Mark Adler's inflate.[ch], explode.c
  95.    and funzip.c are in the public domain.  As for the remaining code,
  96.    while it may not be explicitly copyrighted, we do request that no
  97.    one else try to copyright it, either.  In other words, use it with
  98.    our blessings, but it's still our code.  (You can consider that an
  99.    implicit copyright if it makes you feel better. :-) )  Thank you!
  100. __________________________________________________________________________
  101.  
  102.    Frequently Asked Questions about distributing Zip and UnZip:
  103.  
  104.  
  105.    Q. Can I distribute Zip and UnZip sources and/or executables?
  106.  
  107.    A. You may redistribute the latest official distributions without
  108.       any modification, and without even asking us for permission.
  109.       [Note that an "executable distribution" includes documentation,
  110.       even if it's in a separate zipfile; plain executables do NOT
  111.       count.]  You can charge for the cost of the media (CDROM, disk-
  112.       ettes, etc.) and a small copying fee.  Distributed archives
  113.       should follow the naming conventions used in the Where file.
  114.       If you want to distribute modified versions please contact us
  115.       at zip-bugs@wkuvx1.wku.edu first.  You must not distribute beta
  116.       versions without explicit permission to do so.
  117.  
  118.  
  119.    Q. Can I use the executables of Zip and UnZip to distribute my
  120.       software?
  121.  
  122.    A. Yes, so long as it is clear that Zip and UnZip are not being
  123.       sold, that the source code is freely available, and that there
  124.       are no extra or hidden charges resulting from its use by or in-
  125.       clusion with the commercial product.  Here is an example of a
  126.       suitable notice:
  127.  
  128.          NOTE:  <Product> is packaged on this CD using Info-ZIP's
  129.          compression utility.  The installation program uses UnZip
  130.          to read zip files from the CD.  Info-ZIP's software (Zip,
  131.          UnZip and related utilities) is free and can be obtained
  132.          as source code or executables from various bulletin board
  133.          services and anonymous-ftp sites, including CompuServe's
  134.          IBMPRO forum and ftp.uu.net:/pub/archiving/zip/*.
  135.  
  136.  
  137.    Q. Can I use the source code of Zip and UnZip in my commercial
  138.       application?
  139.  
  140.    A. Yes, so long as you include in your product an acknowledgment
  141.       and an offer of the original compression sources for free or for
  142.       a small copying fee, and make clear that there are no extra or
  143.       hidden charges resulting from the use of the compression code by
  144.       your product (see below for an example).  The acknowledgment should
  145.       appear in at least one piece of human-readable documentation (e.g.,
  146.       a README file or man page), although additionally putting it in
  147.       the executable(s) is OK, too.  In other words, you are allowed to
  148.       sell only your own work, not ours, and we'd like a little credit.
  149.       [Note the additional restrictions above on the code in unreduce.c,
  150.       unshrink.c and vms.c.]  Contact us at zip-bugs@wkuvx1.wku.edu if
  151.       you have special requirements.  We also like to know when our code
  152.       is being used, but we don't require that.
  153.  
  154.          <Product> incorporates compression code by the Info-ZIP group.
  155.          There are no extra charges or costs due to the use of this code,
  156.          and the original compression sources are freely available from
  157.          CompuServe in the IBMPRO forum and by anonymous ftp from the
  158.          Internet site ftp.uu.net:/pub/archiving/zip.  We will also, upon
  159.          request, mail you the full sources on a 3.5" MSDOS-format disk-
  160.          ette for the cost of mailing.  Send $2.00 to <address> and ..."
  161.  
  162. __________________________________________________________________________
  163.  
  164.