LDL is available from http://www.cise.ufl.edu/research/sparse/ldl/

LDL Version 1.0 (Dec. 31, 2003), Copyright (c) 2003 by Timothy
A. Davis. All Rights Reserved.  

LDL License:
Your use or distribution of LDL or any modified version of LDL
implies that you agree to this License. 

  THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY
  EXPRESSED OR IMPLIED. ANY USE IS AT YOUR OWN RISK. 

Permission is hereby granted to use or copy this program, provided
that the Copyright, this License, and the Availability of the
original version is retained on all copies. User documentation of
any code that uses LDL or any modified version of LDL code must
cite the Copyright, this License, the Availability note, and "Used
by permission." Permission to modify the code and to distribute
modified code is granted, provided the Copyright, this License,
and the Availability note are retained, and a notice that the code
was modified is included. This software was developed with support
from the National Science Foundation, and is provided to you free
of charge.

Metis is available at http://www-users.cs.umn.edu/~karypis/metis/.
It is a family of multilevel partioning algorithms copyright by the
Regents of the University of Minnesota and is used with permission.

The files src/iohb.[ch] are available at 
http://math.nist.gov/~KRemington/harwell_io/ and carry the following
copyright

  Fri Aug 15 16:29:47 EDT 1997

			 Harwell-Boeing File I/O in C
				  V. 1.0

	     National Institute of Standards and Technology, MD.
			       K.A. Remington

  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
				  NOTICE

   Permission to use, copy, modify, and distribute this software and
   its documentation for any purpose and without fee is hereby granted
   provided that the above copyright notice appear in all copies and
   that both the copyright notice and this permission notice appear in
   supporting documentation.

   Neither the Author nor the Institution (National Institute of Standards
   and Technology) make any representations about the suitability of this 
   software for any purpose. This software is provided "as is" without 
   expressed or implied warranty.
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

The files src/mmio.[ch] are available through 
http://math.nist.gov/MatrixMarket/mmio-c.html and carry the following
copyright

  Fri Aug 15 16:29:47 EDT 1997
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
      Matrix Market I/O library for ANSI C
      Roldan Pozo, NIST (pozo@nist.gov)

      See http://math.nist.gov/MatrixMarket for details and sample
      calling programs.

  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
				  NOTICE

   Permission to use, copy, modify, and distribute this software and
   its documentation for any purpose and without fee is hereby granted
   provided that the above copyright notice appear in all copies and
   that both the copyright notice and this permission notice appear in
   supporting documentation.

   Neither the Author nor the Institution (National Institute of Standards
   and Technology) make any representations about the suitability of this 
   software for any purpose. This software is provided "as is" without 
   expressed or implied warranty.
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

The function mm_read_banner in mmio.c has been edited to conform with
the definitions of constants in mmio.h.  (String constants in mmio.h
are in lower case and variables containing strings were being
converted to upper case before being compared to the constants.)
