Slashdot Mirror


NZ Draft Bill Rules Out Software Patents

Korgan writes "In what must be a first in the face of ACTA and US trade negotiations pressure, a Parliamentary select committee has released a draft bill that explicitly declares that software will no longer be patentable in New Zealand. FTA: 'Open source software champions have been influential in excluding software from the scope of patents in the new Patents Bill. Clause 15 of the draft Bill, as reported back from the Commerce Select Committee, lists a number of classes of invention which should not be patentable and includes the sub-clause "a computer program is not a patentable invention."'"

8 of 194 comments (clear)

  1. Keep up the pressure. by BiggerIsBetter · · Score: 4, Insightful

    It's still only a draft.

    --
    Forget thrust, drag, lift and weight. Airplanes fly because of money.
  2. Re:Someone seeing sense at last i see by SimonTheSoundMan · · Score: 5, Informative

    Software patents have never been allowed in Europe, and the UK like to make a big stand against such patents.

    http://eupat.ffii.org/log/intro/

    It's really only the Americas that have software patents.

    http://en.wikipedia.org/wiki/Software_patent

  3. Re:Someone seeing sense at last i see by Jesus_666 · · Score: 4, Informative

    That's how it is. The push to codify software patents has failed, however there hasn't been a successful counter-push to have software declared unpatentable. Right now it's a grey zone where software is patentable but the patents are theoretically unenforcable as they have no legal ground to stand on.

    --
    USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
  4. Beauregard by Dachannien · · Score: 5, Interesting

    In the US, software isn't patentable directly, either. If you claim "a program which causes a processor to perform the steps of...", then you get yourself a rejection under 35 USC 101, because a program isn't a process, machine, article of manufacture, or composition of matter.

    One way that lawyers get around this is by claiming "a computer-readable storage medium storing a program which, when executed, causes a processor to perform the steps of...." A computer-readable storage medium (e.g., a hard drive) is generally considered to be an article of manufacture. This almost got tested in court several years ago, in In re Beauregard, but the USPTO decided to withdraw its rejection and issue the patent before the court got a chance to weigh in on it, and nobody has brought up the topic in litigation since then.

  5. Re:Why Not? by Anonymous Coward · · Score: 5, Interesting

    Because, some poor sucker programmer, living in his mom's basement, could come up with the same idea tomorrow, and find a way to make it work so much better.But the poor sod, who has no idea that the base for his work has a patent on it, will have his ass kicked for his hard work.

    Patents STOP progress, and are rewarding the WRONG people.. They should be kept out of the incredibly fast paced world of computer software.

    If you can't capitalize on your idea fast enough, tough freaking biscuits..

    Copyright on the other hand is a useful protective tool. It stops people stealing your work byte for byte, note for note, word for word... But even that has been abused by insane time limits.

    I am a programmer, and what I'd give to have free reign over my creative process... what I could accomplish without having to worry about the bullshit associated with software patents in the Divided States of Assholica. Seriously, please someone nuke those jerks, starting with their patent offices..

  6. Re:Why Not? by Anonymous Coward · · Score: 4, Interesting

    Because it's far too easy to accidentally create a program that infringes on a patent, most software are made up of basic building blocks that together make a unique product, so if anything should be patentable it should be the building blocks, and only the ones that are not trivial, but who gets to decide this? Which means that we end up in court, which costs a lot of money and opens up for trolls.

    Copyright (a short, say 2-5 years depending on product) and trademark should be enough to discourage competition, if competition can make a program just like yours without copying you and still sell it at a lower cost then you are doing something wrong or your product just wasn't unique enough.

  7. Re:Why Not? by Drishmung · · Score: 4, Insightful

    I've never really followed the arguments behind why everyone hates software patents. I'm not trolling here, please help me understand. As I understand it, the idea behind a patent is to encourage an inventor to invest resources in R&D and then to share their new techniology with society, in return for a time-limited monopoly on exploiting that new technology. This is arguably a bit broken at the moment -- largely because patents seem to be overly broad and to last too long -- but the basic idea seems sound.

    See http://redmonk.com/sogrady/2010/03/19/software-patents/

    The software patent system may be in need of repair, but is it really worth throwing the baby out with the bathwater?

    It's too broken, too fundamentally broken, to fix.

    --
    Protoplasm. Quiet Protoplasm. I like quiet protoplasm.
  8. Re:Bad wording? by Sir_Lewk · · Score: 4, Informative

    In the period 1945-1980, it was generally believed that patent law did not pertain to software. However, it now appears that some people have received patents for algorithms of practical importance--e.g., Lempel-Ziv compression and RSA public key encryption--and are now legally preventing other programmers from using these algorithms.

    This is a serious change from the previous policy under which the computer revolution became possible, and I fear this change will be harmful for society. It certainly would have had a profoundly negative effect on my own work: For example, I developed software called TeX that is now used to produce more than 90% of all books and journals in mathematics and physics and to produce hundreds of thousands of technical reports in all scientific disciplines. If software patents had been commonplace in 1980, I would not have been able to create such a system, nor would I probably have ever thought of doing it, nor can I imagine anyone else doing so. I am told that the courts are trying to make a distinction between mathematical algorithms and nonmathematical algorithms. To a computer scientist, this makes no sense, because every algorithm is as mathematical as anything could be. An algorithm is an abstract concept unrelated to physical laws of the universe.

    Nor is it possible to distinguish between "numerical" and "nonnumerical" algorithms, as if numbers were somehow different from other kinds of precise information. All data are numbers, and all numbers are data. Mathematicians work much more with symbolic entities than with numbers.

    Therefore the idea of passing laws that say some kinds of algorithms belong to mathematics and some do not strikes me as absurd as the 19th century attempts of the Indiana legislature to pass a law that the ratio of a circle's circumference to its diameter is exactly 3, not approximately 3.1416. It's like the medieval church ruling that the sun revolves about the earth. Man-made laws can be significantly helpful but not when they contradict fundamental truths.

    --Donald Knuth

    What I'm still not getting, is what could possibly make you think you know better than Donald Knuth...

    --
    "linux is just DOS with a UNIX like syntax" -- Galactic Dominator (944134)