ros / pluginlib

Library for loading/unloading plugins in ROS packages during runtime
http://ros.org/wiki/pluginlib
57 stars 101 forks source link

Missing license #241

Closed georgiagn closed 1 year ago

georgiagn commented 2 years ago

In order to use this package (which is by default installed with ros-core) in a production release, we need to indicate its license. Could you please add a licence?

tfoote commented 1 year ago

The license is called out in the package.xml https://github.com/ros/pluginlib/blob/5fb0f10d2d354aad5d245c806d61dfa8d3863e64/pluginlib/package.xml#L11

And the BSD license is per file so each file has the full header such as: https://github.com/ros/pluginlib/blob/5fb0f10d2d354aad5d245c806d61dfa8d3863e64/pluginlib/include/pluginlib/class_desc.h#L4

This should provide full coverage. If there's a file that's missing the header please reopen.