-
Notifications
You must be signed in to change notification settings - Fork 8
"LICENSE REMOVED FOR BREVITY" is not OK #87
Comments
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 ***@***.***> 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: CoppeliaRobotics/remoteApiBindings#2. |
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 |
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 ***@***.***> 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: So the task here would be to get the updated code: Correct? |
I understand it was GPL, and then Coppelia changed it to BSD later on. |
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?
The text was updated successfully, but these errors were encountered: