aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-04 18:07:41 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-04 18:07:41 +0000
commit9b8befd361d4c911bc6a2c58583bf8b2859360b6 (patch)
tree70e0cc83eb9a89745d9cccd37a8c1b95c62b5ebf /doc
parente2fe277352037f691165ccf0855217574b1f0cc5 (diff)
add acknowledgments for my use of the UMFPACK sparse-matrix library
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1122 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index f316483..fa8c604 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1342,6 +1342,38 @@ This generally works well, but if desired you can instead manually
specify the patch system type, the angular resolution, the width of
the ghost zones, etc. See the \verb|param.ccl| file for details.
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\subsection{Other Software Used}
+
+\thorn{AHFinderDirect}'s \verb|src/sparse-matrix/| directory contains
+various sparse-matrix libraries, which have their own copyrights and
+licensing terms:
+
+The \verb|src/sparse-matrix/umfpack/| directory contains a subset of the
+files in UMFPACK version 4.0 (11.Apr.2002). This code is
+copyright~(\copyright)~2002 by Timothy A. Davis, and is subect to the
+UMFPACK License:
+
+\begin{verbatim}
+Your use or distribution of UMFPACK or any modified version of
+UMFPACK 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 UMFPACK or any modified version of UMFPACK 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.
+\end{verbatim}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Other Related Thorns}