commit: 42212a775572c7655e3d52d908fbfb4f5e7b3f74
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 25 07:55:58 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 25 07:55:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42212a77
app-shells/bashdb: update LICENSE
LICENSE in the repo says GPL-2, but it's clearly based on bash-5.0, so
it must be GPL-3+ too.
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-shells/bashdb/bashdb-5.0.1.1.2-r1.ebuild | 4 +++-
app-shells/bashdb/bashdb-5.1_pre20240617.ebuild | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/app-shells/bashdb/bashdb-5.0.1.1.2-r1.ebuild
b/app-shells/bashdb/bashdb-5.0.1.1.2-r1.ebuild
index f4018c58806a..e29905f605c5 100644
--- a/app-shells/bashdb/bashdb-5.0.1.1.2-r1.ebuild
+++ b/app-shells/bashdb/bashdb-5.0.1.1.2-r1.ebuild
@@ -12,7 +12,9 @@ SRC_URI="
"
S="${WORKDIR}/${MY_P}"
-LICENSE="GPL-2"
+# LICENSE in the repo says GPL-2, but it's clearly based on bash-5.0, so
+# it must be GPL-3+ too.
+LICENSE="GPL-3+ GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86"
IUSE="test"
diff --git a/app-shells/bashdb/bashdb-5.1_pre20240617.ebuild
b/app-shells/bashdb/bashdb-5.1_pre20240617.ebuild
index 299fe8ca9828..3936ef9c2dff 100644
--- a/app-shells/bashdb/bashdb-5.1_pre20240617.ebuild
+++ b/app-shells/bashdb/bashdb-5.1_pre20240617.ebuild
@@ -32,7 +32,9 @@ else
S="${WORKDIR}/${MY_P}"
fi
-LICENSE="GPL-2"
+# LICENSE in the repo says GPL-2, but it's clearly based on bash-5.0, so
+# it must be GPL-3+ too.
+LICENSE="GPL-3+ GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"