You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeking clarificaiton of the last two lines after top-level Software License Agreement. Do I need formal permission to publish a derived work on clearpath_simulator? #124
In a number of .py files (like /launch/writer.py, /description/generate_description.py) after the Software License Agreement docstring, two lines are present as shown below
# Redistribution and use in source and binary forms, with or without# modification, is not permitted without the express permission# of Clearpath Robotics.
As far as I understand, BSD-3 license allows redistribution as long as the conditions for redistribution are met and the "AS IS" notice.
I have been working with clearpath_simulator for the last two months and have made substantial changes to make it compatible with a newer version of Gazebo. My copy of clearpath_common thus underwent a number of changes to achieve this compatibility.
My questions thus are follows
a. Are those two lines contradicting the BSD-3 license?
b. If the above two lines are valid even in context of being BSD-3 license, how can I obtain a formal permission from Clearpath Robotics to publish my work?