From eebcb7c6f714cf675c95f44386a5542d36d9d68f Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Sat, 2 May 2015 12:27:27 +0200 Subject: [PATCH] frontier-exploration: point to license provided in package.xml The frontier-exploration recipe stated that the software is under BSD license, probably due to a copy-and-paste inattention. The commit now points to the license line for version 0.2.2 and changes the license to GPLv3, which is stated in the package.xml. Strangely, the package.xml states that the frontier_exploration ROS package is licensed under GPLv3, but the license text in the LICENSE file is the GPLv2.1 terms and conditions; so the actual intended license by the copyright holders remain unclear. However, assuming the conditions for GPLv3 must be fulfilled for usage and distribution is a 'safe' approximation, even if the conditions for GPLv2.1 apply. Signed-off-by: Lukas Bulwahn --- .../frontier-exploration/frontier-exploration_0.2.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-ros/frontier-exploration/frontier-exploration_0.2.2.bb b/recipes-ros/frontier-exploration/frontier-exploration_0.2.2.bb index 96accc4..f468b28 100644 --- a/recipes-ros/frontier-exploration/frontier-exploration_0.2.2.bb +++ b/recipes-ros/frontier-exploration/frontier-exploration_0.2.2.bb @@ -1,8 +1,8 @@ DESCRIPTION = "Frontier exploration implementation in ROS, \ accepts exploration goals via actionlib, sends movement commands to move_base" SECTION = "devel" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://package.xml;beginline=13;endline=13;md5=982a0c0253535646914c5d3dde650928" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=1e7b3bcc2e271699c77c769685058cbe" DEPENDS = "geometry-msgs roscpp pcl costmap-2d actionlib move-base-msgs visualization-msgs tf"