List of packages and their license
Is there a list of packages that also shows what license each package declares?
There is a list of available packages (eg. for Hydro).
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
With a little bit of python you can get it from rosdistro (at least the licenses specified in package.xml):
curl https://gist.githubusercontent.com/NikolausDemmel/9631654/raw/8b1a24909923eeac872a8c9b496e0c78930c4afc/hydro-licenses.py -s | python -
I've started making a bit more formal way to get a list of license for a given ROS package. Link to the pull request.
Asked: 2014-03-17 14:51:50 -0600
Seen: 857 times
Last updated: Feb 10 '18