Slashdot Mirror


SCO Tells Courts What IBM Did Wrong

linumax writes "It took more than two and a half years, but the SCO Group finally has disclosed a list of areas it believes IBM violated its Unix contract, allegedly by moving proprietary Unix technology into open-source Linux. In a five-page document filed Friday, SCO attorneys say they identify 217 areas in which it believes IBM or Sequent, a Unix server company IBM acquired, violated contracts under which SCO and its predecessors licensed the Unix operating system. However, the curious won't be able to see for themselves the details of SCO's claims: The full list of alleged abuses were filed in a separate document under court seal. The Lindon, Utah-based company did provide some information about what it believes IBM moved improperly to Linux, though."

12 of 389 comments (clear)

  1. What Next? by eln · · Score: 4, Interesting

    So they've gone from saying Linux lifted huge chunks of code from Unix wholesale to saying that IBM shared "methods and concepts," oh and a little code too?

    What's next, they'll say some IBM employees might have had coffee with Linux developers? This still just looks like a fishing expedition by SCO.

    1. Re:What Next? by bedroll · · Score: 5, Interesting
      So they've gone from saying Linux lifted huge chunks of code from Unix wholesale to saying that IBM shared "methods and concepts," oh and a little code too?

      Well, you have to read what the intro says, the story says, and some history about the case. As I understand it, SCO is finally saying the ways that IBM abused it's contract with SCO. Notice the lack of Copyright claims in this statement. That's because the original case, regardless of what Darl liked to spew to the public, was about a contract violation. Whether that's still what the case is about eludes me right now, I thought they dropped the contract claims to focus on Copyright.

      It's been reported that IBM's contract with SCO stated that they weren't allowed to put technologies from their Unix into any other OS. This is not exclusive to those that weren't put there by IBM. That means that IBM could not use their "IP" in any other OS without consent from SCO. Many think that, if this stipulation were in IBM's contracts with SCO that SCO had a decent case against IBM.

      Then SCO started with all of the Copyright junk.

      If I'm reading this right, then this still would seem secondary and SCO still hasn't provided any evidence of Copyright infringement. They've just strengthened a case that few contested, and they've declared as less important.

    2. Re:What Next? by schon · · Score: 4, Interesting

      It's been reported that IBM's contract with SCO stated that they weren't allowed to put technologies from their Unix into any other OS.

      It's also been reported that a fat guy in a red suit flies around the earth once a year in a reindeer-powered sleigh.

      What you miss in that is that *everyone* who was directly involved in the contract (which was with AT&T, not SCO, or SCOX) has said that it does not mean what SCOX says it means. This includes the $echo newsletter, in which AT&T explicitly clarified that the clause only refers to AT&T's code, not code owned by the customer.

    3. Re:What Next? by John+Miles · · Score: 3, Interesting

      It's cleaner to list the break conditions up front

      No, actually, it isn't.

      It's much cleaner to break out of a loop at the instant the termination condition becomes true. This occurs at the loop-control statement only in trivial loops, and only by coincidence. Coincidences don't make good code.

      Another way of looking at the question: if it's better to begin a variable's scope where it's first used, which most C++ users agree is the case, it's also better to explicitly end that scope when it's potentially obsolete. The only ways you can do that in C/C++ are with break, continue, and goto. Goto obscures scoping altogether, so it's not much help, but loops constructed with while (1) and explicit breaks can be considerably easier to understand.

      --
      Dahlmann tightly grips the knife, which he may have no idea how to use, and steps out into the plain.
  2. this is still going on? by twiggy · · Score: 3, Interesting

    Oh. This is still going on?

    I thought they had given a bunch of supposed code a long time ago that was supposedly "lifted" from them, and it was pretty much proven on all counts that prior art existed, etc etc...

    Won't SCO just keel over and die already?

    --
    http://www.babysmasher.com
    http://www.openingbands.com
  3. I wonder by ndansmith · · Score: 4, Interesting
    Some of these wrongful disclosures include areas such as an entire file management system . . .

    Does file management system mean file-system, or the actual names and structures (i.e. folder tree) of the files?

    . . . others are communications by IBM personnel working on Linux that resulted in enhancing Linux functionality by disclosing a method or concept from Unix technology.

    Metod or concept? I would sure like to see the technical list, cause these generalities are putting ants in my pants.

  4. Two things: by schon · · Score: 5, Interesting

    1. Considering that *everyone* who was involved with the Unix source licensing agreements has said that the licenses doesn't mean what SCOX claims it means (including AT&T publishing this in their $echo newsletter), how the hell does SCOX think they can push this past a judge?

    2. Even if SCOX were correct in this, and it was against the contract for IBM to give *THEIR OWN SOURCE CODE AWAY*, why does this mean I owe them $699 per CPU? If (as in SCOX's insane world) IBM did something wrong, and IBM has to pay them Five Brazillion Dollars, doesn't that mean that SCOX has already been paid, and they can't go after someone else for the same thing?

  5. One big problem for SCO AKA Caldera is.. by the_rajah · · Score: 5, Interesting

    that they released, as in GPL, their own Linux distro a while back. Once you release the code under the GPL, there's no taking it back. It's out there and available for anyone to use under the terms of the GPL. I am at a loss as to why this hasn't been hammered on to put an end to this sham/scam that SCO is trying so desperately to pull off. This release of the source code as Caldera eliminated in my opinion, lets IBM off the hook in that regard.

    Then, of course, there's that nasty little detail wherein SCO/Caldera never owned the copyrights anyway.

    --


    "Do the Right Thing. It will gratify some people and astound the rest." - Mark Twain
    1. Re:One big problem for SCO AKA Caldera is.. by DrSkwid · · Score: 3, Interesting

      If the code if infringing, you can't relicense it.

      If IBM were not entitled to include the code in Linux then it was never under the GPL.

      Or else I could just slap the GPL on the leaked Windows Source Code and say "ha, well it's GPL now"

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
  6. Re:Why? by Todd+Knarr · · Score: 3, Interesting

    Except that SCO can't feasibly cut and run. First, there's IBM's counterclaims. Their admission that they didn't have a case won't dismiss those counterclaims, but it will make IBM's proving them a slam-dunk and the penalties there are more than SCO's got in available assets. Then there's the RedHat case, and if SCO admits to not having any case in the IBM case they virtually guarantee RedHat a win. Again, RedHat's claims would be ruinous. And then there's the AutoZone case, and if SCO abandons the IBM case AutoZone's sure to demand costs in their case. In short, SCO's currently backed into a corner where the only option that lets them survive at all as a company is to fight to the bitter end and pray for a miracle. It's pretty clear right now that the only way they'll win is if a large chunk of the judiciary suddenly goes insane, but that's still a better chance for survival than any of the other options so SCO's taking it.

  7. Re:Nightmare if SCO folds with case unresolved? by e6003 · · Score: 4, Interesting
    No. If SCO was to declare bankruptcy then an administrator would be appointed to manage the assets, in place of the current team (McBride, Sontag et al). One of his first acts would be to settle the lawsuit SCO started with IBM and he'd have pretty much no choice but to do it on IBM's terms - such as a full and public admission that SCO never had a case, they were just blowing smoke etc. No-one will buy SCO because of IBM's counter-claims against them and also Red Hat's claims. If SCO lose or settle, then the trade libel claims Red Hat and IBM have made against them (for claiming they have found millions of lines of Unix code, that Red Hat's continued selling Linux is "painting a big liability target on their customers' backs" etc.) would be a slam-dunk. Anyone who bought SCO would inherit these legal liabilities and the massive fines that go with them.

    I expect IBM to refile its motions for summary judgement early in 2006 because from the evidence apparently filed here, SCO is still doing the same old dance about JFS, RCU and NUMA which no-one in their right mind believes are either copyright or contract infringing.

  8. Remember: Today's SCO isn't the old SCO by callipygian-showsyst · · Score: 4, Interesting
    I'm saddened by what's happened to SCO's brand. SCO used to be a cool company. The name stood for the Santa Cruz Operation, and it was a smallish company of some very bright people who brought Unix to Intel Architecture: first 80286 and then 80386 architecure and beyond.

    It was that got me involved in Un*x, back in 1988. I had decided it was time to move from the Long Island defense industry, and make a move to Silicon Valley. I started with Andy's "MINIX" and then paid the $1200 bucks or so for SCO Xenix, installed it on my 80386 PC (with an American Megatrends/Mylex motherboard!) and learned Unix (especially low-level matters like writing device drivers.) Shortly after, I was able to get a job with Olivetti Advanced Technology Lab in Cupertino.

    My job involved close interaction with the engineering staff at SCO--folks like Mike Patnode (whose name sounds like a Unix command) and others who knew SysV inside and out.

    The company is completely different now. The same in name only. They're not in Santa Cruz anymore (a hippy beach resort in Central California)--instead they're in Utah.