Skip to content

Fix license in package.xml or file headers #28

@shr-project

Description

@shr-project

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions