From 832b94097663882e6586acc7e2fdd0c1eba815c1 Mon Sep 17 00:00:00 2001 From: Rasmus Munk Larsen <4643818-rmlarsen1@users.noreply.gitlab.com> Date: Sat, 21 Feb 2026 17:16:07 -0800 Subject: [PATCH] Update COPYING.README to clarify third-party license status libeigen/eigen!2174 Co-authored-by: Rasmus Munk Larsen --- COPYING.README | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/COPYING.README b/COPYING.README index 11af93ca7..52c077f81 100644 --- a/COPYING.README +++ b/COPYING.README @@ -2,5 +2,10 @@ Eigen is primarily MPL2 licensed. See COPYING.MPL2 and these links: http://www.mozilla.org/MPL/2.0/ http://www.mozilla.org/MPL/2.0/FAQ.html -Some files contain third-party code under BSD or other MPL2-compatible licenses, -whence the other COPYING.* files here. \ No newline at end of file +Some files contain third-party code under BSD, LGPL, Apache, or other +MPL2-compatible licenses, hence the other COPYING.* files here. + +Note that some optional external dependencies (e.g. FFTW, MPFR C++) +and some bundled benchmark code (bench/btl/) are distributed under +different licenses, including the GPL. Refer to the individual source +files and their respective COPYING files for details.