diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-05-12 12:59:12 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-05-13 18:12:11 +0200 |
commit | e1931e55c9607687f94d4a0eebc927a656687608 (patch) | |
tree | afdf4d9f5ef5b5e53e50b341ce37b2c7d4d02b0d /net-analyzer/sguil-client | |
parent | net-analyzer/sancp: Update LICENSE (diff) | |
download | gentoo-e1931e55c9607687f94d4a0eebc927a656687608.tar.gz gentoo-e1931e55c9607687f94d4a0eebc927a656687608.tar.bz2 gentoo-e1931e55c9607687f94d4a0eebc927a656687608.zip |
net-analyzer/sguil-client: 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 <ulm@gentoo.org>
Diffstat (limited to 'net-analyzer/sguil-client')
-rw-r--r-- | net-analyzer/sguil-client/sguil-client-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/sguil-client/sguil-client-1.0.0.ebuild b/net-analyzer/sguil-client/sguil-client-1.0.0.ebuild index 992c2a582baa..a0b8868ce81c 100644 --- a/net-analyzer/sguil-client/sguil-client-1.0.0.ebuild +++ b/net-analyzer/sguil-client/sguil-client-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ DESCRIPTION="GUI Console for sguil Network Security Monitoring" HOMEPAGE="https://github.com/bammv/sguil" SRC_URI="https://github.com/bammv/sguil/archive/v${PV}.tar.gz -> ${P/-client}.tar.gz" -LICENSE="QPL" +LICENSE="GPL-3 GPL-2+ QPL-1.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="ssl" |