diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-03-20 22:46:20 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-03-30 17:02:22 +0200 |
commit | 67c891c38c8c6a71bb880901d0af1519022fa54e (patch) | |
tree | 8fd98b80111121a497aa0df7a61b38289911d413 /dev-ros/openslam_gmapping | |
parent | dev-util/git-delta: revert 0.7.1 to ~arch (diff) | |
download | gentoo-67c891c38c8c6a71bb880901d0af1519022fa54e.tar.gz gentoo-67c891c38c8c6a71bb880901d0af1519022fa54e.tar.bz2 gentoo-67c891c38c8c6a71bb880901d0af1519022fa54e.zip |
dev-ros/openslam_gmapping: update license
since 0.2.0 it's BSD licensed
see https://github.com/ros-perception/openslam_gmapping/pull/29
Closes: https://github.com/gentoo/gentoo/pull/20022
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-ros/openslam_gmapping')
-rw-r--r-- | dev-ros/openslam_gmapping/openslam_gmapping-0.2.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/openslam_gmapping/openslam_gmapping-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/openslam_gmapping/openslam_gmapping-0.2.1.ebuild b/dev-ros/openslam_gmapping/openslam_gmapping-0.2.1.ebuild index 972294be7c44..cb126bd33da3 100644 --- a/dev-ros/openslam_gmapping/openslam_gmapping-0.2.1.ebuild +++ b/dev-ros/openslam_gmapping/openslam_gmapping-0.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ KEYWORDS="~amd64 ~arm" inherit ros-catkin DESCRIPTION="ROS-ified version of gmapping SLAM" -LICENSE="CC-BY-NC-SA-2.5" +LICENSE="BSD" SLOT="0" IUSE="" diff --git a/dev-ros/openslam_gmapping/openslam_gmapping-9999.ebuild b/dev-ros/openslam_gmapping/openslam_gmapping-9999.ebuild index 972294be7c44..cb126bd33da3 100644 --- a/dev-ros/openslam_gmapping/openslam_gmapping-9999.ebuild +++ b/dev-ros/openslam_gmapping/openslam_gmapping-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ KEYWORDS="~amd64 ~arm" inherit ros-catkin DESCRIPTION="ROS-ified version of gmapping SLAM" -LICENSE="CC-BY-NC-SA-2.5" +LICENSE="BSD" SLOT="0" IUSE="" |