LWN.net Logo

Copyright Assignment Meh

Copyright Assignment Meh

Posted Nov 10, 2010 2:28 UTC (Wed) by kripkenstein (subscriber, #43281)
In reply to: Copyright Assignment Meh by martinfick
Parent article: LPC: Michael Meeks on LibreOffice and code ownership

> This makes sense if you would be OK normally releasing your code as BSD, but not if you would instead chose only the GPL (or only another copyleft license). Surely you should be able to see how this would potentially be unacceptable to those who want their code to be protected by the GPL?

Of course, I respect your opinion even if I disagree with it, and I see the logic in it.

However, you don't need to be 'ok with the BSD' to be ok with this. Your code, with copyright assignment, is still GPLed. It just has another license. That doesn't take away the freedoms of the GPL, it just allows other people - that prefer to do so - to get it under that other license.

Again, I respect your opinion. If you want your code to always be GPLed, and never available under any other circumstances, then I can see how copyright assignment is not for you. But, if someone wants their code to be GPL, but *doesn't* mind additional uses of it, then they would be fine with copyright assignment.

All of these are legitimate positions to take, I hope we can agree on that.


(Log in to post comments)

Copyright Assignment Meh

Posted Nov 10, 2010 3:23 UTC (Wed) by martinfick (subscriber, #4455) [Link]

> However, you don't need to be 'ok with the BSD' to be ok with this. Your code, with copyright assignment, is still GPLed. It just has another license. That doesn't take away the freedoms of the GPL, it just allows other people - that prefer to do so - to get it under that other license.

No, this is false, it could take away the freedoms of the GPL (the freedom which the GPL assures). What makes you believe that this cannot be the case? What would guarantee that this would not be the case?

If I write code and submit it to a project with copyright assignment, and they chose to release my code with a non free license, receivers of that code may, or may not benefit from the freedoms which I want them to benefit from, freedoms which the GPL assures them. There are many situations where this could be the case. A simple example would be: if they combined my submitted code with proprietary code and distributed it disallowing modifications. The receivers of that software would not have the legal ability to modify the resultant work (not even the sections which I contributed), they would have lost that particular GPL assured freedom.

> But, if someone wants their code to be GPL, but *doesn't* mind additional uses of it, then they would be fine with copyright assignment.

This is true. But it seems unlikely that someone would take that stance, since there would then be no additional benefits of the GPL over the BSD license then. It is extra effort to chose the GPL, why would somone chose it only to have it be subverted? Obvisouly, they may do so, there just doesn't seem to be any incentive to do so. Can you suggest one?

Copyright Assignment Meh

Posted Nov 10, 2010 4:33 UTC (Wed) by kripkenstein (subscriber, #43281) [Link]

> A simple example would be: if they combined my submitted code with proprietary code and distributed it disallowing modifications. The receivers of that software would not have the legal ability to modify the resultant work (not even the sections which I contributed), they would have lost that particular GPL assured freedom.

They can still get the GPLed code that you wrote, from a different source - the FOSS version of it from that same company selling the proprietary version, or from you, or from a fork that is 100% FOSS, etc. The GPL precisely makes that possible.

> Obvisouly, they may do so, there just doesn't seem to be any incentive to do so. Can you suggest one?

As I already explained, it's useful for switching FOSS licenses. For example, it is currently essentially impossible to switch the Linux kernel to GPL3 from GPL2. I think FOSS communities need to change licenses sometimes, and copyright assignment makes that possible.

I see the validity in your position too. I just happen to disagree. I hope you feel the same way.

Copyright Assignment Meh

Posted Nov 10, 2010 5:09 UTC (Wed) by martinfick (subscriber, #4455) [Link]

> They can still get the GPLed code that you wrote, from a different source - the FOSS version of it from that same company selling the proprietary version, or from you, or from a fork that is 100% FOSS, etc. The GPL precisely makes that possible.

Perhaps they could get it somewhere else (assuming they even know that they can, and that it is still available somewhere else), but that only addresses some of the freedoms that the GPL gives, non copyleft covered ones. You are not addressing all of the freedoms, yet you claim you that they can all be addressed. I am saying "you cannot get B, C, and D", and you keep replying: "yes you can, you can get A!"

>> But, if someone wants their code to be GPL, but *doesn't* mind additional uses of it, then they would be fine with copyright assignment.
> As I already explained, it's useful for switching FOSS licenses. For example, it is currently essentially impossible to switch the Linux kernel to GPL3 from GPL2. I think FOSS communities need to change licenses sometimes, and copyright assignment makes that possible.

I tought that you were making a blanket statement about not minding any kind of additonal uses. Yes, for some very specific additional uses, not ones left to the discretion of the assignee, I can see how this will likely seem useful to some.

> I see the validity in your position too. I just happen to disagree. I hope you feel the same way.

No, not at all. I am not judging your position ethically, I am judging it logically, and I am claiming that it is simply not valid (the position about all the GPL freedoms being preserved).

Copyright Assignment Meh

Posted Nov 10, 2010 5:21 UTC (Wed) by kripkenstein (subscriber, #43281) [Link]

> Perhaps they could get it somewhere else (assuming they even know that they can, and that it is still available somewhere else), but that only addresses some of the freedoms that the GPL gives, non copyleft covered ones. You are not addressing all of the freedoms, yet you claim you that they can all be addressed. I am saying "you cannot get B, C, and D", and you keep replying: "yes you can, you can get A!"

I don't follow. What are B,C,D here? As I understand it, if they get the GPL source from someplace else, they get all the freedoms of the GPL with that source - what is the mising B,C,D?

Copyright Assignment Meh

Posted Nov 10, 2010 6:23 UTC (Wed) by martinfick (subscriber, #4455) [Link]

> I don't follow. What are B,C,D here? As I understand it, if they get the GPL source from someplace else, they get all the freedoms of the GPL with that source - what is the mising B,C,D?

But they don't get those freedoms on the same program then. If they are given program P under a proprietery license (program P is a modified version of program Q which I distribute), which includes the code I released under the GPL, and they get the source to program Q under the GPL from somewhere else, it does not mean that they get the freedoms of the GPL for program P (since program P is different from Q).

The missing B, C, D could be anything that is covered by the GPL. If I had to assign them each an important missing freedom, I would note B as: the right to modify program P (as I already pointed out in my example), also I would note C as: the right to the source of program P, and D as: the right to redistribute program P. If B, C, D and are restricted by the proprietary relicense of program P, the receiver will not get those freedoms on P, they will only get them on Q.

Please don't take this the wrong way, but perhaps you are not familiar with the concept of copyleft? I would suggest reading these pages, perhaps they will clarify some things that I am attempting (poorly I guess) to convey:

http://www.gnu.org/copyleft/copyleft.html
http://www.gnu.org/licenses/quick-guide-gplv3.html

Copyright Assignment Meh

Posted Nov 10, 2010 6:42 UTC (Wed) by kripkenstein (subscriber, #43281) [Link]

> But they don't get those freedoms on the same program then.

Ok, fine, then we basically agree on all the facts. We're just confusing ourselves with language.

I care that they *can* get all those freedoms for that source code - they might need to get it from somewhere else though. You care about getting those freedoms for the actual program they receive. Neither of us is right or wrong, just different focus.

> Please don't take this the wrong way, but perhaps you are not familiar with the concept of copyleft?

Actually I've been advocating for copyleft, and writing copylefted code, for quite a long time now :)

Copyright Assignment Meh

Posted Nov 10, 2010 17:36 UTC (Wed) by nye (guest, #51576) [Link]

>I care that they *can* get all those freedoms for that source code - they might need to get it from somewhere else though

They can get all of those freedoms if the code is released under a BSD license, so why choose the GPL in the first place if you don't care about the copyleft terms that the GPL adds?

Copyright Assignment Meh

Posted Nov 10, 2010 18:42 UTC (Wed) by jspaleta (subscriber, #50639) [Link]

Indeed even has contributors to a GPL or proprietary licensed codebase, as an individual contributor you can offer your contributions under a more liberal license such as BSD and a project should be able to accept them even if they don't require copyright assignment. If your personal politics are such that the terms of the GPL( or proprietary licensing) are too restrictive for you, then you are still free to offer your original work under a more expansive license such as the BSD and a GPL( or proprietary) project can consume those contributions without issue even in situations where they later feel a re-license is necessary. BSD licensed contributions should present no insurmountable problems even in a re-licensing situation.

-jef

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds