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 288B715800A for ; Fri, 11 Aug 2023 09:42:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 313C92BC01A; Fri, 11 Aug 2023 09:42:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19F472BC016 for ; Fri, 11 Aug 2023 09:42:21 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DE0733BEEB for ; Fri, 11 Aug 2023 09:42:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75DCFF37 for ; Fri, 11 Aug 2023 09:42:18 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1691746761.cee4e76d9e11b55292e413fd639f3bdfac5882a7.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/zerotier/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/zerotier/zerotier-1.10.1.ebuild net-misc/zerotier/zerotier-1.10.6.ebuild net-misc/zerotier/zerotier-1.6.4.ebuild X-VCS-Directories: net-misc/zerotier/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cee4e76d9e11b55292e413fd639f3bdfac5882a7 X-VCS-Branch: master Date: Fri, 11 Aug 2023 09:42:18 +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: 05752f2c-f745-440b-a02f-783d9030f948 X-Archives-Hash: 2c6931c2a7973b7e101c0e8763cd69a6 commit: cee4e76d9e11b55292e413fd639f3bdfac5882a7 Author: Ulrich Müller gentoo org> AuthorDate: Fri Aug 11 09:39:21 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Aug 11 09:39:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee4e76d net-misc/zerotier: update LICENSE Bug: https://bugs.gentoo.org/912053 Signed-off-by: Ulrich Müller gentoo.org> net-misc/zerotier/zerotier-1.10.1.ebuild | 4 ++-- net-misc/zerotier/zerotier-1.10.6.ebuild | 2 +- net-misc/zerotier/zerotier-1.6.4.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-misc/zerotier/zerotier-1.10.1.ebuild b/net-misc/zerotier/zerotier-1.10.1.ebuild index fff14d007687..2e74f67d3f82 100644 --- a/net-misc/zerotier/zerotier-1.10.1.ebuild +++ b/net-misc/zerotier/zerotier-1.10.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.zerotier.com/" SRC_URI="https://github.com/zerotier/ZeroTierOne/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/ZeroTierOne-${PV} -LICENSE="BSL-1.1" +LICENSE="BUSL-1.1" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" IUSE="cpu_flags_arm_neon" diff --git a/net-misc/zerotier/zerotier-1.10.6.ebuild b/net-misc/zerotier/zerotier-1.10.6.ebuild index 1aa50e362d74..cae03fbe000e 100644 --- a/net-misc/zerotier/zerotier-1.10.6.ebuild +++ b/net-misc/zerotier/zerotier-1.10.6.ebuild @@ -202,7 +202,7 @@ SRC_URI=" " S="${WORKDIR}"/ZeroTierOne-${PV} -LICENSE="BSL-1.1" +LICENSE="BUSL-1.1" # Crate licenses LICENSE+=" sso? ( Apache-2.0 BSD ISC MIT MPL-2.0 Unicode-DFS-2016 )" SLOT="0" diff --git a/net-misc/zerotier/zerotier-1.6.4.ebuild b/net-misc/zerotier/zerotier-1.6.4.ebuild index 174e38f2dce1..256d078e8427 100644 --- a/net-misc/zerotier/zerotier-1.6.4.ebuild +++ b/net-misc/zerotier/zerotier-1.6.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ HOMEPAGE="https://www.zerotier.com/" DESCRIPTION="A software-based managed Ethernet switch for planet Earth" SRC_URI="https://github.com/zerotier/ZeroTierOne/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSL-1.1" +LICENSE="BUSL-1.1" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" IUSE="clang cpu_flags_arm_neon"