Slashdot Mirror


The SCO Boomerang and the Strength of Linux

karvind writes "PJ of Groklaw has written an insightful article on benefits flowing from SCO's litigation: GPL stands up in court, the community bonded more tightly than ever, encouraged increased support for FOSS and last but not the least heightened awareness of the benefits of using GNU/Linux systems. Article is also on Yahoo and NewsFactor."

46 of 219 comments (clear)

  1. GPL by Lehk228 · · Score: 5, Informative

    The GPL was not "tested in court" the lawsuit was a contract dispute between SCO and IBM. Though i think it may have resulted in a few more PHB's hearing about linux and maybe being curious how it could save money to switch.

    --
    Snowden and Manning are heroes.
    1. Re:GPL by vadim_t · · Score: 4, Insightful

      None is needed, as the other post says.

      If I understand it correctly, it works like this. When a company is about to go to court, they realize that the GPL is the only thing that gives them the permission to distribute the code. If they try to argue that the GPL doesn't apply, then they suddenly have nothing in their favour at all and are clearly guilty of copyright infringement.

      No wonder it never went to court, because it's clearly an unwinnable situation.

    2. Re:GPL by gvc · · Score: 4, Informative

      I cannot parse your sentence. I think you are saying that SCO v. IBM does not test the GPL. It certainly does. IBM's eighth counterclaim says:

      "124. SCO has infringed and is infringing IBM's copyrights by copying, modifying, sublicensing and/or distributing Linux products except as expressly provided under the GPL. SCO has taken copyrighted source code made available by IBM under the GPL, included that code in SCO's Linux products, and copied, modified, sublicensed and/or distributed those products other than as permitted under the GPL. SCO has no right -- and has never had any right - to copy, modify, sublicense and/or distribute the IBM copyrighted code except pursuant to the GPL."

    3. Re:GPL by aug24 · · Score: 4, Insightful

      You don't seem to quite get how the GPL works (as don't many, many people, including Darl McLies). Apologies for the slightly reactionary tone of that sentence, but it's important to understand exactly what it is and how it will be used in court... read on:

      The GPL is a license to use copyrighted software. As such it will never be 'tested in court' in the sense you describe. However, it is a (perhaps the only) defence against a charge of copyright infringement, where the code user cannot demonstrate some other license to use the software[1].

      In fact, SCO is using it as its defence in the 8th (iirc) counterclaim, which is where the court then will determine if SCO has fulfilled all the licence terms. That is all the 'test' it will ever get, and all we will ever need.

      Once you understand that, the idea suggested by Darl that all GPL works should be declared Public Domain becomes clearly visible as the idiotic idea it is: it would involve stripping copyright from hundreds (thousands!) of works for the benefit of exactly the same type of people who are currently having copyrights extended so they can continue to make money off long-dead artists (eg Sonny Bono).

      Justin.
      [1] AFAIK there is nothing to stop the owner of some code both relieasing under the GPL and simultaneously licensing it for commercial use for money. After all, why should the owner of some code not do as he/she wishes with it?

      --
      You're only jealous cos the little penguins are talking to me.
    4. Re:GPL by Xformer · · Score: 4, Informative

      Clearly an unwinnable argument, that I clearly remember SCO trying to use earlier in this whole mess. Their lawyers tried to proclaim the GPL as invalid, and that argument was tossed pretty quickly.

      Therefore, the GPL was tested in court, and it stood rather well.

      --
      All I want is a kind word, a warm bed and unlimited power.
    5. Re:GPL by gvc · · Score: 2, Funny

      `And no one cares "parse" you pseudo-programmer-elititist style.'

      I see your command of English syntax equals that of the original poster.

    6. Re:GPL by dmaxwell · · Score: 2, Interesting

      Promissory estoppel at the very least would kick in. The developer would also have to 'splainin' to do why he licensed under the GPL in the first place. Contracts are binding on both parties to an agreement. A license binds the the licensor as long as the licensee is in compliance. A compliant licensee who has become dependent on the software may even be able to sue the reneging licensor for damages.

    7. Re:GPL by hacker · · Score: 5, Interesting
      "The situation I propose is that the original developer announces that anyone using the software now needs to pay a licensing fee, claiming that the GPL is not a valid license to begin with..."

      Also not possible, since the GPL is simply a license to copy and redistribute copyrighted software, if the GPL is revoked, I still have been granted rights to the version I was given, via the U.S. Copyright system. I am free to do whatever I wish with it, including rebrand it as my own and sell it as a competing product.

      When the GPL is stripped away, what is left is a stronger legal standing, not a weaker one. Trust me on this, We've been fighting 3 cases of GPL violation with our FSF-appointed attorney in towe, for the last 4-5 years now. Commercial companies seem to think because we're "spare time hackers", we can't afford attorneys, and that they can pick and claw at whatever pieces of our code they wish. They are sorely mistaken.

      In the case of a GPL investigation, if the violation of that license is proven to be accurate, all rights to continue to use that GPL'd code are revoked, making EVERY SINGLE SALE OR DOWNLOAD of that GPL code from that point, a United States Copyright Violation, subject to fines of $20,000/USD to $200,000/USD per-incident. Its VERY expensive to violate the GPL.

      In one case, the vendor took our project, every single piece of it, slapped their own names on it, removed ours, stripped out the licensing, put their icons on it, and began selling it to "partners", without letting them know that it was based on GPL code (and without transferring that GPL license to those "partners"). Since they were openly advertising that it was "their" product, written by them (they gave copies away by the thousands at "beaming" kiosks at tradeshows), this was now what is called a "Lanham Act Violation", otherwise known as "...false designation of origin". When we approached their "partners" and asked for source, we were directly threatened by the CEO of the original violating company with bankruptcy and other things. I quote: "If we end up in court, I will bankrupt these guys! I have millions of dollars of investor money to play with..."

      It never ceases to amaze me how stupid and ignorant companies like this continue to be, but the number of GPL violations continues in the industry every single day, there are thousands of known violators out there right now, just waiting for someone to slap them with an injunction and a subponea to audit their source code.

      Once someone grants you rights to a piece of software, it cannot be revoked after the fact.

    8. Re:GPL by The+Cisco+Kid · · Score: 2, Insightful

      You *probably) know this, but your wording seems unclear, so for the benefit of other readers, I shall clarify.

      Actually the GPL has nothing to do with 'using' software (eg running an application, loading and booting an OS, etc). Default copyright doesnt place any restrictions on someone merely 'using' a program - only proprietary EULA's go there (and it is controversial as to wether those are/should be binding at all).

      The GPL merely covers copying all or part of the source code of a GPL'ed program into another program, or modifying it and releasing compiled versions of the modified code. By default, copyright grants you no rights to do either of these. The GPL says 'ok, normally you can't do this, but as long as you comply with these terms, then you can'.

    9. Re:GPL by Vengie · · Score: 2, Insightful

      Are you in law school or AYAAL? You actually made sense..... [you might want to explain what estoppel is next time though, since all of five people understood it, present company included.]

      --
      When in doubt, parenthesize. At the very least it will let some poor schmuck bounce on the % key in vi. (Larry Wall)
    10. Re:GPL by falconwolf · · Score: 2, Informative

      AFAIK there is nothing to stop the owner of some code both relieasing under the GPL and simultaneously licensing it for commercial use for money. After all, why should the owner of some code not do as he/she wishes with it?

      Which is what MySQL AB does, besides FOSS they also have a commercial license, which includes tech support. From much of what I've read recently in business that's the trend in software today, to sale commercial licenses to those who want support.

      Falcon
  2. Bonded more tightly than ever, huh? by aendeuryu · · Score: 3, Insightful

    the community bonded more tightly than ever

    *cough cough BITKEEPER cough*

    1. Re:Bonded more tightly than ever, huh? by Anonymous Coward · · Score: 5, Insightful

      Bitkeeper along with Apple's lack of contributions back to the BSD community (yeah yeah "darwin, darwin", I mean compared to IBM's and other ppl's contributions linux) has to be the best example of why the GPL kicks the ass of these other licenses and off proprietary.

      Mention anything in favour of the GPL and some BSD troll will try and make out that you are some group-thinking slashbot who hasn't considered the issues. But no, I have considered the issues, and the GPL works out damn fine.

      And on another BSD troll issue, they always look down on linux because it's a "toy". Yeah well let's just have a look at the troubles in FreeBSD 5 then hey? Linux, although certainly not perfect (take note of what I just said please), is nothing to sniff at technically.

      Now I don't mind the BSD licence, it's cool. Most BSD guys are cool (again take note). I just hate that part of the BSD culture which looks down it's nose at the GPL like anyone who supports it is some script kiddiot. There are reasons for it, damn good reasons.

      And yes there are linux ppl trolling BSD also, but they are normally full-on joking rather than being serious like the BSD elitist trolls. "BSD is dying" isn't half as bad or serious as some poncy "you are an inferior being because your linux "distro" is a toy next to the awesome power of my SMP implimentation on my *BSD box"

      fuck em if they can't take a joke.

    2. Re:Bonded more tightly than ever, huh? by gclef · · Score: 3, Insightful

      Honestly, I think the Bitkeeper thing is about a legitimate concern. I understand the fight there. I think part of what SCO did was make the community focus on those sorts of fights rather than the more petty ones (*cough cough KDE vs Gnome cough*). There's no way a group this size will never have fights, but a common enemy makes you prioritize your fights a bit better.

    3. Re:Bonded more tightly than ever, huh? by Anonymous Coward · · Score: 3, Insightful

      Bitkeeper?

      Who cares. That's just kernel politics bullshit. It's happenned before (smp support disputs for instance), they'll end up creating something better then bitkeeper anyways.

      Seriously. It realy doesn't matter very much anyways. The free version of bitkeeper is still aviable, and now people have a good reason to build a free replacement/improvement.

      You mistake Linus's personality flaws with something that actually matters. It doesn't.

      If you look back into history a similar thing with SCO.

      If SCO didn't price their Unix so expensive that no normal person could ever hope to afford it, there would of been no reason to start Linux in the first place... There would of already been a Unix for Linus's i386 machine. But SCO priced themselves out of the future.

      Now Linux, with 2.6, is superior to SCO's stuff in almost every way. So they try to sue to save their asses and it failed. Go figure.

    4. Re:Bonded more tightly than ever, huh? by B'Trey · · Score: 3, Insightful

      The real issue isn't his decision to use BK. That's was a mistake, but no one is perfect. Mistakes can be rectified. The real issue is that, now that it's become apparent and undeniable that it was a mistake, Linus isn't saying "Ooops. Sorry about that guys." Instead, he's continuting to insist that it wasn't a mistake and that the blame lies on other people for daring to refuse to play by the royal decree that McVoy laid down for the use of his software. There is absolutely no difference in what BK is doing with their protocols and what MS does with their protocols. Reverse engineering MS networking to create Samba, so Linux machines can work with Windows machines, is a good thing. But doing the exact same thing to allow people without a commercial BK license to get to all of their data is somehow immoral and unethical. That's the rankest sort of hypocrisy from Linus, and it greatly damages my trust in his leadership. I don't take anything away from him, or deny him any of the props he deserves for his work on Linux. But he needs to step up to the plate, admit he screwed up, and apologize to Trigdell.

      --

      "The legitimate powers of government extend only to such acts as are injurious to others." Thomas Jefferson.

    5. Re:Bonded more tightly than ever, huh? by B'Trey · · Score: 2, Informative

      And if Microsoft had politely asked Trigdell to cease reverse engineering the network protocols, should he have done that too? At the time he started working on them, there was no replacement for a Windows server either. Trigdell reverse engineered the protocols, created Samba, and now we can have Windows and Linux servers running on the same network, working (almost) seamlessly together. Clean room reverse engineering is not only common, it's a key part of the methodology that allows Open Source software to work. Variations on that is how we get Linux to work with Windows, it's how we get Open Office to read Word documents, its how we make Open Source work with any closed software where the protocols are not open. McVoy has every right to kindly ask Trigdell to stop. So does Microsoft and any other company. But Trigdell has every right to ignore the request.

      BK is sitting at a table and it threw the Open Source community a bone. Trigdell refused to gnaw on the leavings and decided to go to the kitchen and cook his own dinner instead. McVoy got all in a huff and took his bone back. And it's all Trigdell's fault for not being grateful for the scraps and having the gall to want a full meal instead.

      --

      "The legitimate powers of government extend only to such acts as are injurious to others." Thomas Jefferson.

    6. Re:Bonded more tightly than ever, huh? by B'Trey · · Score: 2, Informative

      Also what hypocrisy is there from Linus? Has he said somewhere that reverse engineering the BK protocol is immoral and unethical? Has he said the opposite for the samba team? Where exactly is the hypocrisy?

      Trigdell is the lead programmer for Samba. It's his baby. It started out as a hobby for him, something to play with, exactly the same way that he was playing with Bitkeeper. I don't know that this hobby would ever produce a replacement for Bitkeeper, but I don't know that it wouldn't either. But, to steal a line from MS, the freedom to innovate is vital. It's the very essence of Open Source.

      And yes, Linus has slammed Trigdell directly for it. See here and here.

      --

      "The legitimate powers of government extend only to such acts as are injurious to others." Thomas Jefferson.

  3. Gamer's Advisory: Cursed Boomerang of SCO by rewinn · · Score: 4, Funny

    ... is not effective against charging penguins!

  4. There's a reason it wasn't tested in court by Anonymous Coward · · Score: 5, Insightful

    The GPL is so robust that, when violators are confronted with it, they invariably fold. It has been a complete non-issue. Even SCO does not argue that the GPL is invalid, only that the FSF and IBM haven't enforced it fairly.

    The GPL is a work of sheer genius.

    1. Re:There's a reason it wasn't tested in court by Anonymous Coward · · Score: 2, Insightful
      The license itself may be a work of sheer genius, but the idiotic, uncompromising fanaticism and elitism of the GPL crowd drives people away.

      Free software is not always the solution. Proprietary software does not need liberation. You can't make as much money with open source software as you can with closed source software. Making profit is a good thing.

    2. Re:There's a reason it wasn't tested in court by Corpus_Callosum · · Score: 5, Insightful
      The license itself may be a work of sheer genius, but the idiotic, uncompromising fanaticism and elitism of the GPL crowd drives people away.
      They generally are uncompromising, elite fanatics. But I would hardly call their behavior idiotic. What drives every GPL swinging fanatic is the lucid realization that if the source is closed, the software will eventually rot and die. Why would anyone in their right mind want to depend on anything that is guaranteed to rot and die? If we take software to be the bricks and mortar of the world's communications and data infrastructure, then we also have the additional variable of control. Do you want private companies controlling world infrastructure? These are the central themes of the open-source religion and for people that give a damn, they are strong themes.

      Free software is not always the solution. Proprietary software does not need liberation. You can't make as much money with open source software as you can with closed source software. Making profit is a good thing.
      If the proprietary software is something that is expected to exist for a long time, participate in public data infrastructure and/or is of very high importance, then there are some very compelling arguments that it should indeed be liberated.

      It is not even completely clear that you can make more money with proprietary software. The largest and most profitable computer company in the world is open-sourcing practically everything these days, they believe it is good for business. You know the one, with three blue letters?
      --
      The reason that it can be true that 1+1 > 2 is that very peculiar nonzero value of the + operator
    3. Re:There's a reason it wasn't tested in court by vadim_t · · Score: 4, Insightful

      I don't see the point.

      The GPL crowd drives some people away. Some Microsoft fans draw me away. Apple fans drive other people away. So what? Everybody is attracted and repelled by one thing or another.

      IMHO, proprietary software is not a solution, it's sometimes a necessary compromise when there's no other alternative. In that sense it works well for vertical applications. For nearly everything else, I'd say it's a big disadvantage since usually you get stuck with a single vendor and lock-in.

    4. Re:There's a reason it wasn't tested in court by nickco3 · · Score: 4, Insightful

      You can't make as much money with open source software as you can with closed source software.

      That all depends on whether you sell software or buy it. If you are not a software salesman, your bottom line will be better with open source.

      Making profit is a good thing.

      Let's all nail shutters over our windows to make the power company more profitable.

      --
      -- Nick "Hallo this is Beel Gates, und I pronounce weendows as ... WEENdows"
    5. Re:There's a reason it wasn't tested in court by DashEvil · · Score: 4, Insightful

      Uh, IBM makes most of its money off hardware. The fact that it uses Open Source software to leverage that hardware is quite irrelevant. Your point is misleading.

      How about we compare corporations like Red Hat to Microsoft. I think that argument is much more compelling.

      --
      -If God wanted people to be better than me, he would have made them that way.
    6. Re:There's a reason it wasn't tested in court by mrhartwig · · Score: 5, Informative
      Actually, no. IBM makes more money off services than either HW or SW. I didn't find their 2005 annual report quickly, but the trend toward services (vs. HW) has been going for several years now; here are the 2004 revenue numbers:
      • Services: $42.6 B
      • HW: $28.2 B
      • SW: $14.3 B
      • Financing: $ 2.8 B
      • Other: $ 1.1 B

      Adding that up, it looks like services top HW & SW combined.

      I believe IBM's use of OSS to leverage their services business is quite relevant. I do suspect that the majority of their services don't have anything to do with OSS, but my (uninformed) opinion says the % is growing, and will continue to grow for a while.

    7. Re:There's a reason it wasn't tested in court by stankulp · · Score: 4, Insightful

      "The license itself may be a work of sheer genius, but the idiotic, uncompromising fanaticism and elitism of the GPL crowd drives people away."


      You can say the same thing about Microsoft's "Business Software Alliance."

      --
      We must be alert to the danger that public policy could become captive to a scientific-technological elite. - Eisenhower
    8. Re:There's a reason it wasn't tested in court by belroth · · Score: 4, Insightful
      You can't make as much money with open source software as you can with closed source software. Making profit is a good thing.
      This is true if you are talking about companies that sell software. Companies that 'merely' use software while carrying out their real business to make money will have reduced overheads. In this case it's quite possible to make more money with FOSS than proprietary software, making money is indeed a good thing.

      For example I've been writing software for over twenty years and none of it has ever been sold, it's all been in-house to support the business functions of the various companies for which I've worked. FOSS is very useful as it means I don't have to squeeze any more budget to pay for proprietary software which may be 'end of lifed'.

      --
      I hereby inform you that I have NOT been required to provide any decryption keys.
    9. Re:There's a reason it wasn't tested in court by Profane+MuthaFucka · · Score: 2, Interesting

      IBM sold off their Thinkpad business, so even more of their income will be because of services, not hardware.

      To some extent you are right about using hardware to push services, but going forward this doesn't look like it's going to be the case as a rule. IBM is a services company that happens to sell hardware.

      --
      Fascism trolls keeping me up every night. When I starts a preachin', he HITS ME WITH HIS REICH!
  5. And more concern by nurb432 · · Score: 5, Interesting

    "will i be sued if i use this free software"

    Microsoft is placing full page ads based on this angle in trade magazines now.

    While the reality of being sued may ( or may not exist ), they are doing their best to instill the fear of it into businesses, so they will stay with 'safe' software.

    With all the free press, its only helping Microsoft do this.

    --
    ---- Booth was a patriot ----
    1. Re:And more concern by Corpus_Callosum · · Score: 2, Interesting

      I read that as "will i be sued by Microsoft if i use this free software"

      Am I the only one? Is Microsoft announcing it's intentions to throw rocks at the gears? I can see some Microsoft black-project to get some independant [ehum..] developers to sue big companies for some triviality related to an open-source license to try to drive the point home.

      Never mind me, I'm just paranoid..

      --
      The reason that it can be true that 1+1 > 2 is that very peculiar nonzero value of the + operator
    2. Re:And more concern by fermion · · Score: 2, Interesting
      I think the big issue is the continuing availability of technology. Will the tools one uses to build a firm be available next year. Will there be predictability in costs and upgrades. With MS products, this predictability generally exists, and if it changes, there is often a long enough window so that firms can change tools. This predictability is what forces MS to keep older OS alive, and nuetered the MS attempted to force firms into yearly upgrade cycles.

      So, the issue is not so much who will pay for lawsuits. Most end users, of course, realize that they will not be liable. What of concern is if the GPLed tool will be availabe. If SCO or MS wins a suit, there might be immidiate injunctions against the use of those tools. MS has enough money to make the problem go away, and has done so. The OS vendors. typically, do not.

      So in this enviroment where eveyone is suing everyone over patents, and even MS has made payments, there is great uncertainty in the market over who own what. Like so many things, the situation works in favor of the monopolist, and against the free market.

      --
      "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
  6. Re:Annoying and Compulsory RMS Troll by GNUALMAFUERTE · · Score: 4, Insightful

    1: Calling the system by it's proper name is trolling?, wow.
    2: You want RMS to die?, do you want 20 years of fight against the stablishment, the GPL, the FSF, and 60% of the software on your average distro to die with him too?.

    You sir, are an uneducated bastard.

    --
    WTF am I doing replying to an AC at 5 A.M on a Friday night?
  7. Re:The winds of change.... by LiquidCoooled · · Score: 2, Insightful

    Everyone seems to bitch about Roland, but looking on the slashdot hall of fame for most active submitters, I find that Roland is second.

    The first person(prostoalex ) has more accepted submissions, also has a blog, and has nobody complaining about him.

    Without regular roving reporters, digging out interesting stories, slashdot would be shit.

    I have not come across a single article where Roland forces people to his blog, EVERY single article blurb links directly to his original source, the blog is just another more indepth writeup, you are NOT forced to go there at all.

    However submissions by sheeple to NYT and salon etc are far more annoying by forcing signups and payments just to read the news.

    The rest of your suggestions are pretty much spot on however.

    --
    liqbase :: faster than paper
  8. Re:Annoying and Compulsory RMS Troll by GNUALMAFUERTE · · Score: 2, Insightful

    Free Software exists so that you can be a computer user without being held hostage by whomever owns the software you use. That was RMS's idea, that's the whole purpose of Free Software. Comercialization is something that may happend, but it's not the main purpose for having free software.

    --
    WTF am I doing replying to an AC at 5 A.M on a Friday night?
  9. Insightful? by Anonymous Coward · · Score: 2, Informative

    The references to being tested in court is for the part Pamela mentions about SCO wrapping themselves in the GPL flag in court against IBM charges of copyright infringement. Also, one of the other cases had an element of GPL in it iirc.

    And in Germany, the GPL has been ruled on in two cases where the GPL was held to be enforceable. I believe Stu Cohen or Eben Moglen have used those two cases as examples of cases that are going to be used in international law as a basis for future decisions, and will probably be used for similar legal reasonings in court decisions to come in the US.

    So the GPL has been tested in court, at least twice directly in German court, and at least twice indirectly or as part of preliminary arguments for pre-trial hearings in the US.

    How the fuck you got modded up to +5 insightful when you're talking out of your ass is beyond me. 5 mod points for first post?

    1. Re:Insightful? by Anonymous Coward · · Score: 4, Insightful
      If it's bad for big business, it will get crushed.

      The other reply points out how many billions GNU/Linux is currently worth and is projected to be worth in the next few years. That's how much it is worth to the tech companies that sell computers.

      Why is GNU/Linux the juggernaut that it is today? Why has it been growing at 50% compound annual growth rate for more than a few years and projections put it at the same compound growth rate for the next 3-5 years depending on who you ask? At that continued growth rate, if it can be sustained and the analysts project it out at that rate for 3-5 years so they believe it can be sustained, it will eclipse Microsoft to become the #1 operating system on servers. It already is #1 on blades. Why all this? Because companies and industry see the value in GNU/Linux powered systems. The real value is competition, no lock-in from Microsoft, no lock-in for ridiculous priced Sun hardware. GNU/Linux, x86, and AMD/64 have made servers commodities, broken the OS and cpu monopolies.

      The value that isn't stated in the numbers of the other post is the hundreds of billions of dollars in value in the US (and worldwide, but we're addressing your regulatory comment) that companies outside of tech, but who are dependant on computers for their revenue and earnings, the value that they place on GNU/Linux.

      Does Daimler Chrysler sell blades? Servers? Embedded devices? Desktops? They are an automotive company, not a computer hardware company. But they saw the value in GNU/Linux, and they became "well known to be a Linux shop". So a multi-billion dollar, Fortune 500, non-tech company sees tremendous value in GNU/Linux. Any guess whether the rest of the companies in the Fortune 500 see value in GNU/Linux?

      Any guess in which lobbying direction the other 450+ (excluding Microsoft and some of the tech companies that are dependent on Microsoft dominance) companies of the Fortune 500 will send their lobbyists when it comes to lobbying legislators to flex WTO muscle?

      As for Microsoft, they can't do anything at all. Other posts are mentioning that Microsoft will start enforcing patents or funding other companies to do this. As soon as they do this, anti-trust rears its head. Perhaps the only thing Microsoft fears more than GNU/Linux is the threat of being broken up into pieces like Ma Bell. This already has been suggested (by a judge iirc), where Microsoft would be broken up into Operating System and Office, or it can be taken far further, breaking up additional units (like the Great Plains Software and other divisions).

      Microsoft got a pass with the current anti-trust situation in the US. They are well aware this can change overnight based on their anti-competitive actions, or based on a change in government administration in the US. That's why Intel is treading carefully with AMD and allowing them to exist. They can shut down AMD overnight by simply cutting prices and riding it out cushioned by their cash reserves for a few or more years. Japan brings up interesting questions on anti-trust with Intel. Does Intel have any of the anti-competitive contract/compensation requirements with US hardware manufacturers like it has with the manufacturer that complained in Japan? Tech journalists should start asking these questions, hopefully others will pick up the questions and keep asking Intel. If they do and it is found out, AMD will pick up major market share (and possibly Dell as a customer) once those illegal contracts are banned and action is taken against Intel, if the contracts exist.

      GNU/Linux may be worth 15 billion now and 50 or a 100 billion in the next few years, but it is worth far more to non-tech companies who will prevent going back to the Unix & Microsoft lock-ins of the past with every fiber of their being.
  10. As everybody knows by sad_ · · Score: 2, Insightful

    PJ in the article says everybody knows that GPL software has no risks (or no more risks then other software). Well it's not true, a lot of of CIO still don't know and/or are still thinking of linux as if it was 1995.
    If they were not like that, the article she wrote would not have been necessary. So, it is a good thing she wrote it, but there is no boomerang effect, just yet.

    --
    On a long enough timeline, the survival rate for everyone drops to zero.
  11. Microsoft AD reference by nurb432 · · Score: 4, Informative

    No url, but here is the magazine and page #:

    March 7 edition of Information Week ( print version ) Pages 30 and 31.

    Entited "Adding up the costs of linux vs. windows? Be sure to add the intellectual property risks, too."

    I have seen it elsewhere too, but that is the only hard refrence i can remember.

    --
    ---- Booth was a patriot ----
  12. OT: rights of owners by mi · · Score: 2, Interesting
    After all, why should the owner of some code not do as he/she wishes with it?

    You know, where the author of GPL -- Mr. Stallman -- lives, right? Cambridge, MA...

    The dominant view of property in that town may be very different from yours. For example, this is the city that had the most anti-landlord legislation for years (resulting in great tenant-landlord animosity, of course). After the state-wide referendum repealed most of it several years ago, many people in Cambridge keep campaigning to put them back in. Tenants, you see, are people too.

    Now, I don't know Mr. Stallman's views on the subject, but I would not be at all surprised, that his answer to the question:

    After all, why should the owner of some apartment not do as he/she wishes with it?
    is quite different from yours.

    Back to your original question, users are "people too", aren't they?

    --
    In Soviet Washington the swamp drains you.
  13. Not only OSS users can get sued by floorten · · Score: 2, Insightful

    The big lie behind this FUD is that by using M$ software, or any propriatory packages, you are somehow covered against being sued.

    However, people may remember not long ago, M$ SQL Server developers were being threatened with lawsuits, due to a patent conflict. See this Register Article...

    The licence of your software really bears little relevance to how likely you are to be sued IMHO.

  14. The reasons for the GPL's strength is obvious by mark-t · · Score: 2, Insightful
    Ignoring the GPL for a moment...

    Copyright law says you can't copy something without permission from the copyright holder (personal and fair use notwithstanding). Period.

    The GPL does nothing more than _GRANT_ permission to people that agree to abide by its terms. Period.

    That's it. If you don't agree to the terms, you don't have the permission that it grants, and you have no more permission to copy it than if the GPL weren't there at all, but the work was still copyrighted.

  15. Re:Annoying and Compulsory RMS Troll by MoralHazard · · Score: 2, Insightful

    RMS may be a little freaky... Okay, he's a LOT freaky. I think that most people are put off more, though, by the near-religious aspects of his approach to free software.

    I'm a big free software fan, but I frame it in highly practical terms. Copyright is a monopoly, by definition--to some extent, it's a justifiable monopoly, because of the benefits of guaranteeing an economic return to the parties that create and fund its development. It helps to economically rationalize the costs of software development, because the work of creating it can be rewarded in a way that would otherwise be difficult.

    But the downside of the monopoly is pretty big, too--proprietary lock in is the big one, in my mind, but there's more. If you're reliant on closed-source software, you usually have to take it as-it, bugs and missing features and bloat, and all. OSS tends to encourage a lot more flexibility, interoperability, and choice in the way things work. The business benefits of these freedoms are huge, no question.

    The great thing about OSS is that it still allows revenue streams for software creators and funders. The creators of MySQL get a lot of consulting business based on the fact that they know the software better than anyone else. People who make big Linux kernel contributions can find jobs easily with companies that need Linux expertise, because they have a proven qualification in that area that means more than a million certifications. So the people that contribute have a payoff.

    And GPL-style licenses are more effective at preserving these revenue opportunities than BSD-type licenses, because they tend to prevent proprietary code-forking, which keeps projects under the control of the original creators more easily.

    This is the great realization of OSS that can be couched in purely economic terms: all the benefits of copyrightable works, but minimizing the negatives of the monopoly that comes with it.

    I don't know how much RMS agrees with this particular sentiment, but then again, I don't really care.

  16. reverse engineering by zotz · · Score: 3, Insightful

    "Unless you have a problem with clean room reverse engineering"

    If he's got a problem with reverse engineering, he must be buying all of his PCs from IBM right? I mean, wasn't the BIOS reverse engineered?

    http://www.macintouch.com/pchistory.html
    http://www.macintouch.com/pchistory.html
    http://www.jmusheneaux.com/01.htm

    Links from a quick google sesssion.

    all the best,

    drew

    http://www.ourmedia.org/

    --
    FreeMusicPush If you want to see more Free Music made, listen to Free
  17. Re:GPL and use by The+Cisco+Kid · · Score: 2, Insightful

    No.

    If you read the GPL carefully (it seriously sounds like you havent - I suggest when you have a bit of free time that you pop over to http://www.fsf.org/licensing/licenses/gpl.txt and read it through - its quite interesting, and may well clear up a lot of confusion you have) you will note that it applies only to taking the GPL'd source code, and adding it (or adding other code to it) to produce a new program. It specifically says it does *NOT* apply to the act of loading the program onto hardware (which would include to a harddrive, into a CPU, all steps of its execution including whatever microcode might be involved).

    "Making copies to CD" would fall under 'distribution', not 'use'. And you are only restricted (by the GPL) if you distribute *modified* copies. The basic premise is, if you are distributing a binary/complied program, that anyone that you distribute it to, has the ability to compile the same binary themselves, and the ability to pass that ability on to anyone they choose to distribute it to. It is unimaginable to me that someone *choosing* to license and distribute code that they wrote (or have copyright of) under the GPL, would ever interpret the GPL in the way you are thinking. Also note that the terms that commercial companies might want to impose on the persons who buy their software has nothing to do with what the GPL imposes.

    In the case of fonts, only if you took a GPL'd font, and modified it to make a new different font, would the GPL come into play. And even then, unless you distributed the new font (and again, merely using it to produce a document wouldnt count - I mean actually distributing the font itself, in such a manner that someone else would be able to use it to produce a document), it would require nothing. If you did sell (or give away) copies of the font, you would be required to give away the 'source code' (is there such a thing, as regards to fonts? If not, then the entire thing may be moot anyway) to your new font.

    Using a font to write a document would *not* require that the document be distributed under the GPL, or that it be distributed at all. If you use a GPL'd math-formula program to write and print some formula (maybe even the one that is the answer to life, the universe, and everything), you arent suddenly required to license your formula under the GPL - you can keep it secret, put it in the public domain, or license it under any terms you choose. Lets say I was using a GPL's web browser to type this post - doing so wouldnt require that this post be GPL'd, or remove my copyright to this post (now the TOS of /. may say by posting I give unrestricted rights to them, but thats not related to the GPL or my browser).

    The GPL doesn't even require you to distribute modified works. The *ONLY* thing it requires, is that if you *choose* to distribute either a modification of the program you received under the GPL, or another program, that incorporates source code from the program you received, that you also make available the source code of the new program.

  18. Re:GPL and use by jbolden · · Score: 2, Insightful
    You perhaps should try to be less condescending until you are sure that you really are the one explaining obvious things to me. I was addressing an issue that comes within the GPL:


    This License applies to any program or other work which contains
    a notice placed by the copyright holder saying it may be distributed
    under the terms of this General Public License. The "Program", below,
    refers to any such program or work, and a "work based on the Program"
    means either the Program or any derivative work under copyright law:


    In other words the licenses scope is determined by copyright law's definition of a derived work.

    Now what you may be thinking of is this passage:

    Activities other than copying, distribution and modification are not
    covered by this License; they are outside its scope. The act of
    running the Program is not restricted, and the output from the Program
    is covered only if its contents constitute a work based on the
    Program (independent of having been made by running the Program).


    My post specifically addressed that the courts are reconsidering exactly what "running" vs. "copying" is in terms of copyright law. So yes this would have impact on the GPL in terms of software.

    Finally on the fonts issue:

    The *ONLY* thing it requires, is that if you *choose* to distribute either a modification of the program you received under the GPL, or another program, that incorporates source code from the program you received, that you also make available the source code of the new program.

    You are flat wrong regarding only distributing modified versions requiring source. Section 3 is quite specific that any distribution requires source " You may copy and distribute the Program (or a work based on it,
    under Section 2) in object code or executable form under the terms of
    Sections 1 and 2 above provided that you also do one of the following: [valid methods of distributing source listed]"

    So in summary:

    1) The GPL applies to any distribution

    2) What constitutes a derived work vs. work constitutes use is a function of the law not the license, so court ruling dealing with commercial licenses will have impact.

    3) The binary form of a word processing document can be in violation of a copyright claim even if the printed version is not. A trivial example would be distributing a work with the entire text of a best seller in a white font embedded within the document.