From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EE5F15815E for ; Fri, 9 Feb 2024 13:04:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98DC22BC03C; Fri, 9 Feb 2024 13:04:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FD2E2BC03C for ; Fri, 9 Feb 2024 13:04:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8D3D34314D for ; Fri, 9 Feb 2024 13:04:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C15D14D4 for ; Fri, 9 Feb 2024 13:04:41 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1707483794.26f1d99954bd4d838d3ca45495be2dc173dfc335.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kops/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/kops/kops-1.23.2.ebuild X-VCS-Directories: sys-cluster/kops/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 26f1d99954bd4d838d3ca45495be2dc173dfc335 X-VCS-Branch: master Date: Fri, 9 Feb 2024 13:04:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f3e259e7-e88e-4699-97d6-21d86f711d24 X-Archives-Hash: ebfd9f9a8bd2aa2b8f222adb6535699e commit: 26f1d99954bd4d838d3ca45495be2dc173dfc335 Author: Alfred Wingate protonmail com> AuthorDate: Fri Jan 19 06:03:23 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Feb 9 13:03:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f1d999 sys-cluster/kops: update LICENSE * Update license based on upstream and lichen output for the dependencies. Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Joonas Niilola gentoo.org> sys-cluster/kops/kops-1.23.2.ebuild | 4 ++-- 1 file 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"