1/4 - copyright repository <dpi.inpe.br/banon-pc3/2010/12.30.12.00> for:

<urlib.net/www/2010/12.28.21.01 - "Zip 3.0: a compression and file packaging utility - Windows version" by Adler, M., et al.>
<urlib.net/www/2010/12.28.21.51 - "UnZip 6.0: zipfile-extraction program - Windows version" by Adler, M., et al.>

This is version 2007-Mar-4 of the Info-ZIP license.
The definitive version of this document should be available at
ftp://ftp.info-zip.org/pub/infozip/license.html indefinitely and
a copy at http://www.info-zip.org/pub/infozip/license.html.


Copyright (c) 1990-2007 Info-ZIP.  All rights reserved.

For the purposes of this copyright and license, "Info-ZIP" is defined as
the following set of individuals:

   Mark Adler, John Bush, Karl Davis, Harald Denker, Jean-Michel Dubois,
   Jean-loup Gailly, Hunter Goatley, Ed Gordon, Ian Gorman, Chris Herborth,
   Dirk Haase, Greg Hartwig, Robert Heath, Jonathan Hudson, Paul Kienitz,
   David Kirschbaum, Johnny Lee, Onno van der Linden, Igor Mandrichenko,
   Steve P. Miller, Sergio Monesi, Keith Owens, George Petrov, Greg Roelofs,
   Kai Uwe Rommel, Steve Salisbury, Dave Smith, Steven M. Schweda,
   Christian Spieler, Cosmin Truta, Antoine Verheijen, Paul von Behren,
   Rich Wales, Mike White.

This software is provided "as is," without warranty of any kind, express
or implied.  In no event shall Info-ZIP or its contributors be held liable
for any direct, indirect, incidental, special or consequential damages
arising out of the use of or inability to use this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the above disclaimer and the following restrictions:

    1. Redistributions of source code (in whole or in part) must retain
       the above copyright notice, definition, disclaimer, and this list
       of conditions.

    2. Redistributions in binary form (compiled executables and libraries)
       must reproduce the above copyright notice, definition, disclaimer,
       and this list of conditions in documentation and/or other materials
       provided with the distribution.  The sole exception to this condition
       is redistribution of a standard UnZipSFX binary (including SFXWiz) as
       part of a self-extracting archive; that is permitted without inclusion
       of this license, as long as the normal SFX banner has not been removed
       from the binary or disabled.

    3. Altered versions--including, but not limited to, ports to new operating
       systems, existing ports with new graphical interfaces, versions with
       modified or added functionality, and dynamic, shared, or static library
       versions not from Info-ZIP--must be plainly marked as such and must not
       be misrepresented as being the original source or, if binaries,
       compiled from the original source.  Such altered versions also must not
       be misrepresented as being Info-ZIP releases--including, but not
       limited to, labeling of the altered versions with the names "Info-ZIP"
       (or any variation thereof, including, but not limited to, different
       capitalizations), "Pocket UnZip," "WiZ" or "MacZip" without the
       explicit permission of Info-ZIP.  Such altered versions are further
       prohibited from misrepresentative use of the Zip-Bugs or Info-ZIP
       e-mail addresses or the Info-ZIP URL(s), such as to imply Info-ZIP
       will provide support for the altered versions.

    4. Info-ZIP retains the right to use the names "Info-ZIP," "Zip," "UnZip,"
       "UnZipSFX," "WiZ," "Pocket UnZip," "Pocket Zip," and "MacZip" for its
       own source and binary releases.

2/4 - copyright repository <dpi.inpe.br/banon/2000/08.09.18.17> for:

<dpi.inpe.br/banon/2000/08.09.17.10 - "UnZip 5.32: zipfile-extraction program - Solaris version" by Info-ZIP Group>

__________________________________________________________________________

  This is the Info-ZIP file COPYING (for UnZip), last updated 26 Nov 98.
__________________________________________________________________________

   There are currently six explicit copyrights on portions of UnZip
   code (at least, of which Info-ZIP is aware):  the original Sam Smith
   copyright on unzip 2.0, upon which Info-ZIP's UnZip 3.0 was based;
   Igor Mandrichenko's copyright on his routines in vms.c; Greg Roelofs'
   copyright on zipinfo.c and the new version of unshrink.c; Mike White's
   copyright on the Windows DLL code (windll/*); Steve P. Miller's
   copyright on the Pocket UnZip GUI (wince/*); and Norbert Pueschel's
   copyright on the Amiga time.lib code.  In addition, Mark Adler has
   placed inflate.h, inflate.c, explode.c and funzip.c into the public
   domain; i.e., these files may be used without any restrictions beyond
   those of simple courtesy (credit where it's due).  All of these are
   discussed immediately below.  The remaining code is covered by an im-
   plicit copyright under US law.  Frequently Asked Questions regarding
   (re)distribution of Zip and UnZip are near the end of this file.

   There are no known patents on any of the code in UnZip.  Unisys
   claims a patent on LZW encoding and on LZW decoding _in an apparatus
   that performs LZW encoding_, but the patent appears to exempt a stand-
   alone decoder (as in UnZip's unshrink.c).  Unisys has publicly claimed
   otherwise, but the issue has never been tested in court.  Since this
   point is unclear, unshrinking is not enabled by default.  It is the
   responsibility of the user to make his or her peace with Unisys and
   its licensing requirements.  (unshrink.c may be removed from future
   releases altogether.)
__________________________________________________________________________

   The original unzip source code has been extensively modified and
   almost entirely rewritten (changes include random zipfile access
   rather than sequential; replacement of unimplode() with explode();
   replacement of old unshrink() with new (unrelated) unshrink(); re-
   placement of output routines; addition of inflate(), wildcards,
   filename-mapping, text translation, ...; etc.).  As far as we can
   tell, the only remaining code that is substantially similar to
   Mr. Smith's is that in the file unreduce.c, which now by default
   is NOT compiled.  The following copyright applies to unreduce.c:

     * Copyright 1989 Samuel H. Smith;  All rights reserved
     *
     * Do not distribute modified versions without my permission.
     * Do not remove or alter this notice or any other copyright notice.
     * If you use this in your own program you must distribute source code.
     * Do not use any of this in a commercial product.

   Regarding the first stipulation, Mr. Smith was tracked down in southern
   California some years back [Samuel H. Smith, The Tool Shop; as of mid-
   May 1994, (213) 851-9969 (voice), (213) 887-2127(?) (subscription BBS),
   71150.2731@compuserve.com]:

   "He says that he thought that whoever contacted him understood that
    he has no objection to the Info-ZIP group's inclusion of his code.
    His primary concern is that it remain freely distributable, he said."

   Despite the fact that our "normal" code has been entirely rewritten
   and by default no longer contains any of Mr. Smith's code, Info-ZIP
   remains indebted and grateful to him.  We hope he finds our contribu-
   tions as useful as we have his.

   Note that the third and fourth stipulations still apply to any com-
   pany that wishes to incorporate the unreduce code into its products;
   if you wish to do so, you must contact Mr. Smith directly regarding
   licensing.


   The following copyright applies to most of the VMS code in vms.c,
   distributed with UnZip version 4.2 and later:

     * Copyright (c) 1992 Igor Mandrichenko.
     * Permission is granted to any individual or institution to use,
     * copy, or redistribute this software so long as all of the orig-
     * inal files are included unmodified, that it is not sold for
     * profit, and that this copyright notice is retained.


   The following copyright applies to the new version of unshrink.c,
   distributed with UnZip version 5.2 and later:

     * Copyright (c) 1994 Greg Roelofs.
     * Permission is granted to any individual/institution/corporate
     * entity to use, copy, redistribute or modify this software for
     * any purpose whatsoever, subject to the conditions noted in the
     * Frequently Asked Questions section below, plus one additional
     * condition:  namely, that my name not be removed from the source
     * code.  (Other names may, of course, be added as modifications
     * are made.)  Corporate legal staff (like at IBM :-) ) who have
     * problems understanding this can contact me through Zip-Bugs...


   The following copyright applies to the Windows DLL code (windll/*),
   distributed with UnZip version 5.2 and later:

     * Copyright (c) 1996 Mike White.
     * Permission is granted to any individual or institution to use,
     * copy, or redistribute this software so long as all of the original
     * files are included, that it is not sold for profit, and that this
     * copyright notice is retained.


   The following copyright applies to the Windows CE GUI port, ``Pocket
   UnZip,'' distributed with UnZip version 5.3 and later:

     * All the source files for Pocket UnZip, except for components
     * written by the Info-ZIP group, are copyrighted 1997 by Steve P.
     * Miller.  The product "Pocket UnZip" itself is property of the
     * author and cannot be altered in any way without written consent
     * from Steve P. Miller.


   The following copyright applies to the Amiga time code (amiga/time_lib.c),
   distributed with UnZip version 5.32 and later:

     * This source is copyrighted by Norbert Pueschel,
     *   <pueschel@imsdd.meb.uni-bonn.de>.
     * From 'clockdaemon.readme' (available from Aminet, including
     *   ftp://ftp.wustl.edu/pub/aminet/util/time/clockdaemon.lha):
     * "The original SAS/C functions gmtime, localtime, mktime and time
     * do not work correctly. The supplied link library time.lib contains
     * replacement functions for them."
     * Permission is granted to the Info-ZIP group to redistribute the
     * time.lib source.  The use of time.lib functions in own, noncommercial
     * programs is permitted.  It is only required to add the timezone.doc
     * to such a distribution.  Using the time.lib library in commercial
     * software (including shareware) is only permitted after prior
     * consultation of the author.


   The remaining code was written by many people associated with the
   Info-ZIP group, with large contributions from (but not limited to):
   Greg Roelofs (overall program logic, ZipInfo, unshrink, filename
   mapping/portability, etc.), Mark Adler (inflate, explode, funzip),
   Kai Uwe Rommel (OS/2), John Bush and Paul Kienitz (Amiga), Antoine
   Verheijen (Macintosh), Hunter Goatley (more VMS), Mike White (Windows
   DLLs), Christian Spieler (overall logic, optimization, VMS, etc.) and
   others.  See the file CONTRIBS in the source distribution for a much
   more complete list of contributors.  As noted above, Mark Adler's
   inflate.[ch], explode.c and funzip.c are in the public domain, and
   everything that isn't otherwise accounted for is implicitly copy-
   righted by Info-ZIP.  In other words, use it with our blessings, but
   it's still our code.  Thank you!

--------------------------------------------------------------------------

   Frequently Asked Questions about distributing Zip and UnZip:


   Q. Can I distribute Zip and UnZip sources and/or executables?

   A. You may redistribute the latest official distributions without
      any modification, and without even asking us for permission.
      (Note that an "executable distribution" includes documentation,
      even if it's in a separate zipfile; plain executables do NOT
      count.)  You can charge for the cost of the media (CDROM, disk-
      ettes, etc.), the compilation (e.g., of a software archive),
      and a small copying fee.  Distributed archives should follow
      the naming conventions used in the `WHERE' file.  If you want
      to distribute modified versions, please contact us at
      Zip-Bugs@lists.wku.edu first.  You must not distribute beta
      versions without explicit permission to do so.


   Q. Can I use the executables (or DLLs) of Zip and UnZip to distribute
      my software?

   A. Yes, so long as it is clear that Zip and UnZip are not being
      sold, that the source code is freely available, and that there
      are no extra or hidden charges resulting from its use by or in-
      clusion with the commercial product.  Here is an example of a
      suitable notice:

         NOTE:  <Product> is packaged on this CD using Info-ZIP's
         compression utility.  The installation program uses UnZip
         to read zip files from the CD.  Info-ZIP's software (Zip,
         UnZip and related utilities) is free and can be obtained
         as source code or executables from Internet/WWW sites,
         including http://www.cdrom.com/pub/infozip/ .

      If the distribution is being done with UnZipSFX instead of a DLL
      or stand-alone copy of UnZip (i.e., as one or more self-extracting
      archives), no notice is required as long as the normal UnZipSFX
      banner has not been removed.


   Q. Can I use the source code of Zip and UnZip in my commercial
      application?

   A. Yes, so long as you include in your product an acknowledgment; a
      pointer to the original, free compression sources; and a statement
      making it clear that there are no extra or hidden charges resulting
      from the use of our compression code in your product (see below for
      an example).  The acknowledgment should appear in at least one piece
      of human-readable documentation (e.g., a README file or man page),
      although additionally putting it in the executable(s) is OK, too.
      In other words, you are allowed to sell only your own work, not ours,
      and we'd like a little credit.  (Note the additional restrictions
      above on the code in unreduce.c, unshrink.c, vms.c, time_lib.c, and
      everything in the wince and windll subdirectories.)  Contact us at
      Zip-Bugs@lists.wku.edu if you have special requirements.  We also
      like to hear when our code is being used, but we don't require that.

         <Product> incorporates compression code from the Info-ZIP group.
         There are no extra charges or costs due to the use of this code,
         and the original compression sources are freely available from
         http://www.cdrom.com/pub/infozip/ or ftp://ftp.cdrom.com/pub/infozip/
         on the Internet.

      If you only need compression capability, not full zipfile support,
      you might want to look at zlib instead; it has fewer restrictions
      on commercial use.  See http://www.cdrom.com/pub/infozip/zlib/ .

__________________________________________________________________________

3/4 - copyright repository <dpi.inpe.br/banon/2000/08.09.18.00> for:

<dpi.inpe.br/vagner/1999/07.22.16.12 - "Zip 2.2: a compression and file packaging utility - Solaris version" by Adler, M., et al.>

Copyright (C) 1990-1997 Mark Adler, Richard B. Wales, Jean-loup Gailly,
Onno van der Linden, Kai Uwe Rommel, Igor Mandrichenko and John Bush.
Permission is granted to any individual or institution to use, copy, or
redistribute this software so long as all of the original files are included,
that it is not sold for profit, and that this copyright notice is retained.

4/4 - copyright repository <iconet.com.br/banon/2001/12.30.16.31> for:

<iconet.com.br/banon/2003/03.16.13.05 - "Apache HTTP Server Version 1.3.27 for Windows" by The Apache Software Foundation>

/* ====================================================================
 * The Apache Software License, Version 1.1
 *
 * Copyright (c) 2000 The Apache Software Foundation.  All rights
 * reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 *
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 *
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in
 *    the documentation and/or other materials provided with the
 *    distribution.
 *
 * 3. The end-user documentation included with the redistribution,
 *    if any, must include the following acknowledgment:
 *       "This product includes software developed by the
 *        Apache Software Foundation (http://www.apache.org/)."
 *    Alternately, this acknowledgment may appear in the software itself,
 *    if and wherever such third-party acknowledgments normally appear.
 *
 * 4. The names "Apache" and "Apache Software Foundation" must
 *    not be used to endorse or promote products derived from this
 *    software without prior written permission. For written
 *    permission, please contact apache@apache.org.
 *
 * 5. Products derived from this software may not be called "Apache",
 *    nor may "Apache" appear in their name, without prior written
 *    permission of the Apache Software Foundation.
 *
 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 * ====================================================================
 *
 * This software consists of voluntary contributions made by many
 * individuals on behalf of the Apache Software Foundation.  For more
 * information on the Apache Software Foundation, please see
 * <http://www.apache.org/>.
 *
 * Portions of this software are based upon public domain software
 * originally written at the National Center for Supercomputing Applications,
 * University of Illinois, Urbana-Champaign.
 */