Manual MPL2 relicensing fixes

This commit is contained in:
Benoit Jacob
2012-07-13 14:42:47 -04:00
parent 69124cfca2
commit 0733e622a3
7 changed files with 25 additions and 110 deletions

View File

@@ -32,8 +32,13 @@ namespace Eigen {
*
* NOTE : The following implementation is derived from the ILUT implementation
* in the SPARSKIT package, Copyright (C) 2005, the Regents of the University of Minnesota
* released under the terms of the GNU LGPL;
* see http://www-users.cs.umn.edu/~saad/software/SPARSKIT/README for more details.
* released under the terms of the GNU LGPL:
* http://www-users.cs.umn.edu/~saad/software/SPARSKIT/README
* However, Yousef Saad gave us permission to relicense his ILUT code to MPL2.
* See the Eigen mailing list archive, thread: ILUT, date: July 8, 2012:
* http://listengine.tuxfamily.org/lists.tuxfamily.org/eigen/2012/07/msg00064.html
* alternatively, on GMANE:
* http://comments.gmane.org/gmane.comp.lib.eigen/3302
*/
template <typename _Scalar>
class IncompleteLUT : internal::noncopyable