home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 September / INTERNET107.ISO / pc / software / windows / utils / analog / docs / licapach.txt < prev    next >
Encoding:
Text File  |  2003-03-23  |  2.6 KB  |  55 lines

  1. The EBCDIC to ASCII conversion tables in globals.c were contributed to analog
  2. by Martin Kraemer (Martin.Kraemer@Fujitsu-Siemens.com) and Holger Schranz
  3. (schranz@munich.crosswinds.net). They are subject to the following copyright
  4. notice:
  5.  
  6. /* ====================================================================
  7.  * The Apache Software License, Version 1.1
  8.  *
  9.  * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
  10.  * reserved.
  11.  *
  12.  * Redistribution and use in source and binary forms, with or without
  13.  * modification, are permitted provided that the following conditions
  14.  * are met:
  15.  *
  16.  * 1. Redistributions of source code must retain the above copyright
  17.  *    notice, this list of conditions and the following disclaimer.
  18.  *
  19.  * 2. Redistributions in binary form must reproduce the above copyright
  20.  *    notice, this list of conditions and the following disclaimer in
  21.  *    the documentation and/or other materials provided with the
  22.  *    distribution.
  23.  *
  24.  * 3. The end-user documentation included with the redistribution,
  25.  *    if any, must include the following acknowledgment:
  26.  *       "This product includes software developed by the
  27.  *        Apache Software Foundation (http://www.apache.org/)."
  28.  *    Alternately, this acknowledgment may appear in the software itself,
  29.  *    if and wherever such third-party acknowledgments normally appear.
  30.  *
  31.  * 4. The names "Apache" and "Apache Software Foundation" must
  32.  *    not be used to endorse or promote products derived from this
  33.  *    software without prior written permission. For written
  34.  *    permission, please contact apache@apache.org.
  35.  *
  36.  * 5. Products derived from this software may not be called "Apache",
  37.  *    nor may "Apache" appear in their name, without prior written
  38.  *    permission of the Apache Software Foundation.
  39.  *
  40.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  41.  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  42.  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  43.  * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  44.  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  45.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  46.  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  47.  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  48.  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  49.  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  50.  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  51.  * SUCH DAMAGE.
  52.  * ====================================================================
  53.  */
  54.  
  55.