diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-11-22 17:18:49 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-11-22 17:18:49 -0500 |
commit | e51b6e7245da1b548711cd1c10af66f0ffaa5c81 (patch) | |
tree | 3e23c346cc6725badeeaecf4a71b723193a6caf1 /sci-libs/iml | |
parent | dev-libs/gf2x: update LICENSE (diff) | |
download | gentoo-e51b6e7245da1b548711cd1c10af66f0ffaa5c81.tar.gz gentoo-e51b6e7245da1b548711cd1c10af66f0ffaa5c81.tar.bz2 gentoo-e51b6e7245da1b548711cd1c10af66f0ffaa5c81.zip |
sci-libs/iml: update LICENSE
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs/iml')
-rw-r--r-- | sci-libs/iml/iml-1.0.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/iml/iml-1.0.5.ebuild b/sci-libs/iml/iml-1.0.5.ebuild index e87b1e50a002..41bcf98488dd 100644 --- a/sci-libs/iml/iml-1.0.5.ebuild +++ b/sci-libs/iml/iml-1.0.5.ebuild @@ -9,7 +9,8 @@ DESCRIPTION="Integer Matrix Library" HOMEPAGE="https://www.cs.uwaterloo.ca/~astorjoh/iml.html" SRC_URI="https://www.cs.uwaterloo.ca/~astorjoh/${P}.tar.bz2" -LICENSE="GPL-2" +# COPYING is GPL-2, but the files under src/ all have a BSD header +LICENSE="GPL-2 BSD" SLOT="0" KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs" |