home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip531.zip / COPYING < prev    next >
Text File  |  1997-05-22  |  10KB  |  199 lines

  1. __________________________________________________________________________
  2.  
  3.   This is the Info-ZIP file COPYING (for UnZip), last updated 22 May 97.
  4. __________________________________________________________________________
  5.  
  6.    There are currently five 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; Greg Roelofs'
  10.    copyright on zipinfo.c and the new version of unshrink.c; Mike White's
  11.    copyright on the Windows DLL code (windll/*); and Steve P. Miller's
  12.    copyright on the Pocket UnZip GUI (wince/*).  In addition, Mark Adler
  13.    has placed inflate.h, inflate.c, explode.c and funzip.c into the public
  14.    domain; i.e., these files may be used without any restrictions beyond
  15.    those of simple courtesy (credit where it's due).  All of these are
  16.    discussed immediately below; the remaining code is covered by an im-
  17.    plicit copyright under US law.  Frequently Asked Questions regarding
  18.    (re)distribution of Zip and UnZip are near the end of this file.
  19.  
  20.    There are no known patents on any of the code in UnZip.  Unisys
  21.    claims a patent on LZW encoding and on LZW decoding _in an apparatus
  22.    that performs LZW encoding_, but the patent appears to exempt a lone
  23.    decoder (as in UnZip's unshrink.c).  Unisys has publicly claimed
  24.    otherwise, but the issue has never been tested in court.  Since this
  25.    point is unclear, unshrinking is not enabled by default.  It is the
  26.    responsibility of the user to make his or her peace with Unisys and
  27.    its licensing requirements.  (unshrink.c may be removed from future
  28.    releases altogether.)
  29. __________________________________________________________________________
  30.  
  31.    The original unzip source code has been extensively modified and
  32.    almost entirely rewritten (changes include random zipfile access
  33.    rather than sequential; replacement of unimplode() with explode();
  34.    replacement of old unshrink() with new (unrelated) unshrink(); re-
  35.    placement of output routines; addition of inflate(), wildcards,
  36.    filename-mapping, text translation, ...; etc.).  As far as we can
  37.    tell, the only remaining code that is substantially similar to
  38.    Mr. Smith's is that in the file unreduce.c, which now by default
  39.    is NOT compiled.  The following copyright applies to unreduce.c:
  40.  
  41.      * Copyright 1989 Samuel H. Smith;  All rights reserved
  42.      *
  43.      * Do not distribute modified versions without my permission.
  44.      * Do not remove or alter this notice or any other copyright notice.
  45.      * If you use this in your own program you must distribute source code.
  46.      * Do not use any of this in a commercial product.
  47.  
  48.    Regarding the first stipulation, Mr. Smith was tracked down in southern
  49.    California some years back [Samuel H. Smith, The Tool Shop; as of mid-
  50.    May 1994, (213) 851-9969 (voice), (213) 887-2127(?) (subscription BBS),
  51.    71150.2731@compuserve.com]:
  52.  
  53.    "He says that he thought that whoever contacted him understood that
  54.     he has no objection to the Info-ZIP group's inclusion of his code.
  55.     His primary concern is that it remain freely distributable, he said."
  56.  
  57.    Despite the fact that our "normal" code has been entirely rewritten
  58.    and by default no longer contains any of Mr. Smith's code, Info-ZIP
  59.    remains indebted and grateful to him.  We hope he finds our contribu-
  60.    tions as useful as we have his.
  61.  
  62.    Note that the third and fourth stipulations still apply to any com-
  63.    pany that wishes to incorporate the unreduce code into its products;
  64.    if you wish to do so, you must contact Mr. Smith directly regarding
  65.    licensing.
  66.  
  67.  
  68.    The following copyright applies to most of the VMS code in vms.c,
  69.    distributed with UnZip versions 4.2 and later:
  70.  
  71.      * Copyright (c) 1992 Igor Mandrichenko.
  72.      * Permission is granted to any individual or institution to use,
  73.      * copy, or redistribute this software so long as all of the orig-
  74.      * inal files are included unmodified, that it is not sold for
  75.      * profit, and that this copyright notice is retained.
  76.  
  77.  
  78.    The following copyright applies to the new version of unshrink.c,
  79.    distributed with UnZip versions 5.2 and later:
  80.  
  81.      * Copyright (c) 1994 Greg Roelofs.
  82.      * Permission is granted to any individual/institution/corporate
  83.      * entity to use, copy, redistribute or modify this software for
  84.      * any purpose whatsoever, subject to the conditions noted in the
  85.      * Frequently Asked Questions section below, plus one additional
  86.      * condition:  namely, that my name not be removed from the source
  87.      * code.  (Other names may, of course, be added as modifications
  88.      * are made.)  Corporate legal staff (like at IBM :-) ) who have
  89.      * problems understanding this can contact me through Zip-Bugs...
  90.  
  91.  
  92.    The following copyright applies to the Windows DLL code (windll/*),
  93.    distributed with UnZip versions 5.2 and later:
  94.  
  95.      * Copyright (c) 1996 Mike White.
  96.      * Permission is granted to any individual or institution to use,
  97.      * copy, or redistribute this software so long as all of the original
  98.      * files are included, that it is not sold for profit, and that this
  99.      * copyright notice is retained.
  100.  
  101.  
  102.    The following copyright applies to the Windows CE GUI port, ``Pocket
  103.    UnZip,'' distributed with UnZip versions 5.3 and later:
  104.  
  105.      * All the source files for Pocket UnZip, except for components
  106.      * written by the Info-ZIP group, are copyrighted 1997 by Steve P.
  107.      * Miller.  The product "Pocket UnZip" itself is property of the
  108.      * author and cannot be altered in any way without written consent
  109.      * from Steve P. Miller.
  110.  
  111.  
  112.    The remaining code was written by many people associated with the
  113.    Info-ZIP group, with large contributions from (but not limited to):
  114.    Greg Roelofs (overall program logic, ZipInfo, unshrink, filename
  115.    mapping/portability, etc.), Mark Adler (inflate, explode, funzip),
  116.    Kai Uwe Rommel (OS/2), John Bush and Paul Kienitz (Amiga), Antoine
  117.    Verheijen (Macintosh), Hunter Goatley (more VMS), Mike White (Windows
  118.    DLLs), Christian Spieler (overall logic, optimization, etc.) and
  119.    others.  See the file CONTRIBS in the source distribution for a much
  120.    more complete list of contributors.  As noted above, Mark Adler's
  121.    inflate.[ch], explode.c and funzip.c are in the public domain, and
  122.    everything that isn't otherwise accounted for is implicitly copy-
  123.    righted by Info-ZIP.  In other words, use it with our blessings, but
  124.    it's still our code.  Thank you!
  125.  
  126. --------------------------------------------------------------------------
  127.  
  128.    Frequently Asked Questions about distributing Zip and UnZip:
  129.  
  130.  
  131.    Q. Can I distribute Zip and UnZip sources and/or executables?
  132.  
  133.    A. You may redistribute the latest official distributions without
  134.       any modification, and without even asking us for permission.
  135.       (Note that an "executable distribution" includes documentation,
  136.       even if it's in a separate zipfile; plain executables do NOT
  137.       count.)  You can charge for the cost of the media (CDROM, disk-
  138.       ettes, etc.), the compilation (e.g., of a software archive),
  139.       and a small copying fee.  Distributed archives should follow
  140.       the naming conventions used in the `Where' file.  If you want
  141.       to distribute modified versions, please contact us at
  142.       Zip-Bugs@lists.wku.edu first.  You must not distribute beta
  143.       versions without explicit permission to do so.
  144.  
  145.  
  146.    Q. Can I use the executables (or DLLs) of Zip and UnZip to distribute
  147.       my software?
  148.  
  149.    A. Yes, so long as it is clear that Zip and UnZip are not being
  150.       sold, that the source code is freely available, and that there
  151.       are no extra or hidden charges resulting from its use by or in-
  152.       clusion with the commercial product.  Here is an example of a
  153.       suitable notice:
  154.  
  155.          NOTE:  <Product> is packaged on this CD using Info-ZIP's
  156.          compression utility.  The installation program uses UnZip
  157.          to read zip files from the CD.  Info-ZIP's software (Zip,
  158.          UnZip and related utilities) is free and can be obtained
  159.          as source code or executables from various bulletin board
  160.          services and Internet/WWW sites, including CompuServe's
  161.          IBMPRO forum and ftp://ftp.cdrom.com/pub/infozip/ .
  162.  
  163.       If the distribution is being done with UnZipSFX instead of a DLL
  164.       or stand-alone copy of UnZip (i.e., as one or more self-extracting
  165.       archives), no notice is required as long as the normal UnZipSFX
  166.       banner has not been removed.
  167.  
  168.  
  169.    Q. Can I use the source code of Zip and UnZip in my commercial
  170.       application?
  171.  
  172.    A. Yes, so long as you include in your product an acknowledgment
  173.       and an offer of the original compression sources for free or for
  174.       a small copying fee, and make clear that there are no extra or
  175.       hidden charges resulting from the use of the compression code by
  176.       your product (see below for an example).  The acknowledgment should
  177.       appear in at least one piece of human-readable documentation (e.g.,
  178.       a README file or man page), although additionally putting it in
  179.       the executable(s) is OK, too.  In other words, you are allowed to
  180.       sell only your own work, not ours, and we'd like a little credit.
  181.       (Note the additional restrictions above on the code in unreduce.c,
  182.       unshrink.c and vms.c.)  Contact us at zip-bugs@lists.wku.edu if
  183.       you have special requirements.  We also like to know when our code
  184.       is being used, but we don't require that.
  185.  
  186.          <Product> incorporates compression code by the Info-ZIP group.
  187.          There are no extra charges or costs due to the use of this code,
  188.          and the original compression sources are freely available from
  189.          ftp://ftp.cdrom.com/pub/infozip/ on the Internet.  We will also,
  190.          upon request, mail you the full sources on a 3.5" MSDOS-format
  191.          diskette for the cost of mailing.  Send $2 to <address> and ...
  192.  
  193.       If you only need compression capability, not full zipfile support,
  194.       you might want to look at zlib instead; it has fewer restrictions
  195.       on commercial use.  See http://www.cdrom.com/pub/infozip/zlib/ .
  196.  
  197. __________________________________________________________________________
  198.  
  199.