BSD-to-GPL Relicense Stirs Controversy Between F/OSS Camps 2

Posted by Spacemonkey Fri, 14 Sep 2007 02:12:00 GMT

I read an article on Slashdot (ok, actually a RSS feed) about a public spat about a wireless driver getting relicensed without respecting the original copyright or license. Basically the argument is brought public by a mailing list post by Theo de Raadt, founder and leader of the OpenBSD and OpenSSH efforts. There’s also a public request for an explanation by the original writer (and copyright holder), Reyk Floeter.

I’m not sure where to start on this one. There are both legal and ethical issues involved here, and I’m personally more intrigued by the ethical ones. Since I’m not an attorney I’ll leave the legal debate to folks that, well, know a heck of a lot more about copyright law than I.

However, that leaves the ethical issues as fair game.

Summary

Reyk wrote the driver for OpenBSD and ported it to several operating systems, and released it under the BSD license. It was clearly his desire to port his driver to work for linux, and release it under the BSD license for that platform as well.

The developers working on the port to linux allegedly took Reyk’s work, removed the BSD license in the header, added their names, and wrapped the code in the GPL license.

Problem: Copyright Violation

The act of taking someone else’s work, making minimal modifications and adding your names above the original authors is illegal. It is called copyright violation, and has become part of a growing, disturbing trend in F/OSS circles.

If you want to place your name on someone else’s software, you at least have to make significant contributions to it – and you cannot take the name of the creator away, as it will always be considered a derivative work. You can, however, release the additions that you made separately under your own copyright and license. This apparently was not done.

Another example is Joomla, a frequent topic on this site :-) As a co-founder, my name used to be in the COPYRIGHT.php file distributed with the work. I contributed to this software for a three-year period, and was much more active early – as when we rebranded from Mambo to Joomla I became busy with legal and administrative issues; and also focused my time on evangelism of the technology to both developers and enterprises.

Now, however, you will not find my name in there anywhere. Nor will you find the name of the guy that came up with the name “Joomla”. When I asked about this happening, the excuse was more or less “we’re removing the names of people that didn’t contribute directly to the 1.5 effort, which you didn’t really do that much work on.” Technically, they are correct in saying I wasn’t an active 1.5 contributor; but they completely failed to accept the fact that I was a copyright holder of the first release of that work, called Joomla 1.0. As such, my name should always be there if that work is called Joomla, as it will always be a derivative work, even if it is completely refactored – the name is the same, the terminology is the same, even the API calls are there for the most part.

Call it Open Source or Free Software, whatever – but the whole impetus behind this is sharing. And I never knew that sharing would turn into taking, and violating people’s copyright by removing their names sure sounds like taking to me.

Finally, let me remind everyone that the only currency in open source development is recognition for your efforts. I put three years of my life into this project, including a lot of code, and a lot of design; and having that erased invalidates all of my efforts, and completely devalues my involvement in the development of that software.

If you’re a young, budding developer and would like to get involved then take these words to heart: There are folks out there that are happy to take your contributions and intentionally fail to give you proper credit or attribution. Think carefully about the project that you are going to donate your energy and time to, as an unpaid volunteer you at least deserve credit for your efforts.

Problem: License Change Without Permission

There’s a legal angle to this – the developers took a BSD work and relicensed it as GPL, without the permission of the copyright holder. This is a simple no-no and shouldn’t require an attorney to understand.

The ethical issue here is best stated by Reyk, who points out that by releasing their modifications in a license that is incompatible with the BSD license, he cannot incorporate their changes; but they were able to take all his work, which is the basis for their work.

“Some time ago, I got repeated requests to change the license of the code to GPL or to dual-license it but I always rejected these requests. I clearly explained my reasons against dual-licensing in the past. It needed some time, but it had seemed to me that the involved people had finally accepted my decision.
 
I do like to idea to port the free Atheros driver to other operating systems in addition to OpenBSD, because it is a clear sign against hardware companies attacking the free software “community” by releasing binary-only driver objects instead of free code or hardware documentation. I used to cooperate with the people working on the madwifi port of “OpenHAL”; we exchanged ideas, bug fixes, and small code snippets. They sent me some bug reports and I also looked at their changes and reported some functional problems. This was possible because they kept the license in place.
 
But now the Linux code is almost ready and somebody wants to cancel any options to cooperate by locking me out with a prepended GPL and an invalid copyright on top of it. I hope that this was not caused by the same people.”

When he says locking me out, he’s talking about the GPL stuff being off-limits to the upstream developer (himself). So the changes made and released under the GPL will never make their way back to the original work, which fundamentally goes against the base tenets of open source and free software.

If something is released under an open source license, and you make modifications to it, and the license it was originally under is compatible with the license that you want to use, then why do you even need to change it in the first place? If you feel that strongly about the differences in licenses then you need to take the initiative to write your own software and license it as you wish.

The BSD license doesn’t mean you can take someone’s work and insert your name, change the license and pretend like this is your version of the work. The BSD license means you can use and redistribute the software as you see fit, as long as you respect the copyright and license header. So the developers were not acting in good faith by taking an open source work and relicensing it under another open source license – especially without a clear explanation as to why they were doing it, despite Theo’s accusations that the developers were being counseled by attorneys that should know better in the first place. He clearly requested that the changes be made to the original work, or at least be released under a compatible license so there wouldn’t be forks confusing everybody.

This is a tough subject for me to cover as I know quite a lot of people on the GPL side of the fence, and also many people on the non-GPL side of the fence (that would be MIT, BSD and many others). And I don’t want to be beating up on individuals, either.

But to take software that someone else wrote, and released under an OSI-approved license, and then change the license to one that is incompatible (knowing full well that the original author cannot accept your contributions), and add your name to something when your contributions are less-than-significant, this is just wrong.

Conclusion

It looks like things are going to get cleared up, however for some time the software was released with an incorrect license and improper attribution to copyright. Something tells me this is more about developers not realizing that committing to their repositories makes their software available immediately to the general public, and less about malicious intent to harm the original author.

However it’s bizarre to see one developer’s software get slightly modified and released under a different license without his permission. And I will tee off on the removing the names of copyright holders issue in another article (which needs more work).

Hopefully this issue gets resolved to Reyk’s satisfaction, and I don’t find myself writing similar articles :-)

Trackbacks

Use the following link to trackback from your own site:
http://www.opensourcehypocrisy.org/articles/trackback/12

Comments

Leave a response

  1. Avatar
    Joseph LeBlanc about 19 hours later:

    No doubt, if we were talking about the other direction, we would have ten times as many people running around warning of an assault on our “freedoms.”

  2. Avatar
    Spacemonkey 7 days later:

    That’s one of the fundamental differences in philosophy between the two camps. The Open Source crowd want their software to be used by anyone, and the Free Software crowd want their license to be used by everyone. hee hee!

    However it does seem that this whole thing was really just a couple of careless developers making a mistake and when they committed to the repo, they didn’t realize they were distributing their code to the world at large. Looks like the whole thing was a tempest in a teapot.

    And lets face it, both sides of the story have their blowhards and screamers.

    HOWEVER: It does highlight the matter of one open source camp taking the software from another open source camp, and attempting to relicense it under an incompatible license with the original authors. That simply doesn’t make sense to me.

Comments