diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2012-09-09 22:22:36 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2012-09-09 22:22:36 +0000 |
commit | acd4d9ee0751f4e199ade610a239645b9bc053e9 (patch) | |
tree | f7c2577bc89f1113ebf0fe2c5f379d19eddbbd6d /sys-apps/nca | |
parent | Add virtual/glu dep. (diff) | |
download | gentoo-2-acd4d9ee0751f4e199ade610a239645b9bc053e9.tar.gz gentoo-2-acd4d9ee0751f4e199ade610a239645b9bc053e9.tar.bz2 gentoo-2-acd4d9ee0751f4e199ade610a239645b9bc053e9.zip |
added GPL-2 to LICENSE, see bug #426146.
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/nca')
-rw-r--r-- | sys-apps/nca/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/nca/nca-0.9.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/nca/ChangeLog b/sys-apps/nca/ChangeLog index eb011c044822..4e3bfce94e91 100644 --- a/sys-apps/nca/ChangeLog +++ b/sys-apps/nca/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/nca -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/nca/ChangeLog,v 1.2 2010/07/21 00:29:13 sbriesen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/nca/ChangeLog,v 1.3 2012/09/09 22:22:36 sbriesen Exp $ + + 09 Sep 2012; Stefan Briesenick <sbriesen@gentoo.org> nca-0.9.0.ebuild: + added GPL-2 to LICENSE, see bug #426146. 21 Jul 2010; Stefan Briesenick <sbriesen@gentoo.org> nca-0.9.0.ebuild: added amd64 keyword + ebuild cleanup. diff --git a/sys-apps/nca/nca-0.9.0.ebuild b/sys-apps/nca/nca-0.9.0.ebuild index f87bcb4fb570..6bdd3de6b499 100644 --- a/sys-apps/nca/nca-0.9.0.ebuild +++ b/sys-apps/nca/nca-0.9.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/nca/nca-0.9.0.ebuild,v 1.2 2010/07/21 00:29:13 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/nca/nca-0.9.0.ebuild,v 1.3 2012/09/09 22:22:36 sbriesen Exp $ EAPI="2" @@ -10,7 +10,7 @@ DESCRIPTION="Network Console on Acid" HOMEPAGE="http://www.xenoclast.org/nca/" SRC_URI="http://www.xenoclast.org/nca/download/${P}.tar.gz" -LICENSE="BSD" +LICENSE="BSD GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" |