Re: [eigen] Eigen 3.1.1 and LGPL components |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Subject: Re: [eigen] Eigen 3.1.1 and LGPL components
- From: Clifford Yapp <cliffyapp@xxxxxxxxx>
- Date: Mon, 10 Sep 2012 15:31:33 -0400
- Cc: eigen@xxxxxxxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=PbW/yJrp+fgXa+0tPpdBTn6wkCSp+xdiKQTMLztSuH4=; b=qsSeBhiXTJV7loYLaZcuYTJFF9vpoDi+S+IV8zcLhgGUzasB3ZsHl7XANXPQ95nmQT KY8u7TlnkEHbyI5h5TDpxgNRNIfHIAEjaV6OzhBY3Q15e6jCo76eQYtowxBrNkdfLD/3 uiPgJD+sHYmrkgFSPOBaFHQS9fEgXi+9AoqXmxafpktQZI9BtrQaiIqXdubozMD1LgFC dOG96XL7YbGLuaXKAPp6Vby4n80eho4gt80L3SmLS2O7hQ3PYIZdJjJA7An3BJr8qvvr +QRzFt1bz4EEt2fIGfJLKIu4POaYoBTg5Ql9SGVKWNx2D/hjn/TIS5/8LJP+nQH0pCwA WtFA==
Awesome, thanks!
Cliff
P.S. As long as it's on topic... it's not critical to me, but it
looks like the only reason to retain the COPYING.GPL file is for
unsupported/Eigen/FFT when used with fftw, and fftw appears to use
GPLv2. (Even there, it's probably not essential, since the FFT module
implements a functional kissfft-based default...) Also, I suspect the
doc/UsingIntelMKL.dox document might need to be updated for the new
MPL2 licensing.
On Mon, Sep 10, 2012 at 1:31 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
> Hi,
>
> This is finally fixed: 405ece2a6429 for the default branch, and
> 11b65f0601c4 for the 3.1 branch.
>
> Indeed, I have checked that all the LGPL files, as found by
>
> find . -type f | grep -v \\.hg | xargs grep 'GNU Lesser' | cut -d ':' -f 1
>
> are using either LGPL 2.1 only (so the current LGPL3 text did not even
> cover them!) or LGPL 2.1-or-later.
>
> Benoit