Page 1 of 1

CC-BY-SA and GPL content licnse problem

PostPosted: 27 Jan 2014, 06:57
by mejiko
Hello.

I'm mejiko.
I'm Trisquel GNU/Linux user. and I'm not a lawer.

Supertuxkart included CC-BY-SA and GPL content.
But GPL and CC-BY-SA is incompatible license. (License Conflict)

This problem is affected gameplay, making gameplay video and making screenshot.
but I think that distribute this game is not problematic. (Reason: content and code is separeted.)

Is this is legal problematic ?

If this is problematic, I suggests that resolve license incomapatible. (remove or replace content, contact content author, etc)

thanks.

Re: CC-BY-SA and GPL content licnse problem

PostPosted: 27 Jan 2014, 07:39
by mejiko

Re: CC-BY-SA and GPL content licnse problem

PostPosted: 27 Jan 2014, 12:37
by Arthur
If it was, wouldn't you agree Debian would throw us out? Anyway this is a very common license situation and I really don't see why you can't read up on that yourself instead of assuming the worst and having us find the relevant links for you.

Re: CC-BY-SA and GPL content licnse problem

PostPosted: 28 Jan 2014, 00:26
by Auria
Short answer : GPL covers our code, CC-BY-SA covers our data. Data and code do not need to have the same license since GPL covers only executables and libraries, so no problem here

Re: CC-BY-SA and GPL content licnse problem

PostPosted: 29 Jan 2014, 20:05
by NeonKnightOA
Well, I respect the STK Team's license choices. I'm not going to argue about that.

But I have to do an objection towards the argument of the utility of GPL regarding art assets. The thing with GPL applied to art is that it allows maintenance. It allows corrections/improvements to be made without waiting for the author to do so. I know that because I create and edit content for a fully GPL game, though how well that works also has to do with the contributor's skills.

Re: CC-BY-SA and GPL content licnse problem

PostPosted: 01 Feb 2014, 21:19
by Auria
NeonKnightOA {l Wrote}:Well, I respect the STK Team's license choices. I'm not going to argue about that.

But I have to do an objection towards the argument of the utility of GPL regarding art assets. The thing with GPL applied to art is that it allows maintenance. It allows corrections/improvements to be made without waiting for the author to do so. I know that because I create and edit content for a fully GPL game, though how well that works also has to do with the contributor's skills.


I'm not sure I follow you, CC-BY-SA also allows that

Re: CC-BY-SA and GPL content licnse problem

PostPosted: 01 Feb 2014, 21:42
by NeonKnightOA
Auria {l Wrote}:
NeonKnightOA {l Wrote}:Well, I respect the STK Team's license choices. I'm not going to argue about that.

But I have to do an objection towards the argument of the utility of GPL regarding art assets. The thing with GPL applied to art is that it allows maintenance. It allows corrections/improvements to be made without waiting for the author to do so. I know that because I create and edit content for a fully GPL game, though how well that works also has to do with the contributor's skills.


I'm not sure I follow you, CC-BY-SA also allows that

Not at all. IANAL but as far as I know, CC-BY has restrictions on distribution and CC-SA has restrictions on software derivations. Two of GPL's four freedoms are to be able to create derivated software and to redistribute the derivated software.

Re: CC-BY-SA and GPL content licnse problem

PostPosted: 01 Feb 2014, 22:31
by afeder
NeonKnightOA {l Wrote}:
Auria {l Wrote}:
NeonKnightOA {l Wrote}:Well, I respect the STK Team's license choices. I'm not going to argue about that.

But I have to do an objection towards the argument of the utility of GPL regarding art assets. The thing with GPL applied to art is that it allows maintenance. It allows corrections/improvements to be made without waiting for the author to do so. I know that because I create and edit content for a fully GPL game, though how well that works also has to do with the contributor's skills.


I'm not sure I follow you, CC-BY-SA also allows that

Not at all. IANAL but as far as I know, CC-BY has restrictions on distribution and CC-SA has restrictions on software derivations. Two of GPL's four freedoms are to be able to create derivated software and to redistribute the derivated software.

You must be misunderstanding that. CC-BY-SA allows you to create derivated content and to redistribute the content (like the GPL) subject to certain terms (like the GPL). None of those terms prevents you from maintaining the content.

If it did, Wikipedia would be a gigantic CC-BY-SA violation.

Re: CC-BY-SA and GPL content licnse problem

PostPosted: 02 Feb 2014, 01:17
by Arthur
Yeah you must be thinking of the NC (not commercial) and ND (no derivatives) clauses which sets additional restrictions, but we are not using those as that would be counterproductive (especially the ND clause).

Re: CC-BY-SA and GPL content licnse problem

PostPosted: 08 Feb 2014, 12:12
by Julius
Just to add: The only problem with the CC-by(-SA) is basically that it doesn't require the "source" to be made available like the GPL. For art assets that would be for example the original image file with all layers un-merged or for 3D assets the .blend etc. Not having these can make maintenance and improvements very difficult.
I still think it is better to license content under the CC-by-SA etc. than go all GPL, but one should make sure that the artists are also sharing those source files if possible.