From e42e485e5401fe4b9571df0e3f6d5eaf33456bda Mon Sep 17 00:00:00 2001
From: luca
Date: Sun, 13 Mar 2005 23:23:28 +0000
Subject: [PATCH] Added Function Parser stuff.
git-svn-id: https://svn.dealii.org/trunk@10121 0785d39b-7218-0410-832d-ea1e28bc413d
---
deal.II/doc/license.html | 10 ++++++----
deal.II/doc/readme.html | 22 +++++++++++++++++-----
2 files changed, 23 insertions(+), 9 deletions(-)
diff --git a/deal.II/doc/license.html b/deal.II/doc/license.html
index 626de0164e..f7e631584b 100644
--- a/deal.II/doc/license.html
+++ b/deal.II/doc/license.html
@@ -26,11 +26,13 @@
people, and are distributed under separate licenses; in particular,
you will find parts of the BOOST
library in this directory, and deal.II comes with a copy of UMFPACK,
- courtesy of its author. UMFPACK is covered by its own license; please
- refer to the UMFPACK
- webpage to read it. The files of these external libraries are not part of
+ and one of
+ FunctionParser, courtesy of their authors. UMFPACK and FunctionParser
+ are covered by their own licenses; please refer to the
+ UMFPACK and to
+ FunctionParser
+ webpages to read them. The files of these external libraries are not part of
deal.II, but are only distributed together;
please refer to the webpages of these projects for further
information on license questions. In particular, if you do not agree
diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html
index bf3c59081d..7ac1d17740 100644
--- a/deal.II/doc/readme.html
+++ b/deal.II/doc/readme.html
@@ -880,6 +880,19 @@
href="http://www.cise.ufl.edu/research/sparse/umfpack/">UMFPACK
library. In order to use it, follow the steps listed here.
+
+
+
+ There is a wrapper for the
+ FunctionParser
+ library, which has its own license; if you want to use it with deal.II,
+ please read it and make sure that you agree with it.
+ You can find the license of FunctionParser
+ here. We
+ include FunctionParser in the deal.II distributions courtesy of its author,
+ Juha Nieminen.
+
+
@@ -980,11 +993,10 @@
href="#external-libs">other packages that you have to install
yourself. They are, of course, covered by their own licenses. In addition,
deal.II comes with a copy of UMFPACK,
- courtesy of its author. UMFPACK is covered by its own license; please
- refer to the UMFPACK
- webpage to read it.
+ href="http://www.cise.ufl.edu/research/sparse/umfpack/">UMFPACK and one of
+ FunctionParser,
+ courtesy of their authors. UMFPACK and FunctionParser are covered by their
+ own licenses; please refer to their webpages to read them.
--
2.39.5