California Court: EULAs are Inapplicable in Some Cases
(outer-limits) writes "In a significant ruling in a California court, a judge has ruled the standard EULA licensing agreement to be invalid. This must be the biggest upset in software licensing ever. No more are we powerless End Users of software, having to agree to every restriction a software company makes (Expect an appeal on this, though)." Note that this is about the resale of bundled software, so it's not like EULAs are dead, but this ruling could have broad effects. Update: 02/12 03:45 GMT by J : Yeah, this is a
repeat - sorry.
When did the whole notion of buying software die, makeing licensing become necessary?
To make laws that man cannot, and will not obey, serves to bring all law into contempt.
--E.C. Stanton
"The Court understands fully why licensing has many advantages for software publishers. However, this preference does not alter the Court's analysis that the substance of the transaction at issue here is a sale and not a license," Judge Pregerson writes. If you put your money down and walked away with a CD, you bought that copy, EULA or no EULA." Quite a weakening of the standard 'anything goes' rule for EULAs.
Tell that to Microsoft, who was getting Ebay to shut down auctions of unopened, bundled software.
And lets not forget when those Linux Geeks went out to Redmond a few years ago and demanded their money back for the copies of Win95 that came with their PC that they never used. Did they get their money back? No.
Believe it or not, this IS an important decision.
The GPL does not govern use, only distribution of copies. If the GPL is completely invalid, then you have no legal right to distribute copies of GPL'd programs. EULAs, on the other hand, specify restrictions in addition to copyright, which this court has ruled to be non-binding.
One thing that I have always been curious about with EULA's has been how they can be considered binding if your agreement to the conditions comes after the completion of the contract (when you pay at the register). I don't know about US law, but I did study Australian contract law, and I seem to remember quite clearly that conditions added to the contract after the acceptance of an offer have no legal force.
I also remember cases we studied where taking something from a shelf to the cash register and paying for it is considered acceptance of the contract. If you can't read and accept the conditions of the contract before you accept the offer (ie pay the purchase price) then you shouldn't be bound to those conditions.
And it's months-old news by now!
Grumble, grumble, are front page slots really going begging? It's unseemly to complain. But at a certain level, it's very sad that I can't get any Slashdot coverage for my anti-censorware work these days, because of What Happened To The Censorware Project (censorware.org) while months-old news is recycled over and over. Really guys, if you need a good story, I have plenty of deserving ones that are languishing for lack of journalistic backing!
First off, the GPL doesn't impose any "additional responsibilities" upon you (the licensee of a work) -- it just grants you specific rights, and doesn't grant you others. It grants you the right to release source-and-binary, GPLed derivative works. It doesn't grant you the right to release binary-only derivative works. Releasing source when you release binaries isn't an "additional responsibility"; it's just a term of the right you're granted.
Second, the GPL never requires that you post source publicly. If you give me binaries, you're required to give me source. So it makes sense that if you post binaries publicly, you should post source publicly to ensure your obligations are discharged. But if you're a consultant working for Frobozz Magic Corp. and you customize gcc for them, you don't need to post your diffs publicly at all; you just need to give them to Frobozz.
This second point is important. Some non-GPL licenses require that you give your changes back to some particular party -- usually the original author or current maintainer of the code base. The GPL doesn't enforce that kind of centralization, even with "the public" as the particular party. The GPL ensures that the users of a binary have freedom to get at the sources; the "public review" thing the open-source folks are on about is a nice side effect.