[8bpp] Graphics Replacement Project - OpenGFX License
Moderator: Graphics Moderators
Re: [8bpp] Graphics Replacement Project - OpenGFX License
I've been catching up on the last few pages of this topic, and I think
it's good to hear OpenGFX is aiming for GPL now. If you're interested in
my conclusions only, feel free to skip to the end of this post. If you
are interested in more details, read ahead! I didn't know my conclusions
when I started this post, so forgive any illogical wordings :-)
Regarding the use of GPL for OpenGFX, I still think there is a lot of
confusion. In particular, I'm not so sure that just saying "pcx and nfo
are source" is sufficient (as DalesStan is suggesting also, but doesn't
seem to be able to completely rationalize). I'll try to write down my
thoughts here, perhaps even in a structured manner.
Before I start, I'm considering GPLv2 here, not GPLv3. Since OpenTTD is
licensed under GPLv2, as eddi pointed out and GPLv3 is not compatible
with that.
First, let's see why this licensing is even needed. First of all, a
license is useful when bundling the OpenGFX content together with
OpenTTD. In this case, the licensee (the one that the content is
licensed to) is the end user who installs OpenTTD. Here, the source
requirement is not quite important, an end user would be happy with just
the grf files, since it makes his game play.
Second, and more important IMHO, is that artists license their work to
each other. This allows changes to be made to the artwork in the future,
also by people who are not the original author. For this case, the
discussion about a source format is much more relevant.
Even if we disregard what the source format would be according to GPL, I
think it would be quite useful to have more available than just the pcx
files for the artwork. Since examples usually work good in these cases,
let's say Alice is an artist that likes to use blender for creating his
sprites. He has contributed a few very cool industry sprites. Now, after
some time, Alice loses interest in the project, changes email addresses
and is no longer reachable. His work is still available for use, of
course, since we use GPL for licensing.
Now Bob, another artist on the OpenGFX team, wants to change the
industry sprite Alice contributed. Say he wants to change the lighting
on the sprite, for some reason. If Alice only made her pcx files
available, then (As far as I understand how blender works), Bob might
just as well start over on the industry tile, since changing the
lighting on a rendered image is not quite possible.
For this reason, I think that saying "just make pcx and nfo and grf
available and we're done" is not something that will be sufficient for
the long term.
Now, what I've seen suggested before is, "just license the GRF under GPL
and let pcx/nfo be the source for the GPL". Apart from the fact that I'm
not so sure that you can state something like this (GPL is essentially a
license on the source, which provides requirements for anyone wanting to
provide a binary form of that source).
Before I expand on this, I'd like to note one more thing. People have
also suggested that artists are free to include additional sources, in
addition to the pcx/nfo files. However, unless we also include those
extra files in the license somehow, they are completely useless. If
Alice had uploaded her blender files at the same time she uploaded the
pcx/nfo (and perhaps grf?) files, but only applied the GPL license to
the pcx/nfo/grf files, Bob would still not be able to legally use the
blender files. I'm not saying that seeing pcx/nfo as source files
automatically means that any additional source files can't fall under
GPL, but care should be taken so that they do.
Now, two paragraphs back I suggested that it's not logical to say that
the GPL applies to the GRFs and try to find the source files from there.
As far as I understand the GPL, you effectively put the license on the
source files instead. So let's say that Alice releases here blender
files under GPL, perhaps also included the rendered pcx version.
The GPL then allows you two things (these are my
interpretations, not quotes!):
(section 2): You can modify and/or redistribute the work, as long as
you license the modified work under GPL again.
This is the clause that is used when artists modify each other's work
and contribute it back to the OpenGFX project: The modified work is
again GPL licensed. If Bob takes Alice's blender files, modifies them
and releases the result again (perhaps again including the rendered
pcx), this would pose no problem (since the format in which he is
distributing is exactly the same again).
Note that this section doesn't say anything about the format in which
you distribute the work, only that you must again distribute it under
GPL.
Then, the GPL also says (again, my interpretation):
(section 3): If you distribute the work in object code or executable
format, you must also make the source available.
As mentioned before, the source is defined as "the preferred form of the
work for making modifications to it". Even though this is a bit vague,
this seems workable. The terms "object code or executable form" are
slightly more problematic.
Let's for now say that GRFs can be seen as executables (perhaps we could
include an extra notice in the license to this effect or something). If
Ingrid, who works for EvilCorp, now collects the artwork created by
Alice and Bob and creates a GRF file, she must again license this GRF
file under the GPL file. In addition, she must also make the "source" of
the work available. In this case, I would say that whataver source files
she has received unde the GPL license would constitute the source and
should be included. However, Ingrid might argue that only the pcx and
nfo files are used for creating the grf and provide only those.
As long as Ingrid has not made any changes, this is not so bad. If
Ingrid did make changes, she might want to try to keep those changes
from the community. However, if she made changes in the blender files,
she can hardly keep back those blender files, since she obviously thinks
those are the preferred form for distribution. If she only made changes
to the pcx files, then she could still keep back the blender files, but
since she didn't change them, no harm would be done.
Where it does get strange, is when Ken, also working for EvilCorp makes
the changes to the blender files, then provides the changed files to
Ingrid (and Ingrid only) which creates GRFs, but can argue she is not
obliged to distribute the changed blender files (which she might not
even have received from Ken in the first place!).
So, we've found a way to make modifications to the artwork and release
them without the changed blender files. Even when section 3 is supposed
to prevent exactly this! Now, how is this possible? It is in fact caused
by the muddy distinction between source and binary. If we would somehow
label the pcx files as "executable" as well, we could indeed prevent the
above scenario. However, since it is not uncommon (AFAIU) to edit pcx
files directly, this would be again cause problems. In general, our
problem is not only that we have multiple source formats, but some
formats can be both a source and a "destination" format (which is a
slightly better term than "executable").
So, thanks for keeping up with me so far, I think I've written far more
so far than I intended. In any case, the above did help greatly to
structure my thoughts and explore the problem, so perhaps I can get to
some conclusions.
First of all, section 3 of the GPL is intended to prevent people from
modifying a program, releasing binaries and keeping back the source. In
our case, this would mean we want to prevent someone from releasing pcx
files from modified blender files, or grf files from modified pcx files,
etc. It seems that the GPL is not clear enough to prevent this. However,
our main alternative, CC-by-sa, does not prevent this either. In fact,
it does not even try, it just requires that any "Adaptation" is again
CC-by-sa licensed. To get the protection that GPL section 3 is intended
for in our situation, we would need a fairly complicated license, which
I'm afraid doesn't exist and would be hard to make airtight.
So, we might actually just decide that we don't really need the
protection that GPL section 3 aims for. Nobody can use our artwork in
any way, without licensing it as GPL. They might remove "source" files
from the distribution (even when they modified them), but I think we'll
have to accept that in any case.
Not trying to enforce section 3 is actually really easy. If you just
interpet it for what it says, it only applies when distributing the work
in object code or executable form, which will probably never happen for
OpenGFX, meaning that section 3 is simply never applicable. We might
want to a slight clarification ("We do not intend a grf version of this
work to be interpreted as object code or executable form under section 2
from the GPL") in the distribution to make things clear (I actually
believe such things have court value as well).
Another effect of not enforcing section 3, is that it is really
irrelevant what the term "source code" really means. We can stop
discussing this right now!
We can then just apply the GPL to whatever formats each artist wishes to
make available. The GPL won't force any artist to make anything
available in a particular format (it wouldn't do this in any case, by
the way). I do think that OpenGFX as a project should encourage artist
to include as much "source" files as possible, and license each of them
under GPL. This will allow OpenGFX to stay as flexible as possible in
the future.
Furthermore, this also works fine when artists don't have any original
source files anymore. Since they can just contribute the resulting pcx
files under a GPL license, everything will work out fine. Though not
having the original "source" files might make changes later on harder,
so should be avoided whenever possible IMHO.
As a last comment, I think we might consider licensing GPLv2 only, since
GPLv3 tries to more clearly define the concept of source and non-source
form even when there is no "object code or executable form" involved.
This would result in the confusing about what the source is to creep
back in, though I haven't read the GPLv3 in depth lately.
So, the conclusion of this huge post, is that GPL should prove just fine
to use for the OpenGFX artwork. The license will allow anyone to modify
the work and redistribute it in any format, as long as it stays GPL.
There is no need to argue about what's the "source" format, until
someone manages to produce an executable version of OpenGFX, in which
case the source format should be rather obvious as well, I suspect.
So, GPL ftw!
it's good to hear OpenGFX is aiming for GPL now. If you're interested in
my conclusions only, feel free to skip to the end of this post. If you
are interested in more details, read ahead! I didn't know my conclusions
when I started this post, so forgive any illogical wordings :-)
Regarding the use of GPL for OpenGFX, I still think there is a lot of
confusion. In particular, I'm not so sure that just saying "pcx and nfo
are source" is sufficient (as DalesStan is suggesting also, but doesn't
seem to be able to completely rationalize). I'll try to write down my
thoughts here, perhaps even in a structured manner.
Before I start, I'm considering GPLv2 here, not GPLv3. Since OpenTTD is
licensed under GPLv2, as eddi pointed out and GPLv3 is not compatible
with that.
First, let's see why this licensing is even needed. First of all, a
license is useful when bundling the OpenGFX content together with
OpenTTD. In this case, the licensee (the one that the content is
licensed to) is the end user who installs OpenTTD. Here, the source
requirement is not quite important, an end user would be happy with just
the grf files, since it makes his game play.
Second, and more important IMHO, is that artists license their work to
each other. This allows changes to be made to the artwork in the future,
also by people who are not the original author. For this case, the
discussion about a source format is much more relevant.
Even if we disregard what the source format would be according to GPL, I
think it would be quite useful to have more available than just the pcx
files for the artwork. Since examples usually work good in these cases,
let's say Alice is an artist that likes to use blender for creating his
sprites. He has contributed a few very cool industry sprites. Now, after
some time, Alice loses interest in the project, changes email addresses
and is no longer reachable. His work is still available for use, of
course, since we use GPL for licensing.
Now Bob, another artist on the OpenGFX team, wants to change the
industry sprite Alice contributed. Say he wants to change the lighting
on the sprite, for some reason. If Alice only made her pcx files
available, then (As far as I understand how blender works), Bob might
just as well start over on the industry tile, since changing the
lighting on a rendered image is not quite possible.
For this reason, I think that saying "just make pcx and nfo and grf
available and we're done" is not something that will be sufficient for
the long term.
Now, what I've seen suggested before is, "just license the GRF under GPL
and let pcx/nfo be the source for the GPL". Apart from the fact that I'm
not so sure that you can state something like this (GPL is essentially a
license on the source, which provides requirements for anyone wanting to
provide a binary form of that source).
Before I expand on this, I'd like to note one more thing. People have
also suggested that artists are free to include additional sources, in
addition to the pcx/nfo files. However, unless we also include those
extra files in the license somehow, they are completely useless. If
Alice had uploaded her blender files at the same time she uploaded the
pcx/nfo (and perhaps grf?) files, but only applied the GPL license to
the pcx/nfo/grf files, Bob would still not be able to legally use the
blender files. I'm not saying that seeing pcx/nfo as source files
automatically means that any additional source files can't fall under
GPL, but care should be taken so that they do.
Now, two paragraphs back I suggested that it's not logical to say that
the GPL applies to the GRFs and try to find the source files from there.
As far as I understand the GPL, you effectively put the license on the
source files instead. So let's say that Alice releases here blender
files under GPL, perhaps also included the rendered pcx version.
The GPL then allows you two things (these are my
interpretations, not quotes!):
(section 2): You can modify and/or redistribute the work, as long as
you license the modified work under GPL again.
This is the clause that is used when artists modify each other's work
and contribute it back to the OpenGFX project: The modified work is
again GPL licensed. If Bob takes Alice's blender files, modifies them
and releases the result again (perhaps again including the rendered
pcx), this would pose no problem (since the format in which he is
distributing is exactly the same again).
Note that this section doesn't say anything about the format in which
you distribute the work, only that you must again distribute it under
GPL.
Then, the GPL also says (again, my interpretation):
(section 3): If you distribute the work in object code or executable
format, you must also make the source available.
As mentioned before, the source is defined as "the preferred form of the
work for making modifications to it". Even though this is a bit vague,
this seems workable. The terms "object code or executable form" are
slightly more problematic.
Let's for now say that GRFs can be seen as executables (perhaps we could
include an extra notice in the license to this effect or something). If
Ingrid, who works for EvilCorp, now collects the artwork created by
Alice and Bob and creates a GRF file, she must again license this GRF
file under the GPL file. In addition, she must also make the "source" of
the work available. In this case, I would say that whataver source files
she has received unde the GPL license would constitute the source and
should be included. However, Ingrid might argue that only the pcx and
nfo files are used for creating the grf and provide only those.
As long as Ingrid has not made any changes, this is not so bad. If
Ingrid did make changes, she might want to try to keep those changes
from the community. However, if she made changes in the blender files,
she can hardly keep back those blender files, since she obviously thinks
those are the preferred form for distribution. If she only made changes
to the pcx files, then she could still keep back the blender files, but
since she didn't change them, no harm would be done.
Where it does get strange, is when Ken, also working for EvilCorp makes
the changes to the blender files, then provides the changed files to
Ingrid (and Ingrid only) which creates GRFs, but can argue she is not
obliged to distribute the changed blender files (which she might not
even have received from Ken in the first place!).
So, we've found a way to make modifications to the artwork and release
them without the changed blender files. Even when section 3 is supposed
to prevent exactly this! Now, how is this possible? It is in fact caused
by the muddy distinction between source and binary. If we would somehow
label the pcx files as "executable" as well, we could indeed prevent the
above scenario. However, since it is not uncommon (AFAIU) to edit pcx
files directly, this would be again cause problems. In general, our
problem is not only that we have multiple source formats, but some
formats can be both a source and a "destination" format (which is a
slightly better term than "executable").
So, thanks for keeping up with me so far, I think I've written far more
so far than I intended. In any case, the above did help greatly to
structure my thoughts and explore the problem, so perhaps I can get to
some conclusions.
First of all, section 3 of the GPL is intended to prevent people from
modifying a program, releasing binaries and keeping back the source. In
our case, this would mean we want to prevent someone from releasing pcx
files from modified blender files, or grf files from modified pcx files,
etc. It seems that the GPL is not clear enough to prevent this. However,
our main alternative, CC-by-sa, does not prevent this either. In fact,
it does not even try, it just requires that any "Adaptation" is again
CC-by-sa licensed. To get the protection that GPL section 3 is intended
for in our situation, we would need a fairly complicated license, which
I'm afraid doesn't exist and would be hard to make airtight.
So, we might actually just decide that we don't really need the
protection that GPL section 3 aims for. Nobody can use our artwork in
any way, without licensing it as GPL. They might remove "source" files
from the distribution (even when they modified them), but I think we'll
have to accept that in any case.
Not trying to enforce section 3 is actually really easy. If you just
interpet it for what it says, it only applies when distributing the work
in object code or executable form, which will probably never happen for
OpenGFX, meaning that section 3 is simply never applicable. We might
want to a slight clarification ("We do not intend a grf version of this
work to be interpreted as object code or executable form under section 2
from the GPL") in the distribution to make things clear (I actually
believe such things have court value as well).
Another effect of not enforcing section 3, is that it is really
irrelevant what the term "source code" really means. We can stop
discussing this right now!
We can then just apply the GPL to whatever formats each artist wishes to
make available. The GPL won't force any artist to make anything
available in a particular format (it wouldn't do this in any case, by
the way). I do think that OpenGFX as a project should encourage artist
to include as much "source" files as possible, and license each of them
under GPL. This will allow OpenGFX to stay as flexible as possible in
the future.
Furthermore, this also works fine when artists don't have any original
source files anymore. Since they can just contribute the resulting pcx
files under a GPL license, everything will work out fine. Though not
having the original "source" files might make changes later on harder,
so should be avoided whenever possible IMHO.
As a last comment, I think we might consider licensing GPLv2 only, since
GPLv3 tries to more clearly define the concept of source and non-source
form even when there is no "object code or executable form" involved.
This would result in the confusing about what the source is to creep
back in, though I haven't read the GPLv3 in depth lately.
So, the conclusion of this huge post, is that GPL should prove just fine
to use for the OpenGFX artwork. The license will allow anyone to modify
the work and redistribute it in any format, as long as it stays GPL.
There is no need to argue about what's the "source" format, until
someone manages to produce an executable version of OpenGFX, in which
case the source format should be rather obvious as well, I suspect.
So, GPL ftw!
Re: [8bpp] Graphics Replacement Project - OpenGFX License
I've completely read your post, and must say that I don't really have anything to say right now
So the "source" would be anything from scratch to PCX file that the artist whishes to contribute and license under GPL. Fair enough.


So the "source" would be anything from scratch to PCX file that the artist whishes to contribute and license under GPL. Fair enough.
Last time I checked, Alice was a girl's namematthijs wrote:...Alice...his...

Re: [8bpp] Graphics Replacement Project - OpenGFX License
Now let's hope my interpretation is actually correct. Second opinions welcome (license text here).FooBar wrote:I've completely read your post, and must say that I don't really have anything to say right now :D
So the "source" would be anything from scratch to PCX file that the artist whishes to contribute and license under GPL. Fair enough.
w00ps, I think I started out with Bob and then decided to switch names :-)FooBar wrote:Last time I checked, Alice was a girl's name :mrgreen:matthijs wrote:...Alice...his...
Re: [8bpp] Graphics Replacement Project - OpenGFX License
My personal opinion based on what I have read would be that the pcx nfo and blender files would suffice as source depending on what was used to create the initial sprite. The pcx and nfo are the must source and anything used to create the pcx that is not another bitmap image eg psd, png, bmp or jpg.
Formerly known as r0b0t_b0y2003, robotboy, roboboy and beclawat. The best place to get the most recent nightly builds of TTDPatch is: http://roboboy.users.tt-forums.net/TTDPatch/nightlies/
Re: [8bpp] Graphics Replacement Project - OpenGFX License
You never know, Alice Cooper might be a fan of OTTD! (And I'd love to see you tell him he has a girl's name)
PS: I know his real name is Vincent Furnier, and it was the name of his band - he adopted the name later... And I'm making a point so none of that matters.

Duct tape is like the Force - it has a Dark side, a Light side, and it holds the universe together.
Re: [8bpp] Graphics Replacement Project - OpenGFX License
Just a small to "All contributions from the 23rd September 2008 (11:50 AM GMT) in the OpenGFX thread are assumed to be released by the artist/coder under the terms of the GPL" note in [8bpp] Graphics Replacement Project - OpenGFX thread:
That statement is not valid in most of legislations. Clear expression of GPL release from new author (by statement in thread, pm or mail) is much better.
That statement is not valid in most of legislations. Clear expression of GPL release from new author (by statement in thread, pm or mail) is much better.
-
- Tycoon
- Posts: 1656
- Joined: 08 Jun 2007 08:00
Re: [8bpp] Graphics Replacement Project - OpenGFX License
The important thing about it is that we can escape this kinds of discussions later.. Of course, it's not legally binding, but it's better that to convince later two dozens of artists to release their work under GPLjklamo wrote:Just a small to "All contributions from the 23rd September 2008 (11:50 AM GMT) in the OpenGFX thread are assumed to be released by the artist/coder under the terms of the GPL" note in [8bpp] Graphics Replacement Project - OpenGFX thread:
That statement is not valid in most of legislations. Clear expression of GPL release from new author (by statement in thread, pm or mail) is much better.
Re: [8bpp] Graphics Replacement Project - OpenGFX License
just stumbled across this, you might find it interesting....
http://www.gnu.org/licenses/why-not-lgpl.html
http://www.gnu.org/licenses/why-not-lgpl.html
Re: [8bpp] Graphics Replacement Project - OpenGFX License
We're not considering LGPL (any more), just plain GPL. I'm unaware of the current status, but Zephyris asked everyone involved wether they agree with GPL or not.
But thanks for your input anyways.
But thanks for your input anyways.
Re: [8bpp] Graphics Replacement Project - OpenGFX License
I'd like an update indeed. What's the result of the PMs Zephyris sent?
Contributor to the The 2cc Set and Dutch Trainset. Inventor of the Metro concept. Retired Graphics Artist.

Download TT | Latest TTDPatch | OpenTTD | OpenTTDCoop | BaNaNaS: OpenTTD content system | 2048² OTTD scenario of the Netherlands
GRF Codec | GRF Crawler | GRF Maker | Usefull graphics & tools sites | NML Documentation Wiki | NFO Documentation Wiki
All my graphics are licensed under GPL. "Always remember you're unique, just like everyone else."
Download TT | Latest TTDPatch | OpenTTD | OpenTTDCoop | BaNaNaS: OpenTTD content system | 2048² OTTD scenario of the Netherlands
GRF Codec | GRF Crawler | GRF Maker | Usefull graphics & tools sites | NML Documentation Wiki | NFO Documentation Wiki
All my graphics are licensed under GPL. "Always remember you're unique, just like everyone else."
Re: [8bpp] Graphics Replacement Project - OpenGFX License
It is now GPL, I still haven't had a 100% response but so far noone has said they have any issues with GPL.
Re: [8bpp] Graphics Replacement Project - OpenGFX License
Hmm. From my reading of it, the last PM wasn't phrased to induce a response, unless one had questions or disagreed with the decision...
Re: [8bpp] Graphics Replacement Project - OpenGFX License
I have to agree with you on that, although I did reply to say I'd accept the GPL as a license. Zephyris, could you send another PM to the ones who haven't responded and explicitly ask them to confirm that they agree with the GPL?
Also, I'm probably going to finish the docks somewhere coming weekend, which means we can have a opengfxw.grf of some sort released.
Also, I'm probably going to finish the docks somewhere coming weekend, which means we can have a opengfxw.grf of some sort released.
Re: [8bpp] Graphics Replacement Project - OpenGFX License
foobar: the link does not just make statements about lgpl (which you would have noticed by reading the first few lines) but also compares lgpl with gpl a wee bit
Re: [8bpp] Graphics Replacement Project - OpenGFX License
It is not GPL as it is opt-in, not opt-out and you do not own the copyright of the files and therefore do not have the rights to release them under any licence whatsoever.Zephyris wrote:It is now GPL, I still haven't had a 100% response
We Am De Best
Host of ThroughTheTube site
Host of ThroughTheTube site
Re: [8bpp] Graphics Replacement Project - OpenGFX License
Yes, it does indeed. But what's your point actually? The article only convinces me of choosing GPL over LGPL. And GPL is already the path we chose take for OpenGFXdihedral wrote:foobar: the link does not just make statements about lgpl (which you would have noticed by reading the first few lines) but also compares lgpl with gpl a wee bit

So you can go ahead and remove that signature of your's now

Re: [8bpp] Graphics Replacement Project - OpenGFX License
Yes, I know, BUT:It is not GPL as it is opt-in, not opt-out and you do not own the copyright of the files and therefore do not have the rights to release them under any licence whatsoever.
* This is a friendly place where the contributors are happy to help and not going to sue me
* It speeds stuff up
The graphics won't be released through any "official" channels under the GPL until everyone has replied. As I am incredibly busy at the moment would you like to take over the task of collating responses and chasing up people who haven't replied yet?
Re: [8bpp] Graphics Replacement Project - OpenGFX License
Given that you replied to Sacro, I'm going to put it like this: If Sacro doesn't want to take over that task, I'm happy to do so. Exams are coming up in a few weeks, which means I'll have some more time on my hands (though that might sound a bit odd, it's true).Zephyris wrote:As I am incredibly busy at the moment would you like to take over the task of collating responses and chasing up people who haven't replied yet?
Re: [8bpp] Graphics Replacement Project - OpenGFX License
Lol, revising hard then
That would be great if you could help finish it up. As I said hopefully i'll be back in action in a few weeks time...

Re: [8bpp] Graphics Replacement Project - OpenGFX License
Oh yes. At max three hours per day, so that gives me about 10 hours of spare time a day to do stuff like thisZephyris wrote:Lol, revising hard then![]()

But yes, if you like me to do so, I can take over the gathering of GPL confirmation.
Who is online
Users browsing this forum: No registered users and 12 guests