View Single Post
Posts: 28 | Thanked: 15 times | Joined on Dec 2009
#71
Originally Posted by fatalsaint View Post
I'm pretty sure I flagged mine as GPL. Did so in the Debian packaging anyway. And the source code is the same thing as the app to run it since it's python.

I didn't specify what version of GPL though. But, just because Sonata is GPL does that mean the images couldn't be copyrighted?
Well the issue is GPLv3 is not compatible with GPLv1/2 directly.
http://www.gnu.org/licenses/gpl-faq....3Compatibility

Usually the images fall under the same license and the code.

Originally Posted by karim0028
Usually GPL means you can do anything with it as long as its open source, code, graphics and all....
Somewhat. The easy way to look at is:
BSD/MIT licenses say Do anything you want with my work so long as you credit me (no restrictions on your license, doesn't even have to be open source)

GPL/Apache say Do what you want to as long as you release all the derivative works under the same license.

You should prob read this whole page, especially the requirement to be able to display the license to the user.
http://www.gnu.org/licenses/quick-guide-gplv3.html

Last edited by Thorprime; 2010-02-05 at 19:19.