aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/MPRealSupport
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-07-17 12:06:20 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-07-17 12:06:20 +0200
commit5e72151ca537c84afa03b49e614667c51e40ad54 (patch)
tree240b86aa4a11200fcde4d83e0bda91fbfdea1bb6 /unsupported/Eigen/MPRealSupport
parent2cd38a6634dff401fc203e2a23b459b98efe0dfe (diff)
bug #842: warn user about MPFR++ being under the GPL
Diffstat (limited to 'unsupported/Eigen/MPRealSupport')
-rw-r--r--unsupported/Eigen/MPRealSupport2
1 files changed, 2 insertions, 0 deletions
diff --git a/unsupported/Eigen/MPRealSupport b/unsupported/Eigen/MPRealSupport
index de4f11934..35d77e5bd 100644
--- a/unsupported/Eigen/MPRealSupport
+++ b/unsupported/Eigen/MPRealSupport
@@ -27,6 +27,8 @@ namespace Eigen {
* via the <a href="http://www.holoborodko.com/pavel/mpfr">MPFR C++</a>
* library which itself is built upon <a href="http://www.mpfr.org/">MPFR</a>/<a href="http://gmplib.org/">GMP</a>.
*
+ * \warning MPFR C++ is licensed under the GPL.
+ *
* You can find a copy of MPFR C++ that is known to be compatible in the unsupported/test/mpreal folder.
*
* Here is an example: