"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> _______________________________________________ Image-SIG maillist - Image-SIG@python.org http://mail.python.org/mailman/listinfo/image-sig