From e51b6e7245da1b548711cd1c10af66f0ffaa5c81 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 22 Nov 2023 17:18:49 -0500 Subject: sci-libs/iml: update LICENSE Signed-off-by: Michael Orlitzky --- sci-libs/iml/iml-1.0.5.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sci-libs/iml') 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" -- cgit v1.2.3-65-gdbad