Matthew Garrett ([personal profile] mjg59) wrote2012-01-30 06:10 pm
Entry tags:

The ongoing fight against GPL enforcement

GPL enforcement is a surprisingly difficult task. It's not just a matter of identifying an infringement - you need to make sure you have a copyright holder on your side, spend some money sending letters asking people to come into compliance, spend more money initiating a suit, spend even more money encouraging people to settle, spend yet more money actually taking them to court and then maybe, at the end, you have some source code. One of the (tiny) number of groups involved in doing this is the Software Freedom Conservancy, a non-profit organisation that offers various services to free software projects. One of their notable activities is enforcing the license of Busybox, a GPLed multi-purpose application that's used in many embedded Linux environments. And this is where things get interesting

GPLv2 (the license covering the relevant code) contains the following as part of section 4:

Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License.

There's some argument over what this means, precisely, but GPLv3 adds the following paragraph:

However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation

which tends to support the assertion that, under V2, once the license is terminated you've lost it forever. That gives the SFC a lever. If a vendor is shipping products using Busybox, and is found to be in violation, this interpretation of GPLv2 means that they have no license to ship Busybox again until the copyright holders (or their agents) grant them another. This is a bit of a problem if your entire stock consists of devices running Busybox. The SFC will grant a new license, but on one condition - not only must you provide the source code to Busybox, you must provide the source code to all other works on the device that require source distribution.

The outcome of this is that we've gained access to large bodies of source code that would otherwise have been kept by companies. The SFC have successfully used Busybox to force the source release of many vendor kernels, ensuring that users have the freedoms that the copyright holders granted to them. Everybody wins, with the exception of the violators. And it seems that they're unenthusiastic about that.

A couple of weeks ago, this page appeared on the elinux.org wiki. It's written by an engineer at Sony, and it's calling for contributions to rewriting Busybox. This would be entirely reasonable if it were for technical reasons, but it's not - it's explicitly stated that companies are afraid that Busybox copyright holders may force them to comply with the licenses of software they ship. If you ship this Busybox replacement instead of the original Busybox you'll be safe from the SFC. You'll be able to violate licenses with impunity.

What can we do? The real problem here is that the SFC's reliance on Busybox means that they're only able to target infringers who use that Busybox code. No significant kernel copyright holders have so far offered to allow the SFC to enforce their copyrights, with the result that enforcement action will grind to a halt as vendors move over to this Busybox replacement. So, if you hold copyright over any part of the Linux kernel, I'd urge you to get in touch with them. The alternative is a strangely ironic world where Sony are simultaneously funding lobbying for copyright enforcement against individuals and tools to help large corporations infringe at will. I'm not enthusiastic about that.

[personal profile] pehjota 2012-01-31 05:30 am (UTC)(link)
A couple of weeks ago, this page appeared on the elinux.org wiki. It's written by an engineer at Sony, and it's calling for contributions to rewriting Busybox. This would be entirely reasonable if it were for technical reasons, but it's not - it's explicitly stated that companies are afraid that Busybox copyright holders may force them to comply with the licenses of software they ship. If you ship this Busybox replacement instead of the original Busybox you'll be safe from the SFC. You'll be able to violate licenses with impunity.

This actually infuriates me.

These companies seem to not understand how copyright law works. By default, they aren't allowed to distribute BusyBox in their products. However, the authors of BusyBox have offered the fruits of their hard labor at no charge along with a license that grants companies the rights to distribute and modify BusyBox. The primary condition of the license is simply that anyone who modifies the software must also release the fruits of their (significantly less) hard labor. The end result of course is that companies are forced to return a favor and to treat their customers with respect. I find this more than fair for everyone, and any company that doesn't agree should instead spend at least twice the cost of hardware on copies of a proprietary program that they can't improve.

The alternative is a strangely ironic world where Sony are simultaneously funding lobbying for copyright enforcement against individuals and tools to help large corporations infringe at will. I'm not enthusiastic about that.

I'm reminded of Sony's XCP rootkit (an infringement of free software copyrights designed to fight infringement of Sony BMG copyrights) and the MPAA's infringing use of Ubuntu GNU/Linux to fight copyright infringement in universities.

(Anonymous) 2012-01-31 06:04 am (UTC)(link)
Especially considering that most of the time, vendors don't make any interesting changes to GPLed code in the first place! They ship unmodified busybox, slightly patched Linux with a few strange drivers, and so on. Shipping source code for the GPLed components would cause them more or less zero disadvantage, and the first handful of vendors to do so would also get some kudos from the FOSS world. Other than incompetence, I don't see any obvious reason to violate the GPL in most cases.

(Anonymous) 2012-01-31 11:08 am (UTC)(link)
I don't see what part of that quote fails to understand copyright. They're saying "hey, we're going to solicit a lot of people to ALSO do a lot of hard work, because we don't like the legalese involved here."

Why should that infuriate you? The preceding paragraphs, maybe, but *those* paragraphs?

(Anonymous) 2012-01-31 01:07 pm (UTC)(link)
Those particular paragraphs make it explicitly clear that the companies in question want to avoid enforcement by the SFC, who would otherwise "force them to comply with the licenses of software they ship". Thus, they want to rewrite Busybox not just to avoid the Busybox license (which seems perfectly acceptable, apart from contributing to the further proliferation of proprietary software), but to allow continued violation of other licenses without fear of enforcement.