From: Luca Heltai Date: Sun, 13 Mar 2005 23:23:28 +0000 (+0000) Subject: Added Function Parser stuff. X-Git-Tag: v8.0.0~14415 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47e1fe2cfb8b4d1d474411c540a6a7e07dc90218;p=dealii.git Added Function Parser stuff. git-svn-id: https://svn.dealii.org/trunk@10121 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.