Re: [eigen] Eigen 3.1.1 and LGPL components |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Eigen 3.1.1 and LGPL components
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Tue, 28 Aug 2012 12:26:23 -0400
- 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 :content-type; bh=1+TlpeognSCjq3jMkGVEGIQTutOqdkgbWdRwodaGZ34=; b=qbDWdUfPNaue6/YHiVR7aRi+pAjrHdF9ag5vxXCL63fW3PRtkAozB2xRLmpOeFIrt4 9RxWNsM86JXWpgplOICIKkr2P4HOwBk8ZlNdk2If/VwvoiBdy0CkE52BysLBfrIQEKjd 6wQSju1EFzdjx+xhWEoNvwlceZsA01IZC7BAY05PcHaA+0QKvJzTJ13/BKDNpUohOSNr YEnT3jxzQChTlizCAnjldkJdFos4cSoBodKsI2lBpq5g3ZyCULHTZagP1j6s6R6eOdN6 J3yK+75LvmAfMJVEqV2IjkCNJFGpnfLKOiLTP6EE0h11gpr6WJ1WQUv4err+uknpC4i8 682A==
Thanks for the heads up.
Any remaining LGPL code in the Eigen tree is third-party code whose
licensing is not decided by us.
So the presence of the LGPL3 text only in the top-level directory is
only a remnant from the pre-MPL2 days, as you guessed.
This will be corrected shortly by adding a copy of the LGPL 2.1.
Benoit
2012/8/28 Clifford Yapp <cliffyapp@xxxxxxxxx>:
> I had a question about the LGPL components of Eigen 3.1.1 -
>
> Looking at the remaining LGPL code in Eigen, it all appears to use the
> LGPL 2.1 or later version of the LGPL. Yet, the toplevel copy of the
> LGPL (well, OK, GPL + LGPL, thanks to that dual-file approach to the
> new version) is LGPL v3.
>
> For my purposes, the LGPLv2+ is a workable license, but the LGPLv3 is
> not (long story...) - is the intent of the Eigen licensing to
> constrain users of the LGPL components of Eigen to the LGPLv3 or
> newer? Or (now that the MPL2 relicensing is complete and the
> remaining LGPL code is LGPLv2+) would it be acceptable to regard the
> LGPL components of Eigen as being distributed as LGPLv2+?
>
> I'm really hoping that the LGPLv3 license files in the toplevel are a
> holdover from pre-MPL2 days and LGPLv2+ will be workable, since there
> don't seem to be any LGPLv3 specific constraints other than the
> decision of the Eigen developers themselves...
>
> Thanks,
> CY
>
>