----------------------------------------------------------------------
--  $Id: Readme,v 1.3 1995/04/01 13:02:21 thomas Exp $
--
--  title:	readme for libXpm (for distribution with libhelp)
--
--  written by thomas harrer (thomas.harrer@rus.uni-stuttgart.de).
----------------------------------------------------------------------

1.  about

    libXpm contains  the X PixMap  library written by Arnaud  Le Hors.
    XPM  (X   PixMap) is a  format    for storing/retrieving X pixmaps
    to/from files.  Copyright 1989-94 GROUPE BULL.

    libXpm is distributed with libhelp just for completenes (for those
    who have  it  not already installed  or  who have an  incompatible
    version). we only included necessary sources.

2.  orginal sources

    -- from README of xpm-3.4b:
    New xpm updates  are announced  on the comp.windows.x  newsgroup,
    and on the "xpm-talk" list. All new "official" xpm releases can be
    found by ftp on:

    ftp.x.org          (18.112.44.100) contrib   (Boston, USA)
    avahi.inria.fr     (192.5.60.47) pub   (Sophia Antipolis, France)
    --

    if you   want to integrate  the  library  into your free  software
    please use the orginal version not this incomplete one.

    this version of the library is incomplete !!!
    
    if you  think using this   library for your own  (free?) software,
    please use the orginal version of the library and not this one.
	
2.1 files

    the following files are from the xpm-3.4b distribution (from the
    lib subdirectory):

    XpmCrBufFrI.c XpmCrBufFrP.c XpmCrDataFrI.c XpmCrDataFrP.c
    XpmCrIFrBuf.c XpmCrIFrData.c XpmCrPFrBuf.c XpmCrPFrData.c
    XpmRdFToData.c XpmRdFToI.c XpmRdFToP.c XpmWrFFrData.c XpmWrFFrI.c
    XpmWrFFrP.c create.c data.c hashtable.c misc.c parse.c rgb.c
    rgbtab.h scan.c xpm.h xpmP.h

    the  files  version.h Readme and Imakefile  are   not part  of the
    orginal xpm distribution.  warning: there is  no documentation for
    xpm included in this distribution.

3.  copyright and copying conditions 

-- from the file COPYRIHT in the orginal xpm-3.4b distribution.

/*
 * Copyright (C) 1989-94 GROUPE BULL
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to
 * deal in the Software without restriction, including without limitation the
 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 * sell copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 *
 * Except as contained in this notice, the name of GROUPE BULL shall not be
 * used in advertising or otherwise to promote the sale, use or other dealings
 * in this Software without prior written authorization from GROUPE BULL.
 */

Arnaud LE HORS      BULL Research FRANCE -- Koala Project 
                    (XPM - X PixMap format version 2 & 3)
    Internet:       lehors@sophia.inria.fr
Surface Mail:       Arnaud LE HORS, INRIA - Sophia Antipolis, 
                    2004, route des Lucioles, 06565 Valbonne Cedex -- FRANCE
 Voice phone:       (33) 93.65.77.71, Fax: (33) 93 65 77 66, Telex: 97 00 50 F
    
----------------------------------------------------------------------
--  Local Variables:	
--  mode:		text
--  outline-regexp:	"\--[HGPLT]\\|\[1-9][0-9]*\\.\\|0 W"
--  fill-prefix:	"    "
--  tab-stop-list:	(4 8 12 16)
--  eval:		(outline-minor-mode t)
--  End:
----------------------------------------------------------------------

