PDA

View Full Version : Are all Boxee apps GPL?



kierank
May 18th, 2009, 05:03 AM
Please note that the license agreement for all applications is GPL since Boxee, which is based on XBMC is GPL.

from http://developer.boxee.tv/app-descriptor/

Is this still the case?

We'd like to know before we start taking code from other apps?

Thanks

--
Kieran K - Founder of highdefnow
http://www.highdefnow.com

ameno
May 18th, 2009, 10:35 AM
I don't know that Boxee can tell you that all your code is GPL automatically. If you wanted to use proprietary code and put it in a python library I don't see how they could force GPL on you. However, because the API is prett strict, and there aren't a whole lot of things you could do outside of the API, someone would have a tough time proving the the code you were using was "theirs" and proprietary in any way.

I'd say don't hold back from going through the code contained in the apps. Right now, the only ones that are really worth picking through are the ones created by Boxee for outside clients anyway.

svkelley
March 1st, 2010, 05:15 PM
What is Boxee's position on application licensing?

Thanks,

Sean


I don't know that Boxee can tell you that all your code is GPL automatically. If you wanted to use proprietary code and put it in a python library I don't see how they could force GPL on you. However, because the API is prett strict, and there aren't a whole lot of things you could do outside of the API, someone would have a tough time proving the the code you were using was "theirs" and proprietary in any way.

I'd say don't hold back from going through the code contained in the apps. Right now, the only ones that are really worth picking through are the ones created by Boxee for outside clients anyway.