diff options
author | Alfred Wingate <parona@protonmail.com> | 2024-01-19 08:03:23 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-02-09 15:03:14 +0200 |
commit | 26f1d99954bd4d838d3ca45495be2dc173dfc335 (patch) | |
tree | 2a73fe1795c10da4e03e66f17b3fb3f9dc9a1e00 /sys-cluster/kops | |
parent | app-text/vgrep: update LICENSE (diff) | |
download | gentoo-26f1d99954bd4d838d3ca45495be2dc173dfc335.tar.gz gentoo-26f1d99954bd4d838d3ca45495be2dc173dfc335.tar.bz2 gentoo-26f1d99954bd4d838d3ca45495be2dc173dfc335.zip |
sys-cluster/kops: update LICENSE
* Update license based on upstream and lichen output for the
dependencies.
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-cluster/kops')
-rw-r--r-- | sys-cluster/kops/kops-1.23.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/kops/kops-1.23.2.ebuild b/sys-cluster/kops/kops-1.23.2.ebuild index 85f46b6e9018..f5db1a763c61 100644 --- a/sys-cluster/kops/kops-1.23.2.ebuild +++ b/sys-cluster/kops/kops-1.23.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ DESCRIPTION="Kubernetes Operations" HOMEPAGE="https://kops.sigs.k8s.io/ https://github.com/kubernetes/kops/" SRC_URI="https://github.com/kubernetes/kops/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0 BSD-2 BSD-4 ECL-2.0 imagemagick ISC JSON MIT MIT-with-advertising MPL-2.0 unicode" +LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 MIT MPL-2.0 Unicode-DFS-2016" SLOT="0" KEYWORDS="~amd64" |