home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip52.zip / COPYING < prev    next >
Text File  |  1995-07-31  |  9KB  |  171 lines

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