> Entr’Ouvert sued Orange in 2010<p>How such a simple thing could take 14 years to untangle?<p>How could anyone trust in courts that have such a spectacular efficiency?
One thing to note is that the library was also available for commercial licensing from the start. Makes it easy to demonstrate harm and establish damages.<p>Now we need two more landmark cases:<p>- one that awards damages for a pure GPL library that doesn't have commercial licensing available<p>- one that exonerates some company that is LGPL compliant but is sued by the likes of Digia in hope of squeezing some money out of them
The headline implies a win, but I'm not so sure... $820K USD isn't a deterrent and to the plaintiffs, it's minus 100s of hours, distraction and legal fees which will be high given the complexity.
> Orange used the Lasso software in the solution, but did not pass on the rights to its modifications free of charge under GPL, or make the source code to its modifications available.<p>Has Orange now made the modified code available? The artice doesn't mention that.
The first sentence on "<a href="https://lasso.entrouvert.org/" rel="nofollow">https://lasso.entrouvert.org/</a>" starts:<p>> <i>Lasso is a free software C library [...]</i><p>I wish people would stop saying "free software".<p>It was confusing from the beginning, and hasn't stopped being confusing.<p>Imagine RMS saying, "I'm glad you asked that. By 'free', we don't mean free as in beer (<i>nor what everyone means when they search for some kind of 'free software'</i>); we mean free as in freedom. Which I will proceed to speak about for half an hour, now that you're engaged by this small bit of wordplay that you had no reason to suspect was wordplay."<p>(Not that the ambiguity of "free software" was the cause of the Orange violation of Lasso. But, really, please stop calling it "free". Say "GPL", or some other license, or "libre", or anything other than "free".)
Just set my code on one project from MIT to GPL, since it's a personal project without public funding. I was expecting this kind of consequences if someone breaches the license, I'm glad it's the case.
> The Court of Cassation, which is the supreme court of France, reviewed the case and issued an order on October 5, 2022 overturning the decision of the Court of Appeal. The case was then remanded to the Court of Appeal, which issued its order this week.<p>I know nothing of france's legal procedures, but it seems strange that the lower court, after being ordered something, could drag its feet for so long.
It sounds like the reason it took so long was that they had to decide whether this was a copyright claim or a breach of contract claim.<p>Could someone more versed on license law clarify this, at first glance it seems like an obvious breach of contract if they've just used the entire Lasso library and not followed the license. Was orange copying specific parts of the library and hoping nobody notices?
I’m glad there’s finally some cases setting precedent for the GPL.<p>I am personally not a fan of GPL family licenses BUT I am sick of fellow OSS developers who keep telling me not to worry about the minutiae of the license. (Usually some form of “Oh don’t worry because we aren’t litigious right now, as long as you stick with our incorrect interpretation of the license”)<p>My team is responsible for a lot of corporate contributions to open source (some GPL) and I have to pay extra attention to the license terms as a result.<p>There’s a lot of GPL software that operates in the grey (and many OSS devs who don’t understand their license choices), and I very much like my licenses to be as black and white as possible so I can avoid any risk.<p>Having legal precedence to point to will help make concerns concrete.
For the first time, I can see the advantage of AI for a forum like HN. Have the AI scan the comments and generate a summary and links to show/hide, as an example:<p>80% of comments are pedantic.
10% of comments discuss the actual topic.
5% of comments are excited/hopeful.
30% of comments are probable astroturfing.
20% of comments are by users who are most likely millenials.
1% of comments are by former /.'ers.
etc.<p>Ideally this could just run locally and operate on any website as needed, like browser userscripts now.
<i>Entr’Ouvert sued Orange in 2010</i><p>Your license choice matters based on your wherewithal to litigate upon bad actors.<p>And your license choice segments good actors into those who will and won't use your software.<p>The rest is theory.
Seems it would have simply been prudent for company to have obtained a commercial OSS exemption. And if not offered to have requested one. Shady undertones that companies seem almost to want to use OSS without ever raising that commercial issue, as if sneaking around hoping the authors will never wise up to their rights—just to save a few bucks?<p>Breach of contract.
Have there been any other cases of GPL violations where damages were awarded?<p>I found <a href="https://gpl-violations.org/news/" rel="nofollow">https://gpl-violations.org/news/</a> from another commentor but from there I count only 2 judgements and no mention of remedy.
Naively, if a model is smart enough to spit / whitewash a bit of code, it is also smart enough to add attribution, isn't it? Wouldn't correct attribution be just a master prompt line away?
From what I can tell this is a judgment against some sort of government services provider. So the damages will just end up being paid by the citizens via taxation.
Doesn't this contradict EU law? Specifically this: <a href="https://joinup.ec.europa.eu/collection/eupl/news/why-viral-licensing-ghost" rel="nofollow">https://joinup.ec.europa.eu/collection/eupl/news/why-viral-l...</a><p>I guess the fact that the software was also offered with a commercial license <i>could</i> be considered that it prejudices the legitimate interest of the author of the library. IANAL, but I think this might be a one-off (most GPL libraries do not have a commercial license alternative, so...).
Surprised it's not mentioned already.<p>OpenAI recently fed everything on GitHub into a language model which will cheerfully reproduce GPL'd software without license or attribution.<p>I think that's the end of "free software" in the GPL sense. There is zero point to writing AGPL on a program if copying it into a language model and then back out into a text file without the license is a legitimate thing to do.<p>I can't imagine this being countered effectively by lawsuit. Microsoft has built a weapon that they can use to disassemble open source software, I think they'll take the legal side of that seriously enough that GPL will be a distant memory by the time the courts conclude in either direction.
Licenses is really a cancer that the open source world never needed.<p>If I release my code, it's with the license "do whatever the fuck you want". Otherwise I wouldn't release it.