Slashdot Mirror


SCO Announces Final Termination of IBM's Licence

ickle_matt writes "SCO have announced the final termination of IBM's UNIX license, despite Novell telling them they can't. Interestingly enough there's a new set of "stolen code" figures in the release - 'approximately 148 files of direct Sequent UNIX code to the Linux 2.4 and 2.5 kernels, containing 168,276 lines of code. This Sequent code is critical NUMA and RCU multi-processor code previously lacking in Linux. Sequent-IBM has also contributed significant UNIX-based development methods to Linux in addition to the direct lines of code specified above.' "

196 of 807 comments (clear)

  1. Interesting... by mjmalone · · Score: 4, Interesting

    It's interesting that SCO is taking such drastic measures such as the license termination and licensing linux to end users before they even go to trial. The logical conclusion one draws from such measures is that they do not have a case, and do not think they can win. I can't believe that the court system is allowing this to occur, but I am willing to bet that IBM will not honor SCO's license termination and there will likely be either an addition to the current IBM suit against SCO, or a new one regarding thies termination.

    Also, aren't the NUMA and RCU multi-processor patents owned by IBM? SCO might own some of the code, but since they are licensing IBM's patents IBM could sue them for infringing on their patents. Is this part of the current IBM v SCO lawsuit?

    1. Re:Interesting... by aed · · Score: 4, Interesting

      Also, aren't the NUMA and RCU multi-processor patents owned by IBM? SCO might own some of the code, but since they are licensing IBM's patents IBM could sue them for infringing on their patents. Is this part of the current IBM v SCO lawsuit?

      Maybe. As far as I understand the stories, IBM has written NUMA and RCU code for their System V based Unix (AIX)
      IBM's System V license seems to state that when they add code to their SysV (==AIX) that code has to be treated as the rest of the SCO owned SysV code. So IBM wrote some code, included it in SysV/AIX, and now they can't include the exact same code in Linux, because of their SysV contracts with SCO...

    2. Re:Interesting... by u-235-sentinel · · Score: 5, Insightful

      "Also, aren't the NUMA and RCU multi-processor patents owned by IBM? SCO might own some of the code, but since they are licensing IBM's patents IBM could sue them for infringing on their patents. Is this part of the current IBM v SCO lawsuit?"

      It was my understanding they were not suing for use of those products though they probably should. What I find interesting is SCO terminates the license violating their agreement with Novell. I wonder if they can be sued by Novell for violating the contract. Exactly what SCO 'claims' IBM did.

      SCO claims IBM can't be trusted because they violated a contract and now SCO goes out of their way to violate another contract. Sounds like an internal problem with the company. I strongly suggest they see a shrink. These guys can't see straight anymore.

      --
      Has Comcast disconnected your Internet account? Same here. You can read about it at http://comcastissue.blogspot.com
    3. Re:Interesting... by endeavour31 · · Score: 2, Informative

      Actually, SCO is simply asserting what it considers to be a legal right over the software via licensing. Their legal arguments would be weaker if they did not take steps to protect their IP. Please note I am NOT taking SCO's side here but these events are perfectly reasonable from a legal point of view as strategic posturing.

      Courts are just a forum for dispute resolution - don't confuse this with justice.... an entirely different concept.

    4. Re:Interesting... by Thom-in-NC · · Score: 5, Informative

      There is an interesting article "Novell letters throw new light on SCO-IBM case" published in The Age that discuss letters sent to SCO by Novell asserting that Novell has "the right to compel SCO to waive or revoke any of its (SCO's) rights under the contract [involving SCO, IBM, and Novell]." In the letters Novell basically tells SCO that SCO cannot terminate IBM's license. These letters were apparently used as exhibits in IBM's countersuit of SCO.

      --
      -- Signature withheld by popular demand.
    5. Re:Interesting... by MoneyCityManiac · · Score: 5, Insightful

      As far as I can tell, here's the SCO/IBM problem... I'm sure many /.ers will correct me if I'm wrong. :-) Sequent made a contract with SCO many years ago. The important part of the contract, according to SCO, is this (taken from the press release, empahsis mine): SCO's System V UNIX contract allowed Sequent to prepare derivative works and modifications of System V software "provided the resulting materials were treated as part of the Original [System V] Software." Restrictions on use of the Original System V Software include the requirement of confidentiality, a prohibition against transfer of ownership, and a restriction against use for the benefit of third parties. Now IBM has its own seperate license for developing AIX, their UNIX brand which doesn't have that whole "resulting materials were treated as part of the original software" clause. Basically, IBM's contract allows it to derive all it wants and SCO does not own it. Sequent develops some nifty NUMA and RCU multi-processor code for its version of UNIX. But IBM goes and buys Sequent. Sometime later, IBM adds said nifty code to Linux. Here's where the legality of IBM's move comes into question... as previously mentioned, IBM is allowed to go and create derived works from UNIX and retain ownership of said works. Because it owns the work, its allowed to add that work into Linux. But SCO claims the RCU/NUMA code was developed under Sequent's contract, which means that derrived work is owned by SCO, and not IBM. Ergo, IBM should not have been allowed to add the code to Linux. That's what I make of it anyways. Whether SCO has a case or not is up to the lawyers/courts to decide.

    6. Re:Interesting... by japhmi · · Score: 5, Interesting

      IBM's System V license seems to state that when they add code to their SysV (==AIX) that code has to be treated as the rest of the SCO owned SysV code.

      However, IBM (and Sequent before them) has made very sure that they wrote up a general outline of how the process works, and then made an implementation on AIX (and Dynix/ptx). They then made a very similar implementation on Linux. As long as they can show that both implementations came from the general outline, there should be no problem.

      Heck, they should be able to argue that they can copy their stuff from AIX to Unix as long as there is a general outline. They may be able to argue that as long as they wrote it, and nothing of Unix comes out to the public, that they're in the clear.

      --
      "Giving money and power to government is like giving whiskey and car keys to teenage boys" P. J. O'Rourke
    7. Re:Interesting... by Alan+Partridge · · Score: 2, Interesting

      " But SCO claims the RCU/NUMA code was developed under Sequent's contract, which means that derrived work is owned by SCO, and not IBM."

      Presumably IBM would say "but the Sequent code when added to Linux does not infringe that arrangement".

      Wouldn't they? Don't know how that would help AIX though...

      --
      That was classic intercourse!
    8. Re:Interesting... by Dav3K · · Score: 2, Interesting

      OR, SCO strongly believes that they have an unbeatable case and are proceeding along this path with the certainty of a lemming marching toward the sea. I really can't see any company continuing on like this if they didn't think they had at least a shot of winning something. Overblown? definately. A complete hoax? Definately not.

    9. Re:Interesting... by nuser · · Score: 5, Insightful
      As far as I understand the stories, IBM has written NUMA and RCU code for their System V based Unix (AIX) IBM's System V license seems to state that when they add code to their SysV (==AIX) that code has to be treated as the rest of the SCO owned SysV code.

      That was a few days ago. Today SCO are claiming the same thing but in relation to Sequent (now owned by IBM). Basically claiming that any code Sequent added to their Unix has to be treated as if it is part of the original Sys V code base.

      The story is confusing in mentioning Novell. It seems Novell are a party to the original IBM deal, and can prevent termination of IBM's AIX license. I'm not sure it follows that Novell have the same position in relation to the Sequent / SCO deal. I guess we'll have to wait for IBM to respond.

    10. Re:Interesting... by Edward+Scissorhands · · Score: 5, Interesting

      This is INCORRECT. As I have written in a paper available here, IBM's contract with AT&T (and now SCO) explicitly states that code developed by IBM is the property of IBM and is NOT a derivative workof AT&T (now SCO).

      HOWEVER, the contract between Sequent and AT&T has NOT been made public by SCO nor IBM and so it is not clear to third parties whether or not the Sequent-AT&T agreements give Sequent the same rights as were given to IBM, though one may speculate based on the format of the IBM-AT&T agreements (see my article for full details).

      Fundamentally, this is a contract law case in which the status of the Sequent-AT&T and IBM-AT&T agreements are defined. In other words, when IBM bought Sequent, what happened to the Sequent-AT&T agreement? Were it made null and all dealings between Sequent and AT&T now under the stipulations of the IBM-AT&T agreement? Or is it the case that code developed by Sequent is still bound by the original Sequent-AT&T contract?

      Someone more familiar with contract law will have to respond; however, I believe that if in fact ANY code developed by Sequent BEFORE it was bought by IBM AND that code was placed in a SysV derivative (in this case probably Dynix/ptx) AND that code was placed in the Linux kernel, then it may very well be the case that SCO is standing of firm legal ground on that issue.

      There are, of course, other details to this situation which may invalidate SCO's claims to right of the code, such as the GPL, and unclean hands doctrine (both arguments which IBM has included in its rebuttal) but I suppose we'll have to wait and see what happens. Also, read my article. :)

    11. Re:Interesting... by minus_273 · · Score: 3, Funny

      dont you just hate viral licences like that ;)

      --
      The war with islam is a war on the beast
      The war on terror is a war for peace
    12. Re:Interesting... by rking · · Score: 2, Insightful

      But SCO claims the RCU/NUMA code was developed under Sequent's contract, which means that derrived work is owned by SCO, and not IBM.

      Close, except that they don't claim to OWN the code, they claim that IBM/Sequent is contractually prohibited from distributing that code (which IBM/Sequent owns) hence breach of contract and trade secret violations.

      Of course the theory that code with no Unix code in it is in some way derivative of Unix code just because it has ALSO been added to Unix isn't likely to get anywhere, but that's the straw they're clutching at.

    13. Re:Interesting... by Waffle+Iron · · Score: 5, Funny
      In other words, when IBM bought Sequent, what happened to the Sequent-AT&T agreement? Were it made null and all dealings between Sequent and AT&T now under the stipulations of the IBM-AT&T agreement? Or is it the case that code developed by Sequent is still bound by the original Sequent-AT&T contract?

      It just goes to show that whether it's object-oriented programming or contract law, multiple inheritance is likely to be hard to understand.

    14. Re:Interesting... by Edward+Scissorhands · · Score: 2, Interesting

      I suppose, though, since no one has as of yet explained it to me, I can't say I've tried to understand it. Got any info?

      Oh, what the hell, I'll guess. I'm guessing that with OOP, how multiple inheritance is defined is dependent on what language you are talking about, and in contract law it is dependent on the law and on precedent.

      An approach that I would personally favour in both programming and law is that where two classes (contracts) need to be parents of another class, where the two classes (contracts) have the same functions/variables (clauses/definitions), the class (contract) lower down in the hierarchy (chronology); i.e., the more immediate parent node, takes precedence.

      This strikes me, off the top of my head, as being fairly reasonable at least in programming. I don't really know how the hierarchy would work in contract law. Again, someone more knowledgeable will have to comment.

    15. Re:Interesting... by VivianC · · Score: 2, Insightful

      OR, SCO strongly believes that they have an unbeatable case and are proceeding along this path with the certainty of a lemming marching toward the sea. I really can't see any company continuing on like this if they didn't think they had at least a shot of winning something. Overblown? definately. A complete hoax? Definately not.

      It could be the mother of all bluffs. They are trying to become anoying and costly enough to justify being bought out as a more cost effective solution that further litigation. Plus, IBM and other companies involved also need to factor in the risk of getting a judge who would rule for SCO and make everything more costly through appeals.

      SCO leaders also appear to be hedging their bets by selling off some shares as the price goes up.

      --
      Viv

      Gmail invites for ip
    16. Re:Interesting... by urulokion · · Score: 3, Informative
      It's interesting that SCO is taking such drastic measures such as the license termination and licensing linux to end users... I can't believe that the court system is allowing this to occur, but I am willing to bet that IBM will not honor SCO's license termination and there will likely be either an addition to the current IBM suit against SCO, or a new one regarding thies termination.

      I don't thing a court would issue an injunction against IBM, as that would effectively nullify IBM's contract. I can't see that happening. And IBM doesn't have to worry about SCO's termination their license. SCO can't terminate the license, period. It's written in contracts.

      From SCO's Exhibit D

      1 No Additional Royalties. Upon payment to SCO of the consideration in the section entitled "Consideration", IBM will have the irrevocable, fully paid-up, perpetual right to exercise all of its rights under the Related Agreements beginning Jan 1, 1996 at no additional royalty fee. ...

      Note the terms irrevocable and perpetual. I don't think it can be made any plainer.

    17. Re:Interesting... by j7953 · · Score: 4, Interesting

      Thanks for that explanation.

      Now what I am wondering is, even if it was not legal for Sequent/IBM to add the code to Linux, how can SCO sell a license to use that code with Linux if they don't even own it?

      --
      Sig (appended to the end of comments I post, 54 chars)
    18. Re:Interesting... by LauraW · · Score: 2, Informative
      This is totally off-topic, but what the hell; it's definitely more interesting than SCO's latest blather.

      >the class (contract) lower down in the hierarchy (chronology); i.e., the more immediate parent node, takes precedence.

      In the OOP languages that I'm familiar with, that's exactly what happens. It could be argued that this is the whole point of OOP, or at least a major one. The interesting case is when a language supports true multiple inheritance and a subclass directly inherits from two classes that have the same functions. (I mean that both classes are "parents", rather than one parent and one grandparent.) My C++ is rusty, but if I remember right it handles this case by saying that the parent class that was listed first in the declaration wins. Java (and C# I think) solves this by disallowing multiple inheritance.

      For contracts, my understanding is that if a later contract between two parties explicitly contradicts an earlier contract, the later one wins. By explicitly, I mean that the later contract says that it's amending the earlier one, e.g. "This provision replaces section 3, paragraph 7 of the contract between X and Y dated Sept 2, 1997, hereinunder(1) attached as amendment A," or equivalent legalese. On the other hand, if the contracts are just plain contradictory (or can be interpreted that way), then the later one will usually win, but only after the lawyers and judges argue about it for a long time.

      No, IANAL, but I've had to work with them a bit.

      (1) I think that's the first time I've ever used the word hereinunder. Someone save me before it's too late!

  2. IBM's solution by Anonymous Coward · · Score: 5, Insightful
    IBM failed to cure its breach of the Sequent-IBM contract, or to offer any solution whatsoever to cure its breach.

    That's not true. IBM's solution is simple. Since there is no breach, the offer to cure is contained in the countersuit.

    Tomorrow SCO's quarterly report comes out, sell your stock before the insiders can.

    1. Re:IBM's solution by TopShelf · · Score: 4, Interesting

      Case in point - an interesting article over at ComputerWorld about how IBM is pitching Linux to the banking industry, as a migration path away from OS/2.

      Those nefarious nogoodniks - trying to ensnare innocent customers in their illegal activities!!!

      --
      Stop by my site where I write about ERP systems & more
    2. Re:IBM's solution by pacman+on+prozac · · Score: 4, Interesting

      And part of that is....punitive damages (according to IBM press release)...IBM aren't just going after SCO for what they are owed...they are going to stop them ever doing this again. And lets not kid around, the normal damages from this case could run into hundreds of millions...

      Mcbride can stop chewing his pinky and mouthing off about "1 million dollars" now, cos that won't even pay for the ink to write all the 0's on the end of the cheque he will soon have to write :)

    3. Re:IBM's solution by akpoff · · Score: 2, Insightful
      "Clarifying" the name of the company by targeting "Sequent-IBM" may actually signal a change in SCO's tactics. SCO has previously claimed (generically they will claim) they were terminating IBM's license. As we've seen, they can't because of its irrevocable nature plus the fact that Novell won't go along. They now may claim (more precisely amend the suit to claim) only IBM's non-AIX-derived code lines are in contract violation. Sequent's license presumably doesn't have the same irrevocability and perhaps has more strict derivability clauses. Hence, SCO may try to claim that while IBM can distribute code developed under the AIX code line, Sequent had no such rights and since NUMA etc. were developed under the Sequent code line they're subject to interpretation under the license then in effect, i.e., Sequent's. It's a huge stretch, but it may be the only shot they've got left.

      So, in addition to the question of "derivative works", this suit now may hinge on the heritage of the code and the license it was developed under. It could come to questions of when IBM bought Sequent, when the code was developed and whether the $10M+ IBM paid Novell covers other Unix Sys V-derived code they later add in. In other words, did IBM buy a universal license for any and all Unix development, including code acquired through M&A, or just for AIX development? Do IBM have the (bought and paid for) right to move code developed for Dynix/ptx to AIX and hence Linux?

  3. The next headline? by mao+che+minh · · Score: 5, Funny
    IBM announces the final termination of SCO

    Ahhhh.....I can dream, can't I?

    1. Re:The next headline? by oPless · · Score: 3, Funny

      <T3>They'll be back</T3>

    2. Re:The next headline? by SpaceLifeForm · · Score: 5, Funny
      Or...

      SCO is S0C1

      For those not from the Mainframe world, a S0C1 is an abend code meaning 'Operation Exception'. That means the program attempted to perform an operation which is not legal.

      --
      You are being MICROattacked, from various angles, in a SOFT manner.
  4. Yahoo Mirror by Chaltek · · Score: 4, Informative

    To avoid the slowness of SCO's Cold Fusion, use this Yahoo! Finance mirror of the Press release:

    http://biz.yahoo.com/prnews/030813/law050_1.html

    1. Re:Yahoo Mirror by donutz · · Score: 2, Funny

      To stick it to SCO, avoid the Yahoo Finance Mirror and go straight to the SCO press release:

      http://ir.sco.com/ReleaseDetail.cfm?ReleaseID=1159 95

  5. C'mon SCO! by Jonsey · · Score: 5, Funny

    Just release the infringing code lines so we can comment it out, doom your profits, and get on with our lives!

    Incidentally, they claim 2.5 kernels too... is that new? I thought only 2.4 was an issue.

    --
    I assert that my comment is only my opinion, not that of any employer, past, present or future.
    1. Re:C'mon SCO! by BoysDontCry · · Score: 2, Funny

      I'm using 2.6.0-test3 just to be safe!

    2. Re:C'mon SCO! by eXtro · · Score: 5, Informative

      2.5 isn't a from-scratch rewrite of the kernel so large portions of the kernel source code are common. Apparently the changes were introduced in the 2.4 kernel so the 2.2 kernel isn't a problem. The above isn't implying that I believe that there is any validity to SCO's fraudulent claims.

    3. Re:C'mon SCO! by tomhudson · · Score: 4, Insightful
      poster wrote:
      Riiiiiight... like you're going to comment out some 200,000 lines of code in your kernel.
      not necessary. the story said that the "offending lines" were contained in 148 files containing 168,276 lines of code.
      1. he actual "infringing" code could very well be only, say, 80 lines, distributed in various places in the 148 files
      2. more likely, the "infringing code" isn't infringing, but that's another story
      What most people have failed to grasp is that copyright doesn't give you exclusive rights in any shape or form. It's not a patent.

      Just look on your bookshelf. How many programming books do you have that contain "hello.c". All the books are copyright, and yet anyone can copy "hello.c" without infringing. Why? Because copyright applies to specific works (the book, for example), not insignificant snippets, or even loosely-derived derivative works (wholesale copying is another matter - characters, plot, setting all the same == probable copyright infringement). And if you can show that you developed it independently (clean-room implementation of BIOS, for example), you haven't violated someone else's copyright anyway.

    4. Re:C'mon SCO! by EMH_Mark3 · · Score: 2, Funny

      ...*80* lines in *148* files?

      --
      Burn the land and boil the sea, you can't take the sky from me
  6. web server running IIS? by dd · · Score: 5, Interesting

    Well, one wonders if SCO trusts any of the operating systems it sells, or has sold, in recent times. Take a look at the http response string for the web server used in this announcement:
    $ HEAD http://ir.sco.com
    200 OK
    Connection: close
    Date: Wed, 13 Aug 2003 14:42:15 GMT
    Server: Microsoft-IIS/5.0
    Content-Type: text/html
    Client-Date: Wed, 13 Aug 2003 14:42:16 GMT
    Client-Response-Num: 1
    Page-Completion-Status: Normal
    Page-Completion-Status: Normal

    1. Re:web server running IIS? by HogynCymraeg · · Score: 2, Funny

      But their main site is running... wait for it.... Linux! http://uptime.netcraft.com/up/graph/?host=sco.com Lookms like they changed to linux between March and August last year from.........SCO UNIX.

    2. Re:web server running IIS? by Znonymous+Coward · · Score: 5, Interesting
      --

      Karma: The shiznight, mostly because I am the Drizzle.

    3. Re:web server running IIS? by Evro · · Score: 3, Informative

      This is totally meaningless.

      $ dig ir.sco.com

      ; <<>> DiG 9.2.0 <<>> ir.sco.com
      ;; global options: printcmd
      ;; Got answer:
      ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64936
      ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 2, ADDITIONAL: 0

      ;; QUESTION SECTION:
      ;ir.sco.com. IN A

      ;; ANSWER SECTION:
      ir.sco.com. 14393 IN CNAME cald.client.shareholder.com.
      cald.client.shareho lder.com. 1793 IN CNAME client.shareholder.com.
      client.shareholder. com. 1793 IN A 170.224.5.43

      ;; AUTHORITY SECTION:
      shareholder.com. 14286 IN NS ns1.shareholder.com.
      shareholder.com. 14286 IN NS ns2.shareholder.com.

      ;; Query time: 18 msec
      ;; SERVER:
      ;; WHEN: Wed Aug 13 11:08:36 2003
      ;; MSG SIZE rcvd: 132

      This investor relations page is being hosted by someone else.

      --
      rooooar
    4. Re:web server running IIS? by ihummel · · Score: 2, Funny

      Ah, but SCO paid their own liscensing fee so that's okay in their book.

    5. Re:web server running IIS? by sdmartin101 · · Score: 5, Informative
      But who is that someone else, you might ask?

      $ host ir.sco.com
      ir.sco.com. is an alias for cald.client.shareholder.com.
      cald.client.sharehol der.com. is an alias for client.shareholder.com.
      client.shareholder.com. has address 170.224.5.43

      $ whois -h whois.arin.net 170.224.5.43
      [whois.arin.net]

      OrgName: Sequent Computer Systems, Incorporated
      OrgID: SCS-65
      Address: 1000 River Street
      City: Essex Junction
      StateProv: VT
      PostalCode: 05452
      Country: US

      NetRange: 170.224.0.0 - 170.227.255.255
      CIDR: 170.224.0.0/14
      NetName: SEQUENT-B
      NetHandle: NET-170-224-0-0-1
      Parent: NET-170-0-0-0-0
      NetType: Direct Assignment
      NameServer: NS1.RALEIGH.USF.IBM.COM
      NameServer: NS2.RALEIGH.USF.IBM.COM
      Comment:
      RegDate: 1995-04-21
      Updated: 2001-04-06

      TechHandle: ZI22-ARIN
      TechName: Role Account
      TechPhone: +1-866-373-6714
      TechEmail: noc@ibm.com

      # ARIN WHOIS database, last updated 2003-08-12 19:15
      # Enter ? for additional hints on searching ARIN's WHOIS database.
      IBM!
  7. Details are coming out by Dancin_Santa · · Score: 3, Insightful

    Though it's simply a number of files and number of lines, SCO is actually putting their ass on the line by giving a description of where the code resides.

    Finally, this case has become interesting.

    But I'm sure /. can find a way to beat the topic to death.

  8. pump pump pump by dnotj · · Score: 3, Funny

    DUMP

    --
    No more Micro$oft bashing from me. Its like bashing at the special olympics.
  9. Angry... by Bistronaut · · Score: 5, Interesting

    "...was terminated for improper transfer of Sequent's UNIX source code and development methods into Linux." (emphasis mine)

    You heard it here first, people. SCO owns the UNIX development methods too. That means that producers of just about any software (because who hasn't been influenced by UNIX development methods?) will have to pay off SCO. What a bunch of bull.

    1. Re:Angry... by sharlskdy · · Score: 4, Funny

      By development methods, do they mean "use of the vi editor"?

    2. Re:Angry... by bucktug · · Score: 2, Funny

      I hearby would like to license the development method of drinking much caffinated beverages... staying up way to late on a debug session and remaining paste white year round.

      Take THAT!

      --Turvey

      --
      I had a flame... but she had a fire.
    3. Re:Angry... by varslot · · Score: 2, Funny

      No, it only applies to "use of the Emacs editor".

      --
      There arises from a bad and unapt formation of words a wonderful obstruction to the mind. (Francis Bacon)
    4. Re:Angry... by multipartmixed · · Score: 2, Funny

      > No, it only applies to "use of the Emacs editor".

      Don't you mean the GNU Emacs editor?

      --

      Do daemons dream of electric sleep()?
  10. It's okay by 91degrees · · Score: 5, Funny

    I've just revoked SCO's licence to use their own code. And I hereby revoke the right of anyone to tell me I can't do that.

    1. Re:It's okay by Znonymous+Coward · · Score: 3, Funny

      Too late, I already revoked everyone's ability to revoke last year. I bought the rights from Novell to do so.

      --

      Karma: The shiznight, mostly because I am the Drizzle.

    2. Re:It's okay by killmenow · · Score: 5, Funny

      From my Netware 3.12 server (3.12 was released in September of 1993)...

      F:\PUBLIC>revoke.exe

      Usage: REVOKE rightslist* [FOR path] FROM [USER|GROUP] name [options]
      Options: /SubDirectories | /Files

      286 Rights: 386 Rights:
      --------------- --------------------
      ALL = All ALL = All
      R = Read S = Supervisor
      W = Write R = Read
      O = Open W = Write
      C = Create C = Create
      D = Delete E = Erase
      P = Parental M = Modify
      S = Search F = File Scan
      M = Modify A = Access Control

      * Use abbreviations listed above, separated by spaces.

      Novell is clearly still the holder of the right to revoke.

  11. So can IBM attack SCO now? by PatSand · · Score: 3, Funny
    BFD...

    I'd rather see IBM send in the attack lawyers in the black limos (their version of the black helicopters)...

    That would be like shooting fish in a barrel with a cannon...

    and well worth a video copy; would put it right next to my Rocky and Bullwinkle cartoons...

    --
    Supreme Granter of Doctor of Obviology Letters ("A FIRM Command of the Obvious")
  12. bluff much? by Paddyish · · Score: 5, Funny
    Next we'll see the 'Super-Final termination notice', to eventually be followed by the 'No-really-we're-serious-this-time-guys-last-ditch -final termination notice'...

    gimme a break. SCO, WHY WON'T YOU DIE???

  13. Bah! Final! by Lispy · · Score: 2, Insightful

    When will they announce the final, final Termination? Tomorrow? This is actually too funny to be true.

    1. Re:Bah! Final! by Lonath · · Score: 2, Funny

      When will they announce the final, final Termination?

      When they have no more stock do dump?

  14. Final Stock Pump by DrWho520 · · Score: 5, Insightful

    How can these guys still be going?!? This is obviously another try at pumping up the stock. Does not unsubstantiated rumor to pump stock prices coupled with stock dumping by company executives indication that SOMETHING might be a little wrong here?

    SEC...hello!!!

    --
    The cancel button is your friend. Do not hesitate to use it.
    1. Re:Final Stock Pump by st0rmshad0w · · Score: 4, Insightful

      As there is an amazing amount of comment here about what we all see as something the SEC should look into, I can't help but wonder if anyone here has either picked up the phone or dropped an email to the SEC itself to clue them in, since they don't appear to be paying attention. Maybe we should all take 5 minutes out of our day?

    2. Re:Final Stock Pump by Khomar · · Score: 4, Insightful

      How do we know that the SEC isn't already watching the SCO? They could be giving them enough rope to hang themselves before they spring the trap. Until their case proves to be fraudulent (it appears to be overwhelmingly so now, but there is no irrefutable proof... that will be coming soon), there may actually be nothing with which the SEC can actually prosecute at this point. Once everything is in the clear and their lawsuit is proven to be what we all here believe it to be, then the SEC, who has probably been gathering evidence all of this time, will be prepared to move in. I highly doubt that the SEC is failing to notice a story of this magnitude.

      --

      I believe in de-evolution. God made the world perfect, man fell, and its been going downhill ever since!

    3. Re:Final Stock Pump by richg74 · · Score: 2, Informative
      I've had a little experience with how the SEC works in this kind of situation. I wouldn't expect to see any overt enforcement action until there is some actual evidence that SCO's claims are bogus. Trading by corporate insiders is not, in itself, illegal, as long as they follow the rules (Form 4 filings, sale restrictions, etc.). What would be illegal (securities fraud, which is a criminal offense) would be SCO officers or directors knowingly making material false statements. (An SCO shareholder could also file a civil lawsuit.)

      From the Securities Exchange Act 1934 (as amended), section 32:

      any person who willfully and knowingly makes, or causes to be made, any statement in any application, report, or document required to be filed under this title or any rule or regulation thereunder or any undertaking contained in a registration statement as provided in subsection (d) of section 15, or by any self-regulatory organization in connection with an application for membership or participation therein or to become associated with a member thereof, which statement was false or misleading with respect to any material fact, shall upon conviction be fined not more than $5,000,000, or imprisoned not more than 20 years, or both.

      The SEC has a good page sumarizing the relevant US Federal laws. (Incidentally, according to Netcraft, www.sec.gov is running Linux. Do you suppose they've received their menacing letter and invoice from SCO yet? :-)

  15. So that is why... by CreatorOfSmallTruths · · Score: 2, Interesting

    ... SCO managers dumped their shares ?
    btw, does this means that non SMP machines are in the clear???

  16. McBride? McBriii-ide? Hello? by re-geeked · · Score: 5, Funny

    : noogie

    Sequent's code belongs to IBM! Hello? McBride?

    --
    "You can't get something for nothing." - my grandfather, on the stock market and Reaganomics.
  17. Re:I'll be back... by akac · · Score: 2, Insightful

    The only way to terminate SCO _right now_ would be to buy them. And that would reward the idiots. Any other method such as patent infringement lawsuits, etc... would just cause a prolonged death.

  18. No Threatening Of Customers by Chaltek · · Score: 5, Interesting

    "Customers may not acquire a license in Dynix/ptx from today's date forward."

    In a departure from their standard MO, SCO doesn't threaten IBM customers who currently hold Dynix/ptx licenses, and instead just claims that no new licenses may be issued.

    Maybe they are starting to worry about gettting nailed on extortion charges?

  19. Class-action suit by macdaddy · · Score: 3, Interesting

    I would REALLY like to see someone file a class-action suit against these clowns, charging them with extortion and fraud so that ALL Linux users can join in. Imagine a C-A suit with tens, perhaps hundreds, of individuals and companies on one side and wee little SCO on the other. That would truly be a sight to see and I for one would join in a heartbeat.

  20. SCO are suing IBM over Linux? by ariels · · Score: 2, Funny

    Why is a "News for Nerds" site only covering this now?

    Where has /. been over the past weeks?

    --
    2 dashes and a space, or just 2 dashes?
  21. SCO planting code by in7ane · · Score: 4, Interesting

    This may have come up before, and there may well be ways to check.

    But what is preventing SCO from adding in code from Linux (which is openly available) into their (closed) UNIX code and then claiming is was there first and was 'stolen' by Linux? C'mon, we are not expecting SCO's management to play fair here - how hard would it be to backdate code additions?

    1. Re:SCO planting code by Anonymous Coward · · Score: 2, Informative

      They'll be plenty of people with older (licensed) versions of SCO Unix cose against which SCO's copies could be compared. It may be under NDAs, but no court in the world would punish anyone who breaks that NDA to expose any barratry and fraud on behalf of SCO.

      Besides, the court could probably subpoena such escrow code as part of the discovery process.

      PS : I'm a lover, not a lawyer

  22. Okay. by Canthros · · Score: 3, Interesting

    So this pretty much all hinges on whether or not SCO owns any and all code that was derived from the original UNIX source, since they state that the code in question was originally written by Sequent (and, therefore, not SCO).

    --
    Canthros
  23. So, the truth's out, is it? by brotherscrim · · Score: 5, Interesting

    Oh, now the line is that there is "Sequent-UNIX" code in the kernel, with no mention of Sys V code?

    So, what we're really talking about is IBM code. No more BS weasle-words, they're talking about code they NEVER owned in the first place.

    Well, that tears it: SCO's suing IBM for contributing their own code to the kernel. Yeah, that's totally gonna hold up in court.

  24. Code won't be released until trial by streak · · Score: 4, Insightful

    SCO would make a bad move to release the code before the trial under something less than a NDA.
    Linux kernel developers would probably have the offending pieces rewritten in a week and back-ported to all 2.4/2.5 kernels within another week.

    But honestly, I really don't think IBM cares what SCO does at this point. They know their argument is probably not going to hold water in court.

    Unfortuately, with the way our justice system works, it will not be heard in court until probably late 2004/2005.

    1. Re:Code won't be released until trial by nagora · · Score: 2, Interesting
      Linux kernel developers would probably have the offending pieces rewritten in a week and back-ported to all 2.4/2.5 kernels within another week.

      Which is what they should want if they are really suffering damage; they can still sue for past damages. By not revealing the code SCO are giving a judge a very clear signal that they are not suffering enough to need the code removed ASAP and don't therefore need any major compensation.

      TWW

      --
      "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
    2. Re:Code won't be released until trial by Tsu+Dho+Nimh · · Score: 3, Interesting
      " SCO would make a bad move to release the code before the trial under something less than a NDA."

      That's why RedHat's suit is interesting, because they are asking for a fast decision based on the BS that SCO has been shoveling. If SCO refuses to prove it's claims of infringement by showing the code, and proving not only that SCO holds the copyright, but that their code predates the Linux stuff ... RedHat gets not only a legal declaration that it's kernel code does not infringe, but gets damages too.

      They could end up owning SCO before IBM even gets to court, which means that they would therefore be suing IBM ... and I think they could settle amicably.

    3. Re:Code won't be released until trial by Tsu+Dho+Nimh · · Score: 5, Insightful
      "It doesn't absolve anyone from past infringements"

      The clock on SCO's ability to sue the infringer/s started ticking last summer, when they claim to have noticed the problem. They have under two years to file a proper infringement of copyright suit aginst any and all infringers. (3-year time limit) Undre copyright law, whoever submitted the code is the infringer, not the unknowing distributors or totally innocent user. AFTER the infringement case/s are settled, the court may, at the court's discreton, order destruction of all copies of the infringing material. But not until the whole damned thing is settled ...

      Distributors are much the same as book or magazine publisher: you must formally notify them of a copyright infringement by one of their authors (specifying not only that there is infringement, but EXACTLY what is infirnged (showing your proof of holding the copyright), and where (in a book you published in the last decade is not enough). You have to give them enough information to investigate and decide if it's infringing or not. Only after all this, and a court decision, if they continue to publish or distribute the infringing material, do they become actual infringers.

      SCO has not even begun the processs that you have to follow to get copyright infringements cleared up. And their flat REFUSAL to identify the infringing material would certainly be held against them by a judge. Freezing downloads and quickly rewriting the offending code is what the developers not only WOULD do, it's what they legally MUST do, and SCO is preventing them from doing it ...

    4. Re:Code won't be released until trial by Zathrus · · Score: 3, Insightful

      Agreed on everything you said (excellent grasp of copyright law BTW), except that the GP post is still correct -- it doesn't matter.

      SCO isn't suing over copyright claims, they're suing over breech of contract and disclosure of trade secrets. If they can prove that then it doesn't matter, vis a vis the IBM suit, whether or not the Linux code is changed -- IBM still broke the contract and released trade secrets. The kernel devs could release a 100% brand new, totally non-infringing kernel tomorrow and it wouldn't change the arguments in the IBM suit.

      All of this would have a dramatic effect on the Red Hat suit though, and I agree that that's the more interesting and relevant suit anyway. After all, even if IBM did breech contract and release trade secrets, SCO can't stuff the toothpaste back in the tube -- those trade secrets are null and void now and there's nothing that can be done about them (except for IBM paying a ton of money).

      Of course, SCO's suit against IBM is only slightly less flimsy than their nebulous copyright infringement claims...

  25. isn't this enough to find matches? by ArmorFiend · · Score: 5, Insightful
    'approximately 148 files of direct Sequent UNIX code to the Linux 2.4 and 2.5 kernels, containing 168,276 lines of code. This Sequent code is critical NUMA and RCU multi-processor code previously lacking in Linux.

    Doesn't some linux zealot happen to have these sources lying around? Can't he/she just start looking for long matches in the Linux kernel?

    Can't Linux developers just audit all their "critical NUMA and RCU multi-processor code", to look for shady origins? There's a big difference between the 80 lines previously claimed and the 168,000 lines now claimed!
    1. Re:isn't this enough to find matches? by antibryce · · Score: 3, Insightful
      Can't Linux developers just audit all their "critical NUMA and RCU multi-processor code", to look for shady origins?


      SCO is finally admitting that it is Sequent code in Linux that they are upset about. There's no reason Linux developers should have to remove this code since IBM now owns Sequent and is legally allowed to contribute code it helped develop and now owns.

    2. Re:isn't this enough to find matches? by valisk · · Score: 3, Interesting
      You don't have to be a zealot to know that this is the code IBM donated from their Sequent division.

      What will be interesting is if when the dust settles this is the kernel code that SCaldera have claimed is theirs and has been copied verbatim into the Kernel.

      Pretty amusing when you consider that not a single line of this code originated with SCO/Caldera/AT&T or Novell and in fact the SCO group have never owned any of this code and agreements and amendments to the original SYS 5r4 license signed between IBM and AT&T grant IBM full control over any code they create for use with AIX, and that Sequent developed the technology seperate from Unix but implemented it on Unix which disallows claims from SCaldera that the code is a derivative of their work.

      --

      Economic Left/Right: -0.62
      Social Libertarian/Authoritarian: -3.69
    3. Re:isn't this enough to find matches? by g0del · · Score: 3, Funny
      Pretty amusing when you consider that not a single line of this code originated with SCO/Caldera/AT&T or Novell and in fact the SCO group have never owned any of this code and agreements and amendments to the original SYS 5r4 license signed between IBM and AT&T grant IBM full control over any code they create for use with AIX, and that Sequent developed the technology seperate from Unix but implemented it on Unix which disallows claims from SCaldera that the code is a derivative of their work.

      That sentence should be taken out back and shot.

  26. Re:McBride? McBriii-ide? Hello? by Speare · · Score: 5, Funny
    Hello, McBride? McBriii-ide? Hello? :noogie:

    Think, McBride. If I checked in my NUMA code under your copyright, I'd get sued. You wouldn't want that to happen, would you? ... Would you!?

    Look, your stock's down. :poke: Ha hah, don't be so gullible, McBride.

    --
    [ .sig file not found ]
  27. What'd ya expect? by cblguy · · Score: 3, Funny

    It's Wednesday. Time for the SCO Press Release. Just like tomorrow's Thursday. Time for the latest Microsoft Windows Update patch. Anyone surprised by this "next ridiculous statement"? I'm not...

  28. Since when have Press Releases by Boss,+Pointy+Haired · · Score: 5, Insightful

    been part of the due legal process?

    This really pisses me off that companies put out "press releases" covering what should be a private matter between the parties involved.

    Why don't journalists just ignore SCO in the same way a parent ignores a screaming child pushing for an ice cream?

    1. Re:Since when have Press Releases by tomhudson · · Score: 3, Insightful
      poster wrote:
      Why don't journalists just ignore SCO in the same way a parent ignores a screaming child pushing for an ice cream?
      ... because the SCO case is like a big train wreck happening before your eyes ... it's horrible to watch, but you can't tear your eyes away from all the destruction. SCO still hasn't figured out that the light at the end of the tunnel is another (much bigger) train.
    2. Re:Since when have Press Releases by renard · · Score: 2, Interesting
      Since when have Press Releases been part of the due legal process?

      They're not. They are a longstanding part of the classic pump-and-dump, however.

      Why don't journalists just ignore SCO...

      1. This is Slashdot. There are no journalists here.
      2. This is just a link to SCO's press release - there is no evidence that actual journalists are paying attention to it, as yet.
      3. If SCO can move the markets with this horse manure, then it doesn't matter how badly it smells, it's still news.
      -renard
  29. RCU, NUMA... by Anonymous Coward · · Score: 5, Interesting

    So, if the "stolen" code is in RCU and NUMA, why are they asking money from single processor systems? AFAIK this RCU and NUMA stuff is all SMP related, and not even compiled in single processor systems.

    1. Re:RCU, NUMA... by FJ · · Score: 4, Interesting

      But you can download a version of the 2.4 kernel source from SCO for free. There are no license agreements or anything to sign.

      In other words, they are distributing the same thing they are saying has been stolen.

    2. Re:RCU, NUMA... by DickBreath · · Score: 2, Interesting

      I wonder how it will sound to a judge and jury for SCO to claim damages on something where they are helping to create the damage.

      1. Offer Linux for download.
      ---and---
      2. Don't disclose the IP infringement so that the infringement can be cured by parties who are not willfully infringing, such as Red Hat, SuSE, etc.

      --

      I'll see your senator, and I'll raise you two judges.
  30. I love this part! by willy134 · · Score: 2, Funny
    The SCO Group (Nasdaq: SCOX) helps millions of customers in more than 82 countries to grow their businesses everyday. Headquartered in Lindon, Utah, SCO has a worldwide network of more than 11,000 resellers and 4,000 developers. SCO Global Services provides reliable localized support and services to partners and customers. For more information on SCO products and services, visit http://www.sco.com .

    Helps millions of customer!!! Yeah by serving legal notices. I think they are spending more time reading linux code than they are fixing any of their own code.

    --
    Can you ping me now?... Good!
  31. In other breaking news... by chrisgeleven · · Score: 3, Funny

    IBM has announced today that it has terminated SCO's right to existance. A tomb stone has been made that says "R.I.P. SCO, You ungrateful bastards." and has a holographic penguin to the top of the inscription that continiously pisses on the letters S-C-O.

  32. In other news... by Psarchasm · · Score: 4, Funny

    SCO has recently announced their new corporate logo, and policy for dealing with IP piracy.

    --
    http://windows.scares.us
  33. Re:The end is nigh! by HogGeek · · Score: 2, Interesting
    "if you are dumb enough to own any in the first place"

    I wouldn't call making about $3K ( so far ) off of this farce "dumb"...

    SCO is playing a game, and I'm going to make as much money off of it I can...

  34. I wonder how much influence /. has on SCO stock? by DG · · Score: 3, Funny

    I can't help but wonder how much influence Slashdot might have on SCO stock price.

    Like if Slashdot were to "accidentally" publish a story like "SCO Insider Reveals Code Copied From Linux to UnixWare!' - how much would the stock drop?

    Makes one think... not that I'd suggest anybody actually TRY this.

    DG

    --
    Want to learn about race cars? Read my Book
  35. The stolen lines revealed by Fresnik · · Score: 3, Funny
    Finally the "stolen lines" have been revealed. It seems that the 168,276 lines of code are in fact duplicates of only 5 lines of code. These are:

    1. #else
    2. #endif
    3. //
    4. /*
    5. */
  36. SCO forum postponed by Brian+Blessed · · Score: 2, Interesting

    There's a notice on ir.sco.com about the SCO forum, which was to be held in Las Vegas next week:

    Notes: SCO Forum in Las Vegas has been postpoined until Autumn 2003

    Read into that what you will...

    - Brian.

  37. injunction by siskbc · · Score: 4, Interesting
    It's interesting that SCO is taking such drastic measures such as the license termination and licensing linux to end users before they even go to trial. The logical conclusion one draws from such measures is that they do not have a case, and do not think they can win. I can't believe that the court system is allowing this to occur,

    Good point. I don't know why IBM hasn't filed for a temporary injunction against the license termination. It would accomplish two things. 1) it would put AIX users a bit at ease (even if IBM has indemnified them), and 2) would get this thing in a courtroom quicker which is *obviously* the last thing SCO wants. I believe when they start getting legal defeats the stock will tank.

    --

    -Looking for a job as a materials chemist or multivariat

    1. Re:injunction by DoctorPepper · · Score: 2, Insightful

      Because IBM steadfastly maintains that SCO doesn't have the right to terminate their license. If they filed for a temporary injunction, it would be tantamount to admitting that SCO does indeed have the right to terminate the license.

      --

      No matter where you go... there you are.
  38. Thats what SCO Says but....... by big-giant-head · · Score: 5, Interesting

    IBM owns those patents. You can't say BTW since we license something to you, we now own your patents. IF, big IF, that were the case, IBM would have made them sign a cross-licensing agreement allowing IBM to keep control of thier patents.

    IBM has owned those patents since '92 when they bough sequent, sequent had those patents since the late 80's so either way SCO SOL.

    --

    So Long and Thanks for all the Fish.
    1. Re:Thats what SCO Says but....... by aed · · Score: 5, Informative

      I'm not talking about patents here, but about literal source code.
      According the press release 'SCO's System V UNIX contract allowed Sequent to prepare derivative works and modifications of System V software "provided the resulting materials were treated as part of the Original [System V] Software." Restrictions on use of the Original System V Software include the requirement of confidentiality, a prohibition against transfer of ownership, and a restriction against use for the benefit of third parties.'

      So IBM's patents aren't transferred or licensed to SCO, but if they write code for a System V derivative work (such as AIX) they can't use the code in Linux. The contract basically says 'All your AIX code are belong to SCO'

    2. Re:Thats what SCO Says but....... by rarose · · Score: 4, Interesting

      IBM bought Sequent in '99.
      (I'm an ex-IBMer who transfered to Beaverton right after the sale, and it's absolutely terrible to see what IBM did to the Sequent culture.)

      --
      --Rob
    3. Re:Thats what SCO Says but....... by Anonymous Coward · · Score: 5, Informative
      AFAIK the contract was superceeded by a following letter. IBM when purchasing agreed to all the original terms of the contract then a letter between IBM and AT&T containing a huge number of amendments to the contract was signed.

      This letter specifically gave back to IBM the rights of any code they created to enhance or extend the AIX/SYS5R4 OS.

      This straight away rules out such claims unless SCaldera believe they can convince a Judge and Jury that the superceeding agreement is invalid in someway.

      Something I rather doubt :)

    4. Re:Thats what SCO Says but....... by aflat362 · · Score: 3, Funny
      I hate to be the guy to reply to your Sig, but Carpe Alec is "Sieze the fish" in Latin. Sorry I don't know the Latin word for Carp (I doubt there is one).

      It bothers me when phrases are used in mixed languages like "Mexican restaurante" instead of "Restaurante Mexicano".

      --

      Conserve Oil, Recycle, Boycott Walmart

    5. Re:Thats what SCO Says but....... by msgmonkey · · Score: 5, Insightful

      In addition to this point it will be argued that regardless of the contract position NUMA and RCU are not integral parts of UNIX and could be applied to any operating system being add-on "features" and hence can not be regarded as derivative works.

    6. Re:Thats what SCO Says but....... by greed · · Score: 5, Insightful

      Just a point of clarification, AIX is actually SVR3-based, not SVR4. And there's been a LOT done do it since AT&T handed the code over, as anyone who's programmed for or adminned AIX can tell you.

      Like it or loathe it, you know it is 'different' from both SVR4 and BSD.

    7. Re:Thats what SCO Says but....... by Gherald · · Score: 2, Funny

      it's absolutely terrible to see what IBM did to the Sequent culture

      Buy them suits?

    8. Re:Thats what SCO Says but....... by leandrod · · Score: 3, Interesting
      > IBM's patents aren't transferred or licensed to SCO, but if they write code for a System V derivative work (such as AIX) they can't use the code in Linux.

      Actually SCO mention their contract with Sequent. A lawyer should tell us if Sequent's terms bound IBM in Sequent-related code, or if IBM's terms take effect to all subsidiaries bought by IBM.

      --
      Leandro Guimarães Faria Corcete DUTRA
      DA, DBA, SysAdmin, Data Modeller
      GNU Project, Debian GNU/Lin
    9. Re:Thats what SCO Says but....... by Jboy_24 · · Score: 4, Interesting

      I think also to the point is that by writing NUMA and RCU for AIX, IBM was in no ways bound not to rewrite NUMA and RCU for linux.

      It might turn out that the code in question was really only supportave code, libraries and header information taken from a common ancestor, BSD or earlier unixies

      SCO might be trying to make the point that by taking some code from BSD/AIX and merging with other code then releasing it to Linux, IBM in fact released all the code to linux.

      I point to other posts, made throughout all this time, that AIX's supportave architecture and framework is fastly different then Linux, and a direct copy of code would not work.

    10. Re:Thats what SCO Says but....... by ray-auch · · Score: 4, Informative

      Actually the GPL is not anywhere near as viral as this license - if (big if) it means what SCO say it does.

      The GPL doesn't take away any rights _you_ have to _your_ code, including adding it to other products under other licences. What it says is that if you combine your code with other GPL code you have to release the result under the GPL.

      SCO seem to be claiming that if you add your code to their unix code, it isn't just the resulting unix variant that is a derivative work, but your code (in isolation) is also.

      If SCO are correct, if you took code from another of your products and added it to Unix you would lose the right to ship that other product. That wouldn't happen if you added that code to a GPL product.

    11. Re:Thats what SCO Says but....... by rarose · · Score: 2, Interesting

      No... Sequent the business might have been doomed (due more perhaps to executives and their race car habits than technology), but Sequent the culture was a success.

      --
      --Rob
    12. Re:Thats what SCO Says but....... by Thornkin · · Score: 2, Insightful

      I don't think it matters if they are integral parts. SCO is talking about copyright infringement. Even if NUMA and RCU could be on any OS, this particular implementation of them cannot. I find it hard to believe that IBM would have agreed to grant its copyrights to AT&T/SCO/Current Unix Owner.

    13. Re:Thats what SCO Says but....... by msgmonkey · · Score: 4, Informative

      The Linux RCU code is not from AIX nor Dynix, please read this post: http://slashdot.org/comments.pl?sid=74586&cid=6686 573

      Infact SCO admit they down own the copyrights to RCU, NUMA or JFS as per this story:
      http://mozillaquest.com/Linux03/ScoSource- 24-Copyr ights_Story01.html

      Cutting through the noise SCO are claiming that IBM can not add technology added to AIX to Linux it's more to do with contracts than copyrights.

    14. Re:Thats what SCO Says but....... by SillySlashdotName · · Score: 5, Informative

      People still don't seem to get it...

      IBM != Sequent (for year values less than 1992)

      IBM had a contract/license variation with AT&T. Sequent did not. Anything IBM developed, IBM owned. Anything Sequent developed (before being bought and becoming part of IBM), based on the original AT&T license, belongs to the owner of SYS V, so the (rights to the) developements did not belong to Sequent and could not be sold to IBM in '92, so IBM does not own them, never did own them, and can not give them away - they belonged to Novell, and now to SCO.

      Could this possibly be a (perhaps THE) legal leg for SCO's lawsuit?

      This reply completely does not address your admittedly very good point about the patents, as I don't know how the license issue would afftect the patent issue. I.e., can I patent an idea that legally belongs to someone else, even thought it was my idea and I submitted it myself? I would guess 'yes', but it would depend greatly on the exact wording of any contracts/licenses - and we are right back to the license issue. Also, would you be able to charge me license fees on the idea you own, but I patent? Could I charge you for using my patent if you legally own the idea?

      My head is starting to hurt... :->

      --
      Acts of massive stupidity are almost never covered by warranty. --me.
    15. Re:Thats what SCO Says but....... by rarose · · Score: 4, Insightful

      Because business is no measure of success or failure for a culture. The Sequent folks had more respect for each other and treated each other better than any other company I've been at. They volunteered in the community together, they participated in after-work sports events together, and they have the best alumni networking I've seen.

      There are many reasons for the failure of the business, but none of them had to do with the people working there.

      --
      --Rob
    16. Re:Thats what SCO Says but....... by nutznboltz · · Score: 2, Informative

      Dynix/ptx started with a SVR3 source code tree. They became SVR4 by writing their own code to meet the API specifications in order to save some money over buying an SVR4 code base.

    17. Re:Thats what SCO Says but....... by MuParadigm · · Score: 2, Insightful


      That is a really good question. Tom Carey, an IP lawyer, said in an interview with Mozillaquest.com (I know, I know) that he wasn't sure that IBM's licensing terms would apply to the Sequent code.

      I'm not a lawyer, but I've looked through the contracts pretty extensively, and I can't see any wording in the contracts that would apply to "IBM and all its subsidiaries". If there were such language, then I'd guess the Sequent code would now fall under the IBM contracts.

      Without that language, the case is a little murkier. Since IBM made Sequent a division of IBM, rather than retaining its corporate identity (as they did with Lotus), I'm guessing that Sequent should be considered a part of IBM now for the purposes of the licensing. The case might be different if the code was supposed to be "deeded" back to ATT, but it's not clear that that is the case.

      If it comes up, and it sure looks like it will, then it's something the judge will probably have to decide. There doesn't seem to be any clear wording in any of the contracts to deal with case of IBM taking over another Unix licensee.

    18. Re:Thats what SCO Says but....... by MuParadigm · · Score: 2, Informative


      Sequent's licenses are available at SCO's web site as Exhibits G & F.

      However, they are identical to the first two IBM licenses, Exhibits A & B at SCO's website, so if you've already seen those, then you've pretty much seen the Sequent licenses.

  39. Other SCO news/Computer Associates Settles by Col.+Klink+(retired) · · Score: 3, Interesting
    In other SCO news, Computer Associates Agrees to a $40 Million Settlement.

    This is an unrelated case (remember, Canopy Group makes a living suing people). However, given the timing, I am now lead to believe that part of the settlement was that CA agreed to buy some of SCO's phony "Linux Licenses".

    --

    -- Don't Tase me, bro!

  40. Next SCO announcement... by wcrowe · · Score: 2, Funny

    SCO announces IBM now under double-secret probation.

    --
    Proverbs 21:19
  41. What's Next? by 4of12 · · Score: 2, Funny

    SCO announced late yesterday evening that all companies running Linux were dangerous felons and that SCO was in the process of filing criminal complaints against members of the board of directors for those corporations.

    Darl McBride, reached by satellite phone offshore on his recently-purchased yacht, told reporters that the whole affair,

    "It was not about Linux. It never was."

    "The reason we're taking this action is to enforce the sacred rights of intellectual property that Abraham Lincoln enjoyed and which made this country great and the envy of the free world. Those responsible are just as bad as Enron executives and should be take away publicly in shackles so justice can be served."

    "To make my point unambiguous, I'm seeking to have the State of Delaware revoke the corporate charters of these companies that continue to flout the law in the faces of hard-working American families."
    Asked to comment about SCO executives recent selling of SCO shares, McBride made staticky noises with his mouth and said:
    "You're breaking up!"

    "I have to run now to take my sick children to the hospital!"

    "Take care and God bless!"
    --
    "Provided by the management for your protection."
    1. Re:What's Next? by markhb · · Score: 2, Interesting

      I looked through the various SCO complaints at http://www.sco.com/ibmlawsuit/, and I noticed something particularly rich. If you look at the original SCO complaint, you'll notice that they twice refer to IBM as a Delaware corporation. They are not; IBM is a New York corporation (reference their latest 10-Q). They fixed it in the June amended complaint, but screwing up something as basic as the identity of your defendant is still hideously sloppy.

      Remainder of my .sig: be the majority of voters.

      --
      Save Maine's economy: write stuff down. All comments are exclusively my own, not my employer.
  42. Not the UNIX license. by wfberg · · Score: 4, Informative

    This is the license for some product called Dynix, quite distinct from IBM's AIX licensing.

    Interestingly, this contract is with Sequent, not IBM. They're now alleging that Sequent gave IBM (it's parent) the code, breaching this contract. But seeing as IBM is a different company than Sequent, surely they were not under an obligation to keep that code to themselves; Sequent fudged up by giving it to IBM, so why should IBM's license to AIX be revoked? The Sequent contract read, according to this press release, that derivative could should be treated "as if" it were UNIX code, not that it actually became the property of SCOX.

    It looks to me that the code was a trade secret at Sequent ("treaded as if..") but they retained copyright. Then it got divulged to IBM, who even obtained the copyrights, and could disperse of it as they pleased. Liability is then ristricted to Sequent's officers who breached the contract with SCOX, and perhaps some IBM officers if it can be prover they coerced Sequent. IBM's AIX license and copyrights (and thus ability to GPLize) stand, IFF this press release contains the actual facts!

    --
    SCO employee? Check out the bounty
    1. Re:Not the UNIX license. by EmagGeek · · Score: 3, Interesting

      "why should IBM's license to AIX be revoked?"

      It hasn't been. The license is perpetual and irrevokable. Barring a court order to the effect, IBM still has license to sell AIX. Darl McBride is just on crack.

      If Sequent retained the copyright to the code in question, then SCOX does not have any business suing over violation of someone else's copyrights. Either SCOX or Sequent own the copyright, but not both.

      IBM is going to squash SCOX like a little bug. I imagine that when the stock goes below $1 and is delisted, IBM will probably open up the petty cash account and make all of this go away.

  43. SCO Group to Shoot Babies by mfago · · Score: 2, Funny

    In other news, SCO unveils their latest threats (found this editorial on HardOCP).

    Over-the-top? Yes...

  44. It's official by ajs · · Score: 5, Insightful

    So, it's official: SCO's complaint is entirely about Sequent, and their contributions to UNIX and Linux.

    For those who don't know, Sequent was a super-computer company that developed a lot of the software techniques that make today's multi-processor machines (especially the more-than-2 processor systems) work well. Sequent's code was its own, and IBM bought Sequent, so at first glance IBM has every right to contribute this code to Linux, even though it has also been sold to USL/SCO.

    So why is SCO suing? Because they feel that this code was written "for UNIX" and thus cannot be contributed to Linux without carrying a "taint" of UNIX IP.

    SCO has made many claims about "stolen UNIX code", but that's a sham as we now see. What SCO is really upset about is that code that they think is encumbered by them, but not actually theirs was inappropriately licensed without compensation to SCO. It's not UNIX code, it's allegedly-UNIX-encumbered code, but that doesn't sound as good in a press release demanding $32 from every TiVo user....

    In fact it sounds suspiciously like a case where SCO will have to fight an up-hill battle over IP rights that aren't really clear to begin with, and even then they have to fight the GPL issue, which (given that they still offer a Linux kernel for download) will be difficult.

    SCO is going to burn over this, and I really do think that the owners and all C-level executives of the company are going to end up in jail. It's just too brazen a lie and scam to go unchecked. The FTC and SEC will at least have to launch a token investigation to demonstrate that they're not 100% asleep at the wheel...

    1. Re:It's official by panda · · Score: 4, Insightful

      SCO is going to burn over this, and I really do think that the owners and all C-level executives of the company are going to end up in jail. It's just too brazen a lie and scam to go unchecked. The FTC and SEC will at least have to launch a token investigation to demonstrate that they're not 100% asleep at the wheel...



      Yeah, sure. Just like all the executives at Enron and Worldcom went to jail after all their illegal acounting and other shady business practices. I don't think so. Your faith in the FTC and SEC makes me laugh!



      --
      Just be sure to wear the gold uniform when you beam down -- you know what happens when you wear the red one.
  45. Matching Source code found!! by Tmack · · Score: 4, Funny
    Here are a few of those matching lines:

    printf("\nstuff");

    and

    main() {

    and

    int x,y;

    and dont forget:

    }

    Tm

    --
    Support TBI Research: http://www.raisinhope.org
  46. Curiouser and Curiouser by GearheadX · · Score: 3, Interesting

    You know. I can't help but wonder where all that stock actually WENT to when folks started to dump it. You can't exactly sell the stock to thin air, somebody's gotta buy it.

    Right?

    I wonder who bought the stock that's been selling off.

    1. Re:Curiouser and Curiouser by Tsu+Dho+Nimh · · Score: 2, Insightful
      People who hope the stock will go higher buy it. Popple covering a short sale buy it.

      Right now, SCO is a day-trader's dream - few outstanding shares, very volatile, and yet affordable.

  47. SCO Announces Final Termination of IBM's Licence by 010_digital_100 · · Score: 2, Funny
    SCO: I suggest you pay...
    IBM: or what...you'll release the dogs, or the bees, or the dogs with bees in their mouth, and when they bark they shoot bees at you?

    --
  48. Aha! Taste my Super-Final Termination Attack! by Lord+Custos · · Score: 2, Insightful

    Is it just my imagination, or is this whole mess like a bad parody of Dragonball Z?
    SCO is like Mr Satan ("Hercule") in that it is cowardly, conceited, inept and over its head. And now SCO is launching its "Satan Special Ultra Super Megaton Punch" (which is the same as an ordinary punch...just with lots of empty fanfare.)
    IBM is like Maijin Buu, and it will soon unleash its version of the Human Extinction Attack against SCO.

  49. SCO is using RIAA math -- Explains all! by eddy · · Score: 4, Funny

    Maybe they're using RIAA-math? They might mean that one file is typically 50 lines, so any file with say 2000 lines counts as "the equivalent of 40 files"

    (for those who don't get it, see here)

    --
    Belief is the currency of delusion.
  50. linux kernel 2.6 by LocalHero · · Score: 2, Interesting

    Does that mean that we can run the 2.6 kernel without the risk of beeing sued? :).

  51. As A Matter of Fact by RetiefUnwound · · Score: 2

    SCO execs HAVE been dumping their shares:


    SCO Senior Suits Dump Shares

    --
    "Nothing is so important that you cannot make fun of it." -Clarke
  52. Novel by WindBourne · · Score: 4, Interesting

    I suspect that we will hear in the next day or two, that novell files a major lawsuit and asks the courts to drop SCO's right to resell Unix.
    They have already indicated that Novell has the right to tell SCO that they can not do this action. It now becomes breach of contract unless there was some item in the contract about this.

    --
    I prefer the "u" in honour as it seems to be missing these days.
  53. A thought by dstutz · · Score: 3, Insightful

    I don't know if anyone else has mentioned this before or even if it's possible but...
    Everyone knows that the linux sources are quite readily available to basically anyone with an internet connection. SCO Unix sources are only available from SCO, hence the need for people to go to SCO and sign the NDA if they want to see the alleged infringing code snippets. What if it's SCO that copied Linux code into their proprietary Unix and then bitched to the world that we stole from them? It's not like anyone but employees of SCO are in a position to audit THEIR code. I don't know...just my little conspiracy theory. I can't believe this has gone on as long as it has and am just waiting for SCO to crash and burn.

  54. Re:Official notice of your Poor Post by n1nj4k3n · · Score: 2, Funny
    You created a long, dumb ass form, showing you have nothing worthwhile to do with your life.

    You don't read Slashdot very often, eh?

  55. i have to interject here... by ed.han · · Score: 2, Interesting

    as a former employee in the financial services industry, linux is far from a secret. indeed, at one company that will remain nameless, 500-1000 linux servers were delivered approximately 1 year ago (more?) as part of an evaluation, not from OS/2 but from MS.

    the senior IT people really do know their stuff, at least in that firm; it just takes a while to push change of that scope.

    ed

  56. Hmmm by Anonymous Coward · · Score: 2, Interesting
    IBM is bad. They put NUMA into Linux. SGI is OK, they only put NUMA into Linux. SCO is wonderful, they provided developers with the machines and money -to- put NUMA into Linux.


    If SCO had a case, they'd be suing all those involved. Notice that they're targetting IBM, who they can likely cast in the role of the Big Bad Guy, picking on lil old SCO. They can't do that with SGI, who's not much bigger, these days.


    Also notice how they really did NOT want Red Hat involved, which is -definitely- in the realm of tiny, poor and (when they want to) are able to pull the "cute kid on the block" type pose.


    If SCO had a case, they'd be suing everyone on the NUMA development site. They aren't. They'd be suing all companies which have exported previously commercial UNIX code to Linux. They aren't.


    Ergo, SCO have no case. But the damage they can cause the industry as a whole (win or lose) could be potentially nmassive. The USAF has nothing on SCO, when it comes to collateral damage.

  57. I posted this late last time... by Alakaboo · · Score: 4, Funny

    But maybe this time it's even more appropriate. :)

    SCOX (Lola) Song

    Enjoy...

    (To the tune of "Lola" by The Kinks)

    I met them in a club down in Santa Cruz
    where you code in C and it looks just like
    the Linux kernel... K-E-R-N Kernel

    They walked up to me and asked me to desist
    I asked them their name and in a cowardly voice they said,
    "SCOX"... S-C-O-X SCOX, sco sco sco sco-X

    Well I'm not the world's most intelligent guy
    But when they showed me the code I almost cried
    Oh my SCOX, sco sco sco sco-X

    Well I'm not dumb but I can't understand
    How they stay in business with blood on their hands
    Oh my SCOX, sco sco sco sco-X

    Well they filed their claims and sued all night,
    thanks to Microsoft's failing might
    They picked me up and sat me on their knees
    Saying, "Linux coder won't you turn and flee?"

    Well I'm not the world's most logical guy
    And when I looked at the comments
    I almost fell for their bullshit
    bull bull bull bull-shit

    sco sco sco sco sco-X

    I laughed them away. I walked to the court.
    I filed a countersuit. They'll be down on their knees.
    Now that IBM is looking out for me

    And that's the way that I want it to be
    They'll clean them out and make them pay
    Oh my SCOX, sco sco sco sco-X

    Linux will be UNIX, and UNIX will be Linux
    It's a scratched-out, messed-up, crazy diagram
    thanks to SCOX. sco sco sco sco-X

    Well I posted to LKML just a week before
    saying I never ever leaked code before
    SCOX smiled and said "We understand,"
    saying, "Linux coder, you can do what you can"

    Well I'm not the world's most open source guy
    but I know Richard Stallman and I bet that they'll fry
    oh my SCOX, sco sco sco sco sco-X

    sco sco sco sco-X

  58. SCO might have a case here by Teahouse · · Score: 2, Interesting

    The AIX suit is lame and they will lose. The sequent thing is entirely different. Sequent had a limited licence that clearly states they can't put the nUMA technology into the public realm. This is the first time I have seen SCO actually have a case in their legal argument. The question is how will this affect Linux? Can NUMA be done while working around the SCO IP?

    --
    "Curiosity killed the cat, but for a while I was a suspect."- Steven Wright
  59. Linux is worth $79,000 by Sgt+York · · Score: 2, Interesting
    Let's see....148 lines of IP in 168,276 lines of code is ~0.088% of the code. SCO says their contribution is worth 699 / CPU / distro. So....699/0.00088 = $79,000.

    I am currently using the most valuable peice of software I have ever seen....cool. I'm rich.

    --

    There is a reason for everything. Sometimes that reason just sucks.

    1. Re:Linux is worth $79,000 by Sgt+York · · Score: 2, Funny
      That'll teach me to RTFA before I try to be funny.

      Ah, who am I kidding. This is slashdot.

      --

      There is a reason for everything. Sometimes that reason just sucks.

  60. Troubling moves by SCO.... by CooCooCaChoo · · Score: 5, Insightful

    Having followed this issue, it seems rather funny that that this whole rampage against the GPL and other opensource licenses was first started by Ransom Love.

    When McBride came onto the scene he started to talking about IP issues. I have no issues with a company setting out to see their IP is being used and whether the parties that are using it have paid the appropriate licenses for it.

    Lets fast forward a little. SCO suddenly kills off their Linux business and throws all their programmers to SuSE so basically SCO simply becomes a reseller. Considering that they have made no profits so far from Linux and have almost a 0% marketshare, maybe their last resort is hair spliting.

    Over the next several months the accusations have moved from being IP vioations to contractural issues.

    Lets give a brief rewind, the last version of SCO Linux to be released before Ransom Love left was Caldera OpenLinux 3.1.1 and it was loaded with 2.4.13. Having the RCU code in the Linux kernel since the VERY early test releases, and it has taken almost 21 releases, around 2 years for SCO to come out of the wood works and complain.

    Here is my take, when Ransom Love was in "their" they most likely looked at the possibility of litigation, however, due to a gray area in the IBM contract Love most likely decided not to persue a dead end law suite.

    Fast forward to today and we have a new management trying their luck in a vein hope of sucking money out of IBM to prop up their failing business.

    Sorry, UnixWare and OpenServer failed because they "suck". Sorry, I can't come up with a better adjective for their current line up. Poor scalability, waaaaaay over priced, heck, it makes Microsoft look charietable with their license pricing and they have next to no ISV and IHV support. No wonder SCO is dying.

    --

    "The difference between pornography and erotica is the lighting" - Woody Allen

    1. Re:Troubling moves by SCO.... by i_r_sensitive · · Score: 2, Funny

      Sorry, UnixWare and OpenServer failed because they "suck". Sorry, I can't come up with a better adjective for their current line up. Poor scalability, waaaaaay over priced, heck, it makes Microsoft look charietable with their license pricing and they have next to no ISV and IHV support. No wonder SCO is dying. Hear, hear! I remember my first Linux installation... I got a set of Slackware CDs from the MIS, a sort of joke gift he thought. I retired to my lab and immediately scavenged some hardware to give it a shot. Gods! I was impressed. After a few hours poking around here and there my first considered reaction was: 'This thing is a UNIX-killer.' At the time I was an SE/FE in an SCO-shop, back in the 3.2r4.2 days... In every way, even then (late '93 or early '94, there was snow, that's about all I remember...) that Slackware box was a breath of fresh air. The supported hardware was good, covering a reasonable cross section of common to high end parts 'n' peripherals, certainly more extensive than SCO. And the hits kept coming, networking included, at no added cost, several compilers, also at no added cost. A mind-boggling array of software, almost too much. Within a week I had that little puppy, built out of spare parts humming along-side the production servers. That box eventually housed the company's first permanent internet connection, and matured into their first proxy/firewall. Over the years I've used many Linux distributions, and have had the unfortunate responsibility of assessing follow offerings from SCO. Each and every time I would select another distro and compare the two. Consistently I found myself disappointed with the SCO offerings. Now, almost ten years later, there are still a few SCO machines around, clustered in a little corner of the server closet, under the Caldera VSP certificate and stuffed Tux holding a sign which reads: ABANDON HOPE, ALL YE WHO LOG ON HERE!

      --
      "Talk minus action equals nothing" - Joey Shithead, D.O.A.
      "Talk minus action equals /." -
  61. Actual transcript smuggled out of the courthouse by paiute · · Score: 5, Funny

    SCO-None shall compile.
    IBM-What?
    SCO-None shall compile.
    IBM-I have no quarrel with you, brave SCO, but I must distribute UNIX.
    SCO-Then you shall be sued.
    IBM-I command you to stand aside.
    SCO-I move for no corporation.
    IBM-So be it!
    IBM draws his sword and approaches the SCO. A furious fight now starts lasting about fifteen seconds at which point IBM delivers a mighty blow which completely severs the SCO's left
    arm at the shoulder. IBM steps back triumphantly.
    IBM-Now stand aside worthy adversary.
    SCO-(glancing at his shoulder)
    'Tis but a scratch.
    IBM-A scratch? Your arm's off.
    SCO-No, it isn't.
    IBM-(pointing to the arm on ground)
    Well, what's that then?
    SCO-I've had worse.
    IBM-You're a liar.
    SCO-Come on you pansy!
    Another ten seconds furious fighting till IBM chops the SCO's other arm off, also at the shoulder. The arm plus sword, lies on the ground.
    IBM-Victory is mine.
    (sinking to his knees)
    I thank thee O Lord that in thy...
    SCO-Come on then.
    IBM-What?
    He kicks IBM hard on the side of the helmet. IBM gets up still holding his sword. The SCO comes after him kicking.
    IBM-You are indeed brave SCO, but the fight is mine.
    SCO-Had enough?
    IBM-You stupid bastard. You haven't got any arms left.
    SCO-Course I have.
    IBM-Look!
    SCO-What! Just a flesh wound.
    (kicks IBM)
    IBM-Stop that.
    SCO-(kicking him)
    Had enough?
    IBM-I'll have your leg.
    He is kicked.
    IBM-Right!
    The SCO kicks him again and IBM chops his leg off. The SCO keeps his balance with difficulty.
    SCO-I'll do you for that.
    IBM-You'll what... ?
    SCO-Come Here.
    IBM-What are you going to do. bleed on me?
    SCO-I'm invincible!
    IBM-You're a loony.
    SCO-SCO always triumphs. Have at you!
    IBM takes his last leg off. The SCO's body lands upright.
    SCO-All right, we'll call it a draw.

    --
    If Slashdot were chemistry it would look like this:Cadaverine
  62. Proprietary Code Snippet...? by pragma_x · · Score: 5, Funny

    #include "fud.h"
    #include "enron.h"

    void SCO_keep_alive()
    {
    while(!inCourt()){
    try{
    generateFUD();
    extortLicensesFromLinuxUsers();
    }
    catch(ImpendingIBMSuit suit)
    {
    int numShares = MAX_INT;
    dumpStock(numShares);
    terminateLicense("IBM");
    }
    }
    fileChapter(11);
    }

  63. 168276 lines of code? Let's see them!!! by swordgeek · · Score: 2, Interesting

    OK, I've tried to understand SCO's requirement for signing an NDA. Normally this makes sense for companies revealing proprietary code.

    But the whole basis of this case is taht the code has been improperly released to the public! If SCO is telling the truth (HAH!), then we ALREADY HAVE THE CODE they're contesting! Take your code to court, get a sworn and signed affidavit that the code you're showing is unaltered, from before IBM released these suspicious lines, and then SHOW IT TO US!

    Of course a few weeks ago, McBride declared that they couldn't reveal which bits of the Linux code infringed, because then the coders would just go and fix it. If they refuse to allow this to take place, then I'd say they're not quite bargaining in good faith.

    --

    "People who do stupid things with hazardous materials often die." -- Jim Davidson on alt.folklore.urban
  64. NUMA and RCU? Then why... by arth1 · · Score: 5, Insightful

    With the code being NUMA and multi-processor patents, then why does SCO claim a hefty license fee for *single CPU* linux installations?

    It's part of the kernel that you can't even use if you wanted on a single-CPU box!
    So what's the fee for, again?

    Regards,
    --
    *Art

  65. Count lines by perbu · · Score: 2, Interesting
    Wow. ~169 000 lines of code. If you subtract drivers, network and filsystmens from the Linux Kernel (2.4.20) you end up with approx. 35 000 lines of code.

    Can anyone tell med where the rest is? Is there really so much NUMA-code in Linux 2.6?

  66. Can't seem to find it by Anonymous Coward · · Score: 3, Informative

    Looking though the 2.4.21 sources it looks like RCU isn't even merged into the mainline kernel yet. As for NUMA, it effects all of about 20 files. So can somebody tell me where the hell SCO is finding 148 files of copied code!?! Hell, the core code in ipc, mm, and kernel is only 58 files.

  67. Wait a minute - IBM now owns Sequent by Anonymous Coward · · Score: 3, Interesting

    As a former Sequent employee, my recollection is that IBM, SCO, and Sequent entered into a joint development for NUMA optimizations for UNIX. I can't believe that:

    1) IBM doesn't have rights to that
    2) IBM bought Sequent but didn't buy their code

    SCO's actions get weirder all the time!

  68. NUMA from SCO my ass by Anonymous Coward · · Score: 5, Informative

    mm/numa.c:
    /*
    * Written by Kanoj Sarcar, SGI, Aug 1999
    */

    arch/x86_64/mm/numa.c:
    /*
    * Generic VM initialization for x86-64 NUMA setups.
    * Copyright 2002 Andi Kleen, SuSE Labs.
    * $Id: numa.c,v 1.6 2003/04/03 12:28:08 ak Exp $
    */

    /*
    * linux/arch/alpha/mm/numa.c
    *
    * DISCONTIGMEM NUMA alpha support.
    *
    * Copyright (C) 2001 Andrea Arcangeli <andrea@suse.de> SuSE
    */

  69. "UNIX-based development methods" by Overt+Coward · · Score: 3, Insightful

    "UNIX-based development methods" -- huh? What exactly are these "methods", and under what terms does SCO claim to have ownership of such "methods"? What part of IBM's contract held by SCO licenses these "methods" and restricts their use?

  70. Did anyone notice... by HuffMeister · · Score: 3, Interesting

    That SCO's tune has changed about the AIX license: It says at the bottom of the press release that no one can acquire NEW AIX licenses. IIRC, at the time of the last BSA (Big SCO Announcment) the claim was that all AIX licneses were null and void and nobody had a right to be running SCO... Isn't that odd? I wonder if IBM's lawyers will brow-beat SCO's lawyers with that piece of McBridian Megalomania...

  71. Sleeping Giant by earthforce_1 · · Score: 4, Insightful



    "I fear that we have awakened a sleeping giant
    and filled him with a terrible resolve"

    Admiral Isoroku Yamamoto
    December 7th, 1941

    Anybody not see the parallels? SCO has launched an unprovoked sneak attach against the sleeping giant, (IBM) and the Linux community. And this war will end the same way, with the legal equivalent of an atomic bomb delivered to SCO.

    --
    My rights don't need management.
  72. Linux's Future After SCO by wthynot · · Score: 4, Insightful

    I believe Linux adoption will skyrocket immediately after SCO's case finally dies (along with SCO itself). Linux has already been well-proven technically, but success in the courtroom gives an impression of corporate backing and strength, and more will look at Linux as terra firm. And the bigger SCO's claims get, the stronger Linux will look after a victory. Even average home users often decide what tech products they will buy based on which companies/brands will likely be around for a while, and they are probably least likely to pick a cheapie newcomer just for cost's sake. (Yes, Linux is 10+ years old, but you know what I mean.) Eh well, another $.02US gone...

  73. These files are extremely well known... by Kjella · · Score: 2, Insightful

    After all, IBM commited those patches under no form of secrecy, and it was no secret either that they were based on Sequent code. Makes you wonder why they needed the smokescreen NDA and FUD-spewing huh? Everybody that signed it and said "well they look similar" and helped SCOs FUD campaign now looks like a complete idiot, because of course they're identical.

    If SCO had said this straight away, IBM would simply go "Yep we did that, they're identical. And we had every right to." Instead, they chose to make a great mystery with wild conspiracy theories out of it to pump their stock up. However, the illusion is fading bad, and now they need bigger numbers (80 lines? no 168,276 lines!), cheaper media stunts (like the Fortune 500 licence) and more and more farfetched reasonings. Very soon, the bubble will break.

    Kjella

    --
    Live today, because you never know what tomorrow brings
  74. Re:multi processor, eh? by TheShadow · · Score: 3, Interesting

    Not exactly true. They are complaining about the NUMA code. NUMA is "Non-Uniform Memory Architecture." It means that some CPUs in the system may be "further" away from certain portions of memory than other CPUs and vice versa. Most users of Linux are on SMP machines, in this case all CPUs are equally "close" to memory... so this code is irrelavent to most users.

    --

    --
    "What do you want me to do? Whack a guy? Off a guy? Whack off a guy? Cause I'm married."
  75. RCU Code NOT from Sequent Unix by msgmonkey · · Score: 5, Informative

    I've just had a look at the original RCU patches contributed by IBM for 2.4.1, (RCU web site, http://lse.sourceforge.net/locking/rcupdate.html)

    One of the copyright notices from a file:



    Support for deferred freeing of memory using Read-Copy Update
    mechanism.

    Copyright (c) International Business Machines Corp., 2001

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

    Author: Dipankar Sarma [dipankar@sequent.com]
    (Based on a Dynix/ptx implementation by
    Paul Mckenney [paul.mckenney@us.ibm.com])



    IBM aquired Sequent in 1999, the copyright notice on this file from 2001. The important thing is that this code is based on an implementation and not the actual original code as such this is not Dynix/pty code.

    SCO could argue that since it is based on the code then it is actually a copy, however from what I have seen of the contract clauses (mainly from groklaw) IBM are free to use any knowledge/processes/etc gained from adding to AIX.

    Probably the two pieces of code look similar and I can believe even the comments since the implementor had access to original code. In addition to this it could be argued that it would be impossible to implement the code without there being similarities or even being nearly identical in places. For example try implementing a bouble-sort/linked list/etc without the code looking similar.

    The only thing left are the RCU patents and IBM own these.

    Having looked at this now SCO's case is pretty thin, they could win of course nothing is impossible (though unlikely), however it would just be a case of copyright violation and someone outside of IBM could do a re-implementation of RCU. In addition since RCU is n't part of the mainstream Linux kernel so I cant see how they could claim any substantial damages let alone $3 billion.

  76. Now as I understand it by bobKali · · Score: 4, Interesting

    The code in question was originally developed as a theorhetical process and was then added to UNIX. Stating that because it was subsequently added to UNIX makes it the property of SCO would be like Ford saying that because Pioneer car stereos can be installed in Ford cars that gives them the right to sue Pioneer for making a kit that allows those same radios to be installed in Chevrolet cars.

    I suppose you can sign a contract stipulating just about anything - and since we havn't seen the Sequent contract yet (if ever) there could be something idiotic like that in there.

  77. SCO's carefully phrased release... by dilute · · Score: 4, Interesting

    ...doesn't implicate Linux per se (though part of the intent undoubtedly is to taint Linux by association).

    The release says that IBM was (allegedly) contractually obligated to treat its OWN work product which it developed based on SCO's predecessor's code in the same way (i.e., subject to the same restrictions) as the code it had licensed from SCO. It quite carefully says that IBM contributed "148 files of direct Sequent UNIX code" to Linux. But what SCO is talking about here ("Sequent UNIX code") is IBM's code, and not SCO's or AT&T's code. If IBM agreed to make its own code be subject to the license (and IBM says that it did not, since it claims that this provision was overriden by a side letter agreement that made completely different arrangements), then this would be a matter of contract between IBM and SCO (which IBM is very vigorously contesting). It would not mean that SCO owns the copyright to subject matter independently developed by IBM.

    It would not, even if true, give SCO any rights vis-a-vis a Linux user who had nothing to do with IBM and/or its contract with SCO. Off hand, I would say that the only way a Linux user would be at risk would be if there were substantial code written by the original copyright owner that found its way in some recognizable form into the Linux 2.4 or 2.5 kernels, and (even it that turned out to be the case), if the copyright owner never gave its permission for that code to be included. I have not seen where either of these contentions has been clearly alleged, except by implication, as a result fo SCO's threats.

    It is of course possible that there is such code overlap, but it is SCO's burden to prove it. I have not seen any proof of this. Even if they were to prove it, the Linux user would then be allowed to show SCO's consent to this inclusion, such as by the authorized release of the code in question under the GPL.

    It seems to me that SCO's case against the typical Linux business user is awfully speculative at this point.

  78. MOD PARENT UP by grendelkhan · · Score: 2, Troll

    Sequent / IBM have no names on these files. What the heck is SCO talking about now?? Where are the NUMA files that orignated from IBM that contain Dyniz sources??

    --
    Wu-Tang Name: Half-Cut Skeleton Get your own Wu-Na
  79. I don't think I need a license. by chrome · · Score: 2, Interesting

    I did a quick calc against my gentoo-sources tree. Sure, its a bit different to vanilla, but what the hell, it will be roughly right.

    4592051 lines of code, only counting .h and .c files.

    168276 lines of disputed code, stated by SCO in their latest press release.

    If every line of code SCO claims to be in Linux IS in Linux, then it is only 3.6% (roughly) - and of that code, they claim that MOST of it is the NUMA and RCU (what is RCU? Can someone enlighten me?) - code that 99% of people don't even use anyway!

  80. No, no, no by TheConfusedOne · · Score: 2, Funny

    Unix development methods:

    printf( "Got here!/n" );

    --
    --- I wish I could hear the soundtrack to my life. That way I'd know when to duck.
  81. Ever hear of "the Big Lie" ??? by Salgak1 · · Score: 2, Interesting
    At risk of a Godwin's Law violation, allow me to quote Adolf Hitler, creator of this tactic:

    The great masses of the people will more easily fall victims to a big lie than to a small one.

    And SCO's telling a real whopper. . .

  82. The real game... by Nic-o-demus · · Score: 4, Insightful

    I posted this in a thread yesterday, but it got sort of buried and I think /.ers ought to keep it in mind:

    SCO's Shell Game

    Some quotes:

    None of the threats make legal sense. If they did, SCO would be able to get an injunction to shut down Linux users. In practice, SCO hasn't even been able to get an injunction against IBM and won't get a court hearing on its request to do that until 2005.

    Meanwhile, a German court told SCO in June that it must stop threatening Linux users. And an Australian government agency is looking into charges that SCO is essentially running a shakedown racket by claiming that Linux users must buy a license they don't actually need.

    And SCO's tactics don't make business sense, either. SCO is a software company that has slashed its R&D budget, alienated its customers and demolished the value of its brand. That's not the way you build a business.

    So, what do you do when you have no real business but your stock price keeps going up? We all learned that lesson during the dot-com bubble: You use that stock as currency.

    . . .

    Got all that? If it sounds like a shell game, well, that's the way Canopy likes to move its companies around. But in effect, Canopy used SCO's stock price, boosted by SCO's Linux threats, to rake in a couple of million dollars in cash behind the scenes.

    And apparently it worked. Which means we can expect that as long as Canopy can find ways of cashing in on SCO's threats against Linux users, those threats will keep coming -- no matter how little sense they make.

  83. AIX vs. Dynix/ptx by Valdrax · · Score: 4, Interesting

    This letter specifically gave back to IBM the rights of any code they created to enhance or extend the AIX/SYS5R4 OS.

    Yes, it did. However, if they don't have such an agreement over Dynix/ptx, then IBM may very well be screwed. If what SCO says is true (even though what they said about their right to terminate AIX wasn't), then IBM may be in a world of hurt. If Dynix/ptx code must be treated as a derivative of System V, then there may be actual trouble here. Remember, AIX and Dynix/ptx are completely separate products with completely separate licensing schemes. SCO may have actually found a legal leg to stand on. Unless IBM can produce similar documentation about Sequent's code, it may belong to SCO.

    (By the way, how does SCO have Dynix/ptx source code to compare against the Linux kernel?)

    --
    If it's for-profit but free, you're not the customer -- you're the product (e.g., the Slashdot Beta's "audience").
  84. Interesting stock reporting. by JaJ_D · · Score: 5, Informative

    If you check out the Nasdaq stock report for sco the following shareholders with >5% is shown:

    Ralph Yarro
    Darcy Mott
    Canopy Group Inc
    John Wall

    If you then check out The Canopy Group website you will see the following as board members

    Ralph Yarro - CEO & Presedent
    Darcy Motto - Vice President, Treasurer and Chief Financial Officer

    This gives the Canopy group at least a 15% stake in SCO, possibly more.
    If you look at SCO's board and then have a look at their share trading, you see the following:-

    Charles BROUGHTON (VP world ops) sold about 120,000 USD worth of shares in the last two months
    Robert BENCH (CFO) sold about 120K USD in last few months
    Jeff HUNSAKER (s. VP)sold about 120K USD in last few months
    Other than McBride (CEO) most of the board have ofloaded shares in the last month or two. To give you an idea of the "peak" of share selling. According to the Nasdaq the number of "insider" trades (i.e. board members) in the last 12 months was 15, and 12 (all of which were sales) of those were in the last 3 months (or as its know just after the Linux thing).

    Yarro and Mott both also sit on the board of SCO.

    Does that stink or is it just me?

    Jaj

  85. Billy Madison reference... by Helios808 · · Score: 2, Funny

    Mr. McBride, what you've just said is one of the most insanely idiotic things I have ever heard. At no point in your rambling, incoherent response were you even close to anything that could be considered a rational thought. Everyone in this room is now dumber for having listened to it. I award you no points, and may God have mercy on your soul.

  86. NUMA and RCU are patented by Anonymous Coward · · Score: 2, Informative
    My guess is that IBM holds both hardware and software patents. Since any Sequent agreement with ATT (or whoever owned Unix at that point) cannot possibly be misconstrued as transferring patent ownership to the owners of UNIX, that means that SCO almost certainly does *not* own the NUMA and RCU patents. IBM on the other hand almost certainly owns those now.

    If you people had really been following the whole idea of derivative works you would have realized that there are *many* things that cannot be considered derivative works. One of those things are algorithms that can only be expressed a certain way (ie: software patents). Another one is code that is hardware dependent (ie: hardware patents).

    NUMA and RCU are almost certainly considered to be one or both of those.

    BRRRRKKKK! Sorry, SCO. The time is up. Not only have you still been releasing all of the kernel code under the GPL, you are trying to encumber another companies software and hardware patents.

    Don't pass GO. Go striaght to jail.

  87. And apparently you were asleep... by FreeUser · · Score: 2, Interesting

    ...when it was also pointed out numerous times that SCO's unwillingness to divulge what is infringing and where, thereby making it impossible for those alleged to be infringing to correct the problem and avoid doing so, makes them ineligable for any compensatory or punitive damages of any kind. This is a well established civil doctrine with a mountain of precident to dwarf Everest (look up "dirty hands" and "clean hands" with regard to civil law if you are still confused).

    Rewriting Linux now will not do a damn bit of good. It doesn't absolve anyone from past infringements, and it won't mean that IBM did not breach their contract.

    IBM's alleged contract violation is between IBM and Caldera-renamed-SCO and has absolutely no bearing on Linux. IF, and I stress IF (because as others have pointed out, an overwhelming amount of evidence indicates it is almost certainly not the case), Linux were infringing on a SCO copyright, liability would only exist AFTER SCO has provided the information and the kernel coders have had an opportunity to remove the infringing code. Interestingly enough, even that liability is probably close to zero as a direct result of SCO's current actions (not disclosing the source code, i.e. not doing everything in their power to alleviate so-called damages, thereby indicating rather strongly that the damages aren't significant. Again, there is a mountain of precident for this sort of thing...)

    When it comes to trial, even if we all find out that Linux is infringing on SCO's IP, all the non-disclosure will have done is make the judge less likely to award damages to SCO.

    No. The lack of disclosure will have made it impossible for the judge to award damages to SCO. Well, not impossible (a judge can do anything), but impossible for it to hold up on appeal. Again, the mountain of precident on that point is huge ... indeed, it appears to be a basic tenent of civil law.

    IANAL, this is not legal advice, do your own research, yada yada yada.

    The only reasonable explanation I have heard for the secrecy is that they can't substantiate any of their claims.

    That is a reasonable explanation, but not the only one. A couple of others include

    1) an agenda to spread FUD against Linux and free software, financed, perhaps even contracted by, an interested third party who wishes to keep their own hands clean (three guesses on who that might be).

    2) minimal claims are valid, but SCOX and Darl et. al. can benefit much more financially by keeping the specifics ambiguous than they can by disclosing exactly how minor the infringement is.

    Again, I think your explanation is the most likely: there is no infringement whatsoever. But there are a few other explanations that are just as reasonable, and nothing precluding several of them applying in parallel.

    Regardless, and here is the bottom line: SCO's own behavior has precluded any liability for those using, deploying, developing, and reselling Linux, with the exception of IBM, who may have some liability based on a contractual technicality (but probably does not, as their IP attorneys are quite savvy and would have likly settled were that the case). All muttering and innendo to the contrary is nothing more than SCO produced FUD of the lowest order, quite possibly at the behest of (and certainly financed by) SUNW and MSFT.

    --
    The Future of Human Evolution: Autonomy
  88. Webcast of Conference Call by joepa · · Score: 2, Funny

    Looks like we might have a chance to see the first Slashdotted conference call.

  89. Maybe IBM and SCO are colluding by MS_leases_my_soul · · Score: 5, Interesting

    OK, maybe it is time to put my tinfoil hat on and start looking out the window for black helicopters, but what if this is all a nod-and-wink kind of scheme.

    IBM and SCO make it known that IBM is thinking of buying SCO. Instead, SCO sues IBM. SCO's stock price goes up. SCO's owners dump stock (getting rich) and SCO uses the inflated stock price to buy up small companies. Once SCO has all the pieces in place, IBM suddenly forces things into court and SCO is blown away. SCO stock plummets. *THEN* IBM buys them for a basement bargin price.

    This does multiple things for IBM. (1) Publicity. (2) Good PR with the Linux crowd as IBM "saves the day". (3) They get more stuff in the SCO buyout. (4) It places IBM's competitors in the Linux arena on shaking ground while all this is happeneing, possibly forcing some out of business.

    Suddenly, in the end, IBM has a Linux distro, AIX for the high-end, lots of other IP, and a rep as being the big champion for Linux that is willing to put its money where its mouth is.

    Right about that time, IBM would be ready to take on Microsoft again for the servers and desktops. IBM gives away the desktop OS just to have an in and starts recapturing the mid-level servers. As IBM becomes the "leader" of Linux, why would you not go with IBM and AIX on the big iron since IBM makes it one smooth continuum of *nix?

    Man, I have got to stop drinking 10 diet cherry cokes while on medicine for a head cold before I post. =)

    1. Re:Maybe IBM and SCO are colluding by Lazy+Bastard · · Score: 2, Informative
      The company doesn't sell all its stock during an IPO. That would be stupid. Instead some of it remains with the company. They can do a split, sell stock, give it out as options. It is bargaining power and companies like bargaining power.
      This statement is hopelessly naive and needs to be corrected.

      When a company is formed, a maximum number of shares is authorized. This number is usually quite large (many times what the company will issue for some time). Even then, this maximum can be changed at a later date. The number of authorized shares is pretty much meaningless. The idea that a company "holds back" shares or "doesn't issue all the shares" in an IPO is meaningless.

      What is important, is the number of shares outstanding. That is the number of shares issued - shares bought back by the company (shares bought back are called Treasury Stock). Of course, if the company sells or gives away treasury stock, those shares are once again considered outstanding. The number of shares you own, divided by the number of shares outstanding is the percentage of the company you own.

      The stock sold in an IPO is newly issued stock (in all but a incredibly small number of cases). Nobody has ever owned this stock before. The proceeds of this sale go directly into the coffers of the company (less the commission to the investment bank). One of the thing that the red herring & final prospectus describe how this money will be used.

      The people and institutions that owned stock prior to the IPO still own the same amount of stock they did before. However, their shares are now diluted which means that they represent a smaller percentage of the company than they did before. Their shares are also Restricted Stock and cannot be traded on the open market. Their is a pain-in-the-ass process by which it can be converted in limited quantities, which is how insiders get to sell their stock eventually.

      At a later point, the company may issue new shares to raise more capital. This is called a secondary offering. Once again, these are NEW, never before issued shares.

      When a company goes through a stock split, no new shares are issued. It doesn't "use up" shares that are sitting around. The only thing that happens is that the old shares are replaced by a larger number (or in the case of a reverse split, smaller) of new shares.

      The real limit on issuing new stock? Dilution lowers the price of the stock. The exchanges set minimum price levels and will boot a stock off the exchange if it trades below that price.

  90. SCO = Calvinball by Fenris+Ulf · · Score: 5, Funny

    I've finally figured out what this SCO debacle reminds me of: a game of Calvinball.

    Contract disputes are legal play, except on Reverse Days or while standing in the Invisible Box. SCO attacks Linux users with FUD, and Novell makes them sing the Sorry Song. But SCO claims Novell was in the Reciprocity Zone, so it has to sing the song instead.

    SCO says it owns IBMs code because IBM crossed the Hidden Contract line, but IBM claims today was negative day and now it wants everything that SCO owns.

    The score is now 12 to Q, and I eagerly await the next round.

  91. AT&T - Sequent contracts available here by mec · · Score: 3, Informative

    Exhibit F
    Exhibit G

    I agree with the meat of your analysis about Sequent. I don't know enough contract law to comment on SCO's thesis about Sequent.

  92. Sequent by Zathrus · · Score: 3, Insightful

    For those who don't know, Sequent was a super-computer company that developed a lot of the software techniques that make today's multi-processor machines (especially the more-than-2 processor systems) work well.

    Not just a super-computer company... they also built high end Unix servers. Georgia Tech had a Sequent box running Dynix as the main campus computer system from the late 80's to early 90's. IIRC, hydra was a 16-CPU system with 386DX's. And while at the end of its life (1993 I think) it was godawful slow, it was still better than the Sun box (which later became boxes) that replaced it (GT and Sun discovered that Solaris did very poorly in a heavily task switched environment, spending up to 80% of CPU time in overhead... that's improved since, but AFAIK they never quite fixed the problem). Dynix was the first Unix OS I ever used. It was a helluva lot better than Ultrix, but that's about all I recall about it.

    at first glance IBM has every right to contribute this code to Linux

    Yeah, but SCO is claiming that Sequent's license didn't include transferral of license, that the various multiprocessor technologies were derivative works, and that SCO retained rights to all derivative works under that license. IBM did buy a perpetual, non-revokable, fully paid, yadda yadda yadda license for Unix, but that was prior to the purchase of Sequent. SCO is thus claiming that Sequent's license holds true here and that IBM didn't have the right to distribute the code without SCO's approval. IBM does, however, hold the patents to the technologies in question. It may become a question not only of which license applies, but also whether or not the code contributed to Linux was the same as the code that Sequent had or if it was a re-implementation of the patent that IBM holds.

    1. Re:Sequent by SmackCrackandPot · · Score: 2, Informative

      The Opensource organisation have an evolution chart. This is a simplifed version from the UNIX timeline history. Bang up to date as well (July 31st is the most recent update). It's in a similar style to those civilisation charts that nearly every History teacher has pinned on the wall. Looks like one civilisation is about to become extinct.

  93. Damn, *that's* interesting by siskbc · · Score: 4, Insightful
    IBM and SCO make it known that IBM is thinking of buying SCO. Instead, SCO sues IBM. SCO's stock price goes up. SCO's owners dump stock (getting rich) and SCO uses the inflated stock price to buy up small companies. Once SCO has all the pieces in place, IBM suddenly forces things into court and SCO is blown away. SCO stock plummets. *THEN* IBM buys them for a basement bargin price.

    I tell ya, it's definitely wacko, but it's not completely retarded, I have to say that. The one key is that when SCO does all this buying up of small companies, it would have to be done with SCO *stock* - I'm sure that's what you intended - which would actually be plausible in their situation, since they're a stock-rich/cash-poor company.

    There are two problems I see with the theory. First, I don't see SCO taking over any small companies right now. ;) Second, the time frames are a little off. SCO would need time to perform all these takeovers, as those never proceed quickly. Second, IBM can't afford the lawsuit spectre to last too long, as there's the threat that companies will get scared of linux and such, fleeing into the arms of Sun or MS. That would make the whole scheme counterproductive.

    So I don't think that's what's going on here. That said, it *is* a pretty nice scheme, and I wouldn't be surprised to see it pop up elsewhere, assuming it hasn't already. I think it would be outrageously illegal, but might not be impossible to pull off. The only real problem I see from a practical standpoint is trust - when the lawsuits start, puffing up the value of the smaller company to be taken over, they gain an advantage that could be acted upon if they decide to make the fake lawsuit real.

    They'd almost have to give the larger company some faked "smoking gun" evidence that gave them a clear "out" of the lawsuit, if filed. In this situation, it would be like some SCO developer last year sending a memo saying something like, "Hey, have fun with the JFS code I posted to the kernel dev team yesterday. Free of charge compliments of Caldera."

    But I will say, it's not impossible.

    Man, I have got to stop drinking 10 diet cherry cokes while on medicine for a head cold before I post. =)

    I think that would be a good policy for sure.

    --

    -Looking for a job as a materials chemist or multivariat

  94. SCO's legal approach - derived work by Animats · · Score: 5, Interesting
    It's starting to become clear what SCO's lawyers are thinking. They're laying the groundwork for a broad claim of copyright coverage of a derived work.

    What constitutes a derived work is going to be the real copyright issue here. Outside the software arena, the notion of a derived work has been very broadly interpreted. Movies based on novels have been held to be derived works even when the connection between the two included little more than the title and the name of the lead character.

    IBM has retained Cravath, Swaine, and Moore, probably the strongest litigation firm for difficult cases in the world. The Cravath approach on big cases is to put an army of lawyers on the problem and litigate everything to death. We'll probably see a detail-oriented litigation, rather than one based on broad principles. Following a Cravath lawsuit tends to be a mind-numbing experience for all concerned.

  95. Resulting Materials by Tussinator · · Score: 3, Insightful
    From the press release:

    SCO's System V UNIX contract allowed Sequent to prepare derivative works and modifications of System V software "provided the resulting materials were treated as part of the Original [System V] Software."

    The Resulting Material of Sequent's modifications was Dynix/tx. The components of that modification were SysV, RCU, and NUMA.

    Being only two of the components of the modification, I don't see how SCO has the right to apply SysV licensing terms to any future use of Sequent-IBM's RCU and NUMA technology.

  96. But that one never works! by dacarr · · Score: 2, Funny
    McBride: Rocky, watch me shut down IBM's license to use Unix!

    Rocky the Squirrel: Again?

    McBride: This time for sure!

    Rocky: But that one never works! McBride: Nothing up my sleeve, and.. PRESTO! (pulls out a copy of Debian)

    Rocky: And now here's something we hope you'll really like!

    Bullwinkle: (carries a clue-by-four with IBM written all over it, beats McBride)

    --
    This sig no verb.
  97. There is no such entity as Sequent-IBM by walterbyrd · · Score: 2, Interesting

    Yet Caldera-Sco uses the term "Sequent-IBM" no less than six times in that press release. I guess Caldera-Sco is getting desperate.

    If this press release were about only Sequent, it wouldn't make sense - there no longer is any Sequent. If this press realease were only about IBM, it woulnd't make sense - that press release went out months ago.

    But since this press release is not about IBM or Sequent, but about "Sequent-IBM" it all makes sense, right?

  98. SCO is really getting desperate by m.dillon · · Score: 3, Interesting
    SCO is really getting desperate. They've cried wolf so many times now that even the stock speculators have finally caught on. Their stock price hardly blipped at the latest announcement. SCO is fast running out of curve balls to throw.

    In fact, IBM addresses both the issue of the stock price manipulation and SCO's continued misrepresentation of the AIX license in their counterclaim. For SCO to continue to make these sorts of public statements is insane.

  99. Stock Statistics by koa · · Score: 2, Insightful

    I don't know if anyone else hase a different viewpoint on this, but I was just looking at the stock graphs and comparing the fluctuations between SCOX and IBM and also RHAT stock indexes. How come IBM and RHAT stay very constant while SCOX seems to raise but is extremely erratic? Wouldnt logic dictate that if the market beleived SCO's story (by buying stock) then the IBM and RHAT should take even a small dive becuase of this? But they dont.

    Just looks weird to me.

    --
    ....move along....nothing to see here....
  100. No really by wafflemonger · · Score: 2, Funny

    Your lisence is up when I count to three. One. Two. Two and a half. Two and three quarters. Two and seven eighths . . .

  101. What could they do to get IBM to switch sides by Thiarna · · Score: 2, Interesting

    Looking at this little dispute, the only real risk that strikes me is if IBM decide to support SCO/Caldera's interpretation of the copyright, licenses and patents involved. They would not have to just give in, but could end up with ownership of some of the software in question, on condition they demand license fees or just stop their support of OS development. It just occurred to me they might be trying to get IBM to score some sort of own-goal. Is there any way that either by defeating the SCO suits, or winning their own, that IBM could impair their own property rights in some way? Possibly not against SCO, but maybe in some seemingly unrelated matter against Microsoft.

    Of course I have no evidence that even suggests anything along these lines, just that historically IBM have been one of the main "big evil corporations", and I'm not sure if they have changed completely. And the conspiracy theorist in me can't accept this whole fiasco is just a case of securities fraud.

  102. In related news by sdcharle · · Score: 3, Funny

    A panhandler announced the termination of a passersby's right to wear pants in public when the man refused to pay him a $1 'pants tax'.

  103. What SCO is doing... by slewfo0t · · Score: 2, Insightful

    It looks to me that their whole approach here is to try to claim that Linux is a direct derivitive work of Unix... They are similar, But I don't know if it will fly in court. It would be like saying that Open Office is a derivitive of MS Office. Same kind of thing I suppose...

    This whole thing with code has me baffled too... what did they do, claim that all the for...next loops are theirs??? How far can they can take this stuff?

    - Slew -

  104. Sequent, not IBM by msobkow · · Score: 2, Informative

    The issue is that Sequent developed the RCU code for Dynix/ptx (their SVR4/BSD personality hybrid) after publishing papers and submitting for patents on the related algorithms. The RCU code in Dynix/ptx is only an implementation of the IP, not a transfer of the IP itself.

    All SCO has acquired is the right to use and distribute the RCU implementation Sequent deployed as part of Dynix. It does not transfer ownership of the RCU algorithms and patents to SCO, though it probably implies SCO has a perpetual right-to-use the RCU algorithms as implemented in Dynix.

    SCO needs to prove that IBM used the Dynix implementation verbatim for AIX or Linux, rather than using code developed from the research papers and patents they acquired via Sequent. Further, they'll need to show that the Dynix code was not actually ported from a generic multi-OS code base (i.e. a generic OS sample implementation, such as you find in some textbooks.)

    As multi-processor AIX was scaling quite nicely before IBM acquired Sequent, I don't think they're going to have any difficulty proving that AIX is not encumbered by Dynix code. Further, as Dynix was only running on x86 hardware while AIX runs on Power RISC cores, I really don't see how the core RCU code could even have made it's way from Dynix into AIX -- wouldn't the core RCU routines be hand-tweaked assembly rather than C code?

    --
    I do not fail; I succeed at finding out what does not work.
  105. Re:Stock Statistics Like who bought! by koa · · Score: 2, Interesting

    Lots of good points to that, and it brings up some serious paradoxes that have been causing this uproar, specifically:

    A few MS dot com instant millionaires per chance?

    In my opinion, absolutely. In my experience, stocks are baught and sold by people who have a vested interest in the _FUTURE_ of a corporation. At this point, however, I'm pretty sure that noone who has any technological background would ever buy an SCO product again, or stock for that matter!

    I hope the AG in New York is looking into this right now

    As do I, but thus far it does seem as though anyone (Feds) are either a) looking into it and just keeping quiet to get as much dirt as they can before they blow the whistle .. or b) not doing anything and are actually asleep at the wheel. Only time will tell.

    These dot com morons might get their ass kicked, would you hire an ex-SCO exec?

    No, and I wouldnt ever buy an SCO product ever again. As I have stated above.

    At least one thing is certain in my mind. Becuase SCO is so blatently gung-ho about destroying their public image, and showing that they care less about their Brand recognition than your average ./ reader nowadays. (If I owned the SCO brand, I wouldn't do this and I dont know anyone who would!) This whole fiasco is bound to be over very soon.

    --
    ....move along....nothing to see here....
  106. Forensics by booch · · Score: 4, Interesting

    Almost all Linux code gets modified over time. All Linux versions are publicly available. You could compare the various Linux versions with the SCO version(s). This would give you a good idea when the transfer happened. Assuming SCO has a record of their versions (it would be hard to believe they don't have any revision control system) you could do it both ways.

    I'm betting that SCO would not be smart enough to take the original Linux version, but would take a newish Linux version. Showing that Linux had older (less "good") versions and SCO did not would be evidence that SCO had taken the code from Linux, not vice-versa.

    So assuming that the code base(s) change(s) significantly over time, determining the provenance of version-controlled code is not all that difficult. Think of it in biological terms -- we can identify the lineage of various species/specimens by comparing their DNA and their ancestors' DNA.

    --
    Software sucks. Open Source sucks less.
  107. Re:very informative by Pharmboy · · Score: 2, Funny

    Naturally, this doesn't mean IBM is in on it, but it does support the idea that SCO was just using this ruse for free money. Clearly they're using their stock price to get stuff for free.

    Perhaps that is the goal: You realize your company is worth $100 (example, easy math). You convince everyone it is worth more, say $1000. You take the $900 in extra stock you just issued, and buy $900 worth of real companies. In the end, your company is theoretically worth $1900, until you lose your lawsuit, at which time it is back to worth $900 purely because of the assets you purchased. Now, the key is to sell when it is as close to $1900 as possible, but anything between $900 and $1900 is worth your time, especially if you don't really own the stock, just the options, thus not costing you anything. You CAN get rich doing this, but it involves one extra step.

    This is the critical part: You have to start writing your new book WHILE you are in prison, not after you get out. This works out pretty well because you will have lots of free time in between sodomy sessions. The good thing is you don't have to pretend your innocent anymore, those books don't sell anyway. Instead, write about how you learned from the experience, and how its really "the systems" fault, because it was so easy to do. So, instantly, even though YOU did it, you can blame the system, sell some book, probably get a great consulting gig or go on a speaking tour, and you will probably only have to spend 3 to 5 years actually in jail.

    --
    Tequila: It's not just for breakfast anymore!
  108. Development Methods... by BlabberMouth · · Score: 2, Interesting

    Using Unix based development methods, whatever that means, is not illegal unless the method is one that has been patented by SCO. (Such a patent does not exist.) Furthermore, since when does buying code from another company give you any right to the method they used to create it? I'd say that Unix based development methods, whatever they are, are probably taught by scores of Universities around the world and have been for quite some time. Are all of those people somehow inserting SCO trade secrets into their code? It looks like that is what SCO is trying to say.

  109. Linux is a registered trademark.... by cmptrmaniac62 · · Score: 2, Interesting

    Here's an idea, maybe Linus can sue SCO for misuse of a registered trademark... None of their releases have given proper credit to Linus for the Linux REGISTERED name.

    Also, he might be able to claim that their "OpenLinux" is too close to the Linux trademark...

    Yes Virginia, Linux is a registered trademark of Linus Torvalds.

  110. Compuserve, Unisys, Gif? by trolman · · Score: 2, Insightful

    Does not anyone remember Compuserve, Unisys, and the GIF debacle? Think about the past and try not to relive it. Hey?.

  111. Re:Where's the Code Ownership Clause? by Edward+Scissorhands · · Score: 2, Insightful

    Well that's just what the court case is all about, right? I mean, I never meant to suggest that, in fact, SCO was right or anything, I was merely outlining where I thought that the debate would take focus. If it's true that the IBM/AT&T agreement takes precedence over the Sequent/AT&T agreement even when talking about code developed at Sequent and put into Dynix before IBM bought Sequent, then I think that's great. Personally, I'd like SCO to FOAD. My point is that I don't know what the contract law says about this situation, or even if it says anything at all. That's all I'm saying. But my desire for a clear headed analysis forces me to put aside my dislike for SCO and just examine the situation as I see it, that's all I'm saying.

  112. Re:She sells C Shells by the sea? Sure... by Edward+Scissorhands · · Score: 2, Insightful

    Yeah, I didn't mention anything in my article about the GPL. That's going to be a huge part of this lawsuit as well, but I didn't want to touch it with a ten foot pole. The GPL is going to have its day in court for sure, and the outcome is going to have gigantic ramifications. Let's say that IBM is off the hook because of the GPL, well, then people like Sun or Microsoft will probably use that fact to scare people away from the GPL by highlighting it's "viral" nature and the danger that it could effectively destroy a company's rights over their own technology should they not fully understand what and how they use GPL code. On the other hand, if the GPL is shown to not be valid (though I have no reason to believe that it would end up that way), that would devastate the open source/free software movement as we know it. Obviously, the movement would heal and continue on, but in what form is anybody's guess.

    In all honesty, I'm not sure what SCO is trying to accomplish here. If they had, in fact, removed all Linux kernels from their software and stopped distributing GPL'ed code that they claimed infringed their rights as soon as they made their case public, then the courts might let them off the hook with having released their code under the GPL. But to just let it sit on their FTP servers for months afterwards makes me think that they actually want IBM to use the GPL defense. I have no idea why, though, as it makes SCO's case that much weaker.

  113. Re:She sells C Shells by the sea? Sure... by WCMI92 · · Score: 2, Insightful

    If the GPL is ruled invalid, then EVERY "shrinkwrap" EULA is invalid.

    The GPL doesn't take ONE SINGLE RIGHT away from you that is granted by copyright law. It grants you rights you DO NOT have under copyright law (redistrobution, right to use the code to make derivitive works), only if you meet it's condition (license derivitive works under the GPL).

    As much as MS would like to do away with the GPL (the GPL itself is what makes it impossible for MS to do away with Linux by conventional methods), to have EULA's ruled invalid would have a DEVASTATING effect on them...

    --
    Corporatism != Free Market
  114. Re:multiple licenses? by pavera · · Score: 2, Interesting

    Well,
    SCO is claiming that the contract under which IBM got system V to develop AIX (and Sequent got system V to develop dynix) made the system V license viral like the GPL meaning the contract said "If you add anything to this, it must be licensed under the same system V license and you may not license that code/IP in any other way". Much like the GPL says "You can make changes but all changes must be licensed under the GPL, and this is the only way you can make and distribute changes". So depending on the wording of the contract and whatever "side letters" IBM may have from AT&T or Novell, this could be a valid claim, and if so would simply mean that some non-IBM developers would have to get the RCU, NUMA, and JFS specifications (IBM vigorously developed these things as "concepts" first and code later) and recreate the features from the white papers describing how the features work.