Slashdot Mirror


Munich's Linux Migration Raises EU Patent Issues

J ROC writes "Techweb has a story about the German city of Munich's Windows-to-Linux migration. It appears the move to replace 14,000 Windows desktops with Linux has hit a bump. Green Party alderman Jens Muehlhaus, who is a supporter of open-source software, has petitioned the mayor to examine the status of software patents in the European Community. The issue involves a proposed directive on software patents that is being considered by various European governments. Muehlhaus fears that a patent owner could issue a cease-and-desist order against Munich, thus hurting the operation of various city departments."

164 comments

  1. What's the problem here? by ct.smith · · Score: 1

    The article was a little short. Anyone know if there's a particular patent that's causing the problems?

    --
    ** Sig-a-licious **
    1. Re:What's the problem here? by Lehk228 · · Score: 1

      probably not, just trying to avoid problems with anti-OSS FUD that may emerge later on.

      --
      Snowden and Manning are heroes.
    2. Re:What's the problem here? by Retep+Vosnul · · Score: 1

      I think the major issue is that IF proven that any IP patents could prove harmfull to this project people should really start thinking about this stuff. There are a lot of "Brinkhorst" like people out there that are clueless about these matters AT ALL and vote in favor of anything just to get home in time for idols. It would be really interesting to see if IP has any inpact on a large important project like this. If it has it could be proven to hinder free choice. ( proving it being dumb and must be put down quickly )

      --
      -- forget /. It's gone.
    3. Re:What's the problem here? by r.jimenezz · · Score: 4, Insightful
      I think the way in which the article was submitted to Slashdot is good (i.e. the "department" Timothy put it in and the submitter characterizing the issue as "a bump".

      Unfortunately, the article's body is a bit less objective and states the project "was placed in jeopardy". Not that I understand much about German law, but it seems to me as if the Green Party is simply making sure that eveything is being contemplated. Notice that both alderman Muehlhaus and Mueller, the Party's spokesman, are pro-open source.

      I think this is in fact good for the project. This goes to show that the patents issue (worldwide, not only in Europe) is becoming a growing concern for more and more sectors. Seeing that they are being careful about this actually makes me think they remain very serious about seeing this project get finished well.

      So, to address more directly your question: it is not about a particular patent causing problems, it is about being warned that the situation may eventually arise.

      --
      The revolution will not be televised.
    4. Re:What's the problem here? by Anonymous Coward · · Score: 0

      Maybe this is what you want:

      http://www.heise.de/newsticker/meldung/49605

      but it's german...

    5. Re:What's the problem here? by ct.smith · · Score: 1

      Should have noticed the department line.

      But, given that the only concern mentioned is patents (not copyright, not QA, not security or anything else, be it FUD or legitimate concern), I thought maybe that there was something in particular that may be worth knowing about.

      Of course politics being politics ...

      --
      ** Sig-a-licious **
    6. Re:What's the problem here? by A1kmm · · Score: 5, Insightful

      I don't see how this is specific to OSS. After all, the same could be true about any software, Free, free, commercial, open, closed, in-house, public domain, etc... There are so many patents, many of them vague, out there, and no company or government(not even those departments dealing with patents) knows them all. Combine this with the fact that every line of source code could violate multiple patents given the simplicity of patents, and the combination of certain lines of code could also violate patents while each line by itself doesn't. So to check a program of size n against a patent database of size m is takes at least O(2^n m) of human resources. No one can supply this much time for any realistic software. Hence, we can never be sure that software we use doesn't violate any patents.

      Clearly, whatever platform they are currently using faces the same problem, so unless they have identified a specific problem, this should not affect the migration.

      --
      X-Has-Sig: yes
    7. Re:What's the problem here? by thrillseeker · · Score: 4, Insightful
      I don't see how this is specific to OSS. After all, the same could be true about any software

      The difference is that OSS doesn't have the luxury that closed-source does of being able to hide its kitty litter - everything is in the open is OSS by its very nature. Closed-source may operate for years with no one being the smarter that multiple patents are being violated.

    8. Re:What's the problem here? by BrokenHalo · · Score: 1
      Even so, I fail to see why software patents are any more of a danger to people operating on a Linux platform than on a Microsoft one. The reverse, in fact.

      Sounds to me like this alderman is either (a) dumb enough to believe Microsoft FUD or (b) has been paid or bribed in other ways to muddy the waters.

    9. Re:What's the problem here? by B747SP · · Score: 4, Insightful
      OSS doesn't have the luxury that closed-source does of being able to hide its kitty litter

      That, and the bit where if you buy closed-source software, and it turns out to have some form of dodgy encumberance, then there is someone to.. ah.. how-you-Americans-say-in-your-language?..ah-yes... point the lawyers at. You generally don't get left holding the bag all on your own.

      As the saying goes, if OSS software breaks, you get to keep both pieces (however in this context, the patent holder may well like to have his piece back :-(

      All together now... "software patents are evil".

      --
      I find your ideas intriguing and I wish to subscribe to your newsletter.
    10. Re:What's the problem here? by ilikejam · · Score: 2, Insightful

      We're talking about software *patents* here, not copyright. The lines of source code don't matter in a patent case. If your software does something which is patented, then you are infringing on the patent no matter how it's implemented. No-one can hide from the patent lawyers, because it's the end result of running the code, not the way the code is written.

      --
      C-x C-s C-x k
    11. Re:What's the problem here? by swv3752 · · Score: 1

      Ya think that MS is going to be holding the bag? Almost every proprietary software out there has disclaimers out the wazoo.

      --
      Just a Tuna in the Sea of Life
    12. Re:What's the problem here? by Anonymous Coward · · Score: 0

      Disclaimers or not, businesses do not have the source, so they can't do anything but use the software as provided. Further do you think similar open source disclaimers will hold up any better in court? If you are contributing back to the source, tht makes you a more likely accessory to the infringement. You helped develop the software not just used it as provided via a vendor. Double edged sword and all that.

    13. Re:What's the problem here? by tftp · · Score: 4, Informative
      Not exactly. For example, imagine that a company sells a program; one copy of this program can send a BMP picture to another copy of the same program over the network. And the pictures, while in transit, are compressed into patented GIFs (let's assume that GIF is still patented), and encrypted too.

      To find out that the GIF patent is used in the program without paying royalties one has to either see the source code, or to crack the encryption. In either case it is not trivial, and can not happen accidentally, just because someone was searching on Google, for example. The company can use the patent for free and get away with it.

      The OSS has all the code available, and the use of GIF would become obvious and instantly searchable. As big companies amass more and more patents on everything under the sun, OSS will be more and more vulnerable; for sure, all the new things will be locked out of OSS since they will be heavily patented. I am sure MS learned their lesson with SMB, and whatever they are putting into new designs will be both patented and encrypted.

    14. Re:What's the problem here? by ilikejam · · Score: 1

      Hmmm. That's a good point. I stand corrected.

      --
      C-x C-s C-x k
    15. Re:What's the problem here? by Anonymous Coward · · Score: 0

      > I am sure MS learned their lesson with SMB, and
      > whatever they are putting into new designs will be
      > both patented and encrypted.

      And closed source. Maybe _this_ is the reason for Microsoft's rabid closed-source obsession. After all, would an open source Windows really matter much? Pirates compiling their own Windows? Yeah right. Would it _really_ hurt sales? I doubt it, big time.

  2. So would MS software be immune? by PhilipPeake · · Score: 4, Interesting

    I would think that given MS's past history of "borowing" ideas, they are as open to patent issues as anyone else. So what do they suggest Munich (and everyone else) do? Stop using software?

    1. Re:So would MS software be immune? by arcanumas · · Score: 2, Interesting
      I agree.
      In fact, as the Eolas case has showed us, Microsoft was ready to make significant changes to IE.
      If Munich (or anyone) was depending on the way IE worked with plugins would find he would have to redo everything.
      All because of a stupid patent.

      A worst scenario (one more probable to have an impact on Munich) is not to difficult to imagine.
      I don't see how they are more protected with MS (or any corporation) against patents.

      --
      Slashdot Sig. version 0.1alpha. Use at your own risk.
    2. Re:So would MS software be immune? by Noksagt · · Score: 1

      My impression is that the suggestion is to oppose software patents.

      MS software wouldn't be immune, but would be safer--they do have a lot of patents out there, are likely somewhat more cautious about stepping on patents, and (most importantly!) have significant financial and legal resources at their disposal to fight patent disputes.

    3. Re:So would MS software be immune? by justsomebody · · Score: 4, Insightful

      No, it suggests taht Germans should reconsider their vote about patents.

      Last time they voted German representatives voted for the patents (after all their talk how they are against them, they were satisfied with few minor corrections of original proposition and voted YES)

      btw. If I remember correctly Eric Raymond said that those little changes would do even more damage as original proposal

      --
      Signature Pro version 1.13.2-3 release 83.5 beta3try7 after-breakfast edition
    4. Re:So would MS software be immune? by Anonymous Coward · · Score: 0

      Indeed. To me it sounds more like a general problem with software patents.

      Maybe it is that in the future there would be developed new software with patented features that might not be available for Linux, if the software is Windows only. And no one could make a open source program with the same functionality. I guess that someone could make a closed source payware version if they licensed the technology.

      But it is a nice example of the problems to come with software patents.

    5. Re:So would MS software be immune? by henrik · · Score: 2, Insightful

      Microsoft has enough money to buy off the patent holder, either by licensing, cross-licensing, buying up all stock and closing down shop, or otherwise acquring the patent.

      City of Münich may not have the ability to be able to spend that much of tax payers money on licensing. Neither the open-source developer most likely.

    6. Re:So would MS software be immune? by ron_ivi · · Score: 4, Insightful
      Even more that Eolas, the Timeline patents that Microsoft infringed upon cost Cognos 1.75 million just because Cognos used Microsoft's infringing components.

      I hope Munich carefully audits all of Microsoft's source code before deploying it as well.

    7. Re:So would MS software be immune? by michael_cain · · Score: 2, Informative
      MS software wouldn't be immune, but would be safer--they do have a lot of patents out there, are likely somewhat more cautious about stepping on patents...

      MS has been sued for patent infringement and lost multiple times in the past, in at least one case where they blatently appropriated technology that had been revealed under a non-disclosure agreement. However, I agree that their software would be somewhat more immune. But that would be because it is closed source, and except where an API must reveal the underlying technology (eg, the Eolas verdict currently being appealed), much more difficult to establish infringement than when the source code is available. For example, various types of analysis make it extremely likely that the Windows IP stack is based on BSD code. Nothing wrong with that, the BSD license allows them to incorporate it (so long as the source code that very few get to see includes the correct BSD copyright notices). But without the source code you can't PROVE that the BSD code is in there.

    8. Re:So would MS software be immune? by timeOday · · Score: 2, Informative
      Well, Microsoft made the gesture of idemnifying their customers, so you could say that Windows users are safe.

      In a sensible world, this would be tantamount to selling insurance against an invasion by Martians, but things being what they are who knows? The SCO suit against Autozone, last I heard, was stayed pending the outcome of SCOs case against IBM, rather than being completely thrown out as utter nonsense, so perhaps there's some legal theory under which using a product makes you liable for the actions of the product's developers. As obviously stupid as that is.

    9. Re:So would MS software be immune? by ron_ivi · · Score: 4, Interesting
      On, and once again I'd like to state the need for a third-party source-code auditing service that the large auditing company could provide to make sure that software (both open source and commercial) doesn't infringe on other people's copyrights and patents.

      It's concerning to me how many people may be using illegal software from closed souorce vendors who stole source code from other projects. I would hate to build a business on a software package only to later have the vendor discontinue support because he got caught for having illegally stolen copyrighted software and incorporated it in his work.

      With open source, I can feel pretty safe - based on the many eyes who see the check-in comments, someone would complain if they saw their stolen code. With proprietary software, I probably wouldn't even have a way of knowing until my vendor gets shut down.

    10. Re:So would MS software be immune? by Jim+McCoy · · Score: 3, Insightful

      I hope Munich carefully audits all of Microsoft's source code before deploying it as well.

      You have reached the heart of the problem, but have it backwards because you don't understand how the law works. If Microsoft infringes upon someone else's patent then _Microsoft_ is responsible for satisfying the patent holder and for providing the same or equivalent product to the customer. If some bozo check in some Linux code that is later found to violate a patent then the city of Munich is responsible (because they have no indemnification from the software provider.) Notice the difference?

      As much as it may suck, this is one of the things which you get when you actually pay for your software. Perhaps it is the only thing of value, but in the biz world it is important to have these uncertainties taken care of (especially when you are a deep-pocket target for various bottom-feeders...er, make that fine, upstanding members of the legal professsion...)

    11. Re:So would MS software be immune? by AstroDrabb · · Score: 1
      Microsoft has enough money to buy off the patent holder, either by licensing, cross-licensing, buying up all stock and closing down shop, or otherwise acquring the patent.
      Huh? Do you know how much money MS has paid out for patent violations? Just recently MS lost a patent case over IE to Eolas. If MS could or would do what you suggest, why didn't they do that with Eolas? Why didn't they do that for all the other cases instead of paying out millions upon millions?
      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    12. Re:So would MS software be immune? by ron_ivi · · Score: 4, Informative
      Tell that to Cognos, who lost the lawsuit with Timeline eventhough it was Microsoft that had the infringing code.

      What you say aobut the vendor being responsible would only be true if the infringing vendor had sublicing rights. In Microsoft's case, they didn't: for more info...

      Microsoft originally licensed the patents with the understanding that it would be able to sublicense the patents to their customers and to third party software developers who use Microsoft software and tools. Microsoft intended to provide this sublicense to its customers for free to ensure that the patent claims didn't directly affect customers. Microsoft sources told me that for this privilege, the company paid substantially more than other vendors for its license, although the exact figure isn't public. Microsoft filed suit against Timeline shortly after signing the license agreement in June 1999 because Timeline claimed that Microsoft didn't have the sublicensing rights. See the Microsoft PressPass article at http://www.microsoft.com/presspass/press/1999/jul9 9/timelinepr.asp for additional information about the suit Microsoft filed against Timeline. In December 2002, the Seattle Supreme Court ruled in favor of Timeline on this matter.
    13. Re:So would MS software be immune? by Anonymous Coward · · Score: 0
      As much as it may suck, this is one of the things which you get when you actually pay for your software.

      No... it's what you get if someone indemnifies you. You can license software to people with a license that indemnifies your customers against copyright or patent risks. Or (like most vendors, I believe) you can license your software without such clauses. The Timeline/Cognos/Microsoft case mentioned earlier is a good example where Microsoft didn't even have the right to offer Timeline's patented technology to Cognos; despite Cognos paying for it.

      Conversely, you can get such indemnification for Open-Source software through groups like HP, or Open Source Risk Mangaement or other open source insurancne vendors.

    14. Re:So would MS software be immune? by Anonymous Coward · · Score: 0
      but have it backwards because you don't understand how the law works

      Which law?

    15. Re:So would MS software be immune? by killjoe · · Score: 1

      I am sure they tried to. The patent holders held out for a judgement gambling that they would get more money from a judgement.

      On the other hand MS has "settled" with borland, sun, corel, apple, and hundreds of other companies. Some companies will take the money and let go of the case other companies hold out.

      --
      evil is as evil does
    16. Re:So would MS software be immune? by Jesus_666 · · Score: 3, Informative

      IIRC, the Germans voted NO. It was the representative who voted YES, ignoring the people's opinion.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    17. Re:So would MS software be immune? by Anonymous Coward · · Score: 0
      City of Münich may not have the ability to be able to spend that much of tax payers money on licensing.
      Münich is in Germany, so there's no reason that software patent law should apply; after all the stability & growth pact didn't.
    18. Re:So would MS software be immune? by Anonymous Coward · · Score: 0

      This is not true, Microsoft only offer indemnification upto the purchase price of the software. Good look fighting a patent infringement lawsuit with that!

    19. Re:So would MS software be immune? by a_n_d_e_r_s · · Score: 1

      Because paying millions was the cheapest way.

      Of course microsoft always select the way that they think is the best - i.e. costs the least for them - sometimes they select the wrong way of doing it...

      --
      Just saying it like it are.
    20. Re:So would MS software be immune? by mpe · · Score: 1

      City of Münich may not have the ability to be able to spend that much of tax payers money on licensing.

      But they may have the power to say "either you licence this to us for free or you do no business here". Failing that the German Federal Government is perfectly capable of saying "You have no patent (in Germany)."
      Patents only have meaning in the first place because Governments say they have meaning.

    21. Re:So would MS software be immune? by greenrd · · Score: 1
      You have reached the heart of the problem, but have it backwards because you don't understand how the law works. If Microsoft infringes upon someone else's patent then _Microsoft_ is responsible for satisfying the patent holder and for providing the same or equivalent product to the customer. If some bozo check in some Linux code that is later found to violate a patent then the city of Munich is responsible (because they have no indemnification from the software provider.)

      Please show evidence of Microsoft providing any patent indemnification whatsoever to its customers.

      And no, pointless "We will refund your purchase price" clauses are not indemnification. As another poster said, it would be impossibly expensive for Microsoft to do such a thing, despite its $billions in the bank.

    22. Re:So would MS software be immune? by 1u3hr · · Score: 1
      If Microsoft infringes upon someone else's patent then _Microsoft_ is responsible for satisfying the patent holder and for providing the same or equivalent product to the customer

      However, the customer still faces the problem that they can't run the software. Either they have to negotiate a licence with teh claimant, who is likely to squeeze them for all they can, or pull the plug on various systems till tey can find a replacement.

      some Linux code that is later found to violate a patent then the city of Munich is responsible (because they have no indemnification from the software provider.

      I believe IBM for one has said it will indemnify its customers against SCO claims at least. Probably Munich will insist their vendor do the same.

    23. Re:So would MS software be immune? by henrik · · Score: 1

      It sounds very communistic of you to pull the government card as soon as the private sector's business (patents, copyright) gets in the government's way.

      Why should companies respect the government's law if the government see fit to just rip the patent if it gets in the government's way.

      Either the government play by the market rules or the government has no reason to exist.

    24. Re:So would MS software be immune? by Anonymous Coward · · Score: 0

      Hey, Debian will refund the purchase price too. :)

    25. Re:So would MS software be immune? by Dwonis · · Score: 1

      Patents and copyrights are government intervention in the free market. Withholding patents/copyrights is hardly "communistic".

    26. Re:So would MS software be immune? by shobadobs · · Score: 1

      No, patents allow individuals to take their ideas and make money off of them. In communist societies, if an inventor invents, the right to use that invention goes to the state.

    27. Re:So would MS software be immune? by mrroach · · Score: 1

      I'm curious what makes you think that purchasers of Windows or Solaris are automatically indemnified. All the Sun and MS licenses that I have seen state that the software is offered AS-IS with NO WARRANTY for any purpose including merchantibility or fitness for any purpose.

      Are you suggesting that if I pay for GPLed software that I would receive the same protection? Or that if I was given proprietary software for free that I wouldn't be indemnified? Or is it only the combination of proprietary, paid for that gives the recipient special legal standing?

      Any reputable sources that explain the situation?

      -Mark

    28. Re:So would MS software be immune? by mpe · · Score: 1

      Why should companies respect the government's law if the government see fit to just rip the patent if it gets in the government's way.

      Governments quite frequently either write laws which allow them to opt out or ammend laws which would otherwise get in their way.

      Either the government play by the market rules or the government has no reason to exist.

      Patents are not "market rules" they are "government rules" in the first place. "Markets" functioned perfectly well for thousands of years without patents.

    29. Re:So would MS software be immune? by Dwonis · · Score: 1
      A state implementing a patent system forbids individuals to develop and market their inventions, unless those inventions happen to not be covered by any patents, which is extremely rare in certain industries. This is presumably done for the benefit of society -- to "promote the progress of science and the useful arts".

      Giving people the unconditional freedom to develop and market their inventions (i.e. abolishing patent, trademark, and copyright laws, as well as environmental and consumer protection laws) benefits individuals at the expense of society. Thus, we see that these systems are indeed socialist in nature (or, more accurately, that abolishing them would clearly not be a socialist action.)

      Sometimes, businesspeople find it convenient to model ideas as property, and lawyers find it convenient to model patents as rights, but those are simply approximations -- approximations that cause great confusion when discussing policy.

    30. Re:So would MS software be immune? by 4of12 · · Score: 1

      based on the many eyes who see the check-in comments, someone would complain if they saw their stolen code.

      Such an appearance in a public venue would seem to help establish claims of pre-existing prior art if they appeared sufficiently early.

      Or, at the very least, such appearance would require owners of the technology to object to its appearance quickly "or forever hold thy peace".

      </ianal>

      --
      "Provided by the management for your protection."
    31. Re:So would MS software be immune? by Anonymous Coward · · Score: 0
      Yeah... that's exactly what I was thinking.

      Even though I didn't actively search for it, I pretty quickly became aware of some open-source projects that incorporated some of the code I created in the late 1980s (ffts, etc). Of course I never minded, though. I bet I I tried to claim it now, I'd be laughed out of the court if someone asked "so, why didn't you complain 14 years ago when you first saw it".

  3. How does Closed-Source make this better? by tmasssey · · Score: 4, Insightful
    If Windows is infringing on a patent, how is Munich protected? Closed Source, Open Source, whatever: if you steal a patent, you're in trouble. Either way.

    Is Closed Source better just because it's harder to *know* when you steal?

    1. Re:How does Closed-Source make this better? by reallocate · · Score: 1

      Maybe the Green Party rep, who is also a MySQL AB rep, knows something.

      In any case, isn't there some confict of interest here? It's rather like a U.S. mayor asking for a big Microsoft buy when his press spokesman has a day job in Redland.

      --
      -- Slashdot: When Public Access TV Says "No"
    2. Re:How does Closed-Source make this better? by vchoy · · Score: 3, Informative

      * Closed source company get sued.
      * Company increases software prices and support and maintainence charges.
      * End user pays.
      * Company retains profit.

    3. Re:How does Closed-Source make this better? by Ogerman · · Score: 4, Insightful

      Is Closed Source better just because it's harder to *know* when you steal?

      First of all, patent infringement is not stealing, so refrain from using that silly, emotionally-loaded misnomer. Secondly, it's hard to *know* about patents regardless, whether the software is open of closed. Most patent infringement occurs accidentally. It's not like copying somebody's elses code -- where you know you didn't write it yourself. If you try to analyze any given piece of open or closed software, it will take you years of professional research to determine whether it bumps into any patents. Having the code doesn't even usually matter because most patents cover tiny aspects or nuances of functionality. This is why software patents themselves are so bogus -- they are all, by definition, trivial. In fact, they're so trivial that it's usually hard to even find them! (hence the term "patent minefield") The state of the art in software is advanced by millions of trivial, evolutionary steps forward. None of those steps deserve monopoly rights.

    4. Re:How does Closed-Source make this better? by ScrewMaster · · Score: 1

      Is Closed Source better just because it's harder to *know* when you steal?

      In principle ... no. In practice however ... that's a definite Yes.

      --
      The higher the technology, the sharper that two-edged sword.
    5. Re:How does Closed-Source make this better? by Jah-Wren+Ryel · · Score: 1

      First of all, patent infringement is not stealing, so refrain from using that silly, emotionally-loaded misnomer.

      Yes, let's call it Patent Hacking.
      Or even better, Patent Piracy!

      Way hay and up she rises
      Patent blocks o' diff'rent sizes,
      Way hay and up she rises
      Earl-aye in the morning

      --
      When information is power, privacy is freedom.
  4. This idea is GENIUS!!! by erroneus · · Score: 5, Interesting

    I wish I had thought of it! The only way to make the government see that software patents are bad is to show them that they've got something to lose!! GENIUS!

    1. Re:This idea is GENIUS!!! by Anonymous Coward · · Score: 0
      MOD Parent UP!

      This is exactly the kind of visibility needed to show the benefits that Free Software (and even the Open Source stuff) brings - and to show what kind of cheap shots companies use to spread FUD. I only with SCO had sued Munich too, so they could see first-hand how weak the anti-free-software camp's arguemnts really are.

    2. Re:This idea is GENIUS!!! by 0racle · · Score: 2, Insightful

      Except if there is a problem, the response would more likely be to stop the adoption of the problem software as opposed to changing laws.

      --
      "I use a Mac because I'm just better than you are."
    3. Re:This idea is GENIUS!!! by hbar · · Score: 1

      Heh :) Yes, this could be a good thing. The situation is helping to highlight some of the consequences of honoring patents for software.

      I guess the city government, after carefully considering everything, decided that a change of platform is worthwhile. If patents on software are recognized, it would lessen or remove that worth - perhaps without giving Munich much in return.

      --
      Aaron Maxwell - redsymbol.net
  5. And so it begins by nurb432 · · Score: 4, Insightful

    And you all thought Microsoft was just collecting patents for defensive reasons..

    Just wait.. this is only the beginning of IP concerns that may derail the freedom to compute..

    --
    ---- Booth was a patriot ----
  6. Contracts and commercial law by JohnQPublic · · Score: 4, Informative

    Closed source is better for patent-threatened users because there are contracts in place and because of "fitness for use" laws. I can't speak about Germany, but in the USA if you sell me something and it violates somebody else's patent, you need to make things right for me. And if "you" are some large company, making it right can involve patent cross-licensing and no cash changes hands. Outfits like Microsoft, Sun, HP, and IBM do that all the time.

    Open Source is great, but as the licenses make clear, *you* wind up holding all the liabilities. There aren't any warranties, and there's no implied fitness for use. If Open Source software violates somebody's patent, it may be possible for them to sue you for infringement. They can certainly sue you to require you to "destroy" your copies of that software.

    Hence all the concern about software patents.

    1. Re:Contracts and commercial law by colinrichardday · · Score: 5, Insightful

      Munich didn't get its Linux by downloading ISO's, it got that Linux from IBM and SuSE (now part of Novell). I suspect those companies can handle such problems.

    2. Re:Contracts and commercial law by Anonymous Coward · · Score: 0

      But say a contractor wins the bid, lets say IBM, don't you think they'd offer indemnity to this sort of thing?

      Munich isn't considering going it alone, they are going to choose an IT firm to develop/implement the systems FOR THEM.

      Therefore, they should simply make sure their vendor indemnifies the software they are buying.

      This is probably just more FUD infecting a bought representative.

    3. Re:Contracts and commercial law by Ogerman · · Score: 1

      Open Source is great, but as the licenses make clear, *you* wind up holding all the liabilities.
      I'm no lawyer, but as far as I know, I don't believe this has ever been tested in court. So don't go spreading those kinds of statements around like they're gospel truth. There are a couple issues: One is a question of where the liability would fall in the case of a legitimate lawsuit. The other is whether software patents would even stand up to serious constitutional scrutiny.

      They can certainly sue you to require you to "destroy" your copies of that software.

      Probably not. It's different than if some company got caught without adequate copy licenses. At very worst, software in question could be modified to work around alleged infringement.

    4. Re:Contracts and commercial law by jbr439 · · Score: 2, Insightful

      Is it not true that Microsoft's EULA basically says that the most you are guaranteed is getting your money back with the return of the product? Is so, there is no real difference with open source software. And indeed, it can be argued that it is worse with MS's since you would then be in the position of not having the software to access data that is most likely in some proprietary format.

    5. Re:Contracts and commercial law by Anonymous Coward · · Score: 2, Funny

      If Open Source software violates somebody's patent, it may be possible for them to sue you for infringement.

      Oh, like that will ever happen...I'd really like to see some rogue company try to take on the whole world...

    6. Re:Contracts and commercial law by Anonymous Coward · · Score: 0

      The problem is that if GPL software was covered with a patent, it was illegal to distribute in the first place, and likely illegal for someone to use.

    7. Re:Contracts and commercial law by Alsee · · Score: 2, Insightful

      The problem is that if GPL software was covered with a patent, it was illegal to distribute in the first place, and likely illegal for someone to use.

      Dumb argument.

      Even ignoring the absurdity of software patents, if Windows is covered with an unlicenced patent, it was illegal to distribute in the first place, and likely illegal for someone to use.

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
    8. Re:Contracts and commercial law by Vicegrip · · Score: 1

      There isn't any implied fitness for use or any kind of warranty in ALL the commercial software I have EVER used. In fact every EULA I have ever read removes as _much_ as possible any legal recourse somebody could take against the manufacturer of said commercial software.

      One great example is the lawsuit that happened between Timeline and Microsoft over an alleged patent violation. Timeline claimed all SQL Server customers were on the hook for their patent:
      according to Timeline's summary of the decision:
      "SQL Server developers who create a new product by adding code in an "Infringing Combination" (as defined below) must obtain their own patent license."

      Anyways, the point is that the purchase of commercial software in of itself does not protect you from patent claims. EULAs are only about protecting the IP of people who make commercial software.

      I think there is an advantage with open source in this respect: using open source could eliminate any claim about an infrigement being underhanded.

      The real solution is to clean up software patents.

      --
      Do not spread "09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0" over the internet, thank you.
    9. Re:Contracts and commercial law by Anonymous Coward · · Score: 1, Interesting

      The difference is that the Windows license doesn't preclude you from coming to agreement with the patent holder. Basically if it's patented, it can't be distributed under the GPL.

    10. Re:Contracts and commercial law by grmoc · · Score: 1

      However, there is another factor to consider--

      Closed source being closed, it is more difficult to make a case that the software is infringing (you'd have to subpoena the source, which requires an extra step)

    11. Re:Contracts and commercial law by nathanh · · Score: 4, Insightful
      Open Source is great, but as the licenses make clear, *you* wind up holding all the liabilities.

      Says who? Darl said this 1000 times and now we have people like yourself parroting it, but I've yet to see anybody with legal knowledge state the same thing.

    12. Re:Contracts and commercial law by Duhavid · · Score: 1

      On "implied fitness",

      Perhaps this is a bit out of date, I have not read any EULA's recently, but the ones I recall all had "no fitness for any particular usage, even the one we claim it is fit for" or somesuch in the "terms".

      --
      emt 377 emt 4
    13. Re:Contracts and commercial law by Alsee · · Score: 3, Informative

      The difference is that the Windows license doesn't preclude you from coming to agreement with the patent holder.

      The GPL does not preclude you from coming to an agreement with the patent holder.

      Basically if it's patented, it can't be distributed under the GPL.

      False. You just need the proper permississions from the patent holder.

      So as I pointed out, there's no difference. Windows distributers or users are no more and no less illegal than GPL distributors or users for infringing a patent.

      The whole thing should be moot anyway. The US fscked up in voiding the Mental Steps doctrine (prohibiting patents for 'mental steps' including calculations and software). There is no such thing as a 'computer implemented invention'. The only thing a computer can implement is a calculation, all software is nothing but a fancy math equation. Any sofware can be run mentally (albit quite slowly). It is absurd to suggest that a sequence of thoughts running that software could ever be a patent infringment, and there is absolutely nothing novel or non-obvious about using an ordinary computer to do it faster.

      I am a programmer, a software author. I am protected by copyright. Why should software be the only thing on earth with double protection? Double protection is just broken. Issuing patents on what amounts to mental steps is just broken.

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
    14. Re:Contracts and commercial law by Anonymous Coward · · Score: 0

      I thought that EULAs from MicroSoft deny fitness for use.

    15. Re:Contracts and commercial law by Anonymous Coward · · Score: 0

      More baloney. Software patents are not copyright, it does not matter where the software came from, if your software contains something patented then you're infringing upon the patent. The cost of entering into patent litigation is upwards of $1 Million, call your proprietry vendor and ask if their indemnification covers that! Hence closed source is no better.

    16. Re:Contracts and commercial law by mpe · · Score: 1

      Closed source is better for patent-threatened users because there are contracts in place and because of "fitness for use" laws.

      Except that proprietary software licences typically dismiss such laws.

      Open Source is great, but as the licenses make clear, *you* wind up holding all the liabilities. There aren't any warranties, and there's no implied fitness for use.

      Much the same with proprietary software, read a few EULAs...

    17. Re:Contracts and commercial law by mpe · · Score: 1

      I think there is an advantage with open source in this respect: using open source could eliminate any claim about an infrigement being underhanded.

      Or for that matter challenge the validity of the patent, on the basis of "prior art"...

    18. Re:Contracts and commercial law by FlorianMueller · · Score: 1

      I very much agree on your logic as to why program logic should not be patented, and why double protection (copyright plus patentability) is an insanity.

      To us this is all very obvious. To politicians, however, it is equally obvious to do what the large corporations (which also donate most money to the political parties) tell them they want.

      In my opinion, the EU is now the decisive battleground. In such countries as China and India, software is not patentable yet. If the EU adopts swpats, then it means that all of the industrialized First World has them (it seems almost certain that Australia will get swpats as part of a free trade agreement with the US, and Japan is already under a US-style swpat regime). So if the EU decision is pro-swpat as well, then China and India will probably just do what the wealthy part of the world has done.

      If, however, we put an end to the expansion of the swpat system by democratic means in Europe, then some of the emerging markets will be more comfortable without swpats, and the US would be put at a competitive disadvantage and may at some point in time revisit the issue. If patent inflation continues, then even some of the large corporations will call for a swpat reform.

    19. Re:Contracts and commercial law by man_of_mr_e · · Score: 1

      The part your missing is that the GPL expressly forbids the distribution of software if there is a patent encumbrence. While you're correct that I can make an agreement with the patent holder, that doesn't change the fact that I cannot legally use the GPL'd software even if I have a copy and a right to use the patented work.

      The problem is that unless the author of the software a) adds an exception clause to their work excluding the patent clauses, b) acquires a right to use the patented work, or c) relicenses under a different license then any copy you recieve is in violation of the GPL, even if YOU have the right to use the patented work.

      The GPL is the only thing that gives you the right to obtain and use the software. If the license precludes it's distribution due to patent encumbrence, you can't legally obtain it, thus you don't legally have a license, thus you can't legally use it even if you have a right to use the patent.

      That may seem like "nit picking" or being overly anal about the interpreation, but the license is explicit in this matter.

      From the GPL:

      7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.

    20. Re:Contracts and commercial law by Alsee · · Score: 1

      Yes, I see this EU decision as crucial.

      In the US thus far SW-pats are rarely enforced. If the EU rejects SW-pats and there is a SW-patent enforcement flare up in the US - especially if it invloves open source software - then what happens? For one thing a huge amount of software development will flee the US to the EU, both proprietary companies and open source. It will also then be infringment for US companies to use almost any software at all.

      The triple effect of fleeing software development, massive legal expenses, and loss of competitiveness because US companies can't use all sorts of software, it would be devestating on the US. The US would throw a hissy-fit. The US would either be forced to abandon software patents or get belligerent and initiate a huge trade war against the EU trying to impose its will to impose SW-pats.

      Unfortunately I suspect the US will go the latter route, blaming the EU for our own suffering. Sigh. I doubt that the EU would take kindly to US demands. The EU would probably be in secret glee at the influs in development and their productivity advantage over the US. I also doubt the administration would get much public support/understanding for a big ugly trade war with the EU on an issue as obscure as software patents. It would get ugly, but I think the US would ultimately have to give in.

      If things get bad then US companies will push for SW-pat elimination.

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
    21. Re:Contracts and commercial law by Alsee · · Score: 1

      No, I did not miss that portion of the GPL.

      the GPL expressly forbids the distribution of software if there is a patent encumbrence.

      No, read it again. It only forbids distribution if there is a conflict between the GPL and the particular patent licence.

      As I said:
      The GPL does not preclude you from coming to an agreement with the patent holder.
      >>Basically if it's patented, it can't be distributed under the GPL.
      False. You just need the proper permississions from the patent holder.


      To quote that GPL clause:
      For example, if a patent license would __not__ permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.

      If I come to a suitable agreement with the patent holder - maybe I pay him a lump sum of $X up front - and receive a licence that DOES permit royalty-free redistribution of the program by all those who receive copies directly or indirectly through me, then yes, I can satisfy both that and the GPL and would be perfectly free to distribute.

      There is absolutely nothing unusual about buying a licence for cash up front that includes an unlimited right to grant sublicences.

      This is particularly relevant to Microsofts statments that their patents will NOT be available for GPL licencing. It would be absolutely perfect if Red Hat or IBM or someone were to ask Microsoft for a licence on exactly such terms - and offer a more than fair market value price of $X million dollars up front for such a licence - and have Microsoft refuse to grant such a licence. It would be perfect to get Microsoft smacked down for anti-trust violations for refusing to accept more-than-fair fat wad of cash in order supress GPL competition.

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
  7. Should have been obvious from the EU directive by retrosteve · · Score: 5, Interesting
    They've stated the headline backwards! It should be:

    EU software patent directive makes Munich's Unix migration difficult.

    The moment Germany caved on Software Patents they ensured that free software would require licenses simply to continue to exist and be compatible with any commercial software.

    Hence, any government (e.g. Munich) hoping to use open source or free software will eventually be unable to do so and still retain compatibility with common commercial software. It's a foregone conclusion.

    Case in point: Samba. It's only a matter of months before Microsoft uses patents to kill Samba and all similar communications compatibility with Open Source software. How will this affect Munich?

    I really do hope this brings the German delegation to the EU back to their senses, but I fear it's too late. By the way, the ffii site seems to be down. Anyone know why?

    1. Re:Should have been obvious from the EU directive by Anonymous Coward · · Score: 0
      By the way, the ffii site seems to be down. Anyone know why?

      They've been closed down for infringing on a software patent?

    2. Re:Should have been obvious from the EU directive by Jesus_666 · · Score: 2, Funny

      By the way, the ffii site seems to be down. Anyone know why?

      It infringes upon Microsoft's "Website with static or dynamic content" patent.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
  8. Mod parent up! by JohnQPublic · · Score: 4, Insightful

    I think this is in fact good for the project. This goes to show that the patents issue (worldwide, not only in Europe) is becoming a growing concern for more and more sectors. Seeing that they are being careful about this actually makes me think they remain very serious about seeing this project get finished well.

    That's an excellant point. This isn't necessarily a bad thing for Open Source. In fact, as things stand, it sounds like it's in Munich's best interest to press for an anti-patent answer from the EU. And as the parent notes, the two named individuals are pro-source.

    1. Re:Mod parent up! by Anonymous Coward · · Score: 0

      And as the parent notes, the two named individuals are pro-source.

      And Munich coders probably don't even know how good they have it... Last year the deparment I work for got a new director who is anti-source, and now we have to do all our programing in binary :-(

  9. I didn't know that proprietary software was imune by Anonymous Coward · · Score: 2, Insightful

    This is absurd on the face of it. Open Source software is no more susceptible to patent infringement than proprietary software. This is pure FUD.

  10. No specific threat by CarrionBird · · Score: 0, Offtopic

    Smells like someones (it seems Ballmer stopped by for a visit) FUD is working.

    --
    Free Mac Mini Yeah, it's
  11. The real headline should have been by Anonymous Coward · · Score: 1, Funny
    "_______ Organisation uses Linux to make Microsoft lower prices", since that's all these cities and such threatening to switch to Linux really accomplish.

    "These MS Office Licenses are too much"

    "Let's tell MS we're switching to Linux!"

    "Hey look, Office licenses for $29!"

    "Mission Accomplished!"

  12. OSS patent violations get fixed quickly by Entropius · · Score: 4, Insightful

    As everyone has pointed out, patent violations can be found in all sorts of code.

    However, the OSS community has historically been quick to write certifiably clean replacements for any code that has even a slight chance of being tainted.

    1. Re:OSS patent violations get fixed quickly by GbrDead · · Score: 1

      ...being tainted by copyrights. Insane patents are something completely different.

    2. Re:OSS patent violations get fixed quickly by Anonymous Coward · · Score: 0

      No they're not. Free Software projects pretty quickly had PNG to replace GIF. Free Software projects quickly had .gz (gzip) top replace .Z (unix compress). Those had nothing to do with copyrights, and everything to do with patents.

    3. Re:OSS patent violations get fixed quickly by rmohr02 · · Score: 2, Insightful

      Patents refer to the algorithm by which something is done. I believe you are referring to copyright, which is the letter of how something is done. For copyright violations, a developer can simply look at a spec and re-implement it without looking at the original. For patent infringements, a different algorithm must be found.

    4. Re:OSS patent violations get fixed quickly by GbrDead · · Score: 1

      The first of your examples is about a... thing which had a world-wide monopoly. PNG did not replace GIF although it is better. The second example is not about a monopoly. Yes, gzip replaced compress because it is better.
      What would you say about Samba?

    5. Re:OSS patent violations get fixed quickly by Anonymous Coward · · Score: 0

      NFSv4 with kerberos authentication.

    6. Re:OSS patent violations get fixed quickly by Anonymous Coward · · Score: 0

      And how does that help if the thing you are trying to interoperate doesn't talk NFS, but does talk windows shares?

    7. Re:OSS patent violations get fixed quickly by Dwonis · · Score: 1
      For patent infringements, a different algorithm must be found.

      Assuming the existence non-infringing algorithm.

    8. Re:OSS patent violations get fixed quickly by Dwonis · · Score: 1

      Don't assume that for any solvable problem, there exist an infinite number of practical (or even theoretical) algorithms to solve the problem.

  13. Microsoft make no such guarantee by Anonymous Coward · · Score: 2, Interesting

    Read the warranty you get from MS and find the bit where they offer you more than the GPL does.

  14. Re:I didn't know that proprietary software was imu by unoengborg · · Score: 2, Interesting

    It's not more vulnerable with respect to legal matters. It might be financially more vulnerable though as opensource projects can't afford to fend themselves even against bogus patent claims. Open sorce projects often have less patens to use for cross licencing.

    In many European countries the situation is somewhat better than in the US as the loosing part in a trial pays the legal fees for both parties. That might make it less tempting to make bogus patent claims.

    --
    God is REAL! Unless explicitly declared INTEGER
  15. Why do they think patent only affect FOSS? by walterbyrd · · Score: 4, Insightful

    The only time that I know of end users being sued for a patent violation, was in the case of msft's sql server.

    Why do they think that FOSS is more suseptable than proprietary?

    Unless, they are afraid of a particular propriety software company, which has been filing about 10 patents a week lately (almost all for stuff they didn't invent).

    1. Re:Why do they think patent only affect FOSS? by rekt · · Score: 1

      The story walterbyrd is referring to about patent issues with SQL Server can be found here

    2. Re:Why do they think patent only affect FOSS? by Halo1 · · Score: 1
      Why do they think that FOSS is more suseptable than proprietary?
      On the one hand, there is an inherent incompatibility between software patents and FOSS: it is impossible for a FOSS developer to get a license for a software patent based on a per copy license fee, because he simply cannot know how many copies are out there. Therefore, most RAND licenses are simply unavailable to FOSS.

      Otoh, it's certainly true that closed source is just as vulnerable in most cases, as long as it's produces by an independent developer or small company. Nevertheless, unlike what many people seem to think here, Munich is currently not thinking about stopping the migration. They are simply launching a campaign to encourage the German government to oppose software patents. This is purely a marketing/political ploy, nothing more, nothing less.

      --
      Donate free food here
  16. Re:I didn't know that proprietary software was imu by Anonymous Coward · · Score: 0

    The fact that Open Source developers have "shallow pockets" makes them even less of a target that (successful) commercial developers. Q: why did SCO sue IBM first? A: Deepest pockets.

  17. I think you're wrong JohnQPublic by walterbyrd · · Score: 2, Insightful

    Don't know where you got that legal theory, but it doesn't seem to supported by evidence. Certain end users of msft sql server were sued because of mfst's patent violation. I've never of heard of that happening with FOSS.

    IANAL, JMHO, etc.

    1. Re:I think you're wrong JohnQPublic by BurritoWarrior · · Score: 1

      I've never of heard of that happening with FOSS.

      If you can break the encryption scheme of these letters - (O S C) - I bet you have.

    2. Re:I think you're wrong JohnQPublic by metaomni · · Score: 1

      Yeh, that whole SCO thing... kinda hard to miss on /.

    3. Re:I think you're wrong JohnQPublic by Anonymous Coward · · Score: 0

      The SCO lawsuits are about contracts, patents don't enter into them other than in the IBM countersuit.

    4. Re:I think you're wrong JohnQPublic by walterbyrd · · Score: 1


      SCO has *filed* a lawsuit, but that means nothing. In the good 'ol USA, anybody can *file* a lawsuit about anything.

  18. i own many of those 'patents' by Anonymous Coward · · Score: 0

    if being the first person to use any sort of programming techniques means that i have some sort of ownership, then i claim a lot of ownership since i've been an active programmer since 1961 and there were no employment contracts back then. should my claim be legitiment, i hereby relinquish my claim to any and all of my coding techniques and constructs - and donate them to the world to use as they see fit. anyone or any company that claims to have ownership of programming assets prior to mine, is just plain silly. billy gates copied dos from an ibm 1130, and his fraud continues today.

    the concept that going thru a coding exercise somehow is a creation of 'intellectual property' is pure non-sense. it's just learning an environment and making it do something else. magic disappeared when the binary numbering system was understood by the masses....

    1. Re:i own many of those 'patents' by Anonymous Coward · · Score: 0

      ...i claim a lot of ownership since i've been an active programmer since 1961... i hereby relinquish my claim to any and all of my coding techniques and constructs - and donate them to the world to use as they see fit.

      Thanks for your generosity, but nobody uses arithmetic GOTOs anymore.

  19. Re:I didn't know that proprietary software was imu by Wolfbone · · Score: 2, Insightful

    Not so - they are less of a target for patent parasite companies but sitting ducks for monopolisitically inclined companies seeking to exclude competition.

  20. The Gov't is Afraid of the Laws by Anonymous Coward · · Score: 0

    Can't they change them?

    Seriously.

    When has the German Green party given a flying fuck what the rest of the world thinks?

  21. Wait... by WebCowboy · · Score: 4, Informative

    Open Source is great, but as the licenses make clear, *you* wind up holding all the liabilities. There aren't any warranties, and there's no implied fitness for use.

    And this is different in what way from Microsoft Windows? This is an exerpt from the Windows XP EULA:

    Except for the Limited

    Warranty and to the maximum extent permitted by applicable

    law, Microsoft and its suppliers provide the Product and

    support services (if any) AS IS AND WITH ALL FAULTS, and

    hereby disclaim all other warranties and conditions, either

    express, implied or statutory, including, but not limited

    to, any (if any) implied warranties, duties or conditions

    of merchantability, of fitness for a particular purpose,

    of reliability or availability, of accuracy or completeness

    of responses, of results, of workmanlike effort, of lack

    of viruses, and of lack of negligence, all with regard to

    the Product, and the provision of or failure to provide

    support or other services, information, software, and

    related content through the Product or otherwise arising

    out of the use of the Product. ALSO, THERE IS NO WARRANTY

    OR CONDITION OF TITLE, QUIET ENJOYMENT,

    QUIET POSSESSION, CORRESPONDENCE TO

    DESCRIPTION OR NON-INFRINGEMENT WITH

    REGARD TO THE PRODUCT.

    Basically what MS warrants is that if the media is scratched or it or the packaging are otherwise defective, or through defect Windows is not able to boot to a state in which your machine is able to perform its basic functions, then you are entitles for a replacement or refund within 90 days.

    Beyond that any other warranty depends on how much warranty coverage your juristiction can force Microsoft to provide by law, or in the case of corporate customers on what is covered in a supplimental contract. In the case of legally minimum warranty I am now aware of ANYWHERE in the world that legally forces a vendor to indemnidy its customers from legal action involving patents. However, end users generally are not the target of patent violation cases--patent holders go after the manufacturer/vendor instead (even SCOs cases against Autozone and DaimlerChrysler don't involve patents--and they even skirt around copyright. They are basically contract disputes based on shaky ground).

    In any case, Microsoft provides NO MORE WARRANTY than any Linux distributor might for a retail box or ISO download of their product. That being said, a major corporate or government enterprise would negotiate a special contract with the vendor.

    In the case of the Munich Linux project, I cannot see how the city of Munich could be stuck with an order to suddenly stop using their software. The worst case scenario would be that the firms contracted to do the project (IBM and Novell) could be told to cease-and-desist Linux operations, which would delay the project or disrupt future expansion or support. I imagine that this would be handled by the contract between the city and IBM/Novell. A big enterprise customer generally is VERY through when it comes to risk management.

    They can certainly sue you to require you to "destroy" your copies of that software.

    Whatever the details, I've NEVER heard of a case where end users were ordered to destroy ANYTHING because it violates a patent. Could you give an example where, say, not only Red Hat would be ordered to stop distributing a software product due to patent violations--all its customers would be ordered to stop using the product too?

    That would be like General Motors suing an aftermarket parts supplier for producing illegal replacement parts for Chevrolet Malibus and be granted the authority to send all registered owners of Malibus court orders to take their cars into dealers for examination and possible replacement of the parts. Such a remedy would be considered ridiculous.

    1. Re:Wait... by mpe · · Score: 1

      In any case, Microsoft provides NO MORE WARRANTY than any Linux distributor might for a retail box or ISO download of their product. That being said, a major corporate or government enterprise would negotiate a special contract with the vendor.

      Governments also have the ability to make and change laws.

  22. And it might help stop submarining by Morgaine · · Score: 3, Interesting

    Anything that makes politicians sit up and think about the horrors of patents in today's world is good.

    The danger of course is that they'll think for 3 seconds only, and conclude that they need proprietary software instead of free, since its manufacturer then picks up any liability for royalties.

    In contrast, if they could be made to think for just a little bit longer, they might realize that patents would only a problem in this case if they remained hidden underwater and surfaced later when profits were smelled. That would be easy for a government agency to counteract in advance, since politicians are singularly well placed to force patent holders to register claims by a specific date to assist in government planning. This would flush submarines up very nicely.

    Submarining is truly the main evil with patents, since it prevents people from planning ahead to avoid liabilities, as well as feeding the parasitic squatter instead of the inventors. If patent holders lost the ability to claim royalties when they remained hidden, much of the problem could be averted.

    --
    "The question of whether machines can think is no more interesting than [] whether submarines can swim" - Dijkstra
  23. How? by shubert1966 · · Score: 1

    They're worried about being sued because someone on their network could inadvertantly install and run software that is patented by someone, somewhere in the world? Talk about a barrier to linux. Fear has grip. But what is the true mechanism, that breaks what is arguably weak patent protection in the first place? Same answer as last time: THE END USER FROM FREAKING HELLLLLLL

    Why don't they make duplicate ghost installs and user profiles for each categorization of employee (in state offices) and update the ghosts when legislation and job function changes - what state employee users can and cannot do. They could do automatic updates on a schedule - that'd motivate consumers to /platforms.

    Or, don't enforce patents on software . . . Article 52 - Patentable inventions

    I'm kinda fond of the dot-communism myself.

    --
    Stuff that matters.
  24. Re:Obligigory SImposon's Quote Spoken By Bill Gate by Anonymous Coward · · Score: 0

    actually it was said by Mr Burns, not billy gates

  25. Sorry, proprietary tech end-users can get sued by kjj · · Score: 4, Interesting

    Click here to read about a patent case involving Rockwell and a lawsuit generating company called Solaia. They decided to go after Rockwell's costomers and not just Rockwell. The customers sued Rockwell and Rockewell is now going after the Solaia's lawfirm for making the suit. This thing makes the SCO case look like a picnic, but in this case only proprietary software and technology and licensing is involved. Now of course these end-users are actually big corporations like Clorox and Shell which is probably one reason the suits were filed. I have not heard of patent suits where customers at a department store or mall get sued for their purchase, but do not rule out that possibility. It could happen. The point is using proprietary systems and licenses with big corporations does not put you in the clear of liabilities.

  26. Practicality? by Tellalian · · Score: 2, Insightful

    I've never really understood the practicality of software patents. With closed source, a patent holder usually can't check the code to see if the software is infringing. With open source, it might be easier to tell, but there's less likely to be revenue to collect "damages" from. Is there a point to software patents?

    1. Re:Practicality? by Wolfbone · · Score: 1

      "I've never really understood the practicality of software patents...Is there a point to software patents?"

      Yes - they extend the enervating, tentacular reach of Lawyerdom yet further into the lives of ordinary people going about there ordinary business. Law and lawyers were established to protect the freedoms and rights of men from the ill effects of overweening military and financial might, to serve the public interest and maintain some semblance of justice in the World. The purpose of law has long since been forgotten though, and nowadays lawyers and legislators serve only themselves and those who offer to enrich them the most.

    2. Re:Practicality? by Halo1 · · Score: 1
      It's almost purely strategic use. Software patents are indeed generally not used to protect investments in the patented algorithms, but to keep the competition out of the marketplace. Conversely, you can also use them to avoid having a competitor pulling that trick on you, by cross-licensing your patents against his'. That's only a viable option for large companies, however.

      You might also be interested in the testimony of Robert Barr (word doc) (VP at Cisco and their head of intellectual Property) at the FTC hearings in 2002:

      My observation is that patents have not been a positive force in stimulating innovation at Cisco. Competition has been the motivator; bringing new products to market in a timely manner is critical. Everything we have done to create new products would have been done even if we could not obtain patents on the innovations and inventions contained in these products. I know this because no one has ever asked me "can we patent this?" before deciding whether to invest time and resources into product development.

      [...]

      The time and money we spend on patent filings, prosecution, and maintenance, litigation and licensing could be better spent on product development and research leading to more innovation. But we are filing hundreds of patents each year for reasons unrelated to promoting or protecting innovation.

      [...]

      Moreover, stockpiling patents does not really solve the problem of unintentional patent infringement through independent development. If we are accused of infringement by a patent holder who does not make and sell products, or who sells in much smaller volume than we do, our patents do not have sufficient value to the other party to deter a lawsuit or reduce the amount of money demanded by the other company. Thus, rather than rewarding innovation, the patent system penalizes innovative companies who successfully bring new products to the marketplace and it subsidizes or rewards those who fail to do so.

      --
      Donate free food here
  27. Its all in understanding the purpose of patents .. by 3seas · · Score: 2, Insightful

    ...and then understanding when and where this purpose is being abused, contridicted or even out of date with the changing world economy.

    Here are some patent information clips from the USPTO

    Note the last paragraph: "Protection of industrial property is not an end in itself: it is a means to encourage creative activity, industrialization, investment and honest trade. All this is designed to contribute to more safety and comfort, less poverty and more beauty, in the lives of men."

    And consider how FOSS supports that better then what MS has been proven to contridict that, in courts around the world.

  28. The other "Green" party. by Anonymous Coward · · Score: 0

    I guess he's a member of the green-back party after all.

  29. Re:Mod parent up! - anti-patent clausesi in API's by mikael · · Score: 1

    After reading this article, I was wondering whether it would be possible for Open Source API developers to place a clause in the license agreement prohibiting patents placed on software that use their API?

    After all, if you create an API that is built from modular blocks with the expectation that users will use these to build more complex systems, a third party developer can't really file a patent on a particular combination of such blocks, as you could always implement a single block that performed such a task.

    --
    Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
  30. No Milo of Kroton trolling? by Anonymous Coward · · Score: 0

    Huh - what gives? A German-related Linux story for once, and we're missing comments from the "I'll pretend I'm German with really bad English to get sympathy mods" troll that is Milo of Kroton?

    Must be past his bed-time.

    He manages to suck people in everytime* but just in case he posts later, here's proof that he's not German and is just trolling.

    *The German Yahoo email address is a good touch I must admit.

    (Trolling the trolls since 2001...)

  31. Extention of Microsoft's SQL server does infringe by NZheretic · · Score: 1
    Microsoft licensed patented technology for only itself without granting the right for end users and developers to use the same patented technology. Microsoft licensed Database/Datawarehouse technology from Timeline Inc, but unlike Oracle and other database vendors, Microsoft chose a license that did not grant Microsoft's customers the right to fully use that technology . Timeline has extended it's patent claims to cover many featured widely used by developers, both ISV and in house.

    Timeline Inc has won a US Washington Court of Appeal judgment against Microsoft for the right to sue Microsoft's customers, and subsequently sued Cognos. On February 13, 2004, Cognos settled at cost to Cognos totaling $1.75 million

    In a lot of ways you are better with GPL licensed techology , which effectively grants all downstream users the right to use the patents from upstream developers under the terms of the GPL .

    Software Patent are inherently bad but are also pushing an interesting trend. Pushing vendors towards adopting the GPL-like licensing as a form of simpler form of cross licensing arrangement.

  32. I think it's intentional by nusratt · · Score: 1

    I agree with what erroneus(253617) implied, even if it wasn't serious.
    I think that the Green's intent was precisely to stimulate the reconsideration of the patent issue, in the hope of weakening or reversing the patent decision.

  33. right - I wouldn't call it a bump. by kardar · · Score: 2, Interesting

    A few days ago, we had a post from the person from the Stargate website, asking for donations. Common sense would dictate that perhaps a more objective source than one of the parties involved in the litigation... oh well.

    Today there was a Mozilla vulnerability thing and I clicked on the "proof of concept" and my X server almost locked up and I had to ssh in from another machine to kill it. "As if" someone wouldn't notice there was something wrong.

    Now, this.

    Where does one go to get an objective opinion of things. You know?

    It just ain't right. People need to chill out, man... life ain't that grim!

    1. Re:right - I wouldn't call it a bump. by Anonymous Coward · · Score: 0

      "Today there was a Mozilla vulnerability thing and I clicked on the "proof of concept" and my X server almost locked up and I had to ssh in from another machine to kill it. "As if" someone wouldn't notice there was something wrong."

      Try it with FireFox and it works like a charm all stealthy like. It said as much but I guess you missed that part.

  34. Microsoft intends to kill Linux this way by Anonymous Coward · · Score: 0

    After meeting with Scott McNealy of Sun, MS intends to assault the OSS world with lawsuits out the wazoo.

    As part of the MS/Sun settlement MS cannot litigate with Sun over patent infringement. So MS is setting up Sun to be the number two software vendor. RedHat, Novell, GNU, Apache orgs should be put on notice that their day in court is coming soon!

  35. FFII website by FlorianMueller · · Score: 1

    I noticed the same but there's no reason to be worried. I do know that they're working on some new website design and maybe they're switching to a new website this weekend. Even if not, they'll be back soon anyway.

    1. Re:FFII website by Halo1 · · Score: 1

      No, there are hardware problems with the server (failing disk). You can still access the pages by replacing swpat in swpat.ffii.org with www2 or www3.

      --
      Donate free food here
  36. text of original press release by FlorianMueller · · Score: 2, Insightful

    The TechWeb article is basically correct except that I'm independent and not a general spokesperson for the Green Party other than working with them (and others) on software patent issues.

    Here's the text of the original announcement:

    EU Software Patents Jeopardise Munich's Linux Migration

    MUNICH, Germany, July 30 /PRNewswire/ -- When the city administration of Munich decided to migrate its IT infrastructure to the Linux operating system, it made headline news around the world. That project is now being threatened by a proposed European Union directive on software patents. The directive is pushed for by the governments of Germany, the UK, France, and other countries on the EU Council.

    Software patents are considered the greatest danger to the usage and development of Linux and other Free Software. A cursory search revealed that the Linux "base client", which the city of Munich plans to install on the desktop computers of approximately 14,000 employees, is in conflict with more than 50 European software patents.

    Today Jens Muehlhaus, an alderman from the Green Party, filed two motions in which he calls on the mayor of Munich, the Social Democrat Christian Ude, to contact the federal government of Germany on this matter and to analyse how the EU software patent directive affects Munich's Linux project. The politician, a supporter of open source, warns that patent infringement assertions could take entire departments of the city administration out of operation. Mr. Muehlhaus expresses concern over the future ability of open source software to meet the needs of the city administration if software patents massively hinder its development. Related caveats have been voiced by the SME association CEA-PME and by Deutsche Bank Research.

    A week earlier, the chief information officer of Munich, Wilhelm Hoegner, said it is "indispensable" to check on the consequences of the software patent directive to open source software. Any such oversight would be a "catastrophe for Munich's Linux migration project, and for open source in general".

    Florian Mueller, an active participant in the software patent debate, sees the EU Council on the wrong track: "Open source is a historic opportunity for Europe to save costs and create jobs. Schroeder, Blair and Chirac should demonstrate leadership and stop their civil servants from sacrificing the open source opportunity to the insatiable patent bureaucracy, lest some large corporations will shut down open source and many SMEs." Mr. Mueller is a software entrepreneur, and an adviser to Europe's largest open source software company MySQL.

  37. clarifying the intention behind this by FlorianMueller · · Score: 5, Informative
    In reading some of the replies here, I see that many people figured this out and some were confused due to the fact that indirect reports on something can easily be misunderstood.

    The FFII (www.ffii.org, just that the website is inaccessible while I am writing this) identified more than 50 conflicts of the Linux "base client" of the city of Munich (from their migration feasibility study) with software patents that had been granted or are about to be granted by the European Patent Office.

    For some background information: The European Patent Convention of 1974 does not allow software patents. It excludes program logic from patentability. The European Patent Office has been granting software patents anyway (in fact, about 30,000 already), and now the European Union wants to take a decision on the patentability of program logic. That decision could go in any of three directions:

    legalize software patents all the way (that's what some of the EU institutions want, and it's the will of the governments of Germany, UK, France, Sweden and other countries)

    abolish software patents entirely (that's what the European Parliament voted for in September of 2003, and that would be best)

    continue with status quo (which means that the situation remains unclarified for now... that would not be ideal but still infinitely better than legalizing software patents in the EU)

    What the Greens want is for governments such as the German one to consider the implications of software patents to their own IT strategies. It's not just that the city of Munich migrates to Linux. There is a "Migration Guide" book that was published by the German Federal Ministry of the Interior, and in that migration guide they tell, in no uncertain terms, every public administration in Germany that they should migrate to open source as fast and as much as they can. That type of recommendation is reduced to absurdity by simultaneously supporting software patents, which in the opinion of Linus Torvalds, Alan Cox and many other developers are the ultimate threat to Linux.

    The European governments have a simple decision at hand: Do we want a competitive environment in which open source and small and medium-sized enterprises can present every purchaser of software (governmental agencies, enterprises, private households) with alternatives? Or do we want an oligopolistic market in which only a few powerhouses cross-license thousands or tens of thousands of patents at a time, and can at their choosing leverage those patents against their competition?

    It's another question whether open source is more endangered by software patents than closed source. For the most part, everything that is bad about software patents simply applies to open source as well, just that FOSS is particularly successful at breaking into monopolistic and oligopolistic markets (as the Linux migration project of Munich shows). What comes on top of all of this is that access to source code makes it easier to identify and substantiate patent infringement assertions. In my opinion, that open-source-specific aspect is not nearly as important as the fact that FOSS is a strong competitor to various patent powerhouses.

    Generally, software patents simply make software development hugely more expensive. Without software patents, you need to know how to program, you purchase a computer for maybe $1,000, and you can contribute to an open source project. With software patents, you need to play that absurd cross-licensing game, and you can't do that without thousands or tens of thousands of patents, which in turn means that unless you're a multi-billion $ organization, patents are only a risk to you and no protection at all.

  38. EU decision-making timeline on software patents by FlorianMueller · · Score: 5, Informative

    I promise this is my last next-to-top-level posting on this thread :-)

    Here's the EU situation. They want to clarify and sort of supersede the European Patent Convention of 1974.

    The initiative at the level of the European Union started in 1999 when the European Commission started to look into this.

    On 02/20/02, the European Commission formally proposed a "Directive on the Patentability of Computer-Implemented Inventions", totally pro-swpat.

    On 09/24/03, the European Parliament said No but in a very smart way. Instead of just turning it down, they simply amended it to the effect that it was turned around by 180 degrees. They turned a pro-swpat directive into an anti-swpat directive.

    It then went to the EU Council, which is the representation of the EU member states. That's where the responsibility of the government of a country like Germany comes in. On May 18 of this year, the EU Council reached a "political agreement" on a pro-swpat directive. Basically they dropped the essential amendments of the EU Parliament, went back to the text of the Commission, and even went beyond by particularly allowing "program claims". So the EU Council came up with the most terrible legislation of swpats that anyone in the EU has proposed to date.

    Now, the press reported on that May 18 thing as though it were a final decision. It's not final at all. It was not a formal vote on May 18, just a tentative vote. The formal decision is now expected to occur on September 24, and in the meantime, the Dutch parliament has made a resolution that the government of the Netherlands should abstain. On May 18, they were in support of swpats, so technically there is no more majority right now but the EU Council procedure is such that the May 18 thing might be passed without a vote (just by no one protesting... they call that an "A item", adopted without debate). Every country that supported swpats on May 18 could still change its mind, including Germany. It's just that they usually don't do that because it would violate an unwritten code of diplomacy. The whole idea behind this "A item" thing is that they want the civil servants of the national governments to work out as many things as possible so that the ministers, who the Council is formally composed of, don't have to deal with each and every issue. The EU passes thousands of laws and regulations every year and the fewest are sorted out by the ministers.

    Even if the EU Council were to pass its May 18 pro-swpat directive, that legislation would still not take effect. It would go back to the EU Parliament, and then there is so much that can happen in procedural terms that I'd better stop it for now and let's talk about this if and when we get there :-)

  39. Wrong by jeti · · Score: 1

    The OSS community has historically chosen to ignore trivial software patents as much as possible. If this were not the case, KDE applications wouldn't make use of patented technology like progress bars, tabs and Undo/Redo functionality.

    1. Re:Wrong by JohnFluxx · · Score: 1

      Or putting text and graphics on the screen at the same time. (Does IBM still have that patent?)

  40. a peripheral question to this significant affair by midgley · · Score: 1

    Good luck to Munich, and I hope the patent issue gets sorted out for the whole EU as a result. The original article says:- "Microsoft's chief executive Steve Ballmer interrupted a ski trip in Switzerland a year and a half ago to visit Munich" I'm curious, or perhpas doubtful is a better word, about whether the account of him interrupting ("it isn't important to us, but while I'm over in Yurrup I'll pop next door and straighten out Munich") a pre-planned trip to a particular resort, hotel etc in Switzerland is accurate, or whether he actually made a specific trip from the USA to Germany for the purpose ("get your ass to Munich and try and head off this disaster Steve"). Does anyone know what flight mr Balmer arrived at Munich on, which he left on, what accomodation in Switzerland he was booked into, when the booking was made, compared to the time of his Munich visit. Microsoft AIUI made a specific statement that he had interrupted ("no big deal, happened to be nearby, makes it claimable against tax if you can find something business-like to do in your holiday") a pre-planned holiday. Fact checking...

  41. what is going on? by jopet · · Score: 1

    Thank you for your posts - they are clear and informative. What puzzles me most is the huge support of swpats by the comission, or rather the technocrats who are responsible for what is going on there. I would have thought that it is a reflection of the majority of conservative and neo-liberal governments, but even Germany is pro - how can the pro swpat lobbying be that effective? It seems to be so obvious that the only way for EU to compete is exactly to find an alternative to the monopolist (like they did many years ago when they broke the Boeing monopoly with the Airbus consortium.

  42. EU by AdmV0rl0n · · Score: 0, Troll

    People are incredibly ignorant. They allow an autocratic EU state to build, develop, and continually assume that everything will be ok.

    The EU citizens cannot vote out a commissioner, nor do they have even the slightest influence on the council of ministers.

    The so called democratic 'parliament' is an absolute joke, both watering down ANY democracy, and weakening it by using 'majority voting' and other 'levers' of EU autocracy. Even if your country is going to suffer under a law, it is being weakened daily in its possible influence to stop horrific lawmaking and enforcement. Your courts, laws, judges, employment, social justice, patents, the works are being taken from you.

    Its amazing to see haughty europeans scoff and laugh at idiotic american laws, while amazingly lauding the EU, while at the same time, it creades amazingly bad laws, horrific compromises, and all with a mass removal of democracy for its 400+ million 'citizens', man I hate that word, its a word used by evil socialists, communists, and leftists, and implies a slave person who will comply with the stinking new state.

    Citizen is oft spoken in the laungauge of Hilter and Stalin-alike scum bags.

    If there is to be a Europe, let it truly be democratic, not this bastardised, evil, autocratic, 'utopia' for failed,bend and corrupt politicians.

    The EU has not had its accounts signed off in over nine years, and thats by its own auditors, and that is far larger than Enron.

    AdmV

    --
    We`re all equal .. Just some of us are less equal than others.
    1. Re:EU by Teun · · Score: 2, Insightful
      People are incredibly ignorant. They allow an autocratic EU state to build, develop, and continually assume that everything will be ok.

      I should not reply as you are a Troll.

      Yet to a large section of especially the British public you sound credible.
      Believe it or not but it is an unholy alliance of the British and French that has till now prevented the European Parliament to get the power a Parliament needs.

      Ofcourse all in the name of "Sovereignty" of the National Parliaments/Governements.
      But in reality just to keep the European population from setting truly super nationalistic goals through their elected European Parliamentarians.

      The powerful Council of Ministers should/could then become like a Second House of Parliament or Senate to reflect on the decisions of the Parliament of all Europeans.

      But I'm afraid that as long as the UK with it's presently rediculous press is part of the EU this will not happen, the French governement is tough on this subject but at least the French people could, not being exposed to the British-style gutter press, be convinced to support a European Parliament.

      --
      "The likes of Facebook and WhatsApp are free to those whose privacy is of zero value."
  43. some more background info -- Re:what is going on? by FlorianMueller · · Score: 5, Informative
    Your question in the subject line is well taken.

    The EU legislative process involves three different bodies (EU Parliament, EU Commission, EU Council) but the two latter ones are pretty much the same on the swpat issue.

    It is interesting to observe that democratically elected representatives of the people have so far taken anti-swpat positions: The European Parliament on 09/24/03 and the Dutch "Tweedekammer" on 07/01/04. However, the EU Commission and the so-called "Working Party" (a committee of civil servants basically) of the EU Council are pro-swpat.

    There are three reasons why this is so:

    Those civil servants on the patent workgroup of the Council are typically the national patent administrators. They are senior civil servants and some of them are on the controlling board of the European Patent Office. They don't need a pro-patent lobby to lobby them. They ARE a pro-patent lobby themselves. Those people believe that patents are the greatest blessing that has ever been given to mankind, and their own influence and career is linked to the patent system in one way or another.

    Large corporations such as Siemens, Ericsson, Nokia, ABB, Bosch and others aggressively push the national governments of the EU member states for swpats. They might pay dearly for that in the end because they aren't really good at making patentable "inventions" in the software space but they believe it just benefits the large companies and they can then cross-license with the other big guys. Those European corporations basically do the lobbying job for the American large corporations that want those swpats even more but can't take as visible a position in the European debate as they'd like to (they do it indirectly through industry associations that they have hijacked, such as BITKOM in Germany). The political influence of those European corporations is huge. If the CEO of Siemens wants to talk to the chancellor (head of government) of Germany, he probably just calls him directly on his cellphone.

    There are many companies, particularly software companies (not only in open source!), of small and medium size, which should be concerned over this political development and should collectively run a forceful campaign. Swpats will never be the mainstream political topic that, for instance, the war on Iraq is, but if properly presented, it can be a significant topic. After all, every public administration, virtually every enterprise and a vast majority of all households needs software. However, the management of most SMEs is too unsophisticated in political terms. I'm now making an effort to get some of them to figure this game out. Unless they are ready to join the fray and do something impactful (which is not just minor things like writing open and non-open letters to politicians), they'll lose out all the way. SMEs typically think that they should only focus on their core business and shouldn't ever spend management time, let alone money, on the political front. Large corporations are typically much smarter in that regard (they not only have more resources, they also do understand that politics are a business priority). The shortsightedness of most small and medium-sized companies in this respect is stunning.

    It's nothing short of remarkable how successful the FFII and other anti-swpat activists in Europe have been under those circumstances, without a substantial amount of funding!

  44. Not just Linux by tiger99 · · Score: 1
    Yes, excellent point, and maybe the various cities and organisations within Europe that have adopted, or are thinking about adopting, Linux or any other open source software should get together on this and jointly lobby the EU politicians.

    The continuing protests against the possible introduction of software patents need coordinating by experts in the field of politics, which most of the interested parties, at least on the developers side, are not.

    They also need to be shown that the USPTO is a failed organisation, quite probably due to underfunding and mismanagement at the top, not one to copy. If they handle it right, the US will have to sort themselves out, to everyone's benefit except the Criminal Monopoly and close associates.

  45. Re:Mod parent up! - anti-patent clausesi in API's by Pembers · · Score: 1

    I was wondering whether it would be possible for Open Source API developers to place a clause in the license agreement prohibiting patents placed on software that use their API?

    It would be possible, certainly, but I don't think it would be a good idea. Consider: the Oracle RDBMS runs on Linux. It needs to make calls to the Linux kernel API. Presumably, the Oracle corporation holds at least a few patents relating to their database system. If the kernel API is covered by a licence that forbids patented software from using it, Oracle is no longer allowed to run on Linux. Running one piece of software would prevent you from running another, which hardly seems desirable. It's bad enough when this happens now for purely technical reasons, without adding legal reasons as well.

    Or do you mean that the API itself (or combinations of its parts) cannot be patented? The mere fact of its publication should prevent this: it should be prior art to any patent application. As we've seen, though, this doesn't always stop bad patents from being issued.

    Combinations and sequences of the API's parts should automatically be prohibited as well. If your API has functions to perform A, B, C and D, then no-one is able to patent an API that does just A, B and C. Likewise, no-one can patent a function that performs (or calls) D, C and A in that order. Both of these should be obvious to one who has ordinary skill in the art. (Again, the patent office seems to have no idea of what's obvious and what isn't, but that's another matter.)

    In the latter case, simply adding a clause to your licence that says "thou shalt not patent this" doesn't make it any more or less legal for anyone to try, because the question of what is and what isn't patentable isn't yours to decide. Many shops have signs that say, in effect, "don't steal our stuff." Would you therefore think it's OK to steal from a shop that didn't have such a sign? Would you try to use that as a defence in court?

  46. Argh why FFII site down? by Anonymous Coward · · Score: 0

    This would have been lots of free publicity for their site, but it's down! Idiots.

    1. Re:Argh why FFII site down? by Jan0815 · · Score: 1

      As one of the idiots in charge, let me reply.

      We had a HD-crash on saturday and we had to organize physical access to the machine. Unfortunately we couldn't switch DNS to our backup machines www2.ffii.org and www3.ffii.org which are (still) working.

      Right now we are working very hard on getting the machine up and running again. This is all doen as voluntary effort, we have no money to spend on this. If you can help by offering mirros and bandwidth - mail me at jan.wildeboer [at] gmx.de

      Kind regards

  47. 20 years later ... by Anonymous Coward · · Score: 1, Interesting

    all this patenting is acctually a good thing,
    because you can't re-patent (or shouldn't be
    able too) after the patent has run out ...
    so after one hundred and some odd years of
    patenting, there is definitely alot of good ideas
    around you can implement for free.
    me thinks if law firms are having a blast, then
    detective agencies for patents must have an equal
    good market!
    keep patenting, make it free!

  48. I believe, by warrax_666 · · Score: 1
    but have it backwards because you don't understand how the law works
    ... that it is you who do not understand how patent law works. Anybody using a patented "algorithm" can be sued for patent infringement.

    Furthermore, Microsoft cannot grant indemnification from patent lawsuits to their customers; only the patent holder and the government (since they grant the patent in the first place) can do that; the only thing Microsoft can do is provide patent lawsuit insurance to the buyers of their products, and I don't see them doing that any time soon -- the infringe-by-using nature of patents makes this so hideously expensive that it's basically impossible to insure against patent lawsuits.
    --
    HAND.
  49. mozilla, firefox by kardar · · Score: 1

    I was using Firefox. It locked up my machine.

    Had to ssh in to kill X.

  50. Actually... by Svartalf · · Score: 1

    MS lost a Patent infringement suit recently, and everyone that was using the software was stuck with the bill with no redress whatsoever. Simply put, you have absolutely no guarantees with Patents that you're protected whatever your path.

    It's why software Patents are such a bad idea in the big picture sense (I can see the legitimacy of some of them, but pretty much all but a few of them should never have been granted...)- and they're granted for some of the silliest damn things.

    --
    I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
    1. Re:Actually... by mdfst13 · · Score: 1

      I think that you're missing the point. The worry is not that the company *selling* the software might lose a patent infringement case; it's that with open source, one could argue that the *user* should have found the patent infringing code. No one can make that argument with closed source code, as the user can't tell. With open source, the user could look. Since open source users can have deeper pockets than sellers necessarily do, they are a more natural target.

      This is what that insurance company (Bruce Perens and the lady from Groklaw were involved IIRC) was selling. They would audit open source software and undertake any necessary patent defense. Further, they would pay things like switching costs (up to their indemnity limit) if they lost. This is actually better than what closed source offers (Microsoft would make you pay to switch to the non-infringing code, as it would be an upgrade).

      Agreed that software patents are a bad idea.

  51. EU Structure, Power of Parliament vs. Institutions by FlorianMueller · · Score: 1

    I think the question of how to best structure the EU, and how much power to give to the EUParl vs. the other institutions, is a little more complex.

    Of course, the swpat story shows that it would generally be nice to have a European Parliament with much more power in place. We might say that now because last time the parliament was on our side and voted against swpats. If we had the Council and Commission on our side and the parliament against us, we might make some other points.

    A powerful EUParl would be great but it would mean a "United States of Europe" type of state. The problem with a parliament is that there can only be a single method in place that determines how many representatives are elected by which member state. What some EU member states want, however, is for a more complex system where you need different types of majorities to make anything happen, and some are more favorable to the large member states and some are better for the small ones.

    It's a strange mix-up of executive and legislative powers that the executive authorities of the member states have the key legislative power (through the EU Council and Commission) at the level of the EU. The swpat debate shows what this leads to: You have the national patent executives on a working group of the EU Council, and they push for exactly the patent legislation that they (and their friends at the European Patent Office) want. Yes, that's a structural shortcoming. However, we have to take into account that it would be a tough decision for some countries to cede more of their power to the EU.

    Even though the problem is clear, it's hard to solve, and the best we can hope for is that the EUParl gradually gets more power. We also have a chicken-and-egg problem here: As long as voter turnout in EUParl elections is low, the EUParl doesn't have the standing it deserves. As long as it doesn't have that standing, voters don't turn out. Some EUParl politicians complain about the lack of media attention to the EUParl, and they're right, but it's the same type of chicken-and-egg problem as well.

  52. OK how? by CarrionBird · · Score: 1
    How in the bloody hell is that offtopic. I was talking about the .... topic!!

    Do they piss in your cola when they give out mod points?? Where does that anger come from??

    --
    Free Mac Mini Yeah, it's
  53. About your sig... by zooblethorpe · · Score: 1

    I seem to recall they had those blankets for sale on Think Geek... Happy hunting, though.

    --
    "What in the name of Fats Waller is that?"
    "A four-foot prune."