summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2023-11-22 17:31:15 -0500
committerMichael Orlitzky <mjo@gentoo.org>2023-11-22 17:31:15 -0500
commit5530ead9936b5d402d7f29cd75dad2ff0082f32b (patch)
tree36d90dac2a7aae58d0aeb35f659673a587bf5b97 /sci-libs
parentsci-mathematics/cliquer: update LICENSE (diff)
downloadgentoo-5530ead9936b5d402d7f29cd75dad2ff0082f32b.tar.gz
gentoo-5530ead9936b5d402d7f29cd75dad2ff0082f32b.tar.bz2
gentoo-5530ead9936b5d402d7f29cd75dad2ff0082f32b.zip
sci-libs/mpfi: update LICENSE
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/mpfi/mpfi-1.5.4.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-libs/mpfi/mpfi-1.5.4.ebuild b/sci-libs/mpfi/mpfi-1.5.4.ebuild
index 80f3bc6e283a..76afa306787b 100644
--- a/sci-libs/mpfi/mpfi-1.5.4.ebuild
+++ b/sci-libs/mpfi/mpfi-1.5.4.ebuild
@@ -9,7 +9,9 @@ DESCRIPTION="Multiple precision interval arithmetic library based on MPFR"
HOMEPAGE="http://perso.ens-lyon.fr/nathalie.revol/software.html"
SRC_URI="https://gforge.inria.fr/frs/download.php/file/38111/${P}.tgz"
-LICENSE="GPL-2"
+# COPYING is GPL-3, COPYING.LESSER is LGPL-3, source file headers
+# are LGPL-2.1+
+LICENSE="GPL-3 LGPL-3 LGPL-2.1+"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"