I have found a few libraries that are under GPL but are there any under BSD? or any other non-GPL license?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

pymedia is LGPL, which is quite different from GPL -- it explicitly allows you to keep applications using this library under different licenses (including closed-source) although you do have to LGPL-cover any changes you choose to make to the library itself.

mp3.py has no clearly indicated license although it looks like the author's intention may therefore be not to explicitly make it GPL; however you should double check that with the author, rather than just guessing.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.