Court Finds Online Software License Not Binding
An Anonymous Coward writes: "The U.S. District Court ruled on Specht v. Netscape Communications Corp., 00 Civ. 4871, saying that a license that users don't even have to see before downloading online free software isn't binding. Calling these "browse-warp" licenses (as opposed to click-wrap), the court found that since usersdidn't have to look at them, users didn't assent to the terms. Netscape's use of SmartDownload, practice of harvesting information through SmartDownload with out an effective license is now suspect as since there is no license, and no assent, there is no agreement. See a report of the case at Law.com Or try to find the rulings at Find Law."
I wonder how much I could collect from the FSF for all the damage their buggy software has done to me? They have no evidence that I have ever waived my rights to sue them for damages, right? Or even read the GPL.
Perhaps there's another way to view this. Instead of us all cheering "hooray, we're free!" we should be saying "how are they going to MAKE it legal."
If my understanding of the ruling is at all correct, the license was not guaranteed to be read, and therefore was not binding. So, lets say the installer for software is no longer available without clicking through.. The file does not even exist per se, you have to go through a CGI to be served it.
Will this be the death of freely available to download software? Will everything be wrapped in a guaranteed license?
A couple of points, though: first, there is absolutely no software in existence which has passed out of copyright through expiration (though authors have released software into the public domain); second, copyright is 75 years only for works that are written 'for hire' (that is, produced by a corporation as part of its business). Works generated by individual authors, in which category most GPL'd software falls, have copyrights that extend 50 years beyond the death of the author.
No, BSD is more restrictive than the public domain. There will be *no* license when the term expires, none at all, and none will be necessary. Anyone can use it, for any purpose, in whole or in part. Copyright just doesn't exist for it anymore. Of course, the various moneyed interests that have copyrights coming up to their expiration (notably Disney with their copyright on the first Mickey Mouse cartoon, which will bring down their trademark on that character) keep successfully bribing Congress to extend terms retroactively.
-- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
The silly part is, assuming they can say they didn't see the license, what gave them the right to use the software then? They should know it's copyrighted...
Copyright is not (for the most part) about use. It's about reproduction and distribution.
This is why there was (and is) so much uncertainty about "automatic" licenses that limit terms of use -- such terms are outside the scope of copyright law. The only way you could claim legal justification to enforce those terms is to claim that the license is a contract that the user has agreed to. This argument was never, that I know of, tested in court, so a coalition of big players lobbied for UCITA (twice, if you count Article 2B as a UCITA precursor) -- UCITA explicity recognizes shrink-wrap licenses as binding legal contracts.
Copyright law for decades has more or less explicitly (through judicial review) recognized the right of a legitimate owner of an artifact to use that artifact in any way that does not otherwise violate the law. In fact, at its base, copyright law allows anyone to reproduce, or to distribute, but not both. I am free (in theory) to make a thousand copies of a book, and keep them for myself. I am free to buy a thousand books and give them away or resell them. What I am not free to do is buy a book, make copies, and distribute the copies.
Of course as we all know, various industry groups have lobbied for and gotten various medium-specific additional restrictions -- witness the aforementioned UCITA, the DMCA, the Audio Home Recording Act, etc.
-- Old Man Kensey
Well, if you want to be pedantic, then yes, I'll concede that the GPL conditions under which you can make and distribute copies does constitute a "constraint" on that particular form of use.
However, I hope you would likewise concede that shrinkwrap "agreements" are considerably more onerous than the GPL:
Even if, as a software consumer, copying and redistribution are important to you, the GPL is vastly better than commercial shrinkwrap "agreements". And it's cheaper, too!
Schwab
Editor, A1-AAA AmeriCaptions
This is absolutely fantastic news. I find it astonishing that any court would consider these so-called "contracts" valid at all, but we have to take our victories where we can. This could be "camel's nose in the tent" that will lead to the invalidation of all shrinkwrap and clickwrap "agreements". For an explanation of why shrinkwrap agreements should not be allowed to exist, see my five-year-old editorial on the subject.
Those who worry that this decision may weaken the GPL, or any other Open Source/Free Software license, need not fear. Shrinkwrap "agreements" purport to constrain your right to use the software, whereas the GPL simply constrains your ability to copy and redistribute the software. In other words:
Which one is the product of a less childish mind is left as an exercise for the reader.
The effect of striking down a shrinkwrap "agreement" would be that the default terms of copyright law would apply, which is that you would still be free to use your software, and you still wouldn't be allowed to make copies of it, but all the other "rights" the vendor granted themselves would vanish. This means that the spyware the vendor installed on your machine without your consent would now be actionable.
The effect of striking down the GPL would be that you'd still be able to use your copy of the software but, legally, you wouldn't be entitled to make and distribute copies anymore. However, the practical effect would likely be nil. By releasing under the GPL, the authors are representing that they won't go after you if make and distribute copies of the source. It is likely they would continue to make that representation even absent an enforceable GPL. And they would still have the right to go after people who distribute binaries absent source (since binaries are considered a protected derivative work). That means Linus could still go after Microsoft -- and, to be fair, any other organization -- that tried to loot Linux.
All in all, this decision is a good thing for consumers and users everywhere.
Schwab
Editor, A1-AAA AmeriCaptions
No problem. If all you want to do is _run_ the software, or give copies to your friends, then you are OK. If you want to modify it, then you would most likely open the source code and at that point see the notices about the license.
JET Program: see Japan, meet intere
Yes, but who is going to want to use a 75 year-old copy of gdb?
JET Program: see Japan, meet intere
I don't know what the answer is, but common sense would dictate that at a minimum you should be allowed to run the program on one system (at a time). In the days when systems only had floppy (or caseete) drives it was probably simpler as you ran the program from the distribution media rather than creating a "copy" on hard drive and running that.
Everyone else seems to be making excuses here. To me it is fairly simple. No free software packages that I have ever downloaded make, me click and agree to the GPL. I wont even know it is there unless I go look for it. The author never makes me click and bind to anything. If I am lucky there is a file called GPL or license. If I never look at it. Oh well.. It should be noted that this decision will probably get appealed to US Supreme Court. This decision by a federal judge has very wide implications on what is required for people agree to a license.
Cheers,
Tomas
===========
As much as I love the GPL, i don't see how it is defensible to require releasing the source to your mods if you aren't even distributing the binary. I mean, that seems to violate an important element of privacy... I should be able to modify GPL code and use it on my system for my own private use without having to release it. IMHO the GPL would be going too far if it were to include such a clause. Anyway, if this were added, the GPL would then be subject to this ruling, as copyright can't possibly forbid unreleased modifications, that would be an extension via a license of the kind we all hate.
Hamsters are at least as feathery as penguins. HamLix
Good point.
Hamsters are at least as feathery as penguins. HamLix
And since when do you need permission to use software?
Copyright only controls copying, and i'd say
downloading off netscape's servers is most
surely a legit form of copying, and once you
have legally made yourself a copy, there is no
law to prevent you from using it. Even if you
love copyright, you must admit that this is
the way it should be. Requiring users to implicitly sign a contract to use software is a grievous extension of copyright laws far beyond what is required and far beyond what is reasonable.
Hamsters are at least as feathery as penguins. HamLix
US Copyright law allows you to run software providing you have legally obtained a copy of it.
...it is not an infringement for the owner of a copy of a computer program to make or authorize the making of another copy or adaptation of that computer program provided:
(1) that such a new copy or adaptation is created as an essential step in the utilization of the computer program in conjunction with a machine and that it is used in no other manner...
--
Business. Numbers. Money. People. Computer World.
Thanks I just ordered the book...
--- Hindsight is 20/20, but walking backwards is not the answer.
I don't see anything really good about the decision, but I don't see anything really bad about it, except the implicit acceptance that click-wrap and shrink-wrap licenses were valid. And if what was said earlier is true, then that is merely an acceptance of currently existing laws. But I sure wish that had been avoided.
And since it's based on California law, it doesn't apply outside of that state.
Caution: Now approaching the (technological) singularity.
I think we've pushed this "anyone can grow up to be president" thing too far.
Do you remember the attempt a few years ago, when a bunch of Linux users attempted to return their unopened copies of Windows. Seems that nobody was willing to accept them back. MS said contact the vendor. The vendor sold them as a part of a package with the computer mfg. The computer mfg. had a contract with MS that said they would sell a copy of Windows with each machine (in return for a steep discount in the pricing). Nobody would accept them back. MS would have been obliged to take them back from the mfg., but then they would have raised their price. The mfg. said that it was a part of the package that they were selling, and wouldn't consider taking them separately. The vendor was (often) selling a sealed box, that had everything already inside.
... It had no connection to the end user. The MS EULA is one where MS PROVIDES NO GOODS. The goods are provided by the vendor, so you don't have any direct right to challenge MS.
So the license from MS promissed to take it back, if it was returned by the person that it was sold to. But that was Dell, or Compaq, or
This would appear to make the contract totally invalid, but if so, how is it able to conduct random searches of businesses and government offices?
Caution: Now approaching the (technological) singularity.
I think we've pushed this "anyone can grow up to be president" thing too far.
I tried to explain to the lawyer at work why I thought that a license was bad. He didn't argue that the license didn't say what I thought it said, what he said was "I'd like to see them try to enforce that!", and the contract was signed.
If this is a correct attitude, then it means that rights are progressively being restricted to those who can afford lawyers.
If this attitude is, as I believe, incorrect, then it means that even those in charge of safeguarding the companies (govt. in this case) don't pay attention to software licenses, as the laws and circumstances that make them more binding increase.
This was one of the events that caused me to begin campaigning for Linux, but so far no converts at work (though a few have started to pay some attention).
Caution: Now approaching the (technological) singularity.
I think we've pushed this "anyone can grow up to be president" thing too far.
---
This sig has been temporarily disconnected or is no longer in service
---
This sig has been temporarily disconnected or is no longer in service
I think this is a fundamental problem with trying to automate contracts. It clearly couldn't happen if all parties involved were conscious beings.
While this is certainly an anti-"web wrap" decision, it's important to understand that the court gets there in part by suggesting that "clickwrap" is OK, then contrasting webwrap unfavorably with clickwrap.
A.Michael Froomkin
Professor, University of Miami School of Law
Coral Gables, FL, USA
I have a blog.
There is no "de facto" license for software. In the absence of an agreement or grant of permission, the full scope of copyright law applies.
That means you may (in the US at least) use the program, make archival copies of it for your own personal use, and reverse engineer it (some jurisdictions don't allow the latter).
A Government Is a Body of People, Usually Notably Ungoverned
Free as in speech wins again... and in the long run will probably save our butts, come the revolution...
No, the point is, what about packages that do NOT prompt you to read the license, you don't even know if there IS one until you look.. but you know the download was free.
The silly part is, assuming they can say they didn't see the license, what gave them the right to use the software then? They should know it's copyrighted...
You made my point for me, I wasn't very clear.
If it's offered as a free download, it's reasonable to assume you can use it. It's also reasonable to assume that it's copyrighted, and that you can't modify it.
What I'm saying it, it doesn't mean that your stuff is automatically public domain if someone doesn't see the license but uses it anyway.
Part of the problem is that there are just way too many variants of licenses, whether OSS or otherwise. Part of the problem is that what browse-through license are is that they are actually a service level agreement e.g. I guarantee such a level of performance, provided you stay within the nominated activity envelope. Given the inherent complexities of computers plus the hair-splitting legal mumbo-jumbo, along with zilch consumer education and you basically get a system which treats license as no more than a disclaimer. With software, it is somewhat easier as you can split them into classes (GNU, BSD, Mozilla) with specific instances (Artistic, etc) with stated variations of terms (e.g. Alaladin is GNU-like but with temporal phase-shift, etc). Unbfortunately the internet world has not really standardised on an equivalent unless you count the MSFU (see the Sexual Practices of Licenses at http://slashdot.org/comments.pl?sid=01/06/21/18102 58&cid=66) which changes every week.
How well can you define a service? Using RDF you can probably specify the functional aspects but how do you nominate remedies for down-time, contacts for contingencies, independent auditing of claims (99% availabilty, etc). Ultimately you're probably see network access like a utility once the standard performance metrics are defined (MByte/sec up/down, latency (up/down) disruption distribution function, etc), and software quality is improved to such a degree that you can provide customer guarantees. But I don't see this happening until there's more localised competition rather than the big media titans duking it out.
LL
"I didn't see a thing. I only clicked the mouse a few times thinking it might turn the display back on, your honor..."
Using a program without consent, to the extent that such use entails copying from disk to RAM, is copyright infringement
Using the same argument reading a book or listening to a CD is "copyright infringement"...
By default, all rights are reserved to the author.
Except that "copyright" does not allow the author to claim any arbitary right. Otherwise the DeCSS case would be about the writers sueing the MPAA for copyright infringement. Had they written a licence which prevents the MPAA and (and any government official in the USA) from even looking at their program.
As to your "counterexamples," nobody has yet attempted to make the argument to the court that the residual physiological and electronic images taken by an observer from a book constitutes an actionable act of copying. I imagine they would be giggled out of existence, notwithstanding the point you are making.
You are seriously claiming that software has better "technobabble" than biology? Which is really what is going on here.
All you then need is a judge too stupid to dismiss a case they don't understand.
The "GPL is a distribution license" is a tired distinction as well. Under the copyright act, you may not replicate, distribute or make derivative works. Courts have long held that the loading of a program from disk to ram for execution constitutes exercise of the replication right.
If you had no grant of any right to use, you would be violating copyright just as surely as if you distributed without consent.
Of course, GPL *DOES* state that "The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program)," so you are perfectly OK.
But this is because you have been granted a license to copy the software, at least to the extent necessary to run it.
This is absolutely not true. Under United States law you do not need a "license" to use a program that you have obtained legitimately.
Of course it is true. Using a program without consent, to the extent that such use entails copying from disk to RAM, is copyright infringement. Two exemplary Circuit Court cases are MAI v. Peak Computering and Triad v. Southeastern. I'd be pleased to provide references on request, but you can probably find what you need to know using Google.
Furthermore, you have the right to transfer
or to sell that copy (First Sale doctrine). What copyright restricts is the ability to make extra copies for distribution.
Section 109 does not provide a right to use. See the cases above.
I *also* through the courts upheld that "incidental copies" were legal.
As noted, if by incidental copies you mean copies made loading and execution of the program, no. The MAI and Southeastern cases have settled this question quite clearly.
If by incidental copies you mean copies made for archival or adapting to new hardware purposes, this first requires that you own a lawful copy. Many licenses expressly state that you obtain a license only, with title to the copy remaining with the licensor precisely for that reason. Section 117.
I don't make up the law here, or argue with you what the law should be. I read the statutes and cases and today I am here to say -- this
*IS* what the law *IS*.
As to your "counterexamples," nobody has yet attempted to make the argument to the court that the residual physiological and electronic images taken by an observer from a book constitutes an actionable act of copying. I imagine they would be giggled out of existence, notwithstanding the point you are making.
As to playing a CD, you bet. If you purchased or lawfully obtained possession of a copy, you will be fine by implied or actual license. If I make a copy of the CD, I commit infringement by replication; if I give it to you as a birthday present, I commit infringement by distribution. So far you are clean. Put it in your CD player and hit play, and guess what? You're a prospective defendant.
A vast number of people have been sold ersatz copies of pirated software, many of whom have had no knowledge that the original-looking boxes, labels and pirates certificates and stamps were entirely counterfeit. Guess what? They are all guilty of infringement, a strict liability offense.
You don't have to like this, but make no mistake: this is undoubtedly the way that it is.
These decisions hold very little weight
On the contrary--they hold tremendous weight! An appellate court's role is strictly limited: did the defendant receive a fair trial? Is the law Constitutional? Was the law fairly applied?
Appellate courts don't revisit the facts of the case. They only evaluate the propriety of the trial, nothing more.
I heard a theory that time has 3 dimensions. I don't remember the details, though.
------
Better: get a virus that swaps the function of the "I Agree" and "I Disagree" buttons.
------
That might actually be a good thing. If a company wants to screw you, then they can at least be honest about it. Likewise, if a software manufacturer wants to make an abusive EULA binding, then they should require you to sign a contract to that effect before you buy. Making consumers realize how preposterous the terms of these "contracts" are might be a good way of getting them eliminated.
How to solve most of our problems: 1.Lots of nuclear plants. 2.Cure aging.
don't erase, replace with BSD license. I would say GPL, but source isn't availabl;e usually, which rules out the GPL :)
//rdj
No one can understand the truth until he drinks of coffee's frothy goodness.
--Sheikh Abd-Al-Kadir, 1587
Isn't it true that no software maker has succesfully defended a software license in court, in the USA?
There is much more heat than light in discussions of software licenses on the net.
OBJlink: software law
"Mit der Dummheit kaempfen Goetter selbst vergebens." - Schiller
...while opening software packages, I'm not bound to the license?
SWEET!
I love the courts sometimes.
Interested in weather forecasting?
I always do that. As far as I'm concerned, that's the license that binds me. They offered me a license, I offered an alternative license, and they accepted it. If the license was not negotiable, then why was it put in an editable textbox?
If you've got a lot of money to burn and want to try hand have shrink wrap licenses declared unenforcable, here's a recipe (remeber that IANAL):
-Buy a commercial software (ie: Microsoft Office) title at a store that will not allow you to return/exchange opened software (ie: CompUSA)
-Decide to not agree to the license.
-Try to return said title and fail.
-Contact the publisher and say "Hey! I don't agree with your license. It says to return the software to where I bought it from. They won't take it back because I opened it. What are you going to do about that?" and have them say "Humph! Nothing!"
-Sue the publisher over the license.
-Appeal.
-Appeal the appeal.
With a little luck, you'll get shrink wrap licenses ruled invalid. Then watch Congress pass a law that says that they are...
Nonsense. The GPL is not a use license, and it does not even pretend that it has to be agreed to for use. The license in this case was one that restricted the rights of the user. The GPL is one that offers more rights than the user otherwise has under the law. It's apples and oranges - the two licenses have nothing in common other than being referred to by the word "license".
"That old saw about the early bird just goes to show that the worm should have stayed in bed."
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Friends don't let friends enable ecmascript.
No, they're in Copyright Law. If someone writes a program without a license, it defaults to copyright.
I suffer from attention surplus disorder.
"...this license will terminate immediately upon the consumer breaking any portion of this license..."
This 'license' refers to your right to use the software, and to have it on the data carriers you possess. If you break (a) part(s) of the agreement, you can't use the software anymore, as you have lost the license.
I suffer from attention surplus disorder.
What is more selfish? Constrict distribution only to people who share, or refuse to share anything you add to a project?
- Steeltoe
http://www.debunkingskeptics.com/
would this any way apply to the gpl? someone else mentioned that MS licenses are inside abox that you can't see until you purchase the software but the GPL is just as hard to find. I read the GPL once or twice but when was the last time you read the COPYING file before downloading and installing GPL software. it seems that just as we could use this in some way against MS, MS could use it againt us. "We never saw the license before we used the GNU tcp/ip stack in windows so it doesn't apply in our case."
-
Could this be applied to the terms and services links that are common at the bottom of some websites?
You're probably right that they're not gonna be valid unless you have to click an affirmation of them. However, most that I've seen are like a short "Copyright Law for Dummies."
The ones that do more than reiterate copyright law, usually have some interactive feature that they're trying to regulate use of. They would be wise to have a click-through Terms of Use page whenever someone goes to create a login to use those features. Ones that allow you to use interactive features anonymously get what they deserve and having an agreement for their main page won't help them.
Some people have a way with words, and some people, um, thingy.
Kinda makes me wonder what sort of De Facto license there is on software. As one of the millions of people who've downloaded software under this arrangement, do I still have the right to use it? Is Netscape simply out of luck on some provisions (e.g. do not redistribute)? I'd hate to think that I have no rights regarding the software. Likewise, I'd hate to think Netscape has no rights. Where does a decision like this leave us?
Some people have a way with words, and some people, um, thingy.
Some jurisdictions (such as British Columbia) already have a law on the books where if you can prove that you didn't understand the terms of a contract and no effort was made to clarify them to you, then the contract is void. Easy to see how this would apply to those software "agreements" nobody reads...
You're using her as bait, Master!
This judge was following a federal district judge in California, more or less. Winning this case in front of any other trial judge is going to be a steep uphill battle. No court is required to follow them, but on the other hand, getting a different result requires convincing a federal judge that TWO other federal judges on opposite sides of the country were wrong. Good luck!
I'm going to hire Moomies with their little sprogs out to install software for people. Since the sprogs aren't 18, no court can state they agreed to the licence/contract since all contract laws require you to be the age of consent...
UPS Sucks
Engage! Hehehe. Just kidding. I think you meant to say "Browse-Wrap". HTH.
-------
Oh shit! I forgot to click "Post Anonymously"...
No - they're not obligated to make their alterations available. This is one of the problems that is trying to be remedied with a new version of the GPL.
I/O Error G-17: Aborting Installation
Before this ruling is overturned by a higher court. Happens every time. :)
While that may be good for unsavory, shady licensing schemes, it could be bad for GPL'd software.
-SPD
--
Writhe your naked ass to the mindless groove.
Writhe your naked ass to the mindless groove.
http://www.jackiereaper.com
But, this does weaken the glance wrap licence agreements. The click wrap, where you are required to click ok (such as on Windows) will be upheld given this standard. But there is another argument to that -- since Microsoft has refused to make refunds, will that click-wrap agreement be found to be void.
The other thought is for 3rd party computer usage. You get a system from the company, your IS person agreed, not you. They may have agreed for the company, but what about your personal data (if you are allowed personal use of the computer)? If you use a system at a CyberCafe, public library, school? The agreement to indemnify, not reverse engineer, etc. would be to indemnify the school, etc -- Not the software publisher!
Fight Spammers!
Another scenario. You are at the libray, you decided to sell a stock at at $150/share. As you press the submit button, the system crashes. You reboot, now the shares are $95.
Another. You are at the library. They have Cyberpatrol loaded. You bypass cyberpatrol and ftp the files to your computer at home. You then reverse engineer the product and make post the list on your website and publish a program to decrypt the next list. Where did you agree not to do that? The people at the library did, but you did not.
Can you be expected to abide by terms of a contract that you never seen and never been made aware of? No, according to this decision.
Fight Spammers!
I like to do my installs after a few beers. Can't form a binding contract while drunk either:--) Can't form one while insane neither, but I lost my NT Certification:--(
---
But not all software has the media separately wrapped`. In many cases the box conatins an unwrapped jewel case. And most places will not allow you to return opened software. I believe that here in Canada, stores are required by law to not accept returns on opened software, so we're screwed when the license only becomes viewable after the purchase becomes irrevocable.
How do you proof that it was YOU who clicked on that particular "Agree" button?
Incorrect. There is a signature. The click does count as a signature, at least for anything after the electronic signature bill went into effect.
You bring up a good point though. How to prove "YOU" signed it.
As I understand this, the software is being given away free with the advertized functionality as being an improved file (download) transfer program. Attached to the program is a Trojan that steals information (something of value) off of your computer. If the court is saying that AOL set up their site in such a way that the user would be unaware of this Trojan, then AOL is HACKING into your computer. This is a federal offense and hackers caught and convicted of hacking into other people's computers and doing no damage are receiving jail sentences. How much jail time for AOL executives (the ones that approved this Trojan) for hacking into your computer and stealing something of value. What do you think? NOTE: A Lousiana federal district court threw out the shrink wrap license agreement in the late 1980's. That is why we have the click agreement that you supposedly have to read. Shrink wrap license agrements have been dead for 12 years (uninforcable).
IANAL, but this case actually seems to *encourage* click-wrap licenses, which IMHO is a bad thing :(
____________________________
2*b || !(2*b) is a tautology
From the judgement :
What we may see after this is even more aggresive, in-your-face presentation of license agreements. Sites just might start resorting to putting 'I Agree'/'I Disagree' links on their index pages (shudder!) as the only legal way to get their audience to agree with their terms of use.____________________________
2*b || !(2*b) is a tautology
Since this makes the agreement people were forced to make, to not give the encryption software to anyone outside of the US, invalid, does this mean that the companies releasing the encryption software were not dilligent in preventing the encryption software from being released to countries outside the US, and are thus guilty of violating the export restriction?
Does Microsoft know about this?
I've mentioned this before, but it is quite an important point, so I'll summarize it again - EULAs are techincally illegal. The law states implicitly that a contract will be judged illegal if a reasonable man in a reasonable state of mind would not agree to that contract given reasonable conditions. What all this means is basically this: The contract must be reasonable. If it is not, it is illegal and cannot be used as grounds for prosecution.
"A few atoms won't even light a match" - Dr Jones, 1933
Software is a good. Everything sold is either a good or a service. Why isn't software a service?
So it's just as much a good as the latest from Tool is.
my old sig used to be funny, but then slashcode ate it and now it's not funny anymore
This is very interesting, actually.
You're not free to redistribute IE 5.5. You'd need a specific copyright license from Microsoft to grant you that right. However, use is almost certainly okay.
As for proof of the license, it would be up to the court. Should Microsoft sue you for illegally using IE 5.5 (perhaps in a way that violated the license they believe you agreed to), then it would be up to the court as to whether or not you're telling the truth. The test in a civil case is on the balance of probabilities: in other words, if the court thought the odds were you were telling the truth, they could side with you.
Certainly, snapping the screen, timestamping and encrypting would be helpful evidence for you.
Also, Microsoft's web server logs could also be helpful evidence for you. Find the error where IIS couldn't find the license agreement, and bingo. Yes, you could get access to their logs during discovery. This is a major reason why they probably wouldn't sue you. However, doing this as a practical matter, it would be helpful if you knew the date of the download.
my old sig used to be funny, but then slashcode ate it and now it's not funny anymore
1) The judge applies the California Commercial Code to determine issues regarding the formation of the licensing contract. However, that Code only applies to "goods," which are defined as "moveable, tangible objects." It is by no means certain that this definition covers software distributed over the internet.
/. story. The headline certainly doesn't comport with the actual text of the decision.
2) The judge focused largely on the peculiar mechanisms of Netscape's website that distributed SmartDownload to determine that the parties did not assent to the terms contained in the license, because they were not required to specifically assent to anything prior to downloading the software. This contrasts completely with Microsoft's WindowsUpdate, for example, which specifically requires a click-through assent and affirmance prior to download. This distinction will make the impact of the decision limited at best.
3) Finally, this issue arose in the context of a motion to compel arbitration filed by Netscape. It is not completely clear that the plaintiffs utterly failed to assent to any restrictions on their use of SmartDownload, but only that they did not unambigously assent to the licensing agreement that provided for arbitration. This posture could further limit the impact of the decision.
All in all, I'm not really sure this one was worthy of a front-page
--J (yes, IAL)
I'd be a Libertarian, if they weren't all a bunch of tax-dodging professional whiners. - Berke Breathed
Perhaps this court is ackowledging that this situtation is wrong, and that there should be sufficient friction against entering a contract to show the user knew (or should have known) that's what he was doing. Today, that friction is generally signing one's name with a pen. One should not be able to agree to even the most trivial thing with only a click of a mouse.
CEE5210S The signal SIGHUP was received.
what gave them the right to use the software then? They should know it's copy righted...
[My emphasis, of course]
AFAIK (IANAL, AFAIK), the fact that there is no license attached to a piece of software you have obtained (been given) does preclude you from using the software. Copyright law still expressly prohibits you from copying the software for distribution, but I don't think that was the problem in this case. People weren't makeing copies of the StartUpdate installation files, they were just using the software, which is a perfectly legal action in the absence of a license.
Living better through chemicals
Actually, you do have the ability to see the license before you open it, and again when you install it. Normally the media and license are seperate, and before you break the second seal (the one on the media - not on the package) it clearly states that by breaking the seal you agree to the terms of the license. At any rate, even if the license was, for some reason, in the package, if you did not agree to it, then you could always take it back. The challenge would come from the store you bought it from, but I assume it would be their obligation to take it back without any special charges (restocking, etc). Any thoughts?
Random Musings
I think it's a typo, but having read some of the licenses, "warped" may be a very apropos description...
"Make it ten--I am only a poor corrupt official."
--Captain Louis Renault (Claude Rains), Casablanca
If I release a web app (PHP pages, say) under the GPL, and someone modifies them for their web site, does the GPL obligate them to make the source for their alterations available, since the code isn't distributed, per se?
For example, if a site modifies Slashcode to add functionality to their own site, are they obligated to make the changes available?
--
Convictions are more dangerous enemies of truth than lies.
Convictions are more dangerous enemies of truth than lies.
- Nietzsche
Well, there's a difference between private use and "rebroadcasting" the app on a public web server. I would say a web app on the internet is in some ways the equilivalent of distributing a binary... it's allowing use of a program without distributing its inner workings.
As software becomes more server-centric, I think this'll become more and more important.
--
Convictions are more dangerous enemies of truth than lies.
Convictions are more dangerous enemies of truth than lies.
- Nietzsche
I dunno... it's more than just, say, a word document. If you've got web app that, say, does your taxes, or converts your image files, or gives you a fully-functional word processor, the level of interaction is far beyond that of simply "output". If you or your business were dependent on that functionality, you should have the freedom to have the code so you're not dependent on your service provider.
Although I don't think it should be covered by the GPL; there should probably be a special GPL variant (WGPL?) to cover the special circumstances of web apps.
--
Convictions are more dangerous enemies of truth than lies.
Convictions are more dangerous enemies of truth than lies.
- Nietzsche
But here, we're talking about a web app which has already been released under the GPL. Say someone wrote a GPL version of a Passport-like authentication scheme. Under the current GPL licensing options, Evil Propietary Company could take that code and embrace-and-entend it on their own Passport servers without releasing those changes.
I'm sure lots of Open Source web app programmers would like an option to prevent that from happening to their code; to make sure their code is protected by the same "share and share alike" free software spirit that other Open Source code is protected by.
--
Convictions are more dangerous enemies of truth than lies.
Convictions are more dangerous enemies of truth than lies.
- Nietzsche
I know it's a bit offtopic, but...
What about websites and such that give you their terms-of-use in a TEXTAREA or similar, that isn't write-protected... Couldn't I just erase the whole thing, write my own agreement, and click "I Agree".
And there's always the "I didn't click 'AGREE'... I hit Tab-Tab-Tab-Tab-Enter!" defense.
Information wants to be free.
Entertainment wants to be paid.
You just want to be cheap.
Locate your nearest minor and have them install it for you. Minors can't enter into legally binding contracts without a parental co-sign. Plus most judges wouldn't even think twice about the "I had the 14-year old from next door help me" excuse.
...but it does absolutely nothing about the illegal harvesting of the user's privacy rights online. Is Netscape above the bounds of the Electronic Communications Privacy Act (18 USC Section 2510) or the Computer Fraud and abuse act (19 USC Section 1030)? The Honorable Hellerstien didn't address that in his order.
If by some chance when the court addresses this issue, it might have an impact on 'spyware' that is out on the internet right now (like Gator).
By Monday, tho, My bet is that the Smart Download will have quite a prominate click-wrap license agrteement on their webpage where the software once was.
IANAL...yet.
----
Ian
I disable sigs...do you?
Will this mean that we'll be forced to click "Accept" on a screen detailing the GPL before we download stuff from Freshmeat?
I've already seen that kind of stuff elsewhere... I suppose some people might put up some sort of license agreement page simply to cover their own tails. In this day & age, I often think that's a good idea... =/
>>saying that a license that users don't even have to see before downloading online free software isn't binding. Yeah, but you have to read the license before installation, in most cases. grepper
--------------------------------
Microsoft Fucking Sucks!! Up The Penguins!!
I was downloading something (I think it was IE 5.5), and when it came around to showing me the liscense, all it said was something like "Cannot find blahblah.txt" or something like that. So I hit agree. Now, does this mean I am free to use and redistribute IE 5.5 however I wish just as long as I don't go and "find blahblah.txt"? How can you prove that the liscence you clicked on said the same things that whoever wrote the liscence thinks it does? Without taking a jpeg snapshot of the screen (just copying the text won't do, the text might be rendered wrong) and time-stamping it and encrypting it, how can any big company ever come and try to prove that thier individual liscense to you said "such and such"? Any lawyers out there have thoughts on this?
"Your superior intellect is no match for our puny weapons!"
For example - lets say scum inc. creates a product called scumoffice '84. The zipball containing the binaries can be downloaded from their website. Included in the zipball is a file called license.txt which contains the terms of use. These terms assert that you may use the program free of charge, but if you visit slashdot.org between the hours of 10 AM and 3 PM, you agree to pay them $500,000. Lets say you download and use the program, but never see the license agreement. You continue to check for the latest slashdot headlines every hour. Scum inc. sniffs some of the packets going back and forth and sends you a bill for $500,000. You refuse to pay, so they take you to court. You did, in fact, violate their copyright and would owe them reparations. Since you haven't really caused them any harm, this would not amount to much. However, because of this ruling, you are not bound by the license agreement and therefore do not owe them $500,000 and may visit slashdot whenever you see fit.
If the 75 yr. copyright hold is accurate then aren't Mickey Mouse and Bugs Bunny and all those eary cartoon characters from Disney and Warner Bros. open to public domain?
If I designed a program (or 3) while working at a company (say WB) and they USE those programs in production and in other subsidiary companies internationally, do I hold the copyright as my name is on the programs as the author?
The company was about to patent the software (which saved them millions of dollars) and award that patent to myself and then they dropped the patent dept. and no patents were granted thereafter.
Is that company liable to me if they redistribute/sell my copyrighted (by defacto) programs?
I'll bite anyway.
criminal law!=civil law
Criminal laws are not civil contracts.
I want to get drunk with Hoagy Carmichael and
I survived the Dick Cheney Presidency 7 to 9 AM 7-21-07
For EULA that you assent to before you open the package. Consider how its similar:
You don't see the license before you assent to it.
This could be a good case to cite it you decide to sue Microsoft at some point.
---
I just hope that all the websites that currently have terms of use hidden somewhere at the bottom of the page, don't now implement some click-though licensing scheme. I have always suspected, that the terms of use are not really binding, if the user is not forced to read and accept the terms.
...why people are so upset about this. The judge is simply saying that users will have to actively agree to a license before downloading the software. If Netscape can say that someone agreed to a contract they never even saw then the whole legal concept of assent falls apart. It's really just a semantics issue, and not a very big one at that.
---
Hey man, can I bum a sig?
Could this be applied to the terms and services links that are common at the bottom of some websites? It seems that if you don't have to view them, they might not be valid. I understand the ruling here, but it could be applied to some other things which aren't necessarily good.