Comments on: Supreme Court loosens patent 'obviousness' test
Unanimous decision holds that lower courts should be more flexible in interpreting the standard for whether patents meet the non-obvious test.
Unanimous decision holds that lower courts should be more flexible in interpreting the standard for whether patents meet the non-obvious test.
January 2, 2010 11:43 AM PST
January 2, 2010 9:41 AM PST
January 2, 2010 6:00 AM PST
Add headlines from CNET News to your homepage or feedreader.
More feeds available in our RSS feed index.
Related quotes
I have never seen a software patent that was not obvious or based on prior art.
Hopefully this will help invalidate a lot of them.
The correct step, which hopefully happens in the next few years is that patents for software goes away entirely.
Copyright is more then enough protection for software.
Anyone think that congress with ever stand up to Disney and stop abusing the spirit of copyright in the name of corporate profits? Me neither.
That's probably because you are not properly trained to interpret patent scope. Just like one needs training to properly read and write code, one also needs training (many years) to properly interpret claim scope.
This is no different and protected under copyright.
What this will help stop is stupid stuff like patenting an array or pointers, or the oh so innovative idea of storing and retrieving data from a database.
attorney, but I can read computer science papers from the 70s
and 80s and patent claims from the 90s and oughts, and there
are a lot of patents where the claims are one to one with
software design feaures described in those old papers. I read
something that Donald Knuth wrote about software patents in
1994. He wrote a series of texts called "The Art of Computer
Programming" a couple of decades ago, and also is the author of
the TeX scientific text processor. He wrote that if the software
patent situation had existed at the time he wrote TeX, he would
never have bothered writing it because he would surely have
infringed on numerous patents. He also wrote that most of the
software patents he had seen at the time involved solutions he
expected his computer science students to come up with when
doing the homework he assigned. Thus, the subject line above.
- Something in-between
- by kudos2006 May 5, 2007 8:15 PM PDT
- I have read all the comments to date and there seems to be an (obvious) overall theme of distaste for software patents, and yet, confusion as to the limits of software protection (at law).
- Like this Reply to this comment
-
(17 Comments)I agree that the notion of protecting software via patent law has the potential (if not the presence) of becoming an epidemic, obstructive device facing innovation. The idea here, as a prior comment indicated, is that developers will be discouraged from creating new software, fearing a patent infringement suit from somebody, somewhere. As so many have mentioned, software is highly derivative. There is a good chance, especially when considering the need for compatibility, that a piece of code will infringe a frivolous patent (that probably should not have been granted to its owner on the basis of obviousness to those skilled in software development). It's quite impossible to be aware of all the patents out there. Therefore, it's equally impossible to know what software is off-limits. And, paying licensing fees (which could be exorbitant, depending on the licensor) is just inconvenient to a developer, especially since it immediately eats away at any profit that may result from the end product.
With respect to copyright (please note the spelling as many have misspelt it), software code is automatically protected with respect to its form/expression (i.e. the exact way it's written). However, translations are covered under some IP regimes. The extent to which this would apply to software is undetermined, as far as I know. But, a case could be made that code (substantially) identically changed from one language to another would constitute copyright infringement. The important point about software protection under copyright is that the basic idea behind the code is not protected. This was somewhat expressed in previous comments.
Equally important is that where form and idea merge, such that the idea cannot really be coded any other way, copyright will not apply or at least will not be enforced. To do so would be to grant that piece of code patent-like status. However, this would only apply to those subsections of code, and mostly likely, not to an entire program.
I hope this helps clarify things.