diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-10 17:15:39 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-10 17:15:39 +0000 |
commit | 8de683536de374c18d071cdc877b8fdc6523b021 (patch) | |
tree | a03ea6ba3623ca179b6375a58b2a2af497126df9 /sys-process/htop | |
parent | remove wireless-tools-0.30_pre* mask (diff) | |
download | gentoo-2-8de683536de374c18d071cdc877b8fdc6523b021.tar.gz gentoo-2-8de683536de374c18d071cdc877b8fdc6523b021.tar.bz2 gentoo-2-8de683536de374c18d071cdc877b8fdc6523b021.zip |
The bundled (and obsolete) plpa library is licensed BSD.
(Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
Diffstat (limited to 'sys-process/htop')
-rw-r--r-- | sys-process/htop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/htop/htop-0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog index 03a3b8b76353..7117ad7a7348 100644 --- a/sys-process/htop/ChangeLog +++ b/sys-process/htop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/htop # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.86 2011/01/09 14:48:11 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.87 2011/01/10 17:15:39 ssuominen Exp $ + + 10 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> htop-0.9.ebuild: + The bundled (and obsolete) plpa library is licensed BSD. *htop-0.9 (09 Jan 2011) diff --git a/sys-process/htop/htop-0.9.ebuild b/sys-process/htop/htop-0.9.ebuild index a343bcc6f7b7..dd1b91a2d3d4 100644 --- a/sys-process/htop/htop-0.9.ebuild +++ b/sys-process/htop/htop-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9.ebuild,v 1.1 2011/01/09 14:48:11 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.9.ebuild,v 1.2 2011/01/10 17:15:39 ssuominen Exp $ EAPI=3 inherit eutils flag-o-matic multilib @@ -9,7 +9,7 @@ DESCRIPTION="interactive process viewer" HOMEPAGE="http://htop.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="BSD GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" IUSE="cgroup debug openvz unicode vserver" |