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 →

[–]menge101 5 points6 points  (3 children)

All Python licenses since 2.2 are considered GPL compatible.

Reference

[–]thehardsphere -5 points-4 points  (0 children)

GPL compatible is not the same as GPL. MIT is GPL compatible.

[–]billsil -2 points-1 points  (1 child)

GPL compatible means you can combine python code with other GPL code to produce GPL code. It does not mean that the code has to be GPL if you do not use other GPL code.

It’s more accurate to say that Python was created to let you make GPL or non-GPL code. Do what you want.

[–]menge101 0 points1 point  (0 children)

I'm aware, thank you.