home *** CD-ROM | disk | FTP | other *** search
/ Internet File Formats / InternetFileFormatsCD.bin / compress / zip / windows / win95 / copying next >
Encoding:
Text File  |  1994-08-10  |  8.2 KB  |  156 lines

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