SFML community forums

Help => General => Topic started by: ManualDev on April 28, 2011, 06:43:45 pm

Title: License
Post by: ManualDev on April 28, 2011, 06:43:45 pm
So, I read that "SFML is completely free for any use, commercial or not, open-source or not. That is, you can use SFML API in your project without any restriction.". But what about libs which SFML uses(LGPL, BSD, GPL, FreeType License)?

Are these licences free for commercial projects(without share the sources)?
And what are the conditions for they?(give credit or join a license file)
Title: License
Post by: Laurent on April 28, 2011, 09:40:14 pm
Libraries that SFML uses are also free for any use (including commercial). Basically, everything is made so that users don't need to worry about them.

I think the only condition is to explicitely say which license they use, and give a link to these licenses (or the complete license text directly).
Title: License
Post by: ManualDev on April 29, 2011, 08:39:31 pm
Ohh, very good ; )
Thanks for your answer.