Farseer Physics Engine and the Ms-PL License
Posted
by
Stephen Tierney
on Game Development
See other posts from Game Development
or by Stephen Tierney
Published on 2012-11-04T07:09:16Z
Indexed on
2012/11/04
17:17 UTC
Read the original article
Hit count: 472
Am I able to produce code for a game which uses the Farseer engine and release my code under an open source license other than the Ms-PL?
My concern is with the following section from the license:
If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
If I do not include Farseer in my source code distribution does this give me an exemption from this clause as I am not distributing the software? My code merely uses its functions. No where in the license does it force you to provide source code for derivative works or linking works, it simply gives you the option of "if you distribute".
© Game Development or respective owner