diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-11-22 17:22:53 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-11-22 17:22:53 -0500 |
commit | 31745b7c70686115acd395839d5dee682b98c29d (patch) | |
tree | 7c1a998ec7321ae760672163ed5670434faaf0b2 /sci-mathematics/eclib | |
parent | sci-libs/iml: update LICENSE (diff) | |
download | gentoo-31745b7c70686115acd395839d5dee682b98c29d.tar.gz gentoo-31745b7c70686115acd395839d5dee682b98c29d.tar.bz2 gentoo-31745b7c70686115acd395839d5dee682b98c29d.zip |
sci-mathematics/eclib: update LICENSE
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/eclib')
-rw-r--r-- | sci-mathematics/eclib/eclib-20230424.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-mathematics/eclib/eclib-20230424.ebuild b/sci-mathematics/eclib/eclib-20230424.ebuild index acd6e324bbf0..57e07cbbbb8f 100644 --- a/sci-mathematics/eclib/eclib-20230424.ebuild +++ b/sci-mathematics/eclib/eclib-20230424.ebuild @@ -9,7 +9,9 @@ DESCRIPTION="Programs for elliptic curves defined over the rational numbers" HOMEPAGE="https://github.com/JohnCremona/eclib" SRC_URI="https://github.com/JohnCremona/${PN}/releases/download/v${PV}/${P}.tar.bz2" -LICENSE="GPL-2" +# COPYING is GPL-2 but the file headers say "or ... any later version" +# LGPL-2.1+ is for bundled GetOpt.cc +LICENSE="GPL-2+ LGPL-2.1+" SLOT="0/12" KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" |