Stories
Slash Boxes
Comments

News for nerds, stuff that matters

EU Study Looks At Software Patents

Posted by michael on Fri Oct 27, 2000 11:02 AM
from the one-click dept.
Cardinal Biggles writes: "A study into software patents commissioned by the EU seems to conclude that software patents are OK, it's just the U.S. Patent Office that sucks. It addresses Open Source, but seems to suggest that Open Source projects should get patents of their own, and finance their project using the licensing fees. Meanwhile, the European Commission has opened a public consultation on whether software should be patentable. The request for comments itself, IMHO, sounds not very neutral about software patents. You can get your comments in until 15-Dec-2000!" The study appears to be pretty thorough. And I advise any European developers who care to get their comments in about software patents! It's your career...
This discussion has been archived. No new comments can be posted.
EU Study Looks at Software Patents | Log In/Create an Account | Top | 67 comments (Spill at 50!) | Index Only | Search Discussion
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • They REALLY don't get Open Source! by isdnip (Score:1) Friday October 27 2000, @06:05AM
  • by Siqnal 11 (210012) on Friday October 27 2000, @06:08AM (#670319) Homepage
    In the future, patents might be a way to protect protocol freedom. GNU is opposed to software patents, but a protocol itself really isn't software, and I see no reason why they could not create a patent version of the GPL. Just as GNU uses copyright law, in the form of the GPL, to protect software freedom, they might be able to use patent law to protect the freedom of protocols.

    --

  • by billybob2001 (234675) on Friday October 27 2000, @06:16AM (#670320)
    Could someone explain why patents are necessary when copyright is automatically conferred when, for example, a book is written?

    I know people try to steal copyright, but authors have caught on, and now assert their copyright explicitly.

    If copyright is breached, the owner can sue for plagiarism etc, without needing to get involved in patents at all.

    I always though patents were meant to be applicable to products/processes, rather than documents - which is what source listings are.

    Apart from from the copyright expiring (which may not be relevant in a fast-moving environment) what else makes this impractical?

  • Drop in the bucket (Score:4)

    by DaveWood (101146) on Friday October 27 2000, @06:16AM (#670321) Homepage
    Expect the comission to be subverted, and software patents to persist in Europe. Software patents are good for large, established players, and they are good for lawyers, two very powerful lobbies, here and across the pond. It would take a miracle for the collective interests involved to miss their mark.

    There are much larger problems at hand in government's relationship to industry anyway (i.e. bribes seem to be de facto legal). Focus on solving those first, and then worry about details like patents.

  • Fellow Europeans! (Score:4)

    by Peter Dyck (201979) on Friday October 27 2000, @06:19AM (#670322)
    It's time to get organized and impose the slashdot effect on the European Commission.

    I for one am going to write a snailmail letter both to my representative in the Parliament and the Commission (lucky to have one) and urge him investigate this matter and act against software patents. I've got a couple of friends whom I've managed to get to act as well.

    The time to act is now!

  • Open Source Up North by grovertime (Score:1) Friday October 27 2000, @06:22AM
  • How is Free Software supposed to be financed? by jdgeorge (Score:2) Friday October 27 2000, @06:30AM
  • by DaveWood (101146) on Friday October 27 2000, @06:30AM (#670325) Homepage
    Copyright covers plagiarism, which in the context of source code means I could be violating someone's copyright if I cut-and-paste their code and call it my own, use it for my own purposes, etc... without their permission, that is. And open source authors effectively give that permission to everyone, pending a few small details (GNU, for instance, has a number of preconditions - such as that you have to distribute the sourcecode yourself, etc.) Of course, I can read someone's code, learn from it, and write my own code that does the same thing. It may even be very similar, but that would be legal (again, there are a few caveats here, but that's basically the case). Even as a relative radical when it comes to intellectual property law, this pretty much seems fine to me.

    Patents are much, much worse. Software patents enable Compuserve, for example, to patent a compression algorithm or a program that reads or writes a specific file format. Once such a patent is granted, it is illegal for me to write a program that uses that compression, or reads or writes data compatible with that format - no matter how I implement it.

    The fun part is what people patent: Windows, pull down menus, command-line interfaces, GIFs (you've heard about the infamous GIF patent, of course!), one-click shopping, word processors that can right align text, you name it, the US Patent Office will grant it to you. I honestly don't think they even read them anymore. And if someone from the USPO wants to show up and self-righteously say "Oh yes we do read them" then... my God, that's even worse.

    The reason you can tell the EU is going to have software patents is because their argument - that the USPO is the problem, not software patents themselves - is patently false. An obvious placation.

    In a world with software patents, every programmer is likely to violate hundreds of patents throughout their career. There is no way they can know which, since they cannot read and remember the entire patent base, no matter how well-maintained. Every program is a ticking time bomb of patent litigation, as you never know when someone might turn up and say, "Hey! My grandfather patented that in 1986! That'll be 70% of your gross please, or get ready to spend $100-300 thousand defending yourself in court!"

    Enough said.

  • Re:erm by fjordboy (Score:1) Friday October 27 2000, @06:33AM
  • Wait a second... by Jagasian (Score:1) Friday October 27 2000, @06:34AM
  • Re:Patent vs Copyright by chellee (Score:1) Friday October 27 2000, @06:37AM
  • Re:They REALLY don't get Open Source! by Eccles (Score:1) Friday October 27 2000, @06:38AM
  • by DaveWood (101146) on Friday October 27 2000, @06:42AM (#670330) Homepage
    There's a simple reason why. Patents cost a lot of money and time and effort to get. Dealing with them is onerous except for the few large companies and organizations this blatantly corrupt process is intended to help out in the fist place.
  • by volpe (58112) on Friday October 27 2000, @06:46AM (#670331)

    #include <IANAL.h>

    Patents cover the use of *methods* of doing something. And, in many cases, you need to use it commercially in order to infringe. OpenSource refers to a particular *implementation* of that method. It is possible to keep a method patented, and still release an OpenSource implementation of that method. People can get the software and play with it all they want, but they need to license the *patent* if they want to use the method embodied in that patent, regardless of whether they use the OpenSource implementation or roll their own. One example of this is the Visualization Toolkit (VTK) [kitware.com] software library. Some components of this toolkit contain methods patented by GE Corporate R&D [ge.com] (where VTK was originally developed) and Kitware [kitware.com], a company started up by two of its original authors. The vast majority of VTK does not involve any patents, and all the code is OpenSource, but if you need to use one of the pieces that implements a patented technique, and you want to use it in a commercial product, you need to license the patent from whoever owns it.

  • Good for business by KarmaBlackballed (Score:1) Friday October 27 2000, @06:50AM
  • Hm... by Eminence (Score:2) Friday October 27 2000, @06:51AM
  • by bluGill (862) on Friday October 27 2000, @06:53AM (#670334)

    okay, in theroy caopyrights expire too, but there will be none (in the US) that expire for the next 20 years or so... Patents expire, and in a fairly short timeframe.

    When I think of all the old games that I used to love on my 8 bit atari, well all are copyrighted, and so I cannot legally copy them anymore. with 5-1/4 disks going bad all the time there isn't much that we can legally do to save those classics. If those games were patented instead, at least I could legally copy them. (Note, that I still don't think patents should apply to whole games, maybe the concept, but not the game)

    I think that software patents should be allowed, but not yet! That is until we get to the point where a new software takes a lot of work to devolpe, and most concepts are worked out we shouldn't allow patents. Once things have settled down, sure you can patent your auto-spell checker in your word processor, because word processors as a concept a mature. However you shouldn't be able to patent a GUI menuing system because these systems are still undergoing research and are not mature. (This is an example, please don't disagree with the examples, disagree with the idea behing them)

  • Kudo's to Slashdot by LucVdB (Score:1) Friday October 27 2000, @06:57AM
  • EU vs. US patent law by JohnTheFisherman (Score:2) Friday October 27 2000, @06:57AM
  • by AFCArchvile (221494) on Friday October 27 2000, @07:02AM (#670337)
    "A study into software patents commissioned by the EU seems to conclude that software patents are OK, it's just the U.S. Patent Office that sucks."

    Damn right. With blaring examples like the Cue:Cat's base64+XOR "encryption method", and Amazon.com's "One click shopping", it's a wonder that the government hasn't taken action to refine the requirements for a patent. Then again, Congress is really delayed as it is (debates, quorum calls, and filibusters; oh my!).

    On a side note, for the person who wanted to patent the "no click banner ad", you've been beaten to the punch. A web casino already did something like that two years ago with a Java applet; whenever you hover your pointer over the banner ad, your browser goes there. However, it got annoying as hell and died.

  • Re:At least patents expire! by Rude Turnip (Score:2) Friday October 27 2000, @07:02AM
  • Re:Patent vs Copyright by Smallest (Score:1) Friday October 27 2000, @07:08AM
  • So where does one add a comment? by yerricde (Score:2) Friday October 27 2000, @07:10AM
  • Re:Patent vs Copyright by DaveWood (Score:2) Friday October 27 2000, @07:17AM
  • The Absurd (Score:3)

    by Ektanoor (9949) on Friday October 27 2000, @07:18AM (#670342) Journal
    Ok I think US Patent Office has been doing the MOST STUPID THING. However the proud of the European Commission on claiming that US Patents fail because they are technological arts is even more dumb.

    What is software? A technological art. The windows, mouses, clicks, arrows, links, pages are all ABSTRACTIONS. Once I wrote here to pick some guy from Amazonia and to show him what we see on our screens. I wonder what he would say.

    All software and even hardware is a mixture of mathematics, logic, empirics and our capacity to abstract. Tell me what is the command ping. Can anyone tell me exactly say what this thing is? Yeah most would say "it tests the link between two computers". But take a look at your early days and try to remember how hard it was to understand the "ms", the address names, the IP numbers and all the sequence they made. Ignorance? Correct. Until the abstraction reached you. So that you forget to remind that "ping 127.0.0.1" may not fitunder such definition. So you correct to "link between devices". However lo always remains a software abstraction as it possesses no real device.

    I think that US Patent Office had VERY GOOD INTENTIONS when first it started to patent software. And it was correctly patenting them as they are in fact a technological art. Only short-sightness spoiled things. US Patent Office should clearly not to be blame on this. No one could ever dream on what computers would turn into. Yesterday, they were simple algorithms you launched through punch cards and got results in a printer terminal. Today they are Second Reality. A world that even substitutes our existing one and even dominates it. A world getting deeper and deeper into Abstraction. A world no Dali would ever imagine in his wildest dreams.

    Now technocrat Europe tries to make a bigger error. My, my, software development will be possible only in Russia. No wonder that now we are already on the top. No kidding people! Try to take a look at this:
    http://chronicle.com/free/v47/i08/08a04301.htm

    And btw: Patenting software and even hardware is FORBIDDEN here. They are considered as Works of Art and fall into copyright laws...
  • Misconceptions by bperkins (Score:2) Friday October 27 2000, @07:19AM
  • Re:Patents aren't inherently bad. by Martin Spamer (Score:2) Friday October 27 2000, @07:22AM
  • Re:Socialism triumphs again by gibson_81 (Score:1) Friday October 27 2000, @07:24AM
  • Re:They REALLY don't get Open Source! by Jamie Lokier (Score:2) Friday October 27 2000, @07:28AM
  • by dbarclay10 (70443) on Friday October 27 2000, @07:31AM (#670347)
    Finance Open Source projects through licensing fees?
    Further proof that the Eurocrats are basically nitwits who couldn't get work in their own countries!


    Oh, pay attention. An open-source project can make money, TODAY, using the same principle.

    You have a GPL'd library. A good one. No proprietary app can link against it, either! Sounds great, eh? :) Well, if you hold the copyright(and if you're the author, you do), and Mr. Big Software Company Exec would like to make a proprietary app that links against your code, you can let him, either for free or for a wad of cash. You own the copyright, you set the licensing terms.

    It's the same idea with patents. You patent a rather ingenious algorithm, and make an open source(GPL) implementation. For anyone else to use that algorithm, they have to get permission from you, else they'd be in violation of patent laws. In this case, EVERYONE has to ask permission(unfortunatly, this includes Open Source initiatives). It's really no different than with the regular GPL using copyright laws. Except it applies to everyone, so you can deny other Open Source initiatives the priveledge of using your patented algorithm.

    Yeah, that's not the best, but it's not like you make it out to be.

    Dave
    'Round the firewall,
    Out the modem,
    Through the router,
    Down the wire,
  • Pointless to comment by jmichaelg (Score:2) Friday October 27 2000, @07:36AM
  • Re:what the hell is "int" ? by Your_Mom (Score:1) Friday October 27 2000, @07:49AM
  • Re:Patent vs Copyright by drivers (Score:1) Friday October 27 2000, @07:50AM
  • Re:Patent vs Copyright by Anonymous Coward (Score:1) Friday October 27 2000, @08:02AM
  • Re:The Absurd (Way OT) by ripicheep (Score:1) Friday October 27 2000, @08:12AM
  • Crossroads Alert! by do!omite (Score:1) Friday October 27 2000, @08:21AM
  • by cybaea (79975) <allane.cybaea@com> on Friday October 27 2000, @08:22AM (#670354) Homepage Journal

    Here - there is even an e-mail address:

    The public at large and all interested circles may direct their comments to the Directorate General for the Internal Market, either by mail to the following address: European Commission, DG Internal Market (MARKT/E/2), Rue de la Loi, 200 (C100 5/13), B - 1049 Brussels, or by e- mail to be directed to MARKT-SOFTPAT@cec.eu.int [mailto] . Any comments should be received on or before 15 December 2000.

    I recommend all EU slashdotters to comment. It is more important than voting! Get on with it.

  • Re:The Absurd (Way OT) by Ektanoor (Score:2) Friday October 27 2000, @08:24AM
  • Re:The Absurd by fizban (Score:1) Friday October 27 2000, @08:28AM
  • Patent != Proprietary by DeadVulcan (Score:1) Friday October 27 2000, @08:42AM
  • Sign the petition by SaZZer (Score:2) Friday October 27 2000, @08:45AM
  • Re:The Absurd by Ektanoor (Score:2) Friday October 27 2000, @09:08AM
  • How about patents + GPL? by alispguru (Score:1) Friday October 27 2000, @09:17AM
  • Re:They REALLY don't get Open Source! by Anonymous Coward (Score:2) Friday October 27 2000, @09:18AM
  • Re:Fellow Europeans! by beroul (Score:1) Friday October 27 2000, @09:27AM
  • Re:Patent vs Copyright by DaveWood (Score:2) Friday October 27 2000, @09:28AM
  • Re:Patent vs Copyright by DaveWood (Score:2) Friday October 27 2000, @09:30AM
  • Re:They REALLY don't get Open Source! by ResHippie (Score:1) Friday October 27 2000, @09:30AM
  • Freenet Mirror by Sanity (Score:2) Friday October 27 2000, @09:32AM
  • Re:How about patents + GPL? by DeadVulcan (Score:1) Friday October 27 2000, @09:39AM
  • What is Patentable? by herwin (Score:1) Friday October 27 2000, @09:40AM
  • Re:All we need now is action against the office. by 1010011010 (Score:2) Friday October 27 2000, @09:47AM
  • Re:At least patents expire! by drewish_princess (Score:1) Friday October 27 2000, @11:43AM
  • Re:They REALLY don't get Open Source! by Samrobb (Score:2) Friday October 27 2000, @11:51AM
  • Re:They REALLY don't get Open Source! by KevinMS (Score:1) Friday October 27 2000, @11:59AM
  • Re:They REALLY don't get Open Source! by nmarshall (Score:1) Friday October 27 2000, @12:05PM
  • Re:They REALLY don't get Open Source! by Psi-kick Guy (Score:1) Friday October 27 2000, @12:09PM
  • A sneaky way around... by Psi-kick Guy (Score:1) Friday October 27 2000, @12:25PM
  • Re:Yes, but there's still one point: by AFCArchvile (Score:1) Friday October 27 2000, @12:53PM
  • Re:erm by fjordboy (Score:1) Friday October 27 2000, @01:35PM
  • Re:Wait a second... by markmelvin (Score:1) Friday October 27 2000, @03:17PM
  • Re:Patent vs Copyright by KarmaBlackballed (Score:1) Friday October 27 2000, @05:29PM
  • Re:They REALLY don't get Open Source! by sfstich (Score:2) Friday October 27 2000, @11:41PM
  • Patents as a weapon against OS projects by Dirk.Reiners (Score:1) Saturday October 28 2000, @02:04AM
  • Re:The Absurd by fizban (Score:1) Saturday October 28 2000, @05:19PM
  • Re:They REALLY don't get Open Source! by Samrobb (Score:1) Sunday October 29 2000, @11:24AM
  • Re:They REALLY don't get Open Source! by Eccles (Score:1) Monday October 30 2000, @06:34AM