diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-09 19:53:48 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-09 21:30:45 +0300 |
commit | b54d48d6411adf2f5b217fc7c847c8ba7a7fe5c1 (patch) | |
tree | 5fc3875bfe8ccf001911b56613d5d47898d9b909 /dev-python/lazr-delegates | |
parent | dev-python/lazr-delegates: enable py3.10, EAPI=8, fix pth file install (diff) | |
download | gentoo-b54d48d6411adf2f5b217fc7c847c8ba7a7fe5c1.tar.gz gentoo-b54d48d6411adf2f5b217fc7c847c8ba7a7fe5c1.tar.bz2 gentoo-b54d48d6411adf2f5b217fc7c847c8ba7a7fe5c1.zip |
dev-python/lazr-delegates: update LICENSE
Checked all code files upstream, all o them are licensed under
LGPL-3, without later variant.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/lazr-delegates')
-rw-r--r-- | dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild b/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild index 1a1b0145b04b..451b0f89c85a 100644 --- a/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild +++ b/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://code.launchpad.net/lazr.delegates" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${MY_PN}-${PV}" -LICENSE="Apache-2.0" +LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" |