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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 634491382C5 for ; Thu, 13 May 2021 16:12:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE640E0863; Thu, 13 May 2021 16:12:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5CCDE0863 for ; Thu, 13 May 2021 16:12:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59CA0335C5D for ; Thu, 13 May 2021 16:12:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD1C277E for ; Thu, 13 May 2021 16:12:36 +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: <1620922332.4228725346f733553d37b1811787dc1724e2277c.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sguil-sensor/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/sguil-sensor/sguil-sensor-1.0.0-r1.ebuild X-VCS-Directories: net-analyzer/sguil-sensor/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4228725346f733553d37b1811787dc1724e2277c X-VCS-Branch: master Date: Thu, 13 May 2021 16:12:36 +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: a9fa71e7-9d86-41a2-934e-6d56b996efd1 X-Archives-Hash: cfcb6e448efea14e5b68ee60ac350c90 commit: 4228725346f733553d37b1811787dc1724e2277c Author: Ulrich Müller gentoo org> AuthorDate: Wed May 12 10:59:29 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu May 13 16:12:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42287253 net-analyzer/sguil-sensor: Update LICENSE QPL and QPL-1.0 are duplicates. Bug: https://bugs.gentoo.org/789666 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> net-analyzer/sguil-sensor/sguil-sensor-1.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/sguil-sensor/sguil-sensor-1.0.0-r1.ebuild b/net-analyzer/sguil-sensor/sguil-sensor-1.0.0-r1.ebuild index d07d5ee6291..7007abd7517 100644 --- a/net-analyzer/sguil-sensor/sguil-sensor-1.0.0-r1.ebuild +++ b/net-analyzer/sguil-sensor/sguil-sensor-1.0.0-r1.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Sensor part of sguil Network Security Monitoring" HOMEPAGE="https://github.com/bammv/sguil" SRC_URI="https://github.com/bammv/sguil/archive/v${PV}.tar.gz -> ${P/-sensor}.tar.gz" -LICENSE="GPL-2 QPL" +LICENSE="GPL-3 GPL-2+ QPL-1.0 GPL-2" # GPL-2 for init script SLOT="0" KEYWORDS="~amd64 ~x86"