diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-08-28 19:05:44 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2019-08-28 19:23:48 +0200 |
commit | 058c8862cb24233442a676fc5ac1598dcd53a826 (patch) | |
tree | 92526b039041fcf54ed4955321923c14a9961761 /dev-ros/gmapping | |
parent | net-misc/ntp: EAPI=7, Use GLEP 81 for user/group instead of user eclass (diff) | |
download | gentoo-058c8862cb24233442a676fc5ac1598dcd53a826.tar.gz gentoo-058c8862cb24233442a676fc5ac1598dcd53a826.tar.bz2 gentoo-058c8862cb24233442a676fc5ac1598dcd53a826.zip |
dev-ros/gmapping: update license.
Upstream: https://github.com/ros-perception/slam_gmapping/commit/9f950b3febac5e1e4853e5793faa0a1802ed285d
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/gmapping')
-rw-r--r-- | dev-ros/gmapping/gmapping-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/gmapping/gmapping-9999.ebuild b/dev-ros/gmapping/gmapping-9999.ebuild index ca6f43afe50c..307f03f929b1 100644 --- a/dev-ros/gmapping/gmapping-9999.ebuild +++ b/dev-ros/gmapping/gmapping-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ ROS_SUBDIR=${PN} inherit ros-catkin DESCRIPTION="ROS wrapper for OpenSlam's Gmapping" -LICENSE="CC-BY-NC-SA-2.5" +LICENSE="BSD" SLOT="0" IUSE="" |