One thing I often wonder is how a company providing such open source software can find out (and proof) if someone is using it in a closed-source project. All I can think of is "guessing" based on behavior of the downstream tool. Also, the article doesn't say much about how that lawsuit came to be. Did Artifex approach Hancom beforehand to notify them about the license infringement or just directly sue? I guess in thi…
A federal court has denied a pre-trial motion to dismiss a GPL enforcement case
31–40 of 233 posts
Re: A federal court has denied a pre-trial motion to dismiss a GPL enforcement case
#32Earlier quoted context omitted.
In order to dismiss the motion, the court had to explain why the GNU GPL is an enforceable contract: https://docs.justia.com/cases/federal/district-courts/califo...
No. The plantiff made two key claims: breach of contract and copyright infringment. This is sensible, because the defendant has either accepted the GPL (and thus is in breach of contract), or has infringed copyright. This is key to the mechanism of copyleft. By suing for both, the defendant cannot just choose whichever is the most convenient and win on the technicality that the other was not considered by the court.…
Re: A federal court has denied a pre-trial motion to dismiss a GPL enforcement case
#33That is, it's not even a final decision of a court.
So while interesting, it's incredibly early in the process. The same court could issue a ruling going the exact opposite way after trial.
As someone else wrote, basically a court rule that a plaintiff alleged enough facts that, if those facts were true, would give rise to an enforceable contract.
IE they held that someone wrote enough crap down that if the crap is true the other guy may have a problem.
They didn't actually determine whether any of the crap is true or not.
(In a motion to dismiss, the plaintiff's allegations are all taken as true. This is essentially a motion that says "even if everything the plaintiff says is right, i should still win". If you look, this is why the court specifically mentions a bunch of the arguments the defendant makes would be more appropriate for summary judgement)
Re: A federal court has denied a pre-trial motion to dismiss a GPL enforcement case
#34Earlier quoted context omitted.
This is what happens when you hire short-sighted attorneys with an unreasonable expectation of success. What's funny is that Hancom is essentially arguing that shrink-wrap licenses (contracts) are unenforceable . Ghostscript was open sourced under the GNU GPL which states, in shrink-wrap fashion, that use of the software without an explicit commercial license binds the user to the GNU GPL. Integrated the software int…
There is an enormous legal difference between shinkwrap licenses that limit your terms, and a license that grants you additional permissions . Your typical "EULA" is the former type. Copyleft licenses like the GNU GPL are the latter type. A typical "EULA" attempts to reduce your rights, without any further consideration from you (you'll have already paid for it, etc). If you disagree, the authors like to claim that y…
Re: A federal court has denied a pre-trial motion to dismiss a GPL enforcement case
#35Earlier quoted context omitted.
There is an enormous legal difference between shinkwrap licenses that limit your terms, and a license that grants you additional permissions . Your typical "EULA" is the former type. Copyleft licenses like the GNU GPL are the latter type. A typical "EULA" attempts to reduce your rights, without any further consideration from you (you'll have already paid for it, etc). If you disagree, the authors like to claim that y…
I don't think there is legally such a distinction.
For example you can't make a contract in which I just pay you $50 per year. But you can have a contract in which I pay you $50 per year and in exchange you deliver me a girl scout cookie on the 7th of November every year.
The court doesn't (usually) care whether the deal made is a good idea, $50 for a girl scout cookie seems like terrible value, but it _is_ an exchange of two things of value.
Because the GPL spells out what you're getting and what you're swapping for it, it will always satisfy this idea of consideration. In contrast very often "click through" or "shrinkwrap" licenses don't really do so.
Re: A federal court has denied a pre-trial motion to dismiss a GPL enforcement case
#36Earlier quoted context omitted.
No. The plantiff made two key claims: breach of contract and copyright infringment. This is sensible, because the defendant has either accepted the GPL (and thus is in breach of contract), or has infringed copyright. This is key to the mechanism of copyleft. By suing for both, the defendant cannot just choose whichever is the most convenient and win on the technicality that the other was not considered by the court.…
I don't think you're wrong, I just think you're splitting hairs. The order says the license is a contract that exists, sure. Contracts are enforceable.
Re: A federal court has denied a pre-trial motion to dismiss a GPL enforcement case
#37Earlier quoted context omitted.
No. The plantiff made two key claims: breach of contract and copyright infringment. This is sensible, because the defendant has either accepted the GPL (and thus is in breach of contract), or has infringed copyright. This is key to the mechanism of copyleft. By suing for both, the defendant cannot just choose whichever is the most convenient and win on the technicality that the other was not considered by the court.…
I don't think you're wrong, I just think you're splitting hairs. The order says the license is a contract that exists, sure. Contracts are enforceable.
Re: A federal court has denied a pre-trial motion to dismiss a GPL enforcement case
#38Earlier quoted context omitted.
This is what happens when you hire short-sighted attorneys with an unreasonable expectation of success. What's funny is that Hancom is essentially arguing that shrink-wrap licenses (contracts) are unenforceable . Ghostscript was open sourced under the GNU GPL which states, in shrink-wrap fashion, that use of the software without an explicit commercial license binds the user to the GNU GPL. Integrated the software int…
There is an enormous legal difference between shinkwrap licenses that limit your terms, and a license that grants you additional permissions . Your typical "EULA" is the former type. Copyleft licenses like the GNU GPL are the latter type. A typical "EULA" attempts to reduce your rights, without any further consideration from you (you'll have already paid for it, etc). If you disagree, the authors like to claim that y…
Re: A federal court has denied a pre-trial motion to dismiss a GPL enforcement case
#39Earlier quoted context omitted.
There is an enormous legal difference between shinkwrap licenses that limit your terms, and a license that grants you additional permissions . Your typical "EULA" is the former type. Copyleft licenses like the GNU GPL are the latter type. A typical "EULA" attempts to reduce your rights, without any further consideration from you (you'll have already paid for it, etc). If you disagree, the authors like to claim that y…
I don't think there is legally such a distinction.
Additionally, GPL only grants you "additional freedoms" if you're willing to reciprocate. If you want to use it in a closed source work, it very much limits your freedoms. The phrase "permissive license" exist for a reason, and it explicitly excludes the GPL.
Re: A federal court has denied a pre-trial motion to dismiss a GPL enforcement case
#40One thing I often wonder is how a company providing such open source software can find out (and proof) if someone is using it in a closed-source project. All I can think of is "guessing" based on behavior of the downstream tool. Also, the article doesn't say much about how that lawsuit came to be. Did Artifex approach Hancom beforehand to notify them about the license infringement or just directly sue? I guess in thi…
people who are likely to steal code are unlikely to audit it sufficiently to identify esoteric behaviour.