   **************************************************************************
   *									    *
   * Myricom GM networking software and documentation			    *
   *									    *
   * Copyright (c) 1994-2000 by Myricom, Inc.				    *
   * All rights reserved.						    *
   *									    *
   * Permission to use, copy, modify and distribute this software and its   *
   * documentation in source and binary forms for non-commercial purposes   *
   * and without fee is hereby granted, provided that the modified software *
   * is returned to Myricom, Inc. for redistribution. The above copyright   *
   * notice must appear in all copies.	Both the copyright notice and this  *
   * permission notice must appear in supporting documentation, and any	    *
   * documentation, advertising materials and other materials related to    *
   * such distribution and use must acknowledge that the software was	    *
   * developed by Myricom, Inc. The name of Myricom, Inc. may not be used   *
   * to endorse or promote products derived from this software without	    *
   * specific prior written permission.					    *
   *									    *
   * Myricom, Inc. makes no representations about the suitability of this   *
   * software for any purpose.						    *
   *									    *
   * THIS FILE IS PROVIDED "AS-IS" WITHOUT WARRANTY OF ANY KIND, WHETHER    *
   * EXPRESSED OR IMPLIED, INCLUDING THE WARRANTY OF MERCHANTABILITY OR	    *
   * FITNESS FOR A PARTICULAR PURPOSE. MYRICOM, INC. SHALL HAVE NO	    *
   * LIABILITY WITH RESPECT TO THE INFRINGEMENT OF COPYRIGHTS, TRADE	    *
   * SECRETS OR ANY PATENTS BY THIS FILE OR ANY PART THEREOF.		    *
   *									    *
   * In no event will Myricom, Inc. be liable for any lost revenue or	    *
   * profits or other special, indirect and consequential damages, even if  *
   * Myricom has been advised of the possibility of such damages.	    *
   *									    *
   * Other copyrights might apply to parts of this software and are so	    *
   * noted when applicable.						    *
   *									    *
   * Myricom, Inc.							    *
   * 325 N. Santa Anita Ave.						    *
   * Arcadia, CA 91006							    *
   *									    *
   **************************************************************************

The "zlib" source is copyright (C) 1995-1996 Jean-loup Gailly and Mark
Adler.  See the file "zlib/README" for the copyright notice.

The GM configure scripts were produced by the Gnu Autoconf package and
are redistributed as permitted by that software's documentation,
which states,

       There are no restrictions on how the configuration scripts that
    Autoconf produces may be distributed or used.  [...]
     
       Of the other files that might be used with `configure',
    `config.h.in' is under whatever copyright you use for your
    `configure.in', since it is derived from that file and from the public
    domain file `acconfig.h'.  `config.sub' and `config.guess' have an
    exception to the GPL when they are used with an Autoconf-generated
    `configure' script, which permits you to distribute them under the same
    terms as the rest of your package.  `install-sh' is from the X
    Consortium and is not copyrighted.

The file gam/ucb.c is used with permission.  It has the following Copyright
notice:
   
  "Copyright (c) 1994 by Lok Tin Liu and The Regents of the University 
  of California.  All rights reserved."
  
  Permission to use, copy, modify, and distribute this software and its
  documentation for any purpose, without fee, and without written agreement is
  hereby granted, provided that the above copyright notice and the following
  two paragraphs appear in all copies of this software.
  
  IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
  DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
  OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
  CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  
  THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
  ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
  PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.


