diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-06-06 23:46:46 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-06-06 23:47:01 +0200 |
commit | 9a1beb1ccc6f5c22eaef7e082436deddab2c06b3 (patch) | |
tree | b10b0ffcafb16529ec8b0f577cb60767c7396f26 /net-libs | |
parent | app-emulation/kompose: Remove old (diff) | |
download | gentoo-9a1beb1ccc6f5c22eaef7e082436deddab2c06b3.tar.gz gentoo-9a1beb1ccc6f5c22eaef7e082436deddab2c06b3.tar.bz2 gentoo-9a1beb1ccc6f5c22eaef7e082436deddab2c06b3.zip |
net-libs/libprotoident: Fix license.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libprotoident/libprotoident-2.0.10.ebuild | 2 | ||||
-rw-r--r-- | net-libs/libprotoident/libprotoident-2.0.9.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libprotoident/libprotoident-2.0.10.ebuild b/net-libs/libprotoident/libprotoident-2.0.10.ebuild index 1d32eedc13bb..d02533a8d4c8 100644 --- a/net-libs/libprotoident/libprotoident-2.0.10.ebuild +++ b/net-libs/libprotoident/libprotoident-2.0.10.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="A library that performs application layer protocol identification f HOMEPAGE="http://research.wand.net.nz/software/libprotoident.php" SRC_URI="http://research.wand.net.nz/software/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="LGPL-3+" SLOT="0/2" KEYWORDS="~amd64 ~x86" IUSE="static-libs +tools" diff --git a/net-libs/libprotoident/libprotoident-2.0.9.ebuild b/net-libs/libprotoident/libprotoident-2.0.9.ebuild index 913f86f26b9f..d0f49de9ddc2 100644 --- a/net-libs/libprotoident/libprotoident-2.0.9.ebuild +++ b/net-libs/libprotoident/libprotoident-2.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ DESCRIPTION="A library that performs application layer protocol identification f HOMEPAGE="http://research.wand.net.nz/software/libprotoident.php" SRC_URI="http://research.wand.net.nz/software/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="LGPL-3+" SLOT="0/2" KEYWORDS="~amd64 ~x86" IUSE="static-libs +tools" |