legal question

Discuss the development of other free/open-source games, as well as other games in general.

Moderator: Forum Moderators

Post Reply
Lorbi
Posts: 162
Joined: May 21st, 2007, 6:35 am
Contact:

legal question

Post by Lorbi »

is it legal to use graphics of wesnoth for my browsergame?
do i have to license the game under GPL than?
playtom
Posts: 103
Joined: July 21st, 2007, 10:58 pm
Contact:

Post by playtom »

wesnoth is distributed under the GNU general public license, it's free/open source, but i think using it's graphics to make another game, you need to license it under GPL so you don't get into any copyrights issues with the makers of wesnoth. of course unless they've given you permission to use the wesnoth graphics.
Last edited by playtom on September 4th, 2007, 1:17 am, edited 1 time in total.
evolved around the confined environment, emotions, knowledge and events mixed into my life, mere mortal am i, trying to climb higher up the ladder, time passes, just then i realized, death will part me eventually. - playtom's philosophy
Roots
Posts: 103
Joined: March 22nd, 2004, 8:22 pm
Location: Austin, TX
Contact:

Post by Roots »

I think as long as you keep the images that you borrow from Wesnoth under a GPL license, and make sure that you keep an explicit list of which images are GPL-ed, then it doesn't matter what your other media and code is licensed under. There's a lot of non-GPL code out there that uses GPL or LGPL code libraries to do their work. I'm not an expert on this though, so don't quote me.


Also I think you need to keep those GPL-ed images open publicly (ie, don't drop them in with a bunch of other media into a proprietary file format that contains all this data). Well, you could still do that, but you would have to honor any requests that you get to provide the GPL-ed content in an "acceptable medium" (.png, .jpg, etc). We use some Wesnoth artwork in our game, but our game code and media are both GPL licensed, so we don't really have to worry about this.
Hero of Allacrost, a 2D open source RPG. Check it out at http://www.allacrost.org.
User avatar
Iris
Site Administrator
Posts: 6800
Joined: November 14th, 2006, 5:54 pm
Location: Chile
Contact:

Re: legal question

Post by Iris »

Lorbi wrote:is it legal to use graphics of wesnoth for my browsergame?
do i have to license the game under GPL than?
Guys, don't you think he just has to license the artwork under the GPL, not the whole game?
Author of the unofficial UtBS sequels Invasion from the Unknown and After the Storm.
PingPangQui
Posts: 267
Joined: July 18th, 2006, 11:52 am

Re: legal question

Post by PingPangQui »

Shadow Master wrote:
Lorbi wrote:is it legal to use graphics of wesnoth for my browsergame?
do i have to license the game under GPL than?
Guys, don't you think he just has to license the artwork under the GPL, not the whole game?
As Roots stated correctly: As long as he strictly separates it from non-GPL-licensed stuff this is correct.
The Clan Antagonist.

"Larry the Cow was a bit frustrated at the current state of Linux distributions (...) until he tried Gentoo Linux" - Free Software for free people.
meriton
Posts: 77
Joined: March 17th, 2007, 1:17 pm

Post by meriton »

Disclaimer: I am not a lawyer. Ask better informed people if you need a definite answer.

The GPL need only be applied to derivate works that are published.

I think these requirements could be met, since you are distributing the graphics as part of the other content generated by the game to the users. Therefore you would be obligated to license whatever the game generates under GPL.

However, if you do not publish the code running on the server, I think you are not required to put the code under GPL, too.

---

"Strict separation":
Yes, that is the requirement. But what does that mean in the context of a browser game? If the graphics are used in a web page, are they "strictly separate" from the text of the page?
I think as long as you keep the images that you borrow from Wesnoth under a GPL license, and make sure that you keep an explicit list of which images are GPL-ed, then it doesn't matter what your other media and code is licensed under.
I very much doubt "keeping a list" is sufficient for "strict separation".
Post Reply