|
|
Log in / Subscribe / Register

On the 'death penalty' thing

On the 'death penalty' thing

Posted Feb 1, 2012 17:11 UTC (Wed) by pizza (subscriber, #46)
Parent article: A tempest in a toybox

Keep in mind that while the 'death penalty' and/or SFC's demands may seem extreme, they're pretty darn reasonable when viewed from the perspective of copyright law, which (at least in the US) allows for $150K *per copy* penalties, on top of an injunction preventing further distribution.

So if you violate the GPL, your product is already facing death row. The SFC's demands on top of that are several orders of mangitude less onerous than the law says they can ask for.

Even when taken to a more reasonable $2K per copy (as some of the end-user music piracy lawsuits have resulted in), that's still a penalty an order of magnitude larger than the probable retail value of the widget.

Anyway.

I used to work for an outfit that provided software ("BSPs") for access points and other wifi-enabled widgets. we delivered everything in source form, and the build system included a 'gplpackage' target that neatly packaged up every GPL component into a tarball, alongside the binary images. It's really not that hard to do, but one has to make that step a part of the release process.


to post comments

On the 'death penalty' thing

Posted Feb 1, 2012 17:17 UTC (Wed) by hummassa (guest, #307) [Link] (7 responses)

> I used to work for an outfit that provided software ("BSPs") for access points and other wifi-enabled widgets. we delivered everything in source form, and the build system included a 'gplpackage' target that neatly packaged up every GPL component into a tarball, alongside the binary images. It's really not that hard to do, but one has to make that step a part of the release process.

It's not only "not hard", if you think about it (you ought to have a release process in place, no?) it's just plainly trivial to do so.

On the 'death penalty' thing

Posted Feb 1, 2012 17:24 UTC (Wed) by pizza (subscriber, #46) [Link] (2 responses)

Another thing to keep in mind is that the software in these things is (more often than not) done by a subcontractor of a subcontractor. This is commonly done to shield the parent from direct liability from the actual work. Each step in the chain they just package it up and toss it over the fence as a "finished" black-box item.

But the GPL trumps that hierarchy and short-circuits things -- the parent company (whose name is on the box and who the end-user has a relationship with) is the one ultimately responsible for adhering to the GPL, and can't legally pass the buck by saying "we didn't get the source from our suppliers".

On the 'death penalty' thing

Posted Feb 2, 2012 1:25 UTC (Thu) by rahvin (guest, #16953) [Link] (1 responses)

Even with commercial software, if a piece of the product infringes copyright (even a minuscule part of the product) whether it came from a subcontractor or not isn't going to matter in US courts. Microsoft has been sued numerous times for code they didn't even write. This is because even though it was supplied by a third party it was included in their product and they were the company violating copyright by distributing it.

From the courts point of view the infringer is the one distributing it, if you got the code from a third party your only recourse is to sue the supplier for the damages and costs associated with curing the copyright infringement.

On the 'death penalty' thing

Posted Feb 2, 2012 9:19 UTC (Thu) by marcH (subscriber, #57642) [Link]

And rightly so.

Imagine you get ill from eating some prepared food. Then the retailer claims its not its fault because the poor thing bought rotten eggs and did not notice. Would you accept that as an excuse?

On the 'death penalty' thing

Posted Feb 1, 2012 22:22 UTC (Wed) by khim (subscriber, #9252) [Link] (3 responses)

It's not only "not hard", if you think about it (you ought to have a release process in place, no?) it's just plainly trivial to do so.

Release process usually just pull some data from repository and builds everything. If developers committed stuff to the repository without due diligence then it may be non-trivial.

Actually it's usually non-trivial in the interesting case (where source was modified). The fact that you can obtain yet another copy of the busybox tarball is not all that interesting, people want modified copies (if something was changed at all) - this case tends to be exactly the case where it's hard to separate GPL code from non-GPL code.

On the 'death penalty' thing

Posted Feb 2, 2012 7:42 UTC (Thu) by hummassa (guest, #307) [Link] (2 responses)

> If developers committed stuff to the repository without due diligence then it may be non-trivial.

This just does not happen... or should not happen. In any case, if people commit *proprietary* stuff to the repository without due dilligence, the stakes are really higher.

> people want modified copies (if something was changed at all) - this case tends to be exactly the case where it's hard to separate GPL code from non-GPL code.

Not really. Abtraction, filtration, comparison -- is it a derivative work? If so, the "modified code" must also be GPLd, mark it as necessary in the "make gpl compliance tarball for upload" Makefile and be happy forever. Again, everyone should just act -- in the prep of a software-including product -- just as they would if free-licensed software pieces were proprietary-licensed software pieces: with due dilligence.

On the 'death penalty' thing

Posted Feb 2, 2012 14:07 UTC (Thu) by NAR (subscriber, #1313) [Link]

I've seen binary blobs in source repositories: there are quite few not so bright developers who download random stuff from the 'Net and put it there, because it's a lot easier than going through the company 3PP-inclusion process. Of course, they don't think about it if this ends up in the end product...

Moreover, projects can be transferred inside a multinational country between developer teams, countries or even continents, so it's perfectly plausible that a developer can be genuinely surprised if someone tells him that his product contains unlicensed binaries.

On the 'death penalty' thing

Posted Feb 2, 2012 14:37 UTC (Thu) by khim (subscriber, #9252) [Link]

This just does not happen... or should not happen. In any case, if people commit *proprietary* stuff to the repository without due dilligence, the stakes are really higher.

Absolutely not. In fact this is standard industry practiceâ„¢: You commit everything to repository - SDKs, all the tools, compilers, etc. Everything. This may be formal violation of the license for some tools, but even this is not enforceable in most jurisdictions (if you have enough licenses to cover all the developers then you can just say you use repository for backup purposes). As long you don't distribute content of your repo everything is fine. But if you want to publish GPLed part then you need to separate the wheat from the lentil!

Again, everyone should just act -- in the prep of a software-including product -- just as they would if free-licensed software pieces were proprietary-licensed software pieces: with due dilligence.

It's much harder with free software. With proprietary software you usually don't have sources to modify, thus chance of mistakes is small. In some rare cases you do - but even then you mostly use vendor-supplied binaries and use sources only as reference. With free software not only you have sources - you often need to modify them slightly to make them usable (compileable, for example)! This raises risk of accidental violation hundredfold (if not thousandfold).

I can't in good conscience call the process which requires strict rules and serious effort "trivial", sorry. It's not that hard (some proprietary tools require significantly more work if you want to stay compliant), but it's not "trivial" either.

On the 'death penalty' thing

Posted Feb 1, 2012 18:04 UTC (Wed) by armijn (subscriber, #3653) [Link] (26 responses)

The problem that I (and others) have is that SFC demands things to be fixed that are outside of their own direct copyright (which is BusyBox), like binary kernel modules.

I have talked to various lawyers in the free software world about this (under Chatham House Rules, so I can't explicitely name them), but all of them have frowned upon this, or dismissed it outright.

Before this turns into another flamefest about whether or not it is immoral or not for companies to violate the GPL, this is *the* core question: can you demand things outside of your own direct copyright?

Perhaps the editor could poll some lawyers about this subject, and get permission to quote them? It would be very helpful.

On the 'death penalty' thing

Posted Feb 1, 2012 18:09 UTC (Wed) by corbet (editor, #1) [Link] (4 responses)

"The editor" has found it frustratingly difficult to get lawyers to say anything useful about subjects like this. It's unfortunate. There are, in fact, a lot of high-clue lawyers out there; they understand and support what we're doing. But the nature of their profession makes them unwilling to say much of anything interesting outside of the most private situations.

On the 'death penalty' thing

Posted Feb 1, 2012 22:21 UTC (Wed) by marcH (subscriber, #57642) [Link]

Is this a problem to quote these private discussions anonymously? I know it looks bad from a journalistic perspective but, journalists with enough credit can rely on that credit to do it.

On the 'death penalty' thing

Posted Feb 2, 2012 12:52 UTC (Thu) by ortalo (guest, #4654) [Link]

Would it be feasible (interesting?) to try a summary of the various cases and decisions actually judged on this topic? After all, lawyers opinions are less interesting than actual courts judgments on the topic.
However, such work would probably be extremely cumbersome (esp. for a technically-oriented writer): so do not take that for a request. But I am curious if such survey is simply feasible - it seems few trials on the topic have been brought to an actual end. (That's not necessarily a bad thing, but in the meantime, endless discussion goes on.)

On the 'death penalty' thing

Posted Feb 2, 2012 14:38 UTC (Thu) by dwmw2 (subscriber, #2063) [Link] (1 responses)

Lawyers say what they're paid to say.

When the module thing comes to court, as I'm sure it will, you'll find that there are "high-clue" lawyers on both sides.

In cases like this, lawyers don't tell you what the law is; a judge does.

On the 'death penalty' thing

Posted Feb 3, 2012 10:32 UTC (Fri) by marcH (subscriber, #57642) [Link]

This might sound surprising but I think some lawyers can also be human beings sometimes and have private, honest conversations. For free.

On the 'death penalty' thing

Posted Feb 1, 2012 18:11 UTC (Wed) by mjg59 (subscriber, #23239) [Link] (7 responses)

From a purely practical viewpoint, you obviously can - the SFC have done so on multiple occasions.

On the 'death penalty' thing

Posted Feb 1, 2012 18:24 UTC (Wed) by armijn (subscriber, #3653) [Link] (6 responses)

Please don't confuse an end result with something being legally sound.

I talked to several companies and lawyers and the pretty harsh terms (veto, review, binary kernel modules) are only pretty recent (Best Buy case, end of 2009). Before that it was indeed just as Bruce said: "not that bad" and reasonable terms.

Every company so far that has settled in the Best Buy case has settled under undisclosed terms but there is no *actual* judgement.

Perhaps the end result is indeed the same and companies said they would disclose source code, plus agree to something else (perhaps money, perhaps something else, but since those terms are not disclosed we don't know), just to get the lawsuits of their backs. But that still does not answer the core question whether or not it is actually legal to do so, which is what I am most interested in.

So far I have not heard a single lawyer (except from the ones from SFC) speak in support of the demands of SFC.

On the 'death penalty' thing

Posted Feb 1, 2012 18:36 UTC (Wed) by mjg59 (subscriber, #23239) [Link] (2 responses)

Just to make sure we're on the same page here - are you saying that you've received legal advice to the effect that it's actively illegal for the SFC to make demands on unrelated software as a condition of restoring a Busybox license, or merely that there's no law saying that they can?

On the 'death penalty' thing

Posted Feb 2, 2012 2:56 UTC (Thu) by rahvin (guest, #16953) [Link]

I think anyone with at least the basic understanding of the legal system in the US should know that a plaintiff could demand the CEO of the defendant dress up in a bunny suit and play in traffic and there is nothing illegal about the request. The judge isn't likely to award such a thing in the event infringement is found but they can still claim it and demand it as part of a settlement AND the other side can agree to it as part of the settlement and it would be binding as long as the clause itself isn't illegal (such as requiring the murder of some other person).

IANAL, but there is nothing illegal about what SFC is doing. They can only make these claims and requests because the companies in question open the door by infringing the GPL.

I'd also like to point something else out which unfortunately wasn't in the article. It should go without saying that if a Kernel developer steps forward to work with SFC as the plaintiff they will be the one in the driver seat and if they disagree with certain actions SFC is taking they would be in a position to stop that and prevent SFC from doing whatever it is that the developer disagreed with. The only thing SFC could do would be to refuse to work for the plaintiff.

If you don't like how SFC is engaging in these actions and the terms and conditions they demand for closure the best way to stop them is to become their plaintiff and work with them.

On the 'death penalty' thing

Posted Feb 2, 2012 14:32 UTC (Thu) by dwmw2 (subscriber, #2063) [Link]

They most definitely can. They can require whatever they like in "payment" for granting a licence to use their code.

Some people grant a licence in return for money; some grant a licence in return for postcards. There's absolutely no reason that they can't grant a licence on the condition that the licensee complies with the licence of the *other* software they use. Or stops beating their wife. Or stands on their head and asks nicely.

I believe that the standing on the head example was actually made by a judge in a recent ruling.

On the 'death penalty' thing

Posted Feb 1, 2012 19:44 UTC (Wed) by jku (subscriber, #42379) [Link]

I understand the discussion on whether this the right thing to do or not, but why on earth would SFCs actions be illegal? Remember that we're talking about a settlement, something that the infringer chooses to take part in. They always have the option of not settling.

On the 'death penalty' thing

Posted Feb 2, 2012 2:07 UTC (Thu) by Trelane (guest, #56877) [Link]

How is the veto different from the "we may audit you for compliance at any time" terms of most proprietary software?

Aside from the obvious issue of the SFC not auditing you until you've allegedly violated the terms once.

On the 'death penalty' thing

Posted Feb 11, 2012 12:21 UTC (Sat) by Wol (subscriber, #4433) [Link]

I think the problem here is that, in most cases, once the SFLC get through to someone senior who understands the problem, the offender caves pretty quick and says "how can we put it right?".

Once the SFLC has got hold of someone who (a) has the clout to fix things, and (b) has the determination to fix things, it's pretty easy to come to an amicable solution.

The problem with Best Buy, as far as I can make out, was the only response the SFLC got was "not our problem". To the point they were finally exasperated enough to say "well it is your problem and we're going to court to make you face up to it!"

I don't know whether you have the same thing in America, but over here we have a position called "Company Secretary", of which most companies *M*U*S*T* legally have one. And one of the "perks" of the post is that if the company breaks the law, the Secretary is - *PERSONALLY* - legally liable and can be fined or imprisoned.

So over here, the equivalent of the SFLC could go to Companies House (the relevant public records office), find out who the Secretary is, and send them a registered letter. At which point he is personally on notice that he could end up in jail. He now has two choices. Pass the buck to the rest of the board, placing them on notice of jail terms, or resign. What do you think it's going to do to confidence in the Company if the Secretary resigns, giving as his reason that he doesn't want to go to jail?

Cheers,
Wol

On the 'death penalty' thing

Posted Feb 1, 2012 18:41 UTC (Wed) by raven667 (subscriber, #5198) [Link]

> for companies to violate the GPL, this is *the* core question: can you demand things outside of your own direct copyright?

If it came down to the technicality of it then probably no, the case would be thrown out (see RightHaven) but why wouldn't you ask for and help implement a comprehensive compliance program rather than playing monkey hear-no-evil, see-no-evil, speak-no-evil? Compliance is the ultimate goal, not punishment. Unless you think being forced to comply with the licenses of the software you ship is "punishment".

On the 'death penalty' thing

Posted Feb 1, 2012 18:53 UTC (Wed) by mjw (subscriber, #16740) [Link]

I was under the impression that this is a fairly standard settlement deal to avoid a full lawsuit and damages. The FSF also asks for something like this when they settle with a company and drop their lawsuit over GPL violations. In return for dropping the lawsuit the company that settles agrees to appoint something like a Free Software Director that periodically reports to the FSF about compliance with the free software licenses used by the company. It seems cheaper and more productive than having to fight a lawsuit, pay penalties and possibly having to terminate a whole product line. All parties win. I assume in return for not enforcing your copyrights you can ask (demand) anything, the other party doesn't have to agree of course, but if it is cheaper why wouldn't they? Or is this what the lawyers object to?

On the 'death penalty' thing

Posted Feb 1, 2012 19:04 UTC (Wed) by Otus (subscriber, #67685) [Link] (2 responses)

> Before this turns into another flamefest about whether or not it is
> immoral or not for companies to violate the GPL, this is *the* core
> question: can you demand things outside of your own direct copyright?

Correct me if I'm wrong, but isn't the SFC doing this via settlements? I though settlements allow the two parties to decide on whatever terms both accept, with basically no legal limits.

If the sued companies don't see the terms as acceptable they can continue the court case, where the SFC would presumably ask for a payment or whatever the law allows them to ask for.

On the 'death penalty' thing

Posted Feb 2, 2012 3:06 UTC (Thu) by rahvin (guest, #16953) [Link]

The law allows statutory damages for copyright at $150K per incident. Ship 10,000 widgets and statutory penalties for violation are going to max out at $1,500,000,000 (or $1.5 Billion).

Considering juries have been handing max statutory damages to poor single mothers who downloaded music off the internet (Jamie Thomas in her first trial for 21 songs was ordered to pay more than $1.5 million dollars) I think it's fairly probable that if a corporation was foolish enough to take this to the Jury they would end up with the max statutory damages the law allows but in reality the Jury can award damages anywhere between $0 and the max the law allows per infringement.

On the 'death penalty' thing

Posted Feb 5, 2012 20:42 UTC (Sun) by dwmw2 (subscriber, #2063) [Link]

"If the sued companies don't see the terms as acceptable they can continue the court case, where the SFC would presumably ask for a payment or whatever the law allows them to ask for."
Indeed. It seems rather odd to complain that a settlement is unfair to them, and then to accept it anyway because it costs them less than the penalty that the court would have imposed for their crimes.

I find it particularly strange given that the type of settlements they're talking about bear so little relation to the things that the SFC say they do ask for (see here).

If the likes of Sony really want to reduce their risk, perhaps they should lobby the government to reduce the statutory damages for copyright infringement?

On the 'death penalty' thing

Posted Feb 1, 2012 21:43 UTC (Wed) by rahulsundaram (subscriber, #21946) [Link] (6 responses)

"this is *the* core question: can you demand things outside of your own direct copyright?"

Oh, sure you can. If you don't agree, take it to court. The fact that noone has dared to, speaks volumes about the legitimacy of the request.

On the 'death penalty' thing

Posted Feb 2, 2012 2:12 UTC (Thu) by Trelane (guest, #56877) [Link] (3 responses)

Do BSA auditors also audit for non-member software?

On the 'death penalty' thing

Posted Feb 2, 2012 2:16 UTC (Thu) by rahulsundaram (subscriber, #21946) [Link] (2 responses)

I have no idea and don't care at all. BSA has nothing to do with Free software licenses which don't try to control use.

On the 'death penalty' thing

Posted Feb 2, 2012 2:51 UTC (Thu) by raven667 (subscriber, #5198) [Link] (1 responses)

Personally I think a comparison with what the BSA does would be instructive because they are very broadly doing the same kind of thing, enforcing copyright licenses.

On the 'death penalty' thing

Posted Feb 2, 2012 3:09 UTC (Thu) by rahvin (guest, #16953) [Link]

I don't think they venture outside their members though they may tip of a company and ask them to join. The problem would be that I doubt there is a software company with more than 1 employee that isn't a member of BSA.

On the 'death penalty' thing

Posted Feb 11, 2012 12:27 UTC (Sat) by Wol (subscriber, #4433) [Link] (1 responses)

Well, if said defendant is shipping a box containing, amongst other things, busybox, AND THE SFC HAS BOUGHT ONE OF THOSE BOXES, then per the GPL they are entitled to a copy of the source of all the GPL programs on it.

So what they are demanding is "give us all the source we are legally entitled to".

Where it becomes a problem, and where Sony :-( has a problem with it, is they are also asking for the source for other products they may not have bought (that may well not even be on sale!).

Cheers,
Wol

On the 'death penalty' thing

Posted Feb 11, 2012 18:18 UTC (Sat) by corbet (editor, #1) [Link]

In the interest of clarity, it's worth repeating an important point here:

If somebody is shipping Busybox (or another GPL-licensed program), and they did not ship the source along with a binary distribution, then any third party is entitled to ask for the source. Having bought the box (or not) does not play into the picture in any way.

That said, third parties have no standing to legally enforce that requirement. Only the copyright holders can do that. The SFC, by virtue of representing copyright holders (and, possibly, being a copyright holder itself), has the standing to initiate this sort of action.

On the 'death penalty' thing

Posted Feb 9, 2012 8:06 UTC (Thu) by kevinm (guest, #69913) [Link]

They can "demand things outside their own copyright" because they are negotiating a new contract to restore the infringer's license to distribute the busybox code being represented. Almost any obligation can be written into a contract.

On the 'death penalty' thing

Posted Feb 1, 2012 20:07 UTC (Wed) by kripkenstein (guest, #43281) [Link] (9 responses)

> Keep in mind that while the 'death penalty' and/or SFC's demands may seem extreme, they're pretty darn reasonable when viewed from the perspective of copyright law, which (at least in the US) allows for $150K *per copy* penalties, on top of an injunction preventing further distribution.

This is a valid point.

However, that copyright law is insane doesn't excuse us in the FOSS community doing anything insane as well (even if it is much less insane).

It is *very* hard to convince corporations to use FOSS if the risk is that a single mistake by one of their teams means that the entire company can no longer use that specific FOSS until the copyright owner agrees for them to. The main problem is uncertainty: The corporation does not know ahead of time exactly what the copyright owner will demand. At least with a proprietary license, you know ahead of times the costs involved in a clear (well, clear-er) manner.

If I had believed the GPL did actually assume such a "death penalty" event - I prefer to call it a "hostage situation" - I would never have released the GPL code I did (I would have used another FOSS license). It strikes me as counter to the intent of the GPL, and very dangerous to the FOSS community as I said above.

It is more than sufficient to protect GPL code to interpret it in the more reasonable way, which is that distributing GPL code grants a new license each time. So that you have a license if you comply with the GPL. If you don't comply, you lose that license until you download a new copy, and are in compliance with that license. In this situation, violating the GPL is still very bad - you cannot use the code any more - but at least you know ahead of time exactly what you need to do to be able to use it again - come into compliance.

That the SFC does basically that - but for all FOSS projects the company uses, not the one whose license they violated - is not as bad as things *could* be, because in theory the license enforcer could ask for anything at all (hence I prefer the term "hostage situation"). But again, the problem is that corporations don't know for sure in advance what the SFC will require, if one of their teams makes a mistake and doesn't fully comply with the license of one of the FOSS projects they use. This is one of the biggest problems for FOSS adoption today.

On the 'death penalty' thing

Posted Feb 1, 2012 20:23 UTC (Wed) by raven667 (subscriber, #5198) [Link]

> distributing GPL code grants a new license each time

I'm not sure that it's been tested in court but that seems like a reasonable interpretation, you don't have the right to distribute at all if you are not compliant and every compliant distribution doesn't require individual authorization by the copyright owner.

> corporations don't know for sure in advance what the SFC will require

That doesn't really seem to be true, the SFC has stated many times that all they require is that general compliance efforts be undertaken and that their expenses be paid.

> The main problem is uncertainty

If that were the main problem then no one would every go into business, businesses deal with uncertainty and risk all day long. Unless you think there should be some government-mandated certainty of risk, certainty of profits, etc. there is going to be some amount of risk and uncertainty in business.

On the 'death penalty' thing

Posted Feb 1, 2012 20:27 UTC (Wed) by mjg59 (subscriber, #23239) [Link] (4 responses)

You can certainly choose to interpret it as requiring that downloading a new copy grants you a new license, but given that GPLv3 uses almost identical language in a way that makes it clear you *don't* it's difficult to argue that that was the intent of the license authors. But as with all things legal, it's what a court decides that's important here.

On the 'death penalty' thing

Posted Feb 2, 2012 4:18 UTC (Thu) by kripkenstein (guest, #43281) [Link] (1 responses)

Actually the GPL3 wording, with the FSF's reasons for the wording, support the opposite: The GPL3 wording is there in order to clarify in a precise way what was always intended in the GPL2. There was a lack of clarity in the GPL2 which led to additional explanations in the GPL3.

On the 'death penalty' thing

Posted Feb 2, 2012 14:05 UTC (Thu) by mjg59 (subscriber, #23239) [Link]

From the rationale for the first draft of GPLv3 (http://gplv3.fsf.org/gpl-rationale-2006-01-16.html#SECTIO...)

"GPLv2 provided for automatic termination of the rights of a person who copied, modified, sublicensed, or distributed a work in violation of the license. Automatic termination can be too harsh for those who have committed an inadvertent violation, particularly in cases involving distribution of large collections of software having numerous copyright holders. A violator who resumes compliance with GPLv2 would need to obtain forgiveness from all copyright holders, but even to contact them all might be impossible"

GPLv3 doesn't clarify the termination clause. It materially changes it.

On the 'death penalty' thing

Posted Feb 2, 2012 4:19 UTC (Thu) by rahvin (guest, #16953) [Link] (1 responses)

From what I know of Contract law it's not the intent of the author of contract that matters, it's the intent of the parties of the contract that does. It's that "meeting of the minds" that defines the contract, but only when the language is ambiguous.

In theory the author could mean something completely different than both the parties to the contract meant and it wouldn't be the authors interpretation that mattered. The caveat here is that if the two parties to the contract had different intentions, then the Judge is tasked with finding a middle ground and could in theory use the contract authors intentions to reach that point even if it was diametrically opposed to the intentions of both parties. But I don't think it's very common that a contract exists where the two parties to the contract have opposite interpretations to what the contact meant AND the author had a third interpretation that was different to both parties intentions. That would be some brutally awful contract language to reach that point.

a license is not a contract

Posted Feb 2, 2012 4:46 UTC (Thu) by ncm (guest, #165) [Link]

Copyright licenses are not contracts, and copyright law is not contract law. In a copyright license there is no "agreement" to be mediated; aside from "fair use", the only intentions that matter are those of the copyright holder. A judge who holds that the violator reasonably misunderstood the license terms can reduce the award accordingly -- after the violator has lost the case.

On the 'death penalty' thing

Posted Feb 2, 2012 2:30 UTC (Thu) by faramir (subscriber, #2327) [Link] (2 responses)

I don't see there is any more risk with the GPL then with a proprietary license. If you violate the license then you have no right to distribute.
The owner of the copyright (whether licensed under GPL or proprietary) may or may not elect to give you a new license to distribute under whatever terms they decide. The violator either accepts those new terms, stops distributing it, or gets sued for copyright violation.

Now it may be the case that companies violate the GPL license more often then they do proprietary licenses. Or maybe they just get caught more often. I really couldn't say, but I don't see how that matters.

On the 'death penalty' thing

Posted Feb 4, 2012 19:43 UTC (Sat) by krake (guest, #55996) [Link]

"I don't see there is any more risk with the GPL then with a proprietary license."

It seems kripkenstein has reason to believe that proprietary licenses come with details on how one would get a new license if one loses the current one due to violating its terms.

Sounds weird to me as well but that's what their posting says.

On the 'death penalty' thing

Posted Feb 9, 2012 20:03 UTC (Thu) by landley (guest, #6789) [Link]

> I don't see there is any more risk with the GPL then with a proprietary
> license.

Well, it's a _touch_ harder to invoke First Sale Doctrine. :)

Rob


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