[Image-SIG] python app using PIL - GPL question

Fredrik Lundh fredrik at pythonware.com
Wed Aug 30 16:14:04 CEST 2006


"Donn" wrote:

> I am writing an app in Python + wxPython and it also uses PIL.
> I want to licence it as Gnu GPL, but have never done this kind of thing
> before. Is it alright to use PIL and use GPL as the licence in my code?

PIL uses the old-style Python license, which is considered to be GPL compatible
by the FSF (look for "License of Python 1.6a2 and earlier versions" in their list),
so mixing things shuold be perfectly okay.

If you build stuff on top of PIL that would be useful to other PIL users, outside
your application (e.g. file format drivers, new image processing algorithms, etc.),
it's of course nice to license those parts under a non-GPL license, but that's up
to you.

</F> 





More information about the Image-SIG mailing list