LWN.net Logo

BusyBox settles another lawsuit

The Software Freedom Law Center has sent out a press release on the settlement of another BusyBox GPL-infringement lawsuit. "As a result of the plaintiffs agreeing to dismiss the lawsuit and reinstate High-Gain Antennas' rights to distribute BusyBox under the GPL, High-Gain Antennas has agreed to appoint an Open Source Compliance Officer within its organization to monitor and ensure GPL compliance, to publish the source code for the version of BusyBox it previously distributed on its Web site, and to undertake substantial efforts to notify previous recipients of BusyBox from High-Gain Antennas of their rights to the software under the GPL. The settlement also includes an undisclosed amount of financial consideration paid by High-Gain Antennas to the plaintiffs."
(Log in to post comments)

BusyBox settles another lawsuit

Posted Mar 6, 2008 19:40 UTC (Thu) by vmole (subscriber, #111) [Link]

While technically correct, the headline might better be written "Yet Another GPL Violator Settles with BusyBox"

BusyBox settles another lawsuit

Posted Mar 6, 2008 19:45 UTC (Thu) by macson_g (subscriber, #12717) [Link]

Please, correct me:

I think that BusyBox requirements are draconian. Of course I understand that one have to
publish it's code. But they require publishing of full source of every little bit of GPL'd
software you have installed on your device - they are pointing at Linksys as reference.

I'm currently building device which uses BusyBox, and I'm terrified, that instead of simply
putting link to SVN repository on our website, I have to host source of each package used,
which is 99% vanilla.

 

BusyBox settles another lawsuit

Posted Mar 6, 2008 19:57 UTC (Thu) by martinfick (subscriber, #4455) [Link]

A somewhat common GPL complaint, but hardly a BusyBox complaint.

You don't need to offer the software online.

Posted Mar 6, 2008 21:23 UTC (Thu) by dmarti (subscriber, #11625) [Link]

You could probably just print a blurb in the back of the manual citing the GPL software you use, and say "send $1 and a CD-ROM sized SASE for source". Just using GPL software on a device doesn't mean you have to be in the downloads business.

BusyBox settles another lawsuit

Posted Mar 6, 2008 19:57 UTC (Thu) by nigelm (subscriber, #622) [Link]

So you are building a business distributing devices based on GPL software, and you have not
bothered to clarify your license requirements?

I'm stunned!

BusyBox settles another lawsuit

Posted Mar 6, 2008 19:57 UTC (Thu) by atai (subscriber, #10977) [Link]

You have to provide the exact source code you use to build the Busybox software you distribute
so people can rebuild them and verify that your binaries do come from this set of sources.

On the other hand, BusyBox can only require you to provide sources to the software they
write... they cannot force you to do this for other GPL'd software not written by them.  But
practically that does not matter because the other authors would demand the same.

BusyBox settles another lawsuit

Posted Mar 8, 2008 22:10 UTC (Sat) by jengelh (subscriber, #33263) [Link]

>You have to provide the exact source code you use to build the Busybox software you
distribute so people can rebuild them and verify that your binaries do come from this set of
sources.

And that is where the problems begin, for example with code that puts the compilation date
into the binary. That way you will never get the exact MD5 of the originally-shipped binary!
:-(

BusyBox settles another lawsuit

Posted Mar 9, 2008 7:59 UTC (Sun) by atai (subscriber, #10977) [Link]

This should not be a problem... people can verify if your binaries are built this way from the
sources, by modifying the sources to hard code the  dates you have in your binaries... 

BusyBox settles another lawsuit

Posted Mar 6, 2008 19:59 UTC (Thu) by MathFox (subscriber, #6104) [Link]

You knowingly use GPL software. How much would it cost you to buy equivalent software at a
commercial supplier? Wouldn't it be fair that you in return make the source code available and
provide proper attribution of the FOSS you use? Yes, you'll have to go that extra yard to
comply with Open Source licenses.

You don't need to host the source packages on your website, if you ensure that the recipients
of your devices obtain the source code in some (computer readable) way, for example on a
CD-ROM. Read the GPL about the details.

BusyBox settles another lawsuit

Posted Mar 6, 2008 21:02 UTC (Thu) by flewellyn (subscriber, #5047) [Link]

It's draconian to require people to abide by the terms of the software license?  Especially
when the license is so permissive otherwise?  Really, now.

BusyBox settles another lawsuit

Posted Mar 6, 2008 22:39 UTC (Thu) by landley (subscriber, #6789) [Link]

Compliance is actually pretty easy once you understand what your 
responsibilities actually are.  To comply with the license, you need to do 
at least the following three things:

1) State the base version explicitly.  (Yes I already have this code, but 
I don't _know_ that this is the specific code you used unless you tell me.  
For all I know you grabbed some random svn snapshot and did who knows what 
with it.  "I used busybox" covers 10 years of development at this point, 
you need to be more specific.)

2) If you didn't modify it, SAY SO.  ("This is vanilla 1.2.1, with no 
changes" is a perfectly acceptable answer to me, as long as you're telling 
the truth.)

3) If you modified it, post a patch (preferably diff -u) against the base 
version you identified in step 1.  (I actually _prefer_ this to you 
posting a complete tarball I then have to extract my own patch from to see 
what you changed, but I can work with a tarball.  Obviously a full source 
tarball is compliant, it's just overkill most of the time.)

The first problem companies get in is they don't _identify_ the source 
they use sufficiently for others to reproduce their binaries.  You have no 
idea how many people don't realize that steps #1 and #2 above are actually 
_requirements_, so they go into a "what do they want from us" panic when 
approached about it.  Sometimes we just want clarification.  "We're 
using busybox" isn't good enough, but "We're using busybox 1.0.0-pre3 with 
this patch" usually is.  Even if they're using plain vanilla with no 
patches, they have to _say_ "This is vanilla version X with no patches".  
I can't just assume you didn't make any changes, and it's a huge amount of 
work to prove a negative (takes a lot of examination, you have to look at 
_everything_ to make sure you recognize all of it).

The other problem some companies have (I can't comment on any specific 
case) is that they loose track.  After it's shipped and the development 
team moved on, they can't reproduce it either.  They don't know what the 
base version was, they don't know what (if any) patches they applied, so 
when we ask these questions, they can't answer them.  We're generally 
happy to work with 'em out of court to track down this info (which can be 
a _lot_ of work after the fact, by the way), but if they panic and stop 
talking to us in hopes we go away, the SFLC will sue.

Often the patch turns out to be small and uninteresting and it _is_ mostly 
vanilla code with trivial tweaks that they can't _possibly_ be interested 
in trying to extract some kind of proprietary advantage out of.  But we 
care about proving there _isn't_ something interesting.  Please don't make 
us do a lot of work to confirm this, the license says you owe us this info 
up front.  It's your responsibility to track this, not ours.

The "host a mirror or don't host a mirror" issue is a red herring, and one 
I don't particularly care about.  I don't need another copy of the bits I 
already have, and OSL is already providing us a high bandwidth mirror for 
all the historical versions.  But I _do_ need you to tell me where to 
_find_ the source you used if I want to reproduce your binaries.  If you 
can't tell us that, you're not complying with the license.

The real issue is third party reproducibility of the code.  If you give me 
a binary and don't explicitly say "this is version X and I did not patch 
this" (or "this is version X with this patch"), then how do I know?  I 
have to do extensive forensic analysis to see what changes you may or may 
not have made, and having to do that for 100 different product releases 
gets old fast.

Rob

BusyBox settles another lawsuit

Posted Mar 6, 2008 23:35 UTC (Thu) by sepreece (subscriber, #19270) [Link]

One could hope that Rob's requirements would be a model for everyone - they're reasonable,
simple, and should be straightforward for anyone to comply with (at essentially zero cost).
They are much less stringent that the letter of the GPL, but nicely satisfy its spirit.

scott

Rob, your directions are just wrong

Posted Mar 7, 2008 0:03 UTC (Fri) by JoeBuck (subscriber, #2330) [Link]

If you ship GPL'ed binaries, you have to be prepared to provide the source.

It doesn't suffice to say what the version is (though that's nice), or to supply patches.

You don't have to host the full source, but you do have to include a written offer, good for three years, to provide the full source. You can charge what it costs you for doing this. It can be done offline, you can mail CDs to people who request it. You can't stop them from posting that CD online.

Don't tell people that they just need to supply patches; that is incorrect.

BusyBox settles another lawsuit

Posted Mar 7, 2008 3:17 UTC (Fri) by njs (subscriber, #40338) [Link]

Rob's note is thoughtful, and makes good points, but it should be noted that it is *not*
actually describing the requirements of the GPL; it's describing how close you have to get to
the GPL's requirements before Rob stops caring about suing you.  Anyone in the position of
distributing GPL software in a device would be smart to follow his advice, and the community
will surely appreciate it... but they should *also* read the actual legal requirements set out
by the GPL, and follow those too, to avoid liability from all the other authors of GPL
software who aren't Rob.

BusyBox settles another lawsuit

Posted Mar 7, 2008 13:08 UTC (Fri) by jeff@uclinux.org (subscriber, #8024) [Link]

   "Compliance is actually pretty easy once you understand what your 
   responsibilities actually are.  To comply with the license, you need to do 
   at least the following three things:

Post the sources.  Or offer to deliver them, as per the license.

   1) State the base version explicitly.  (Yes I already have this code, but 
   I don't _know_ that this is the specific code you used unless you tell me.  
   For all I know you grabbed some random svn snapshot and did who knows what 
   with it.  "I used busybox" covers 10 years of development at this point, 
   you need to be more specific.)

This is not a part of the license, at all.  It's nice though!

   2) If you didn't modify it, SAY SO.  ("This is vanilla 1.2.1, with no 
   changes" is a perfectly acceptable answer to me, as long as you're telling 
   the truth.)

This is not a part of the license, at all.  It's nice though!

   3) If you modified it, post a patch (preferably diff -u) against the base 
   version you identified in step 1.  (I actually _prefer_ this to you 
   posting a complete tarball I then have to extract my own patch from to see 
   what you changed, but I can work with a tarball.  Obviously a full source 
   tarball is compliant, it's just overkill most of the time.)

No, that's incorrect.  The full source & scrips... only way to be compliant. Posting
a patch is a way to create a misunderstanding and get sued by someone who
is on a crusade... and they are within their rights to do that even if they
contributed trivially to the project (no, I'm not saying you would).

   "The first problem companies get in is they don't _identify_ the source 
   they use sufficiently for others to reproduce their binaries.  You have no 
   idea how many people don't realize that steps #1 and #2 above are actually 
   _requirements_"

Right, because they aren't.  That is not what the license says.

Rob, Erik, this is really really scary.  You guys talk enforcement but seem intent on
shooting yourselves in the foot.  When starting the uClinux project where a lot of
these things (uClibc etc) came from I did so so that people could benefit, not be
afraid of what they need to do because of license uncertainty!  Threatening "SFLC
will sue [if you don't]" but posting misunderstandings like above is exactly the opposite
of what is needed here.

D. Jeff Dionne.
Jeff@uClinux.org

BusyBox settles another lawsuit

Posted Mar 7, 2008 14:33 UTC (Fri) by sepreece (subscriber, #19270) [Link]

What Rob posted were what he cares about as a rights holder. Anyone providing the information
he asked for should be trivially able to satisfy the letter of the license if anyone actually
asked them to do so. [I'd say that anyone capable of realistically doing anything useful with
the source would also be able to satisfy her needs with that information.]

The license terms are what they are. Most rights holders seem content with one or another
thing equivalent to the license terms. Offering downloads, for instance, does not satisfy the
license, but does satisfy most rights holders [and, I imagine, most people who want the
sources.]

However, you're right that anyone shipping GPLed code needs to be aware of the actual terms,
needs to meet at least the notification requirements, and needs to be prepared to provide
source if requested.

BusyBox settles another lawsuit

Posted Mar 7, 2008 15:04 UTC (Fri) by jeff@uclinux.org (subscriber, #8024) [Link]

While what Rob requests is nice to have (all of us prefer useful patches to a tarball of
garbage 
from a vendor), this is NOT compliance with the license.  Rob will take these reasonable
things 
and be happy... that's fine.  But those interested in having a legal framework for Valid,
Global, 
Running Business (which is what embedded is about, make no mistake) cannot rely upon what 
Rob would like to get.  Remember, we got into these discussions because the busybox project is

interested in "enforcement" of the License and has sued people over it.  That license is the
GPL... 
only.  Rob's post is suggesting people do things that don't amount to compliance when 
compared to the requirements of the license, and that's not good. There are others of us who
are 
copyright holders, many many in fact, and who knows what some others will do in that
situation.

The license language is clear, if one wants to  satisfy the legal requirements and get on with
the 
real work, that's where to look.  If one is  interested in wondering about the legality of
what one 
ships, posting some (perhaps perceived to be) random patches and version numbers seems to 
apply.

J.

BusyBox settles another lawsuit

Posted Mar 7, 2008 19:24 UTC (Fri) by landley (subscriber, #6789) [Link]

> Rob, Erik, this is really really scary.

I'm not speaking for Erik, nor for the SFLC either.  Never said I was.

I'm saying that a lot of people go into "deer caught in headlights" mode 
when the subject of GPLv2 compliance comes up because they think the 
source code being publicly available is sufficient, when they haven't 
identified it specifically enough for us to have a clue what they used 
(nor have they even _checked_ to see if their developers modified it).

If you understand a developer's motivations for approaching you, it's 
easier to satisfy them.  The core of GPLv2 is "show me the code".  How you 
go about this is details.

> You guys talk enforcement but seem intent on shooting yourselves in the
> foot.

*shrug*  Once you actually wind up in court, the full requirements of 
GPLv2 get enforced, including little details like clause 3c only applying 
to non-commercial distribution.  I'm talking about staying _out_ of court.  
My previous message is really about how far a small developer like the one 
who started this thread can usually stretch 3c before it breaks.

Many people just assume "the source is already on the web, that means I'm 
covered", which isn't quite sufficient and there are _reasons_ it isn't 
sufficient, which I attempted to explain.

> When starting the uClinux project where a lot of these things
> (uClibc etc) came from I did so so that people could benefit, not be
> afraid of what they need to do because of license uncertainty!

Obviously a full reading of the GPLv2 can tell you more about how to 
comply with that license than I can, and thus you're free to ignore 
anything I have to say about it.  Although who said "medium customarily 
used for software interchange" (a phrase from section 3a which predates 
the escape of web servers from CERN) does _not_ include "base tarball plus 
patch file"?  Isn't that what you customarily find in source RPMs?

Technically, GPLv2 probably still allows you to mail out a 9 track tape 
containing the source (since that's what was customarily used when the 
license was drafted in 1991, and what the FSF itself did for many years).  
Certainly you could charge people $5 to burn a CD and mail it to them 
under section 3b.  Heck, materials plus postage plus amortized 
depreciation on your equipment plus 15 minutes at your hourly consulting 
rate, you can probably get away with charging $50 or more.  Thus your 
written offer could include "mail a check to this address" as a 
precondition, and GPLv2 explicitly allows it.

Do you see any text in the license that _requires_ you to put up a web 
mirror?

Yes, I have actually thought about this before.  There are ways to not 
play nice while complying with the letter of GPLv2, and there are ways to 
not play nice while trying to enforce GPLv2.  I prefer to play nice.

> Threatening "SFLC will sue [if you don't]" but posting misunderstandings
> like above is exactly the opposite of what is needed here.

I'm not threatening anything.  (License complaints go straight to the SFLC 
these days via gpl@busybox.net.  I don't even see 'em until after the SFLC 
has investigated the issue, contacted the company, and already decided 
they're unable to resolve it out of court.  Thus I don't see most of 'em, 
which _are_ dealt with out of court, and if somebody does contact me 
directly I forward them to the laywers.  The exception is when I volunteer 
to analyze the resulting code they get to confirm that it's complete and 
corresponding, of which I have a half dozen backlogged that I haven't had 
time to look at properly yet.)

All I'm pointing out is that if you haven't identified a specific version, 
and identified your changes against that version (including explicitly 
stating "there were no changes" if that is indeed the case) sufficiently 
for us to reproduce what you did, then there's no way any GPLv2 project's 
developers can really be satisfied with your license compliance.  Not even 
under section 3c.  And that this is what motivates copyright holders (or 
their designated representatives) to take enforcement action in the first 
place.

No, I didn't go into "what constitutes complete and corresponding source 
code" and whether that includes your config files (which is a case by case 
judgement call as far as I'm concerned).

I'm also aware that the FSF browbeat Mepis (a tiny garage operation) into 
buying a high bandwidth web mirror for packages that were already in the 
Ubuntu repository, despite Mepis having partnered with Ubuntu (with a 
press release quoting Mark Shuttleworth and everything).  How Mepis can 
delegate an ISP to mirror the packages for them when they couldn't 
delegate Ubuntu to do it, I have no idea.  (What really seems to have 
happend is that Mepis didn't have the time/energy/expertise/money to 
defend itself in court when the FSF came trolling, but then I wasn't a 
party to any of that so I don't really know.  And I'll concede that a real 
troll could probably do a sco-style lawsuit and keep things tied up in 
court for a while as long as they had money to pay lawyers, but that's not 
specific to any particular license, and the FSF itself doesn't seem to 
care about GPLv2 anymore now that v3 is out.)

Is that what you wanted me to tell a developer who's already publishing a 
public SVN repository before we even _asked_?  "Be afraid of frivolous 
lawsuits, despite your existing show of good faith?"  Or maybe "beware the 
FSF trying to make an example of you?"  "Here's every fiddly corner case 
of copyright law that you may ever have to worry about if you ever use 
anybody else's code?"

Doesn't seem useful in this context.  "Here's how you can avoid motivating 
most developers to take action against you."  That seemed useful.

BusyBox settles another lawsuit

Posted Mar 27, 2008 0:49 UTC (Thu) by samroberts (subscriber, #46749) [Link]

Rob, do you work for the SFLC? Just wondering, because your statements 
don't seem to agree with those at

http://www.fsf.org/licensing/licenses/gpl-faq.html

My understanding of what the busybox lawsuits mean is that the 3 things 
you list above are NOT sufficient. In particular, not distributing the 
source because you didn't actually change it, and people can just go 
download it from where you got it is not good enough.

I don't believe we can just say "hey, its foozit v3.2.1, unmodified, get 
it over there". 

http://www.fsf.org/licensing/licenses/gpl-faq.html#Unchan...

And if you changed it I don't think you can provide just a patch, either.

http://www.fsf.org/licensing/licenses/gpl-faq.html#Distri...

Cheers.


BusyBox settles another lawsuit

Posted Mar 6, 2008 22:53 UTC (Thu) by csawtell (subscriber, #986) [Link]

I'd suggest you read section 3 of the GPL version 2. Section 3b would appear to apply to your situation.
b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange;
Notes:
  1. It says: "a complete machine-readable copy of the corresponding source code". This means that link to some other generic source of the code packages you used in youra device is not considered sufficient. A copy of the exact source code - possibly after modifications by you - is required.
  2. You have to make the GPL code to all your customers, but not necessarily to all members of the general public, but remember that you cannot stop your customers copying and publishing your code package.

BusyBox settles another lawsuit

Posted Mar 7, 2008 4:44 UTC (Fri) by djao (subscriber, #4263) [Link]

Actually, if you read the text of Section 3b that you posted, it says explicitly that the offer of source code must be extended to "any third party." In other words, under Section 3b, you really must make the source code available to the general public, not just your own customers.

If for some reason you desperately want to make source code available only to your customers, you can do this under the GPL, but you must choose Section 3a of the GPL instead of Section 3b.

It's not that hard

Posted Mar 6, 2008 23:58 UTC (Thu) by JoeBuck (subscriber, #2330) [Link]

No, you don't have to host any source code on your site. You can enclose an offer with your device to supply source on request, and you can charge your costs for supplying that source.

It's only a pain if you don't set up your operations to handle it, and it's a small cost considering that you get all that software for free.

For example, you could produce an ISO file for all the GPL/LGPL sources on your device, and tell people that if they want it, they can send a stamped, self-addressed envelope and a few dollars (or appropriate currency) to cover costs. You're not supposed to make a profit on that, but if it takes an employee 30 minutes to get the CD burned and put it in the mail, you can charge for that time. Or you could just have the sources CD in your catalog; figure out what the fair price is for selling it at cost (CD cost plus shipping and handling), and you comply.

But many organizations find it simplest to just host the source code on their site.

If this is all too scary to you, then I suppose that you can buy your OS from Microsoft or QNX or someone else. But then you've got to pay money.

It's not that hard

Posted Mar 7, 2008 17:58 UTC (Fri) by vmole (subscriber, #111) [Link]

FWIW, I used to work for a company that used some GPL and other free software in its product. We found the easiest way to comply was to simply build the tarballs from our CVS and include them on the product CD. The customer thus got the version we were using, including any mods. This, of course, assumes you're not trying to hide the fact that you're using free software.

It's not that hard

Posted Mar 8, 2008 20:27 UTC (Sat) by pizza (subscriber, #46) [Link]

> FWIW, I used to work for a company that used some GPL and other free software in its
product. We found the easiest way to comply was to simply build the tarballs from our CVS and
include them on the product CD. The customer thus got the version we were using, including any
mods. This, of course, assumes you're not trying to hide the fact that you're using free
software.

My employer does something similar, though we aren't in the end-user business.  Instead, we
actually ship to our customers a full source tree. One of the targets of the build system
takes all of the GPL'd components and emits a nice tarball of the exact source used to build a
binary image.

BusyBox settles another lawsuit

Posted Mar 7, 2008 5:52 UTC (Fri) by MattPerry (guest, #46341) [Link]

> I think that BusyBox requirements are draconian.

Then don't use redistribute it and you have nothing to worry about.

BusyBox settles another lawsuit

Posted Mar 7, 2008 10:32 UTC (Fri) by endecotp (guest, #36428) [Link]

> I'm terrified, that
> ...
> I have to host source of each package used, which is 99% vanilla.

I'm curious to know why the idea of putting a few tarballs on your website _terrifies_ you.
Can you explain?

BusyBox settles another lawsuit

Posted Mar 8, 2008 22:34 UTC (Sat) by jengelh (subscriber, #33263) [Link]

Very well. It is because vendors sometimes think of "full source" as — or even get it told in
the settlement — to "provide the full toolchain", and that definitely is a bit redundant if it
is just the vanilla binutils and gcc sources used in mips crosscompiling mode!

I have checked out the downloads pages of some companies that are listed on gpl-violations.org
— and almost universally they provide a ridiculously big 70+ megabyte something tar with all
the tools I mostly have already¹. No wonder everybody gets to think "think about the bandwidth
this will cost us...".

Of course it is a different thing if compiler/binutils was enhanced by, say, a new
architecture, but most of the times, the sold devices seem to be standard mips stuff.

They do not just need an Open Source Compliance Officer, they need someone with common sense
of release management, does not even need to be an officially approved "officer" if some
random employee has the needed sense.

¹And my recommendation is: split it up. Provide compiler, binutils and source packages plus
patches as separate entities if possible. Like, uh, the Debian repository, aka.
{gcc,binutils,busybox}{.tar,.diff}.bz2, making a mere 6 base files, providing all that Rob
Landley (and me too) would want whilst giving a way for saving bandwidth — because now I can
just dl busybox instead of the fat uninteresting compiler package.

BusyBox settles another lawsuit

Posted Mar 8, 2008 3:34 UTC (Sat) by gdt (subscriber, #6284) [Link]

I think that BusyBox requirements are draconian.

They're not in practice onerous if you add the requirement to make the source available into your binary build process. That build then emits the binary and related source and you push both to the CD or website.

I'm currently building device which uses BusyBox, and I'm terrified, that instead of simply putting link to SVN repository on our website, I have to host source of each package used, which is 99% vanilla.

If you are worried about bandwidth issues, then it's not difficult to find free hosting for GPLed software distribution, even for commercial for-profit vendors.

You might want to carefully read the SVN Book. When you use third-party software in SVN the recommended structure does take a complete copy of the original source, and you then you pull that into your trunk. This makes it very easy to port your application to a later version of the third party software (eg, when it has security issues).

If the Busybox requirements terrify you, then don't read the VxWorks license :-)

BusyBox settles another lawsuit

Posted Mar 6, 2008 19:59 UTC (Thu) by martinfick (subscriber, #4455) [Link]

Wow, this is starting to seem like a nice way to fund free software! :)

Have a successfully used project by hardware makers and reap the profits from those who don't
cooperate.

BusyBox settles another lawsuit

Posted Mar 6, 2008 21:45 UTC (Thu) by rahvin (subscriber, #16953) [Link]

The only problem is that like most lawsuits most of the money received goes to pay the lawyers
and all the court related costs. Even if settling out of court is cheaper than a trial it's
still very expensive.

BusyBox settles another lawsuit

Posted Mar 6, 2008 22:07 UTC (Thu) by landley (subscriber, #6789) [Link]

The SFLC does this stuff pro bono for open source projects.  It's very 
nice. :)

BusyBox settles another lawsuit

Posted Mar 7, 2008 0:05 UTC (Fri) by JoeBuck (subscriber, #2330) [Link]

The SFLC has to pay its employees for their time. I wouldn't be surprised if some of the recovered damages go for this purpose.

They are a nonprofit, and I'm sure that their pay scale is low, so it isn't like they're getting rich on this.

BusyBox settles another lawsuit

Posted Mar 6, 2008 23:30 UTC (Thu) by man_ls (subscriber, #15091) [Link]

Yeah, the good guys have software to play with and development is paid by the bad guys. Mark one for the legal system!

BusyBox settles another lawsuit

Posted Mar 7, 2008 1:33 UTC (Fri) by alfille (subscriber, #1631) [Link]

This seems like a good business opportunity: handling the source code availability to any
embedded manufacturer. Just pay a fee to gpl_compliance.com and they will host the source
code, and provide CDs for a small charge. Even work with you to figure out which code and
versions and patches.

BusyBox settles another lawsuit

Posted Mar 7, 2008 1:45 UTC (Fri) by atai (subscriber, #10977) [Link]

Probably not going to work, because a third party is, well, a third party...
it is you who has to provide the source...

BusyBox settles another lawsuit

Posted Mar 7, 2008 2:54 UTC (Fri) by zotz (guest, #26117) [Link]

Just ship the complete proper source when you ship the binary and you are done. No more
obligations. Right?

all the best,

drew
http://zotzbro.blogspot.com/

BusyBox settles another lawsuit

Posted Mar 7, 2008 13:21 UTC (Fri) by tialaramex (subscriber, #21167) [Link]

Yes, it's ultimately your responsibility, but you can still rely on a third party to deliver
on your behalf. We do it every day with courier companies, ISPs, and myriad other
organisations. There's a risk that they will fail you, and disappoint the customer, and in
that case you have to fix it (even if you also sue the third party for screwing up). But
there's often a benefit to letting a specialist do it for you which makes the risk worthwhile.

A site which says "The 4GB of GPL'd source code for our various products is now supplied by
Compliance.example.com, please go there" is OK (assuming you've actually made such an
arrangement with the site linked), whereas, "Most of our products use GPL'd code, you can
usually find the source code with Google" is not OK.

BusyBox settles another lawsuit

Posted Mar 13, 2008 9:18 UTC (Thu) by ekj (subscriber, #1524) [Link]

Nonsense. That you are -responsible- for something does NOT mean that you cannot let someone
else do the work.

It's not as if you fail to deliver the source if you let the Postal Service do the actual work
of transporting the source to the person wanting it.

It's not as if you fail to deliver the source if you let RackSpace do the actual work of
providing the download of the source-tarball.

It makes no difference at all if you do it, or if you just pay someone else to do it for you.
The point is that it's done. That those who have the right to the source also actually get it.

BusyBox settles another lawsuit

Posted Mar 7, 2008 3:20 UTC (Fri) by jwb (subscriber, #15467) [Link]

At least one company is already making a business out of open source license compliance.  The
company is called Palamida and they will basically grep your source tree looking for open
source code and advice you on your license obligations.

http://www.palamida.com/

BusyBox settles another lawsuit

Posted Mar 7, 2008 5:00 UTC (Fri) by stevenj (subscriber, #421) [Link]

Black Duck Software has been doing this for years, too; there has been some bad blood between them and their competitor Palamida.

The viability of this kind of company, and the repeated settlements of GPL lawsuits, are just reminders of the fact that most people (including most programmers) have no clue about copyright law. It seems like some training in copyright should be increasingly viewed as necessary background for professional software developers.

BusyBox settles another lawsuit

Posted Mar 7, 2008 11:41 UTC (Fri) by zotz (guest, #26117) [Link]

"It seems like some training in copyright should be increasingly viewed as necessary
background for professional software developers."

What they need to do is simplify copyright law so that people can get it a little better
without needing a degree in it.

Furthermore, musicians and others have the same problems. Good luck with that.

all the best,

drew
http://zotzbro.blogspot.com/

BusyBox settles another lawsuit

Posted Mar 9, 2008 16:52 UTC (Sun) by dvdeug (subscriber, #10998) [Link]

Simplify copyright law how? The 10 cent version of copyright law is "don't copy what someone
else created without making sure they're all right with it." That's the part these people are
violating. Most of the complexity is in the rules about what you can use without getting
permission.

BusyBox settles another lawsuit

Posted Mar 16, 2008 7:09 UTC (Sun) by JohnNilsson (subscriber, #41242) [Link]

Which is utterly false and dangerous to think. It should rather be "don't copy anything unless
you've cleared it with the rights holder." It's usually much easier to get the creators
blessing than the rights holders, and thinking that the creators blessing gives you legal
protection from the rights holder is just dangerous.

Previous LWN columns on the subject

Posted Mar 7, 2008 5:06 UTC (Fri) by JesseW (guest, #41816) [Link]

For the sake of later readers, here are the previous LWN articles on the subject of the SFLC's lawsuits on behalf of the BusyBox developers. (In reverse chronological order)

Enjoy!

Updates on the cases

Posted Mar 7, 2008 5:34 UTC (Fri) by JesseW (guest, #41816) [Link]

All the cases were filed in the United States District Court for the Southern District of New York.

I last reported on the status of the cases on Dec 16, 2007, in this LWN comment.

In Andersen et al v. Verizon Communications, Inc. ( 1:07-cv-11070-LTS ), since then, there have been 7 fillings, none of particular substance. On Dec 19, 2007, an Affidavit of Service was filed, showing that Verizon had gotten the Complaint. Then came one time extension, a note showing Verizon got the message about the pre-trial conference (scheduled for Mar 7, 2008), two more time extensions, then a letter from the SFLC asking to put off the pre-trial conference until April (the judge agreed, it's now scheduled for Apr 9, 2008) and another time extension, putting Verizon's deadline up to Mar 14, 2008. In effect, nothing particular has happened, at least not in public view. This makes some sense, since Verizon is a much larger organization than any of the previous defendants, so it makes sense that they would take longer to realize they have no defense to speak of.

In Andresen et al v. High-Antennas, L.L.C. ( 1:07-cv-10456-LBS ), since I last checked, there were two extensions of time (final deadline was: Mar 1, 2008), followed by the note of voluntary dismissal on Mar 3, 2008.

In Andersen et al v. Xterasys Corporation (1:07-cv-10455-PKC ), the only new filing was the dismissal note, filed on Dec 17, 2007.

And that's it. Only the Verizon case is still open. I wonder when the SFLC will file the next batch...

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds
Powered by Rackspace Managed Hosting.