Slashdot Mirror


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."

137 comments

  1. No contract means no waiver of liability. by Anonymous Coward · · Score: 1
    If people can be assumed to have never read or agreed to the license, then licensed open software is in the same boat as public domain software regarding waiver of liability and guarantees, etc. (I think it is already, but many disagree with me.)

    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.

    1. Re:No contract means no waiver of liability. by mpe · · Score: 2

      Here's how it works: You have to copy software from a disk to RAM to use it. This copying infringes copyright. Therefore, you need a license to do it legally.

      In order read a book you must "copy" the text onto your retina, thus you need a licence to read. In order to play a CD you need to create "derived work" (as sound waves).

    2. Re:No contract means no waiver of liability. by hearingaid · · Score: 1
      Copyright licenses cannot cover rights to use software directly, and the GPL does not try to cover use.

      While the latter is true, due to an unusual provision, software copyright can cover use.

      It's dumb. Here's how it works: You have to copy software from a disk to RAM to use it. This copying infringes copyright. Therefore, you need a license to do it legally.

      Not all jurisdictions hold to this. But some do. It's really dumb.

      --

      my old sig used to be funny, but then slashcode ate it and now it's not funny anymore

    3. Re:No contract means no waiver of liability. by hearingaid · · Score: 1

      I did say it was dumb.

      Apply the same logic to CDs: Any oversampling CD player will copy at least a few bytes from the CD into RAM. Therefore... etc.

      --

      my old sig used to be funny, but then slashcode ate it and now it's not funny anymore

    4. Re:No contract means no waiver of liability. by mikosullivan · · Score: 3
      I was concerned about this exact issue myself, so I wrote to the FSF about the GPL. Here's the response I got from Bradley Kuhn, VP at FSF. (The italics are stuff that I wrote in my original email.)
      There may be one point in which the license has an issue needing correcting. (Disclaimer: I'm not a lawyer.) Summary: the license can be divided into two categories: your rights to using the software,

      Copyright licenses cannot cover rights to use software directly, and the GPL does not try to cover use.

      A copyright license, like the GPL, covers rights to copy, modify and redistribute. This is what the GPL covers. The license allows someone to use the software w/o agreeing to the license, and therefore sections of the license which concern only rights to use are not enforceable.

      The license doesn't cover use, and cannot.

      Nothing in the license states that the user accepts the license by the act of *using* the software,

      There is no way to do this in a copyright license.

      and therefore THE CLAUSES ABOUT DISCLAIMING WARRANTY NEVER COME INTO PLAY.

      Likely, they copied the program from somewhere to be able to use it, so the clause surely comes into play in that case.

      I still don't quite understand the response... why are there clauses abot no warranty if the user doesn't have to agree to the license?

      However, it does seem that FSF has thought about these things and hopefully they know what they're doing.

      Miko O'Sullivan

      --
      Miko O'Sullivan
  2. The death of FTP by Anonymous Coward · · Score: 3

    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?

  3. Re:Danger GPL Danger by David+Price · · Score: 1
    Precisely. The GPL gains all of its legal force from copyright laws; the gist is that, if you distribute or modify GPL'd software in ways that contradict its strictures, you are in violation of the author's copyright. When authors no longer have their copyright, they lose their right to enforce the GPL.

    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.

  4. Re:Danger GPL Danger by cpt+kangarooski · · Score: 1

    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.
  5. Copyright is not about use by Old+Man+Kensey · · Score: 4
    mindstrm wrote:

    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
    1. Re:Copyright is not about use by salyavin · · Score: 1

      That's probably why they call it copyright as in
      right to copy.

  6. Re:Publishing derivatives isn't a USE? by ewhac · · Score: 2

    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:

    • The GPL permits unlimited copying and distribution under certain conditions. Shrinkwraps permit no redistribution whatsoever, under any circumstances.
    • Apart from the copying conditions, the GPL makes no attempt to constrain any other use of the software. Shrinkwraps purport to seriously constrain many uses, and forbid others.

    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

  7. Wonderful News by ewhac · · Score: 5

    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:

    • GPL: You may use this software in any way you wish, but copyright law prohibits you from making and distributing copies. If you wish to make and distribute copies, here are the terms you must agree to.
    • Typical shrinkwrap "agreement": You must agree to these onerous terms and conditions, or we won't let you use the software you just paid for at all.

    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

  8. Re:Danger GPL Danger by ocie · · Score: 1

    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
  9. Re:Danger GPL Danger by ocie · · Score: 1

    Yes, but who is going to want to use a 75 year-old copy of gdb?

    --
    JET Program: see Japan, meet intere
  10. Re:De Facto License by grahammm · · Score: 1

    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.

  11. Simple GPL, does not make me click by AIXadmin · · Score: 2

    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
    ===========

    1. Re:Simple GPL, does not make me click by Bronster · · Score: 1
      I've seen so many posts in this thread saying that the GPL is better because you don't have to click through.

      I guess nobody else here has ever installed Activestate Perl then...

      I'm wondering if it's just because Windows Installer requires a 'clickthrough licence' bit that they show it - it's the real GPL though.

    2. Re:Simple GPL, does not make me click by mpe · · Score: 2

      Copyright does not require you to agree; it just is. The GPL allows a relaxation of copyright; you don't need to agree for it to appy as it is the AUTHOR who is relaxing their rights.

      No they are granting you a licence to distribute subject to specific conditions.

    3. Re:Simple GPL, does not make me click by Vhalros · · Score: 3

      Well, as several people have already noted, the GPL is a little different. It's based entirly on copyright, and if you want to copy some ones copyrighted work (and, btw, you don't have to do anything to make your works copyrighted) you damn well have to abide by their terms(within reason). Similarly, you can't make a copy of a book and sell it on the net because the book never made you click "I Agree".

      --
      Dionysus vs, Socrates! The greatest battle of all time!
    4. Re:Simple GPL, does not make me click by nagora · · Score: 2
      Copyright does not require you to agree; it just is. The GPL allows a relaxation of copyright; you don't need to agree for it to appy as it is the AUTHOR who is relaxing their rights. If you don't agree then normal copyright appies and you can use but not copy.

      Basically, this does not affect the GPL, just as it does not affect copyright.

      TWW

      --
      "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
    5. Re:Simple GPL, does not make me click by nagora · · Score: 2
      I'll put it a different way since I wasn't very clear:

      The author is saying "This is copyrighted to me but I'll let you off if you do this..."

      If you don't agree then you don't get to ignore copyright since the law does not require your agreement to enforce copyright.

      The real difference between GPL and EULA's is that the latter generally try to restrict you while GPL is giving you more rights. You don't need to sign anything to get more rights.

      TWW

      --
      "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
  12. Re:Slightly offtopic GPL query: What about Web app by Musc · · Score: 1

    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
  13. Re:Slightly offtopic GPL query: What about Web app by Musc · · Score: 1

    Good point.

    --
    Hamsters are at least as feathery as penguins. HamLix
  14. WTF? by Musc · · Score: 2

    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
  15. Re:De Facto License by IntlHarvester · · Score: 2

    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.
  16. Re:So if I keep my eyes closed... by jelle · · Score: 1

    Thanks I just ordered the book...

    --
    --- Hindsight is 20/20, but walking backwards is not the answer.
  17. Well, it's a quite limited decison by HiThere · · Score: 2

    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.
  18. Re:This may set a precedent... by HiThere · · Score: 2

    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.

    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 ... 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.

    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.
  19. Optomist! by HiThere · · Score: 2

    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.
  20. Ah, thankyou... by sterno · · Score: 1
    That clears that up :). I was worried for a second there :)

    ---

    --
    This sig has been temporarily disconnected or is no longer in service
  21. Danger GPL Danger by sterno · · Score: 3
    Um, when was the last time you had to click on a license agreement when you downloaded GPL'd software? If they can't be held to the terms unless that happens then this opens up a gaping hole through which a lot of software can get hijacked.

    ---

    --
    This sig has been temporarily disconnected or is no longer in service
    1. Re:Danger GPL Danger by Polo · · Score: 2

      I wonder if that means that by not accepting the license agreement, you fall back on copyright...

      which expires in maybe 75 years... So if you wait 75 years, the GPL stuff reverts to the public domain.

      So GPL + 75 years ~= BSD license?

    2. Re:Danger GPL Danger by mpe · · Score: 2

      No, this does not open up a hole for GPL, because there is a fundamental difference between GPL and most other licenses. GPL grants you rights you would not normally have, whereas other licenses try to take away rights you normally have.

      Also the GPL is about actual copyright law, most of the other licences attempt to pervert copyright into "useright".

    3. Re:Danger GPL Danger by gorilla · · Score: 2

      Very little GPL software was made under the 'work for hire' rules. In the case of software which is made by an individual, or individuals, even if they sign it over to a corporation, the life + 70 years rule would apply.

    4. Re:Danger GPL Danger by mystik · · Score: 1

      But usually all source files have /* This file is licenced under the GPL */ There's no way they a user could look at the source and not see that license.

      --
      Why aren't you encrypting your e-mail?
    5. Re:Danger GPL Danger by Weezul · · Score: 2

      I would hope that you can not give up your "fair use" rights by contract just as you can not sell yourself into slavery.

      --
      The Christian religion has been and still is the principal enemy of moral progress in the world. -- Bertrand Russell
    6. Re:Danger GPL Danger by Dwonis · · Score: 2

      Has that ever been taken to court recently? I highly doubt that a sane judge would award damages from someone who gave you software, and the source code to check if you wanted to, for free.
      ------

    7. Re:Danger GPL Danger by Kwikymart · · Score: 1

      What is important is the part of most license with the disclaimer that releases the author from all responsibility if the software fubars something. You don't need to read the source to run the software, and that means that most people don't even see it. Therefore, it could be said that it doesn't do anything to keep the author out of legal trouble.

      --

      Buying a Dell computer is equivalent to dropping the soap in a prison shower.
    8. Re:Danger GPL Danger by Kwikymart · · Score: 1

      But there is still the possibility. If you are not complete and consice, something like this may happen. Its not like it takes a lot of effort to do something like this, so its better safe than sorry.

      --

      Buying a Dell computer is equivalent to dropping the soap in a prison shower.
    9. Re:Danger GPL Danger by OmegaDan · · Score: 3
      Who moded this guy a troll? its a good point ...

      But the difference is, the GPL grants you EXTRA rights above and beyond copyright, and EULA's seek to take rights away ...

    10. Re:Danger GPL Danger by harlows_monkeys · · Score: 2
      No, this does not open up a hole for GPL, because there is a fundamental difference between GPL and most other licenses. GPL grants you rights you would not normally have, whereas other licenses try to take away rights you normally have.

      Suppose someone were to violate GPL, and the copyright owner sued them. The copyright owner would NOT be claiming that the terms of GPL were violated. The copyright owner would sue claiming a copyright violation.

      It is the defendant who would be bringing up GPL, as a defense to copyright infringement.

    11. Re:Danger GPL Danger by harlows_monkeys · · Score: 2

      Of course you can give up "fair use" rights by contract. What's wrong with that?

    12. Re:Danger GPL Danger by MrGrendel · · Score: 5

      Remember that the GPL is a distribution license, not a usage license. The assumption in copyright law (as I understand it) is that you never have the right to redistribute a copyrighted work without permission. If a person redistributed without bothering to read the license and a court case resulted, the judge would probably treat it as a copyright violation, not a license violation. As the GPL states, nothing else gives you the right to redistribute or modify the code, so a failure to agree to the license terms via a failure to read the license means no permission to distribute was ever granted.

    13. Re:Danger GPL Danger by Drone-X · · Score: 2
      I wonder if that means that by not accepting the license agreement, you fall back on copyright...
      The GPL uses copyright laws so your point even stands when you do except the GPL license.

      What I meant was that you fall down on the default copyright restrictions, being that you cannot do anything with the code.

    14. Re:Danger GPL Danger by Drone-X · · Score: 5
      You might want to try reading the GPL:
      5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it.
      In other words, if you do not accept the GPL you're granted the same rights as the default copyright, which is more restrictive than the GPL.
    15. Re:Danger GPL Danger by Prior+Restraint · · Score: 1

      ...copyright is 75 years... for works that are written 'for hire'... . Works generated by individual authors, ...have copyrights that extend 50 years beyond the death of the author.

      Your information is a little out of date. Both of those terms have been extended by twenty years (retroactively, natch).

    16. Re:Danger GPL Danger by 3.1415926535 · · Score: 1
      That's why the GPL says you should add something like the following to interactive programs:
      Gnomovision version 69, Copyright (C) year name of author
      Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
      This is free software, and you are welcome to redistribute it
      under certain conditions; type `show c' for details.
  22. What if I don't understand English? by Daffy+Duck · · Score: 2
    Clearly theoretical in my case, but suppose I do not understand the language in which the license is written, or even the words "I Agree" that I clicked on to get the program to work. It's not hard to imagine that even illiterate people would quickly learn that the program does something if you click on the highlighted box and does nothing if you click on the other one. If this was the case and they were using software without being competent to even read the license, let alone agree to it, how can they possibly be bound by its terms?

    I think this is a fundamental problem with trying to automate contracts. It clearly couldn't happen if all parties involved were conscious beings.

  23. URL for the decision by Froomkin · · Score: 5
    The full text is online in .pdf at the U.S. District Court for the Southern District of NY.

    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.

  24. Re:De Facto License by Arandir · · Score: 2

    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
  25. Cookie monster law site Re:URL for the decision by warpeightbot · · Score: 2
    Thanks, Professor, for the PDF URL... I think it's ironic to note that the law.com site in the original article required cookies in order to view the page.... whilst the Professor provided us the link and the opinion for free.

    Free as in speech wins again... and in the long run will probably save our butts, come the revolution...

  26. Re:What?? by mindstrm · · Score: 2

    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...

  27. Let me clarify. by mindstrm · · Score: 2

    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.

  28. Too many licenses spoil the vendor ... by LL · · Score: 2

    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

  29. Wow... by Snowfox · · Score: 5
    ...I'm turning off my monitor during the license agreement portion of my next Windows install.

    "I didn't see a thing. I only clicked the mouse a few times thinking it might turn the display back on, your honor..."

    1. Re:Wow... by J'raxis · · Score: 1

      "If I don't see it, it's not illegal!" -- Homer Simpson.

  30. Re:Two legal myths from an AC by mpe · · Score: 2

    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"...

  31. Re:No by mpe · · Score: 2

    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.

  32. Re:Duh! by mpe · · Score: 2

    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.

  33. Absent License there is no right to use either by werdna · · Score: 2

    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.

    1. Re:Absent License there is no right to use either by werdna · · Score: 2

      No legal action could ever arise because the license states that you may freely run the software. Thus, you have a license. If it did not, you would not have any intrinsic right to do so.

    2. Re:Absent License there is no right to use either by QuoteMstr · · Score: 1

      I *also* through the courts upheld that "incidental copies" were legal.

    3. Re:Absent License there is no right to use either by MrGrendel · · Score: 2

      In the context of license violations and license enforcability, it is a distribution license. While the right to run the program is implicitly granted through the license to copy, that is only an incidental feature of the GPL. Giving anyone the right to run a program could be accomplished with a single sentance. No legal action would ever arise from a person simply running a GPLed program because it is not possible to violate the license in that way. GPL violations can only arise when a transfer of GPLed code (including object code) has taken place between two parties. So, while you may technically be in violation of the law by running a GPLed program without first agreeing to the license, it is legally irrelevant because no one will sue you for it.

  34. Two legal myths from an AC by werdna · · Score: 2

    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.

  35. Another myth by werdna · · Score: 2

    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.

    1. Re:Another myth by tricorn · · Score: 1

      Both of those cases only apply if the software in question is not "owned" (i.e. there is no ownership of a legitimate copy of the software; completely distinct and independent from the concept of "ownership of copyright").

      If you own a legitimate copy of the software, you can run it without any additional permission, even though running it will make copies, regardless of what some license purports to restrict you to. If you can get a legitimate copy of the software without agreeing to the license, why would you need to agree to the license in order to run it?

  36. Duh! by werdna · · Score: 2

    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.

    1. Re:Duh! by werdna · · Score: 2

      If you say so -- I'm fairly certain of my position nevertheless. In any case, it is plain beyond cavil, clear as can be: use of software under ordinary circumstances constitutes an exercise of the replication right. Therefore, use without consent constitutes copyright infringement.

      Nothing you have suggested militates to the contrary.

  37. Weight by rjh · · Score: 2

    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.

    1. Re:Weight by www.sorehands.com · · Score: 1
      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?
      No, the appellate court in a summary judgment will perform a de novo review of the summary judgment. The appelate court will analyze the application of law as being proper or not. Not just the trial being fair, for many times the case would not have made it to trial.
  38. Re:So if I keep my eyes closed... by Dwonis · · Score: 1

    I heard a theory that time has 3 dimensions. I don't remember the details, though.
    ------

  39. Re:for all you dozy people by Dwonis · · Score: 2

    Better: get a virus that swaps the function of the "I Agree" and "I Disagree" buttons.
    ------

  40. Re:This could be a very bad thing... by bnenning · · Score: 2
    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.

    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.
  41. Re:Sites (and even programs) with unlocked text-bo by radja · · Score: 2

    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
  42. reality check by DrProton · · Score: 1

    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
  43. So if I keep my eyes closed... by SaDan · · Score: 2

    ...while opening software packages, I'm not bound to the license?

    SWEET!

    I love the courts sometimes.

    Interested in weather forecasting?

    1. Re:So if I keep my eyes closed... by Fuzion · · Score: 1

      Actually there is, doesn't super-string theory say there are 10 or 26 dimensions?

      --
      "Knowledge makes us accountable." - Che Guevara
  44. Re:Sites (and even programs) with unlocked text-bo by treat · · Score: 1
    Couldn't I just erase the whole thing, write my own agreement, and click "I Agree".

    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?

  45. Re:What it really means -- Nothing! by Trekologer · · Score: 1

    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...

  46. Re:It's only a matter of time... by Arker · · Score: 2

    While that may be good for unsavory, shady licensing schemes, it could be bad for GPL'd software.

    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.
  47. Re:"License not binding". So can I pirate? Resell by orkysoft · · Score: 1

    No, they're in Copyright Law. If someone writes a program without a license, it defaults to copyright.

    --

    I suffer from attention surplus disorder.
  48. Re:De Facto License by orkysoft · · Score: 1

    "...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.
  49. Re:Publishing derivatives isn't a USE? by Steeltoe · · Score: 1

    What is more selfish? Constrict distribution only to people who share, or refuse to share anything you add to a project?

    - Steeltoe

  50. um what about the gpl by RestiffBard · · Score: 1

    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."

    --
    - /* dead coders leave no comments */
    1. Re:um what about the gpl by SuiteSisterMary · · Score: 3

      The GPL isn't a useage license, it's a copyright license. It doesn't take away any rights you have, unlike the licenses the article talks about, but rather, grants you rights. Different beastie.

      --
      Vintage computer games and RPG books available. Email me if you're interested.
  51. Re:other implications by cybermage · · Score: 1

    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.

  52. De Facto License by cybermage · · Score: 3

    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?

    1. Re:De Facto License by Captn+Pepe · · Score: 2

      The default clauses for software differ slightly from state to state, but are mostly pretty reasonable. You of course have the usual copyright permissions, which basically say you can't redistribute without permission, but otherwise don't much limit your use or disposal of the software. Until a few years back, there was a legal school of thought that you needed explicit permission from the copyright holder to run it, but Congress has since specified that this is not in fact true; in the absense of other agreements, you have the right to run any software you legally possess.
      This, incidentally, is one reason why UCITA is so pernicious: UCITA changes many of these defaults to fairly complex and usually undesirable terms which would practically force anyone who wants to distribute software to hire a lawyer and make sure a binding license agreement is attached (and the GPL wouldn't count, because it is a licence on redistribution, which you don't have to agree to before downloading and using software).

      --

      Quantum mechanics: the dreams that stuff is made of.
    2. Re:De Facto License by shyster · · Score: 2
      The default clauses for software differ slightly from state to state, but are mostly pretty reasonable. You of course have the usual copyright permissions, which basically say you can't redistribute without permission, but otherwise don't much limit your use or disposal of the software. Until a few years back, there was a legal school of thought that you needed explicit permission from the copyright holder to run it, but Congress has since specified that this is not in fact true; in the absense of other agreements, you have the right to run any software you legally possess.

      Well, then the usually present EULA clause stating (to the effect of anyway, for some reason I can't find any EULA's right now...damn GPL! =))
      ...this license will terminate immediately upon the consumer breaking any portion of this license..."
      would effectively remove the restrictions of the license, placing the program back under general copyright law.

      So, simply break one of the (many) clauses not covered by applicable laws, and then you're out from under the EULA (if they're legally enforceable anyway). What's the most the publisher can do? There's no specific remedies in the EULA besides terminating the license.

      Of course, if you assume that you can only use the program because of the license in the first place....but, the program was legally obtained, and in legal posession.

    3. Re:De Facto License by shyster · · Score: 2
      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.
      Which was my point in the last sentence. As discussed earlier, however, it would seem that US Copyright law is pretty specific to the fact that if you legally obtained and posess the program, you have a right to run the program. In other words, you only have to abide by the license because you agreed to it, not to run the program.
  53. Such a law already exists in some jurisdictions... by Robber+Baron · · Score: 1

    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!

  54. Re:What it really means -- Nothing! by Artagel · · Score: 1

    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!

  55. I'm opening a new business.. by SirGeek · · Score: 1

    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...

    1. Re:I'm opening a new business.. by hearingaid · · Score: 1

      Nice try, but legally they'd be acting as agents for the people they were installing software for. So, in other words, they'd be accepting license agreements on behalf of their employers, and the employers would get hit with the EULA still.

      --

      my old sig used to be funny, but then slashcode ate it and now it's not funny anymore

  56. Browse-Warp? by xee · · Score: 1

    Engage! Hehehe. Just kidding. I think you meant to say "Browse-Wrap". HTH.


    -------

    --
    Oh shit! I forgot to click "Post Anonymously"...
  57. Re:Slightly offtopic GPL query: What about Web app by Chagrin · · Score: 1

    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

  58. It's only a matter of time... by SatanicPezDispenser · · Score: 1

    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
  59. What it really means -- Nothing! by www.sorehands.com · · Score: 2
    Or, almost nothing. This is a federal judge, not an appealate court. These decisions hold very little weight.

    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!

  60. not talking about privacy. by www.sorehands.com · · Score: 2
    If you use the school computer running Windows XP to design and build your final class project, lets say, Linux 9.0. Then as about to blast the CD the computer due to a bug known to Microsoft, wiped everything including your tape backup. Because of that, you had to retake the semester, loose $50k in lost salary because you had to delay your new job. Can you file a lawsuit? You didn't agree to waive your rights in the install-wrap agreement.

    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.

  61. Re:Or by kel-tor · · Score: 1

    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:--(

    --

    ---

  62. Re:This may set a precedent... by DeeKayWon · · Score: 2

    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.

  63. Re:What?? by Kryptonomic · · Score: 1
    They haven't signed it.

    How do you proof that it was YOU who clicked on that particular "Agree" button?

  64. Re:What?? by sqlrob · · Score: 1

    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.

  65. No Authorization to run the trojan by Twiles · · Score: 1

    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).

  66. Re:This could be a very bad thing... by cygnusx · · Score: 1
    Good point. I've always held that there'd be a lot more takers for open source/Free software if people *actually* realized how much (to pick a random example) MS Office actually cost and how draconian the license terms are -- instead of borrowing CDs from friends as so many do currently.

    IANAL, but this case actually seems to *encourage* click-wrap licenses, which IMHO is a bad thing :(

    ____________________________
    2*b || !(2*b) is a tautology

  67. This could be a very bad thing... by cygnusx · · Score: 2
    Unlike all those celebrating the impending death of click-wrap and shrink-wrap agreements, I beg to differ.

    From the judgement :

    For example, Netscape's Navigator will not function without a prior clicking of a box constituting assent.Netscape's SmartDownload, in contrast, allows a user to download and use the software without taking any action that plainly manifests assent to the terms of the associated license or indicates an understanding that a contract is being formed.
    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
  68. encryption? by vectus · · Score: 1
    High encryption used to require a "browse-warp" liscence to acquire, because export restrictions limited the quality of the encryption that was allowed to leave the US.

    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?

  69. I am scared... hold me. by Skyppey · · Score: 1

    Does Microsoft know about this?

    1. Re:I am scared... hold me. by malelder · · Score: 1

      probably not (: I used (key word is "used") to work for a third-party tech support company that handled a lot of MS's tech support (they don't take more than 10% of their tech calls), and one thing we found funny was that sometimes the license wasn't correct. I can't remember the actual culprits here, but I believe they used the Win98 Plus Pack license for Win98SE...basically they attached the wrong license to the wrong product. If they don't even have the right license, how can they expect it to be binding? And in my history of taking tons of calls, not one customer ever read the agreement...they would joke about just clicking "agree" and moving on. I'm sure most of /.'s users do the same, if they use Windows at all (: I'm curious how this will end up...will not understanding the agreement mean you don't have to live by it (ignorance of the law?) or does it matter, because since you clicked "Agree" you "Agreed"? (: grrr...have to change my settings...don't email me, that address doesn't work (:

      --


      Yuma, AZ...You will never find a more wretched hive of scum and villainy. We must be cautious.
  70. EULAs, Online licenses, etc by Cliffton+Watermore · · Score: 1

    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
  71. Re:There are a number of problems with this decisi by hearingaid · · Score: 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.

    Software is a good. Everything sold is either a good or a service. Why isn't software a service?

    • It's tangible. It has a physical form. Sure, that physical form may just be electrons being arranged in a particular way, but it's there.
    • It's moveable. You can put software on a floppy disk and carry it around. Or a CD.

    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

  72. Re:My Current Microsoft Liscense by hearingaid · · Score: 1

    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

  73. There are a number of problems with this decision by McChump · · Score: 4

    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.

    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 /. story. The headline certainly doesn't comport with the actual text of the decision.

    --J (yes, IAL)

    --
    I'd be a Libertarian, if they weren't all a bunch of tax-dodging professional whiners. - Berke Breathed
  74. Re:We enter contracts without seeing them frequent by acceleriter · · Score: 2

    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.

  75. Usage vs. Distribution by cicadia · · Score: 2

    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
    1. Re:Usage vs. Distribution by cicadia · · Score: 2

      "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."

      Not true. US law defines running software (or copying it into memory) as fair use right.

      Oops... that should have been "does not preclude you from using the software." (Thanks)

      So US copyright law expressly permits you (under fair use) to copy software into memory in order to run it. In the abscence of a license which might prohibit you from running that software under certain circumstances, then, you should be free to use the software as you like.

      And copyright law still prohibits you from making further copies of the software for distribution.

      --
      Living better through chemicals
  76. Re:This may set a precedent... by Anml4ixoye · · Score: 1

    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?

  77. Browse-warp license? by BarefootClown · · Score: 4

    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

  78. Slightly offtopic GPL query: What about Web apps? by mech9t8 · · Score: 2

    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
  79. Re:Slightly offtopic GPL query: What about Web app by mech9t8 · · Score: 2

    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
  80. Re:Slightly offtopic GPL query: What about Web app by mech9t8 · · Score: 2

    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
  81. Re:Slightly offtopic GPL query: What about Web app by mech9t8 · · Score: 2

    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
  82. Sites (and even programs) with unlocked text-boxes by FLEB · · Score: 1

    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.
  83. Or by Sycraft-fu · · Score: 3

    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.

  84. This is a great ruling and such... by ONU+CS+Geek · · Score: 3

    ...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?
  85. Changes with GNU stuff? by EvilStein · · Score: 1

    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... =/

  86. Installation? by grepnyc · · Score: 2

    >>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!!
  87. My Current Microsoft Liscense by gnovos · · Score: 1

    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!"
  88. This is an excellent ruling by archnerd · · Score: 1
    Unless the author licenses you to do so, you can't do ANYTHING with copyrighted material. As much as we hate to look at it this way, even the most restrictive software licenses only grant us rights, not take them away. We may dislike not being able to give our friend a copy of a proprietary software program in order to help him/her out, but if the author had not chosen to grant us the license that accompanies the software, we wouldn't be able to use it for ourselves either. The real effect of this ruling is that if a sleezy software company writes a license that takes away freedoms that we would normally have if we didn't accept it, we can't be made to agree to those terms without being aware of them. That's basically a non-issue - not even M$ has sunk so low as to try that (yet).

    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.

  89. Re:GPL + ?? years = in the public domain by banshee2000 · · Score: 1

    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?

  90. Copyright Question by banshee2000 · · Score: 1

    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?

  91. Re:What about laws? by aka-ed · · Score: 1
    This is a troll, right?

    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
  92. Clickwrap and the DMCA by exMicrosoftJunkie · · Score: 1
    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.
    But since the DMCA explicitly validates "clickwrap" (a.k.a. click-through) agreements, the judge isn't "suggesting" that clickwrap is OK, he's simply implicitly acknowledging current federal law.
  93. This may set a precedent... by Thomas+M+Hughes · · Score: 4

    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.
    ---

  94. Re:other implications by decade_null · · Score: 1
    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.

    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.

  95. I don't understand... by natesch · · Score: 1

    ...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?
  96. other implications by kvx · · Score: 4

    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.