Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Patent Law Ruling Threatens FOSS 244

savio13 writes "The EFF has asked the US Supreme Court to overturn a patent law ruling that could pose a serious threat to Free and Open Source Software projects. A recent Federal Circuit Court of Appeals decision required that even the most obvious incremental advances can be patented unless it can be proved that someone else suggested it prior to the patent being filed. As such, many 'bad patents' are being used as roadblocks for legitimate innovators, especially those working for FOSS projects (who have better things to do then search through thousands of technical papers for some mention of the obvious). The full brief is available online in PDF format."
This discussion has been archived. No new comments can be posted.

Patent Law Ruling Threatens FOSS

Comments Filter:
  • Re:Better Idea... (Score:5, Interesting)

    by Reverend528 ( 585549 ) on Friday August 25, 2006 @11:06AM (#15978399) Homepage
    You say that as if there are non-obvious software patents.
  • New license clause (Score:4, Interesting)

    by Midnight Thunder ( 17205 ) on Friday August 25, 2006 @11:08AM (#15978421) Homepage Journal
    I think we need to add a new clause to software licenses: "Not for use within USA or other countries where software patents are applicable. Using this software in any of these countries is your responsibility and in doing so you accept to pay any patent fees that may affect this software."
  • Re:But... it's free. (Score:4, Interesting)

    by 0123456 ( 636235 ) on Friday August 25, 2006 @11:08AM (#15978423)
    "Because then the guy that has the patent isn't making money, which is why he received the patened in the first place, to amke money."

    Companies don't patent things 'to make money', except indirectly: the primary use of patents these days is to keep new competitors out of the market, and free software is the worst kind of competition to have, since it doesn't cost anything. In any developed market, odds are all major companies will have patent cross-licensing deals, so patents don't affect them, they only affect new competitors that want to join the fun.
  • by amigabill ( 146897 ) on Friday August 25, 2006 @11:09AM (#15978428)
    http://www.uspto.gov/web/offices/pac/doc/general/i ndex.html#whatpat [uspto.gov]

    Even if the subject matter sought to be patented is not exactly shown by the prior art, and involves one or more differences over the most nearly similar thing already known, a patent may still be refused if the differences would be obvious. The subject matter sought to be patented must be sufficiently different from what has been used or described before that it may be said to be nonobvious to a person having ordinary skill in the area of technology related to the invention. For example, the substitution of one color for another, or changes in size, are ordinarily not patentable.

    This says that if something is obvious, the patent can be rejected even if there is no real prior art or previous "suggestion" or anything. Does a judge have the right to change the USPTOs rules on it's behalf?
  • by eno2001 ( 527078 ) on Friday August 25, 2006 @11:10AM (#15978443) Homepage Journal
    I don't see what staging protests is going to do. If the people with lots of cash want FOSS made technically impossible to create in the U.S. they're going to get their way. The government (whether you like Bush or not) is extremely pro-business right now and for all the wrong reasons. It's one thing to make sure businesses operate fairly, it's another thing entirely to give them control of the law via lobbyists. This will likely happen here and we pro-FOSS people will have to do whatever it takes to get by. We're already "criminals" based on the DMCA if we're watching DVDs on our Linux boxes using Xine or MPlayer. That doesn't stop many of us anyway. Same thing applies to the development of new software. Hell, if we had to, we'd probably use pseudo code that gets sent and translated in a non-U.S. country to something that does work so it technically wasn't written here.
  • Re:Soo... (Score:5, Interesting)

    by tomstdenis ( 446163 ) <tomstdenis AT gmail DOT com> on Friday August 25, 2006 @11:14AM (#15978492) Homepage
    Think about it this way though, if some part-time OSS developer can stumble on the same idea how non-obvious is it?

    There is a difference between "not done yet" and "non-obvious". The non-obvious leap is something where even if you knew about the problem you wouldn't have likely found the solution.

    Take LZW for example, it's a rather straightforward addition to LZ78. In my books any competent comp.sci student would try that too. It's obvious. By the same token, it wasn't obvious how to get MP3 like efficiency 20 years ago in encoding audio [given that the state of the art back then was ADPCM, CELP and u-Law].

    Most OSS developers couldn't implement an MP3 codec [hence the lack of options in choosing such a lib] but most could implement LZW, specially when given LZ78.

    Tom
  • by tomstdenis ( 446163 ) <tomstdenis AT gmail DOT com> on Friday August 25, 2006 @11:17AM (#15978508) Homepage
    Two words... "public domain".

    There is no license. So the users are entirely responsible themselves for the use of the software. It also means they can benefit the most.

    Tom
  • by maillemaker ( 924053 ) on Friday August 25, 2006 @11:24AM (#15978585)
    I've never understood all the hooplah about this open source stuff and taking grief from the corporations. If you want to write free software and give it away to the world for free, no problem - just do it anonymously and all of this patent headache goes away.

    Steve
  • Re:Better Idea... (Score:1, Interesting)

    by Anonymous Coward on Friday August 25, 2006 @11:40AM (#15978734)
    Define "implementation." Does it depend on the programming language used? The operating system? The type of networking protocol?

    The answer to these kinds of questions is always "it depends." Some inventions do not depend on a particular network protocol, a particular arrangement of Java objects, etc. To link the patentability of an invention to such trivial matters is absurd.

    Step back and consider a mechanical invention. Suppose I invent a new type of chair that can never fall over. Mine is painted blue, made of metal, and has 4 legs. You copy my idea, but you paint the chair red, make it of wood, give it 2 extra legs, and add leather armrests. Copyright would not protect me in this situation -- but a patent would (depending on how the invention was claimed).

    Why should we treat software any differently?
  • by JumpingBull ( 551722 ) on Friday August 25, 2006 @11:42AM (#15978762)

    The patent system was designed to shelter innovation by offering a limited monopoly to develop a business or livelihood around it. Parts of it operate quite well, however, in the intellectual life it has serious shortcomings. Software is one of those parts of the intellectual life where the character of the process is more akin to governance then to making a cunning artifact.

    This therefore brings us to three observations: first, software developers move much faster then business processes; Second, the goal of business is adding value (like support and auditing) to generate sales; third, the common wealth is ill served by business turf wars. If business believes in competition, then let them coach their teams better. I'll expand on these points.

    The fundamental design of systems is very fluid. As an engineer that has worked on and co-ordinated large projects, I find that I tend to go though about four or five related designs before settling on a particular architecture. I have to think of the cost of the hardware, but also of the system cost. It serves the efforts no good if I design cheap hardware that prevents the software guys from achieving the system goals. And the software guys iterate over several solutions while deciding how to partition their part. When we are very, very lucky, we may have some time to sit down together and try to find the exact right "cut here" line!

    Assuming that we all managed to get it right, and we are actually delivering what the customer needs, we get to support it. That is the value of business to me, as a designer. It means that others (The Customer) can benefit from our collective work, that they can continue to do so, and that they will soon find new, interesting things for us to do. Marketing here does the research of what is out there so we can digest it and figure out the better mousetrap. They also do the customer legwork so the people we are talking to know what their system requirements are. (their business can be treated as a system in this conversation) The rest is negotiation, and avoiding the dead ends.
    A humourous example: The Customer Wants a Car in the Bauhaus Style; that is, the salient marketing features are spare, rectilinear lines. The dead end is delivering Bauhaus Square Wheels. Clearly, intellegent compromise is needed.

    Playing around with turf wars, the adult equivalent of King of the Hill, is a gumption trap that will suck the life right out of the organization. I don't think any intellegent executive wants this, but they'll scrap if they have to. Wisdom consists of setting up our affairs so we don't have to.

    As a humourous close, why hasn't someone started to patent forms of government? I see a huge market potential in this. Dictatorships could patent Democracy, for example...

  • by pfz ( 965654 ) on Friday August 25, 2006 @11:50AM (#15978860) Homepage
    Patent law is just as big a mess as copyright law due to technology and commerce slamming into one another...

    Watch EFF attorney Jason Schultz tear the roof off in the new documentary, ALTERNATIVE FREEDOM. Maybe you will learn something or be able to show your friends and then we can all make sure digital rights are always kept in mind...

    Also features Dangermouse (of Gnarls Barkley), Lawrence Lessig, Richard Stallman...

    Check it out:
    http://alternativefreedom.org/ [alternativefreedom.org] [alternativefreedom.org]
  • Paper Patents (Score:1, Interesting)

    by Anonymous Coward on Friday August 25, 2006 @12:10PM (#15979059)
    To apply for a patent, describe the invention using standardized terminology, email it to the paper patent repository. No claims would be needed.

    Developers can access the paper patent repository for ideas relevant to their product.

    Payment for inventions is by way of a patent tax on each product category. The tax level could be roughly 50% of the value of patents to that product category.

    The allocation of the collected patent tax would be based on usage of the inventions, perceived value, etc.

    With this approach, the pace of innovation should increase significantly, and thereby be an improvement over the current patent system.
  • Re:Let it collapse (Score:2, Interesting)

    by zogger ( 617870 ) on Friday August 25, 2006 @12:53PM (#15979432) Homepage Journal
    The rest of the planet could easily use the threat of stopping the use of the federal reserve note to get the US to stop being nasty.That's it, that's the superweapon that can't be ignored.

      The only way the US government is proceeding along this globalism path without total economic collapse right now is the repatriation of already exported greenbacks,coming back in the form of trade for further IOUs (the economy is already borked from that right now, no fix for it really). When that stops, and it most certainly will sometime, well, the Feds can print up all they want to then,and you can see how that works out like in zimbabwe right now. It doesn't.

    As to military might, excluding planet busting mass use of WMD, which would be suicide basically, I think the current running wars show how effective high tech is *or isn't* when you have significant numbers of the local population annoyed with you. It only takes a few percent of the locals really annoyed, that's it, you are stuck in a war of attrition you will lose eventually. They can right now barely hold on to small selected areas in a small country, let alone try to pull that off in numerous nations all at the same time all over the planet. I don't think it's even remotely possible to do that.
  • Re:Better Idea... (Score:2, Interesting)

    by Trunk604 ( 997852 ) on Friday August 25, 2006 @03:57PM (#15981038)
    Well, those of us who have had any dealings with Patent suits can tell you that there is certainly room for improvement. But it's not enough to say the system sucks and we could do without it. There definitely needs to be some sort of protections in place. Just speaking as an engineer and armchair philosopher: What if in addition to granting a monopoly on a particular idea (or implementation or whatever that law resolves to) the patent also guaranteed the right of anybody to license that patent as part of an improvement patent; perhaps by setting a fixed percentage (say 20%) of earned profits from improvements to the original patent holder for the duration of the patent life. I invent a better mousetrap and patent it. If anybody wants to use that patent as is, they have to bargain with me. But if somebody is able to improve on my patent, they can do so without my permission by just paying me the set percentage of profits earned. If somebody then improves on that patent, they would pay the second patent holder the set 20% who would in turn pay me 20% of that. The open source community gets a free ride so long as they aren't making money on it. This way, inventors benefit from their own efforts, but innovation is not prevented. Plus, the value of an original patent becomes diminished with an increasing number of improvements, which only seems fair. What do you think?

"Gravitation cannot be held responsible for people falling in love." -- Albert Einstein

Working...