dev-libs/libbpf: Remove GPL-2 from licenses
authorjkelecic <josip.kelecic@sartura.hr>
Mon, 27 Jan 2020 12:35:49 +0000 (13:35 +0100)
committerPatrick McLean <chutzpah@gentoo.org>
Wed, 1 Apr 2020 17:37:02 +0000 (10:37 -0700)
https://github.com/libbpf/libbpf/blob/master/LICENSE states that
LGPL-2.1 or BSD-2-Clause licenses are to be used.

Signed-off-by: jkelecic <josip.kelecic@sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/14483
Closes: https://bugs.gentoo.org/711490
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
dev-libs/libbpf/libbpf-0.0.6.ebuild
dev-libs/libbpf/libbpf-0.0.7.ebuild

index 7e265723db967965eaf85881d9d4fdd6f97cc5f4..0853d4751e038689fbfc74f96ba07cc38168425a 100644 (file)
@@ -9,7 +9,7 @@ HOMEPAGE="https://github.com/libbpf/libbpf"
 DESCRIPTION="Stand-alone build of libbpf from the Linux kernel"
 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="GPL-2 LGPL-2.1 BSD-2"
+LICENSE="LGPL-2.1 BSD-2"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="+static-libs"
index 6ba1ae96c610edef0a0c3df9bd4ce532176c0d28..43363c91efaee682306aedcaca4a530a0d9d4e49 100644 (file)
@@ -9,7 +9,7 @@ HOMEPAGE="https://github.com/libbpf/libbpf"
 DESCRIPTION="Stand-alone build of libbpf from the Linux kernel"
 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="GPL-2 LGPL-2.1 BSD-2"
+LICENSE="LGPL-2.1 BSD-2"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="+static-libs"