dev-python/uranium: fix license: s/AGPL-3/APGL-3+/
authorGöktürk Yüksek <gokturk@gentoo.org>
Sat, 21 May 2016 18:46:56 +0000 (14:46 -0400)
committerGöktürk Yüksek <gokturk@gentoo.org>
Sun, 22 May 2016 17:04:00 +0000 (13:04 -0400)
From UM/__init__.py:
"Uranium is released under the terms of the AGPLv3 or higher."

Package-Manager: portage-2.2.28

dev-python/uranium/uranium-2.1.0_beta-r2.ebuild

index 50c5a48c0f2a1341d50cb2c70a6912b5a9b1554a..98b16c56b4034086a1e792e57c716d4503008309 100644 (file)
@@ -14,7 +14,7 @@ DESCRIPTION="A Python framework for building 3D printing related applications"
 HOMEPAGE="https://github.com/Ultimaker/Uranium"
 SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="AGPL-3"
+LICENSE="AGPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc test"