IBM Files for Partial Summary Judgement vs SCO 367
Armchair Dissident writes "The Register is reporting that IBM has filed for partial summary judgement against SCO. Groklaw also has the story, and is saying that SCO was still offering the disputed code for download as recently as August 4 2004. If this is true, then - according to Groklaw - SCO's case must surely be scuppered. Again."
Don't be so cheap, everyone (Score:2, Funny)
Re:Don't be so cheap, everyone (Score:5, Informative)
Anyhow, I submitted something just like this, only with about a dozen links to more information (sadly, I don't have all of them here now), so perhaps I can explain more --
This motion follows IBM's motion to strike Sontag's declaration as incompetant (he doesn't know jack about IBM's internal source controls, but he made a number of wild guesses and swore to them under oath), as well as IBM's movement for a declaration of non-infringement concerning their Linux activities. It is ironic on the last part that SCO doesn't want to let them have one, and it says at the same time that they're not arguing that IBM has infringed on their copyrights now.
I'd link those motions, but I don't have time. They can all be found on Groklaw's legal documents page [groklaw.net]. Just be sure you're looking at the SCO vs. IBM part, and that you start at the bottom & scroll up--both SCO's complaint & IBM's counter-claims have changed over time, and you want the most recent version.
If they were to grant all of IBM's motions, they would be enough to rend pretty much all Linux-related issues from this case, and would leave SCO with almost nothing that could stand on its own and SCO would still face the counter-claims.
Of course, the judge has to be really strict on granting summary judgements. There have to be no material (relevant) issues of fact to decide--the evidence has to be so one-sided that no rational trier of fact could possibly decide for SCO on any of the issues the judge decides. This is important because the judge rules on the law, while the jury rules on the facts in any jury trial. If you can't guess from that, a summary judgement is where the judge gets to decide an issue early because there are no material issues of fact for a jury to decide.
In other words, though IBM's motions are well-argued, they face a *very* high standard of law here. Please note that while Enderle has said that he would decide for SCO, that's irrelevant because the trier of fact would have to be rational, and logic is not Enderle's strong suit [fallinggrace.com].
A text-book case. (Score:5, Insightful)
Even if they offer a "download" (Score:2, Interesting)
Re:Even if they offer a "download" (Score:5, Informative)
If they offered their disputed code for download as part of SCO Linux, then they put it under the GPL themselves.
Their get-out for this is 'we didn't know our code was in Linux!', which might have been a case for them... if they didn't carry on making Linux available after they supposedly discovered their code in it.
By leaving SCO Linux available for download under the GPL after they knew their alleged property was in it, they've GPL'd that property. Hence, they're stuffed.
Re:Even if they offer a "download" (Score:5, Informative)
Re:Even if they offer a "download" (Score:5, Interesting)
Well, they claim it is their code, it is downloadable from their website, as their product "SCO Linux", under the GPL. If that doesn't make the code in question released under the GPL, I don't know what does.
Distributing should NOT be heald against SCO (Score:4, Insightful)
The GPL explicitly claims that it does NOT purport to grant a license to proprietary code improperly inserted into a GPLed distribution by someone who does not have the necessary rights to place the code under GPL. But it does demand that any person (or company) who distributes object containing GPLed code must make the source available, and if even one copy goes out without the source attached the only permissible way to do that (so it can reach a repurchaser of the oject) is to make the source available generally for a minimum time, as by a web or FTP site.
So a company who distributes a modification of a GPLed project may be required to distribute the code for a time, under penalty of loss of the right to copy and/or distribute GPLed code forever. If the company THEN discovers someone ELSE has included their pride-and-joy in the base distribution, they're in a catch-22:
- If they stop distributing the source, they lose GPL rights. This could be a BIG cost.
- If they DON'T stop, AND this puts their proprietary code under GPL, they suffer the loss of their IP.
So the doctrine of estopple should not apply: Their IP is already exposed - taking down their distribution won't significantly mitigate that damage, since it will be available elsewhere on the net. But taking it down WILL generate other costs for them.
And since the GPL doesn't claim to grant rights to code improperly inserted, it can be argued that the improperly inserted proprietary code is not under it, until such time as the owners deliberately, with intent, insert it themselves - despite their continued distribution of the source improperly containing it, in order to meet their GPL obligations.
Now the GPL advocates might want to argue that, nevertheless, the victim of such theft must now either free the code or stop distributing and lose all GPL rights. But IMHO that's a bad idea.
Such a position would greatly hamper the adoption of the GPL codebase by companies with code they wish to keep proprietary - because unknowing propagation of code stolen from them within a large software release (such as a Linux distribution) would leave them on the above cleft stick: Give away your family jewels, or suddenly shut down all your GPL business-model activity.
Of course IBM's lawyers had to try making this assertion. But for the future of the GPL I hope that either the case is decided without a ruling on this issue or (better yet) IBM's claim that this frees the (allegedly) SCO code is explicitly rejected.
(Meanwhile, perhaps the maintainers of the GPL might want to add a bit of verbage to clarify this issue to a future version?)
Interesting point (Score:5, Insightful)
While I agree with you in spirit, I can't help but think that what you are suggesting would be far worse than the problem it proports to solve. If someone knowingly distributes something they wrote under the GPL, then they have done just that. No waiting for an indefinite period and saying "April fools!" or "Gosh, we knew our code was in the stuff we were distributing under the GPL, but we didn't intend it" or shouting "Psyche!" at the world.
In the circumstance you discribe, there must have been some other version of the software, distributed under some other terms, before it was ever added to the GPL'd aglomeration. What they should do is strip their code out, and distribute the GPL'd mass minus their code under the GPL, and offer their original product under whatever licence they wish.
They don't have to "stop all their GPL activities" but they shouldn't knowingly distribute something under the GPL (or, for that matter, under any licence) if they don't intend to honour its terms.
-- MarkusQ
Re:Interesting point (Score:3, Insightful)
If they (our hypothetical potentially wronged propritary software developer) want people to to take their claims seriously, they should conduct themselves in a manner that supports that position. In other words, do what's right rather than what's expedient. This is generally known as "acting in good faith".
Suppose they are distributing a binary mass of GPL'd goo, call it BGv13, and the associated source code SCv13. One day they discover that it contains proprietary code P. What should they do?
Re:Distributing should NOT be heald against SCO (Score:3, Interesting)
Not at all.
I'm saying that:
- The GPL itself CLAIMS not to apply to code illegitimately inserted.
- That leaving no way for companies that are in the position SCO claims to be in to defend IP they did not intend to release will result in companies that otherwise w
Re:Even if they offer a "download" (Score:3, Informative)
Oh, I agree that they are in no way forced to distribute their code under the GPL.
The thing is, they do distribute their code under the GPL.
Re:Even if they offer a "download" (Score:5, Informative)
At a minimum, what makes code released under the GPL is when the owner of the code knowingly distributes that code under the GPL. SCO has done precisely that.
Re:Even if they offer a "download" (Score:5, Insightful)
SCO's continued knowing distribution of the code under the GPL should clearly indicate their acceptance and intention to do so.
Re:Even if they offer a "download" (Score:5, Informative)
It was the 2.4.13 kernel with some patches, so if AND ONLY IF, SCO has a problem with code that was added after 2.4.13, can they really mount a case that that code was not put under the GPL by SCO after the suit began.
Re:Even if they offer a "download" (Score:4, Insightful)
Finally, it would seem rationality is coming to the forefront. Now lets see if the legal system has any sanity and quashes this SCO garbage already. We've all wasted far too much time and resources on the IP leeches already.
At least maybe the mess will help force some changes on the USPTO. (No, I don't care how overworked you are. If you can't do the job right, then let the backlog build up until someone ponies up the resources to deal with the backlog.)
Re:Even if they offer a "download" (Score:5, Funny)
Re:Even if they offer a "download" (Score:5, Funny)
Don't be a fool, EVERYONE at SCO knows how to take it down:
TO:sco.com web server
FROM: SCO Legal
RE: Linux Download availability
It has come to our attention that you are offering Linux source code for download. This is a direct infringement of SCOs valuable IP portfolio. SCO (caldera) has worked hard to get credit for other peoples work, you are diminishing it. You are hereby ordered to CEASE AND DESIST.
Any lawyer can do that!
Re:Even if they offer a "download" (Score:3, Interesting)
While the parent post was made in jest (or at least taken in jest), the reality may very well be that, on the technical side, SCO is so demoralized and moribund that they don't have anyone to monitor what is on their servers.
My guess is also that the actual technical people at SCO are probably pretty disgusted with upper management's new strategy, and may be exhibiting some passive-aggressive behaviour by let
Re:Even if they offer a "download" (Score:5, Insightful)
The argument given by IBM is that SCO cannot on the one hand sue IBM for breach of contract and damage done by said breach and on the other hand knowingly continue to offer (and through advertising, tout the benefits of) the "offending" code in question.
The key word here is knowingly. IBM claims (and I think claims correctly), that since the code (Kernel 2.4) is still available on their website after they knew about it, SCO waives their right to sue for breach of contract on the code in question.
If the judge agrees, then game over for SCO.
Re:Even if they offer a "download" (Score:3, Interesting)
1) we didn't know it was there
2) Once we found out it was released everywhere by IBM the horse was way out of the barn.
3) IBM'S "illegal" actions have boosted the Linux market place
4) To stay competitive we have to release a copy of Linux, under GPL, to be competitive.
5) But all of this is a result of the fruit of IBM's "illegal" actions so they still owe us damages.
What I don't understand is how they can try to sell Linux lic. when their own vers. of Linux is available under GPL; that
Because... (Score:5, Interesting)
1) we didn't know it was there
Because they're still distributing it themselves.
2) Once we found out it was released everywhere by IBM the horse was way out of the barn.
Irrelevant. If you want to try to claim damages, you MUST do everything in your power to stop infringement.
3) IBM'S "illegal" actions have boosted the Linux market place
Again, irrelevant. How popular something is has no bearing.
4) To stay competitive we have to release a copy of Linux, under GPL, to be competitive.
That does not logically follow. Damages have no bearing on you continuing to be competitive or not.
5) But all of this is a result of the fruit of IBM's "illegal" actions so they still owe us damages.
By continuing to distribute it themselves, they are declaring that the value of the infringement is $0.00. There are no damages to be awarded.
Here's what SCOX should have done:
Once they discovered the 'infringing' code, they must immediately stopped distributing the material themselves, then contacted the responsible people to arrange for damages (which they claim was IBM.) In doing so, they must (as a matter of law) identify the lines of code that are 'infringing'.
They should then contact every distributor of Linux they know about (I'm guessing that a notification sent to Linux, kernel.org, along with a press release might be acceptable in this case), and notify them of the status of their claim, the lines of code that were at issue, and demand that they cease distributing the 'infringing' material.
Failure to follow these steps means that they can't claim damages.
There is *NO* (as in zero, nil, nada, zip, bupkiss) valid legal reason to not follow these steps, and many valid legal reasons they should.
The only answer as to *why* they didn't is as follows:
Either 1) they know they have no case, or
2) their lawyers don't know anything about the law at all, and should be disbarred and charged with fraud.
missing the point (Score:4, Informative)
This story is about IBM moving for PSJ on the contract claims, basically stating (among other things) that the court should be able to rule on whether IBM is permitted contribute their in-house code into Linux as per the AT&T contract. This is actually quite a bit worse for SCO than just a copyright PSJ because this will hurt many other aspects of their case.
IANAL, etc.
Re:Even if they offer a "download" (Score:2)
Because they released it under the GPL. IBM can point to the GPL licence attached to the Linux kernel they downloaded from SCO's own site, and say that this gives them all the rights they need to redistribute the code therein.
Re:Even if they offer a "download" (Score:4, Informative)
SCO is wrong as a matter of law, and IBM is entitled to partial summary judgment on SCO's contract claims, for at least two independent reasons.
Re:Even if they offer a "download" (Score:3)
Your proper response would have been to sue me for copyright infringement, not distribute the code, and make it clear to everyone that is distributing the code, that you own the copyrights and haven't released it under the GPL.
Now in IBM's case they do own the copyrights so
Re:Even if they offer a "download" (Score:4, Insightful)
By selling or giving away there own version of Linux which incorporates the improvements made by IBM SCO are saying that on the one hand IBM has ruined there business by improving Linux but on the other hand that they are happy to sell, give away and work with the version of Linux which has ruined there business and that I think is a slightly ridiculous point of view to take.
Re:Even if they offer a "download" (Score:3, Interesting)
I strongly suspect the problem with Saddam's argument is that international relations are pretty much anarchical. There is no world government per se. There are treaties that forbid invasions, but as we have seen, they are not worth the toilet paper they are printed on. In this arena, might still makes right. What is
Re:Even if they offer a "download" (Score:5, Insightful)
Anyway, basically SCO can't sue someone else for the same action they are in fact performing.
Re:Even if they offer a "download" (Score:2, Interesting)
Re:Even if they offer a "download" (Score:3, Insightful)
Assuming that it is a defence to say that you haven't checked the exact code you are releasing under a specific licence all that carefully and so didn't realise it was in fact derived from your own proprietary code then fair enough I agree with you.
However now that they do know what the infr
Re:Even if they offer a "download" (Score:3, Insightful)
Hope this helps.
Re:Even if they offer a "download" (Score:2, Funny)
I guess we'll just have to take their word for it.
Re:Even if they offer a "download" (Score:2)
Simple -- compile it and see if it runs correctly.
Re:Even if they offer a "download" (Score:3, Interesting)
However, in addition to their proprietary license, they chose to offer THAT code under a license, the GPL, that allows the recipients to recursively redistribute it. Since they still offer it, they have done this knowingly
Patent hammer (Score:3, Funny)
Maybe they could offer a $50/year licensing fee to other open source companies that use their patents and a fee of one BAZILLION dollars to SCO to use their patents.
Re:Patent hammer (Score:2)
Re:Patents (Score:3, Interesting)
a) the cost be nominal (it's a non-recoverable sunk cost), and
b) the license be irrevokable, and entend to those who use n-th generation copies/derivations.
OTOH, to the extent that IBM has distributed GPL code to those customers who run Linux on IBM mainframes, IBM has already waived those rights. (I don't know how significant this is.)
Scuppered? (Score:5, Informative)
v. 2. put in a dangerous, disadvantageous, or difficult position
Yep, that's it.
Puzzle Pirates Re:Scuppered? (Score:4, Funny)
What's the quickest this could be finished? (Score:5, Interesting)
Re:What's the quickest this could be finished? (Score:2, Funny)
Re:What's the quickest this could be finished? (Score:5, Informative)
I think best case you are looking at a month or two, assuming nothing else gets done.
Re:What's the quickest this could be finished? (Score:5, Informative)
It's going to be a while, I think:
So, it may be a while. I suspect IBM has other motions ready to gut the rest of SCOs claims, and these will need to be resolved. The only way I can see this resolved quickly is if SCO just folds, and that's IMO unlikely - it would expose them to massive shareholder lawsuits & probably an SEC inquiry.
-Phil
IANAL, I just read Groklaw
Re:What's the quickest this could be finished? (Score:5, Informative)
The grandparent post stipulated that the judge wouldn't give SCO any more wiggle room, which I don't believe is all that far-fetched. Here, I take wiggle room as "we need more discovery", as opposed to "my nephews sick I need more time to file". The latter is what I would characterize as normal operations, the first is wiggling.
IBM filed their first PSJ on or about May 21st. The initial oral argument was scheduled for Aug. 4th but this has been moved to Sept. 14th. Presuming a couple of days for the judge to ponder and that decision would be handed down around Sept.16th. So, let's call it 3 and 1/2 months. Thus, from the date of Friday's filing(Aug.13th) that would place a resolution on the contract question by or about Dec.1st or so, call it Dec.7th for good measure.
Now, presuming further that both PSJ's go in IBM's favor, there would be little left to argue as the rest of SCO's case hinges entirely on their claims in the contract claims. I will guess that IBM will file a few more of these PSJ motions, basing them on the two already in play. So I will guess that by mid-May of next year almost all of SCO's case will have been dismembered. Effectively making "this" over. There will of course be the inevitable clean-up which will occur because IBM has all their counter-claims and I guarantee they are not going to let those drop. So sometime around November of next year I suspect SCO will declare bankruptcy or negotiate that IBM take over SCO operations with no money changing hands.
Whether IBM desires to persue old Darl and his cronies for some malfeasance I can't guess in which case the "whole thing" won't be over for some time, but all the nasty stuff will be over by May or June of next year.
IANAL yadda yadda yadda...
Re:What's the quickest this could be finished? (Score:2)
Then Murphy would probably intervene, and the IBM lawsuit would be frozen as an "asset" for SCO's creditors.
Summing up IBM's 100 page PDF in 1 sentence... (Score:3, Funny)
"We didn't do it. Even if we did, these guys said we could, but we didn't. And even if we did, which we didn't, not only did these guys say we could (but we didn't), but these nobks did the same thing, so we should be allowed to do it. Which we didn't."
Re:Summing up IBM's 100 page PDF in 1 sentence... (Score:5, Funny)
Time for a class action suit (Score:3, Funny)
Re:Time for a class action suit (Score:4, Funny)
Costs ? (Score:5, Funny)
Re:Costs ? (Score:2)
Trust me SCO as we know it will no longer exist. Darl and his cronies however, will likely make out like bandits. Hopefully, IBM can sue on something to get Darl and his boys personally and not just SCO.
Derivative, but still important (Score:5, Informative)
If the AT&T contracts show the approval of derivative works, any AIX code IBM developed and then added to Linux would definitely be out of scope.
I think someone is SCO-rewed on this one.
Mwahaha (Score:5, Interesting)
It's funny, IBM's legal team doesn't miss anything but they seem to always wait until the most opportune time to bring it up. Meanwhile even if SCO's case hadn't been baseless in the first place, they seem to be doing absolutely everything possible to sabotage it short of bribing the judge.
Hey wait a minute, bribing the judge.. hmm...
You know, something just occurred to me. I think I know what SCO might be up to. Have you ever seen "The Producers"?
Re:Mwahaha (Score:5, Funny)
With what? Stock options?
Re:Mwahaha / SCO wouldn't dare (Score:2)
In a case this big only bad come even for the bad guy out of bribing the judge. Two scenarios:
Sco "Here judge, here's ONE MILLION Dollars to help you think about this"
1. You are attempting to bribe a judge, go directly to jail.
2. "You are a piss-ant attempting to bribe a judge one million dollars to rule against one of the richest corporations in the worl
Re:Mwahaha (Score:3, Insightful)
Don't underestimate the value of opinions from thousands of people across the globe.. It's unprecedented in our history. IBM certainly knows the open source community well enough to warrant that a substantial portion of their employees rea
scuppered ... again? (Score:5, Insightful)
According to Groklaw, this is nowhere near the end of the case, since SCO still has the opportunity to rebut IBM's motion, IBM then can refute the rebuttal, etc. etc. But it may be the beginning of the end.
The previous "scuppered again" reports from Groklaw (and other sources) are the results of developments in other trials as well as independent investigations (outside the courtroom) into the merits of SCO's claims. Based on the linux community's technical consensus (again, outside of any trial) that SCO's claims are meritless, I think we've known SCO's case was doomed all along. We're still waiting for it to play out in the courts, though, which is where it counts.
bring back..... (Score:2, Funny)
Re:scuppered ... again? (Score:5, Insightful)
The "scuppered. Again" comment was mainly as a result of this from Groklaw:
You don't want to miss reading page 76. It's where IBM tells the judge that as recently as August 4, 2004, SCO was *still* offering the Linux 2.4 kernel for download, the very code it is suing IBM over. [....] I think, therefore, that SCO's case just went poof, on this one issue alone.
I think that Groklaw are probably right here. SCO no longer has the argument that they didn't know the code was still being distributed, so they have - by definition - been distributing disputed code under the GPL. Bang goes their case. But it's not the first time that their case has apparently gone Bang. All the claims of disputed code that turned out to be nonsense - for starters - should have scuppered their case. This one's going to drag on until SCO have no more money to fight with - IMHO.
There goes SCO's karma... (Score:2)
>>"Although SCO for months perpetuated the illusion that is had evidence that IBM took confidential source code from Unix System V and 'dumped' it into Linux, it has become clear that SCO has no such evidence," IBM says in the court filing.
Moral: Don't troll. Yes Darl, even in court. *Especially* in court!
Re:There goes SCO's karma... (Score:5, Interesting)
H.ere in Britian if you waste too much of the court's time, the court can declare you to be a vexatious litigant, and you lose the right to file suits. This would do wonders for SCO's share price!
Re:There goes SCO's karma... (Score:2, Insightful)
H.ere in Britian if you waste too much of the court's time, the court can declare you to be a vexatious litigant, and you lose the right to file suits. This would do wonders for SCO's share price!
Hmm, I don't know if we have such a thing in the States. Really I doubt it, a well applied ruling like that would help clear the civil courts of what we call "frivilious litigation". However, something like this could also be abused by usi
Damn it! (Score:5, Funny)
www.ebay.com
For sale, hardly used, SCO unix licenses.
You beat their ass good big blue! I don't want thier own mothers to recognise them!
SCO shows that everyone can hate you, and you can still try and make money. At least Microsoft stole thier crap from someone fair and square.
So, which parts of the case is allready dead (Score:5, Interesting)
I must admit that I have gotten a bit tired of SCO stories (weird, huh?), but I can't remember seeing a ruling that has killed parts of SCOs case.
So, can somebody please summarize: Which parts of SCOs is dead now, by court rulings?
Re:So, which parts of the case is allready dead (Score:2)
Read Groklaw for more info about all this stuff though.
Re:So, which parts of the case is allready dead (Score:5, Informative)
IBM has two motions for partial summary judgement in the queue. The first is for a declaration of copyright non-infringement. If this passes (to be evaluated in September), then the courts will declare Linux to be free from copyright issues from SCO. The second, this recent one, is for partial summary judgement against SCO's contract claims, which is what saves IBM.
Linux wants the first. A lot. It effectively kills SCO's legal threat against Linux. The latter is what nails the most important part of SCO's case vs. IBM, and probably kills SCO in the process.
Target acquired (Score:5, Funny)
Re:Target acquired (Score:5, Funny)
0. Insert foot in mouth?
Comment removed (Score:4, Insightful)
Difference between IBM & SCO (Score:5, Interesting)
The best bits of this filing I think are the pages and pages of testimony from ( by the looks ) almost everyone involved in drawing up the and signing the original contract who all say unanimously
"This contract certainly does not provide SCO with the rights it says it is provided with, this was discussed at the time and all parties were agreed that it was not the case since to do otherwise would be so blatantly silly that no one would ever sign such a contract."
Also the way IBM have culled SCO's many accusations to the single matter of the contract dispute and then ( in my opinion ) thoroughly destroyed that even more effectively than they destroyed SCO's previous claims is very impressive and kind of suggests that this has been IBM's plan all along and everything is moving very smoothly for them.
SCO Stock is up! (Score:5, Interesting)
Re:SCO Stock is up! (Score:2, Interesting)
Yesterday the stock hit the 52 week low has well as the same price it had *before* announcing it would fill the suit against IBM. Its just a bounce off a very value. Curiously enough there seems to be some volume.
Re:SCO Stock is up! (Score:2)
Re:SCO Stock is up! (Score:5, Informative)
Re:SCO Stock is up! (Score:5, Interesting)
This means that when someone wants to cover their short position, they push the price up somewhat.. particularly when it's heavily shorted and thinly traded. It's known as "short squeeze".
Re:SCO Stock is up! (Score:3, Informative)
Credit where credit is due. (Score:5, Insightful)
Groklaw has the story first, not "also" (Score:5, Informative)
Re:Groklaw has the story first, not "also" (Score:3, Informative)
SCOX Market cap 63.95M (Score:3, Funny)
A: They're probably getting more than 64M in free publicity from those jerks.
Re:SCOX Market cap 63.95M (Score:5, Insightful)
How many other companies with small caps will line up to start suing IBM?
If IBM earns the reputation as a company that will settle for a few million instead of fight, they will find themselves surrounded by mosquitoes!
Look at Microsoft, they get sued all the time. MS is probably spending more on lawsuit settlements each year than they spend on keeping the XBox division or the Great Planes division afloat.
IBM hasn't lasted over 100 years by giving money away to settle frivolous lawsuits. They know the long term consequences.
Buy them (Score:2, Interesting)
Re:Buy them (Score:5, Insightful)
No! (Score:5, Insightful)
The company is already way overvalued! Why let all the execs and stockholders get lots of money for a company that has been nothing more than a dishonest bully?
Anyone who is suggesting IBM buy them is completely missing the point. That's what they want!
I've made them an offer... (Score:3, Funny)
I sent an offer of $699, but as yet I have no response. I think it's quite generous, I can't imagine what's keeping them.
I'd call this a dupe... (Score:2)
How did the Registry get it so wrong? (Score:5, Interesting)
This is NOT what IBM's motion claims. In fact it's the exact opposite of what IBM was arguing. IBM's motion claims that the agreements with AT&T applied only to "derivative works" as defined by the US copyright office and truck loads of case law. "Derivative works" here having it's naturally understood meaning that the work must contain part of the original(or some substantial simularity).
So basically IBM was saying that they aren't allowed to distribute the source code to ALL of AIX or Dynix or any part that CONTAINS System V code, but they can distribute any of the code from these that belongs only to IBM(called homegrown code in the motion).
Since noone is claiming that IBM has given away all the code to AIX and Dynix, and because SCO has basically given up any pretense of showing code in Linux that might have come from System V AND because the only code SCO has actually pointed to belongs ENTIRELY to IBM which is expressly NOT derivative code, than IBM is well within their rights to distribute it.
In other words, "It belongs to us and we can do with it what we like, now piss off."
As opposed to "Sure part of it belongs to you but the contract says we can do with it what we like, so piss off". If this was the case I would be backing SCO here, but since it isn't, I want SCO to fry.
another egregious error by The Register (Score:4, Informative)
Totally wrong. Instead, IBM is referring to the fact that Novell only sold some Unix rights to Old SCO, and that among the rights they retained was the right to direct SCO to "amend, supplement, modify or waive any rights under, or assign any rights to, any System V License". And, in the event that SCO refused, to do so themselves.
More broadly, SCO did not buy the existing System V licensing business from Novell. They only bought the right to sell new Unix licenses, and also to handle administrative duties on existing licenses in exchange for a 5% commission. IBM's Unix license is still with Novell, not SCO. SCO acts as a go-between on Novell's behalf, but that's the extent of their role.
Not quite right... (Score:5, Informative)
Remember, since SCO was also alleging that the terms of the GPL itself were not valid, the fact that they continued to distribute it under the terms of the GPL was meaingless.
What this does *NOT* do, and they are right to assume this, is automatically make the GPL apply to their code, since there was no obvious intent to do so. If the GPL is not valid then absolutely nobody, including SCO, has permission to distribute Linux without permission from the copyright holders on the code. Does SCO have this permission outside of the terms of GPL? No? Then it makes SCO guilty of continued and willfull copyright infringement.
Re:Not quite right... (Score:5, Insightful)
Their point in this request for summary judgement has nothing to do with GPL. All they are saying is that SCO can't expect IBM to keep it (JFS etc.) confidential while they (SCO) continue to publish it. As SCO has stated over and over, this particular claim has nothing to do with copyright, and therefore nothing to do with GPL. It has to do with confidentiality.
This is the SECOND summary judgement motion (Score:5, Interesting)
The new motion is about IBM/SCO contract issues. That doesn't directly affect anybody else. Only the copyright claims matter to unaffiliated third parties.
New theory - IBM did it (Score:3, Interesting)
or some other pro-Linux company.
Wait. Wait. Here me out. I am just playing the devil's advocate here to bounce an alternative theory off of the group. I do not think this is true, but 'what if' ...
This is the scenario:
I know, too many steps.
It is easy for many /.ers to think of Microsoft as the evil giant seeking to destroy Linux. What if this case is more like a legal vaccination? The SCO case could be used to create legal precendents to make it more difficult to attack Linux in the future. That which does not kill you makes you stronger.
To repeat, I do not think this is what is happening, but I do find it interesting to consider the possibility.
Waiting for boat at train station (Score:3, Insightful)
1) An overbroad definition of derivative works and an understanding that I build part A. You build parts B, C, and D on part A. All your parts are belong to us, thank you for playing.
2) Somehow that I worked on your code in the pase prevents me from creating new simmilar code in the future. If you do create it, I own it.
All of these ideas are flawed in that they assume that intellectual property is like a rental property where all your improvements belong to the landlord.
IBM wins for creativity in punishing SCO... (Score:3, Interesting)
A REAL LIFE MIT scientist... and not just any fictitious MIT scientist.... but Dr. Randall Davis, Director of Research for CSAIL. [mit.edu]
i read that and said to myself... wholly fscking shit... THAT is funny.
My summary of the memorandum (Score:3, Insightful)
First, SCO says that IBM stole millions of lines of code and put into Linux. IBM has asked SCO to identify the lines many times. A judge has ordered SCO to do so twice. SCO has not done so to this date.
Instead, they keep changing their claim. Then the case became about "trade secrets" IBM stole. IBM has asked SCO to identify what trade secrets or what code are invovled with these trade secrets.
SCO no longer says its about trade secrets. Now, it's about code that IBM contributed from AIX and Dynix into Linux. SCO argument is that since they own System V, according to the licensing agreements between AT&T and IBM, they own all dervatives and anything else IBM creates. Thus IBM cannot contribute code to Linux because SCO owns it. SCO does not identify all the lines but does identify the modules that contains this derivative code (RCU, SMP, etc). Because IBM violated this agreement, SCO has the right to terminate IBM's license.
Using an expert from MIT, IBM says that all the modules that SCO mentions contains no derivative code but is original.
IBM mentions Amendment X. Back in 1996, in an agreement (Amendment X) with Novell and old SCO, IBM acquired a "irrevocable, fully paid-up, perpertual" license to System V for the sum of $10 million. Novell eventually sold some rights to SCO but kept enforcement rights.
IBM then brings out everyone and their dog that participated on the original license from AT&T, IBM, and Sequent. Everyone involved agree that AT&T does not and never owned any derivatives of System V created by their licensees or by third parties for their licensees. All parties (especially AT&T) emphasize that any original code created by their licensees and not derivative were never claimed by AT&T. Since AT&T never claimed it, SCO cannot either. AT&T reps and former counsel disagree with SCO current interpretation of the license agreement that AT&T drafted. IBM supports this with a few documents from AT&T including the $echo newsletter.
So as a matter of law, IBM says that summary judgment should be granted because it is all one-sided. Citing case law since everybody who was party to the original license agrees with IBM and all documents support their view and SCO has not produced any testimony or documents otherwise, IBM owns all their own original code and any derivatives of System V. Thus they could not have breached the contract.
Also, even if IBM breached the contract, the contract cannot be terminated because of Amendment X. Additionally, even if the contract could be terminated, SCO does not have the right to do so. Novell still retains the enforcement rights of System V. Lastly IBM notes that SCO should not be able to sue IBM over contributions to Linux if SCO itself still distributes Linux knowing it supposedly has "stolen SCO code"
Re:I'd just like to say.. (Score:3, Funny)
Word. Sue IBM? Bad idea. But if you do it, you best make sure you've got your shit together.
Re:In today's world (Score:2)
Re:Where is the Linux code? (Score:2)
Re:IBM (Score:4, Funny)
Yes they are! They are going down HARD on Sco. When they get up, they will brush SCO off their knees and do what they do.