stonier / ecl_core

A set of tools and interfaces extending the capabilities of c++ to provide a lightweight, consistent interface with a focus for control programming.
Other
84 stars 69 forks source link

Replacing BSD with BSD-3-Clause in package.xml #118

Closed DasRoteSkelett closed 4 months ago

DasRoteSkelett commented 6 months ago

Updating the package.xml license tags to hold valid SPDX qualifiers. The rationale behind this is, that with meta-ros and superflore recipes get generated for the OpenEmbedded Linux build system. It will fetch the license tag and copy it over into the recipe. If no valid SPDX identifiers get found, it will issue an error, and a manual step to fix this is needed.

See the SPDX identifiers BSD-3-Clause

stonier commented 4 months ago

LGTM