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 |
Is there a list of packages that also shows what license each package declares?
There is a list of available packages (eg. for Hydro).
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: 869 times
Last updated: Feb 10 '18
Turtlebot, is it open source hardware ? [closed]
Releasing ROS packages under LGPL/BSD
Use a GPL package in a proprietary licensed software
Missing information of copyright/licenses in debian binaries
GPL licensed ROS software stack
Can I use catkin_virtualenv to help release a non-GPLv2 package with bloom?
When should I add a copyright at the top of a source file? [closed]