home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip51.zip / COPYING < prev    next >
Text File  |  1994-02-06  |  6KB  |  126 lines

  1. __________________________________________________________________________
  2.  
  3.   This is the Info-ZIP file COPYING (for UnZip), last updated 6 Feb 94.
  4. __________________________________________________________________________
  5.  
  6.    There are currently two 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.    and Igor Mandrichenko's copyright on his routines in vms.c.  These
  10.    are discussed immediately below; the Frequently Asked Questions re-
  11.    garding (re)distribution of Zip and UnZip are near the end of this
  12.    file.
  13. __________________________________________________________________________
  14.  
  15.    The original unzip source code has been extensively modified and
  16.    mostly rewritten (changes include random zipfile access rather than
  17.    sequential; replacement of unimplode() with explode(); replacement
  18.    of output routines; addition of inflate(), wildcards, filename-
  19.    mapping, text translation, ...; etc.).  As far as we can tell, the
  20.    only remaining code which is substantially similar to Mr. Smith's
  21.    is that in the files unreduce.c and unshrink.c (although even those
  22.    have been modified), to which the following copyright therefore
  23.    applies:
  24.  
  25.      * Copyright 1989 Samuel H. Smith;  All rights reserved
  26.      *
  27.      * Do not distribute modified versions without my permission.
  28.      * Do not remove or alter this notice or any other copyright notice.
  29.      * If you use this in your own program you must distribute source code.
  30.      * Do not use any of this in a commercial product.
  31.  
  32.    Regarding the first stipulation, Mr. Smith was finally tracked down
  33.    in southern California [Samuel H. Smith, The Tool Shop, P.O. Box 8808,
  34.    Panorama City, CA  91412-4808, (818) 891-4228 (voice), (818) 891-6780
  35.    (BBS, 2400 baud, free access)]:
  36.  
  37.    "He says that he thought that whoever contacted him understood that
  38.     he has no objection to the Info-ZIP group's inclusion of his code.
  39.     His primary concern is that it remain freely distributable, he said."
  40.  
  41.    Info-ZIP is indebted and grateful to Mr. Smith; we hope he finds our
  42.    contributions as useful as we have his.
  43.  
  44.    Note that the third and fourth stipulations still apply to any com-
  45.    pany which wishes to incorporate the unreduce and/or unshrink code 
  46.    into its products; if you wish to do so, you must contact Mr. Smith
  47.    regarding licensing.
  48.  
  49.  
  50.    The following copyright applies to most of the VMS code in vms.c,
  51.    distributed with UnZip versions 4.2 and later:
  52.  
  53.      * Copyright (C) 1992 Igor Mandrichenko.
  54.      * Permission is granted to any individual or institution to use,
  55.      * copy, or redistribute this software so long as all of the orig-
  56.      * inal files are included unmodified, that it is not sold for
  57.      * profit, and that this copyright notice is retained.
  58.  
  59.  
  60.    Note that BILF (distributed with the VMS stuff) is not Info-ZIP code;
  61.    it is copyrighted by Rahul Dhesi and is freely distributable.
  62.  
  63.  
  64.    The remaining code was written by many people associated with the
  65.    Info-ZIP group, with large contributions from (but not limited to):
  66.    Mark Adler (inflate, explode, funzip), Kai Uwe Rommel (OS/2), John
  67.    Bush and Paul Kienitz (Amiga), Antoine Verheijen (Mac) and Greg
  68.    Roelofs (lots of stuff).  See the file CONTRIBS in the source dis-
  69.    tribution for a much more complete list of contributors.  Also note 
  70.    that, while this code may not be explicitly copyrighted, we do re-
  71.    quest that no one else try to copyright it, either.  In other words, 
  72.    use it with our blessings, but it's still our code.  (You can con-
  73.    sider that an implicit copyright if it makes you feel better. :-) )
  74.    Thank you!
  75. __________________________________________________________________________
  76.  
  77.    Frequently Asked Questions about distributing Zip and UnZip:
  78.  
  79.  
  80.    Q. Can I distribute Zip and UnZip sources and/or executables?
  81.  
  82.    A. You may redistribute the latest official distributions without
  83.       any modification, and without even asking us for permission.
  84.       [Note that an "executable distribution" includes documentation,
  85.       even if it's in a separate zipfile; plain executables do NOT
  86.       count.]  You can charge for the cost of the media (CDROM, disk-
  87.       ettes, etc.) and a small copying fee.  Distributed archives
  88.       should follow the naming conventions used in the Where file.
  89.       If you want to distribute modified versions please contact us
  90.       at zip-bugs@wkuvx1.wku.edu first.  You must not distribute beta
  91.       versions without explicit permission to do so.
  92.  
  93.  
  94.    Q. Can I use the executables of Zip and UnZip to distribute my
  95.       software?
  96.  
  97.    A. Yes, so long as it is clear that Zip and UnZip are not being
  98.       sold, that the source code is freely available, and that there
  99.       are no extra or hidden charges resulting from its use by or in-
  100.       clusion with the commercial product.  Here is an example of a
  101.       suitable notice:
  102.  
  103.          NOTE:  <Product> is packaged on this CD using Info-ZIP's
  104.          compression utility.  The installation program uses UnZip
  105.          to read zip files from the CD.  Info-ZIP's software (Zip,
  106.          UnZip and related utilities) is free and can be obtained
  107.          as source code or executables from various bulletin board
  108.          services and anonymous-ftp sites, including CompuServe's
  109.          IBMPRO forum and ftp.uu.net:/pub/archiving/zip/*.
  110.  
  111.  
  112.    Q. Can I use the source code of Zip and UnZip in my commercial
  113.       application?
  114.  
  115.    A. Yes, so long as you include in your product an acknowledgment
  116.       and an offer of the original compression sources for free or
  117.       for a small copying fee, and make clear that there are no extra
  118.       or hidden charges resulting from the use of the compression 
  119.       code by your product.  In other words, you are allowed to sell
  120.       only your own work, not ours.  [Note the additional restrictions
  121.       above on the code in unreduce.c, unshrink.c and vms.c.]  If you
  122.       have special requirements, contact us at zip-bugs@wkuvx1.wku.edu.
  123.  
  124. __________________________________________________________________________
  125.  
  126.