diff options
author | 2022-08-24 18:54:47 +0100 | |
---|---|---|
committer | 2022-08-24 19:05:29 +0100 | |
commit | 99f9d616ddc42b50dd93995bcbbbc0cd5bf08fb6 (patch) | |
tree | 8f01a231cef467fa16260cef244c021ce717b416 /dev-embedded | |
parent | mail-client/thunderbird: drop 102.0.3, 102.1.2 (diff) | |
download | gentoo-99f9d616ddc42b50dd93995bcbbbc0cd5bf08fb6.tar.gz gentoo-99f9d616ddc42b50dd93995bcbbbc0cd5bf08fb6.tar.bz2 gentoo-99f9d616ddc42b50dd93995bcbbbc0cd5bf08fb6.zip |
dev-embedded/libjaylink: update LICENSE
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/libjaylink/libjaylink-0.2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-embedded/libjaylink/libjaylink-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild index eb8fb0fb73b0..81f3e444b538 100644 --- a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild +++ b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink" SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 arm ~riscv x86" IUSE="static-libs" diff --git a/dev-embedded/libjaylink/libjaylink-9999.ebuild b/dev-embedded/libjaylink/libjaylink-9999.ebuild index af23bef609c1..f1cfbdf3cbac 100644 --- a/dev-embedded/libjaylink/libjaylink-9999.ebuild +++ b/dev-embedded/libjaylink/libjaylink-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -10,7 +10,7 @@ inherit git-r3 autotools multilib-minimal DESCRIPTION="Library to access J-Link devices" HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="" IUSE="static-libs" |