home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / utilities / cli / infozip / unzip / COPYING < prev    next >
Encoding:
Text File  |  1995-04-05  |  8.0 KB  |  156 lines

  1. __________________________________________________________________________
  2.  
  3.   This is the Info-ZIP file COPYING (for UnZip), last updated 29 Sep 94.
  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.  
  19.    The original unzip source code has been extensively modified and
  20.    almost entirely rewritten (changes include random zipfile access
  21.    rather than sequential; replacement of unimplode() with explode();
  22.    replacement of old unshrink() with new (unrelated) unshrink(); re-
  23.    placement of output routines; addition of inflate(), wildcards,
  24.    filename-mapping, text translation, ...; etc.).  As far as we can
  25.    tell, the only remaining code which is substantially similar to
  26.    Mr. Smith's is that in the file unreduce.c, which now by default
  27.    is NOT compiled.  The following copyright applies to unreduce.c:
  28.  
  29.      * Copyright 1989 Samuel H. Smith;  All rights reserved
  30.      *
  31.      * Do not distribute modified versions without my permission.
  32.      * Do not remove or alter this notice or any other copyright notice.
  33.      * If you use this in your own program you must distribute source code.
  34.      * Do not use any of this in a commercial product.
  35.  
  36.    Regarding the first stipulation, Mr. Smith was tracked down in southern
  37.    California some years back [Samuel H. Smith, The Tool Shop; as of mid-
  38.    May 1994, (213) 851-9969 (voice), (213) 887-2127(?) (subscription BBS),
  39.    71150.2731@compuserve.com]:
  40.  
  41.    "He says that he thought that whoever contacted him understood that
  42.     he has no objection to the Info-ZIP group's inclusion of his code.
  43.     His primary concern is that it remain freely distributable, he said."
  44.  
  45.    Despite the fact that our "normal" code has been entirely rewritten
  46.    and by default no longer contains any of Mr. Smith's code, Info-ZIP
  47.    remains indebted and grateful to him.  We hope he finds our contribu-
  48.    tions 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 code into its products;
  52.    if you wish to do so, you must contact Mr. Smith directly regarding
  53.    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.c,
  67.    distributed with UnZip versions 5.13 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 not be removed from 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.