-*-text-*-

This is Gambit, an Open Source software project dedicated to developing and
providing tools and methods for computation in game theory.

Contacting Gambit:
------------------

The Gambit developers can be reached at ted.turocy (at) gmail.com

Other sources of code in this distribution:
-------------------------------------------

Gambit incorporates portions of other software packages in this distribution.
These are acknowledged individually below.

Integer/Rational classes:
-------------------------
The files integer.(cc,h) and rational.(cc,h) in
src/core are based originally an old GNU g++ library, with copyright statement:

Copyright (C) 1988 Free Software Foundation
    written by Doug Lea (dl@rocky.oswego.edu)

Function minimization code:
---------------------------
The files function.(cc,h) in src/core are based on source code derived
from the GNU Scientific Library, version 1.2.  The original files have
the copyright statement:

Copyright (C) 1996, 1997, 1998, 1999, 2000 Fabrice Rossi

Gametracer:
-----------
The global Newton and iterated polymatrix implementations are based on
those in Gametracer 0.2, copyright (C) 2002 by Ben Blum and
Christian Shelton, distributed under the GPL.  See the directory
src/solvers/gtracer in the distribution.
