summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2023-11-22 18:17:16 -0500
committerMichael Orlitzky <mjo@gentoo.org>2023-11-22 18:17:29 -0500
commitea6a2463580f0bfcae3932621feaaeb57d496649 (patch)
tree88359788c04762e6b95135a4e999f710bcfb4e64 /sci-mathematics
parentapp-office/libreoffice: Raise minimum dev-cpp/libcmis version to 0.6.2 (diff)
downloadgentoo-ea6a2463580f0bfcae3932621feaaeb57d496649.tar.gz
gentoo-ea6a2463580f0bfcae3932621feaaeb57d496649.tar.bz2
gentoo-ea6a2463580f0bfcae3932621feaaeb57d496649.zip
sci-mathematics/maxima: update LICENSE
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/maxima/maxima-5.47.0.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/sci-mathematics/maxima/maxima-5.47.0.ebuild b/sci-mathematics/maxima/maxima-5.47.0.ebuild
index 8e34da83b705..6ea0856572fb 100644
--- a/sci-mathematics/maxima/maxima-5.47.0.ebuild
+++ b/sci-mathematics/maxima/maxima-5.47.0.ebuild
@@ -11,7 +11,12 @@ DESCRIPTION="Free computer algebra environment based on Macsyma"
HOMEPAGE="http://maxima.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2 GPL-2+"
+# Licensing is a mess. COPYING is GPL-2. A few files such as
+# src/numth.lisp explicitly mention GPL-2 without the "or later version"
+# bit. Others such as src/airy.lisp have the "or later version." Both
+# src/maxmin.lisp and src/nummod.lisp declare the LLGPL; in fact they
+# say LLGPL version 2 or later which I have approximated by LLGPL-2.1.
+LICENSE="GPL-2 GPL-2+ LLGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"