Open berezovskyi opened 6 years ago
I copied this code from a website and modified it. Do we have any default license header that we must include in the codes? Otherwise I can remove this line.
The files we create, must have the Apache 2.0 license header. If we did not create the files, we must leave the license that those files had.
I think we also can close this one... I have already fixed this particular one.
I am not sure. Can you please do a search for any GPL strings, please?
–Andrew. (sent from my phone)
On 4 Jul 2018, at 13:16, albertohata notifications@github.com wrote:
I think we also can close this one... I have already fixed this particular one.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
There are some occurrences of GPL, but they are related to the remote API of the V-REP, which is also related to this question you made: https://github.com/CoppeliaRobotics/remoteApiBindings/issues/2. In this, they said that they will move to BSD license. But, until now they didn't change the license...
In the V-REP github there is a licence.txt file which says that they use BSD license: https://github.com/CoppeliaRobotics/remoteApiBindings/blob/master/license.txt But, the header of the codes still contains GPL header.
We can’t merge GPL in. Unless we want to relicense our SCOTT sandbox under GPL.
–Andrew. (sent from my phone)
On 4 Jul 2018, at 16:14, albertohata notifications@github.com wrote:
In the V-REP github there is a licence.txt file which says that they use BSD license: https://github.com/CoppeliaRobotics/remoteApiBindings/blob/master/license.txt But, the header of the codes still contains GPL header.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
The license has been updated to BSD recently: https://github.com/CoppeliaRobotics/remoteApiBindings/blob/master/license.txt
So the task here would be to get the updated code: https://github.com/CoppeliaRobotics/remoteApiBindings/blob/master/java/java/coppelia/remoteApi.java
Correct?
@KRaizer @jramadeu did we actually update our repo contents to reflect their change? Can we close this one?
I understand it was GPL, and then Coppelia changed it to BSD later on. Alberto ( @albertohata ), are we still using the code from the time it was GPL?
https://github.com/EricssonResearch/scott-eu/blob/simulation-ros/simulation-ros/src/turtlebot2i/turtlebot2i_navigation/src/navigation.py#L2
License header is there because it is required by the license. Could you please help me restore it?