-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Labels
Description
Can you please fix the license version in package.xml?
Currently
https://github.com/ros-perception/slam_karto/blob/melodic-devel/package.xml#L12
says only LGPL, while:
https://github.com/ros-perception/slam_karto/blob/melodic-devel/src/slam_karto.cpp#L5
says CCPL (looks like some CC-BY-* variant)
https://github.com/ros-perception/slam_karto/blob/melodic-devel/src/spa_solver.cpp#L5
says LGPL-3+
superflore maps this to LGPL-2 in:
https://github.com/ros-infrastructure/superflore/blob/master/superflore/utils.py#L179
and LGPL-2 isn't valid SPDX Identifier in:
https://spdx.org/licenses/
so it would be better to declare the license correctly at the source - in package.xml.
Reactions are currently unavailable