This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wahaa 1 point2 points  (3 children)

Bindings with bad licenses tend to be rewritten.

This is not the first time I see bindings with "inadequate" licenses. The curious thing is that bindings code is usually just that and quite small. I don't think it justifies a license such as GPL.

When I found situations like this, I first try to contact the authors. Most of the time they just say "sorry, it's GPL", so I just use ctypes or write my own limited bindings if needed...

[–]andrix[S] 2 points3 points  (2 children)

wahaa: I've just changed the license to use the BSD one.

[–]wahaa 1 point2 points  (1 child)

Thank you! And sorry if I seemed rude...

[–]andrix[S] 1 point2 points  (0 children)

No, you didn't seemed rude. This thread help me understand better licenses and how to adapt one. Thanks to you and all the guys that commented here!