diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2016-12-28 23:02:36 -0500 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2016-12-28 23:11:58 -0500 |
commit | 205f65ef6aa640230b3c9e59c65e90da2091ef0b (patch) | |
tree | d3af37881a50953d8a96874608c09380ad0a0824 | |
parent | dev-vcs/gitinspector: migrate away from google code #544092 (diff) | |
download | gentoo-205f65ef6aa640230b3c9e59c65e90da2091ef0b.tar.gz gentoo-205f65ef6aa640230b3c9e59c65e90da2091ef0b.tar.bz2 gentoo-205f65ef6aa640230b3c9e59c65e90da2091ef0b.zip |
dev-vcs/gitinspector: fix the license
Package-Manager: portage-2.3.0
-rw-r--r-- | dev-vcs/gitinspector/gitinspector-0.3.1.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/gitinspector/gitinspector-0.3.2.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/gitinspector/gitinspector-0.4.2.ebuild | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-vcs/gitinspector/gitinspector-0.3.1.ebuild b/dev-vcs/gitinspector/gitinspector-0.3.1.ebuild index 62b61ab11851..5ebcc4b87826 100644 --- a/dev-vcs/gitinspector/gitinspector-0.3.1.ebuild +++ b/dev-vcs/gitinspector/gitinspector-0.3.1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/ejwa/gitinspector" SRC_URI="https://github.com/ejwa/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" -LICENSE="GPL-3" +LICENSE="GPL-3+" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" diff --git a/dev-vcs/gitinspector/gitinspector-0.3.2.ebuild b/dev-vcs/gitinspector/gitinspector-0.3.2.ebuild index f2439b83e28a..f316018d5fbd 100644 --- a/dev-vcs/gitinspector/gitinspector-0.3.2.ebuild +++ b/dev-vcs/gitinspector/gitinspector-0.3.2.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/ejwa/gitinspector" SRC_URI="https://github.com/ejwa/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" -LICENSE="GPL-3" +LICENSE="GPL-3+" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" diff --git a/dev-vcs/gitinspector/gitinspector-0.4.2.ebuild b/dev-vcs/gitinspector/gitinspector-0.4.2.ebuild index 3110f61f80ef..5c4ac3a1b3b5 100644 --- a/dev-vcs/gitinspector/gitinspector-0.4.2.ebuild +++ b/dev-vcs/gitinspector/gitinspector-0.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/ejwa/gitinspector" SRC_URI="https://github.com/ejwa/gitinspector/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" -LICENSE="GPL-3" +LICENSE="GPL-3+" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" |