Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Time To Abolish Software Patents?

Posted by Soulskill on Fri Feb 29, 2008 08:15 AM
from the reply-hazy-try-again dept.
gnujoshua writes "Has the time come to abolish software patents? Fortune columnist Roger Parloff reports on a new campaign called End Software Patents, which he views as 'attempting to ride a wave of corporate and judicial disenchantment with aspects of the current patent system.' Ryan Paul of Ars Technica writes that the purpose of the campaign is to 'educate the public and encourage grass-roots patent reform activism in order to promote effective legislative solutions to the software patent problem.' The campaign site is informative and targets many types of readers, and it includes a scholarship contest with a top prize of $10,000.00. We've recently discussed the potential legal re-examination of software patents."
+ -
story

Related Stories

[+] Courts May Revisit Software Patents 259 comments
An anonymous reader writes "It looks like the courts may finally be gearing up to overturn the ruling that opened the floodgates for both software and business model patents. It's been nearly ten years since the US courts decided that business methods were patentable and that most software could be patentable — and we've all seen what's happened since then. With all the efforts to fix the patent system lately, it appears that the court that originally made that decision may be regretting it, and has agreed to hear a new case that could overturn that ruling and restore some sanity to the patent system."
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • Yes. (Score:2, Informative)

    Yes.
    • Re: (Score:2, Funny)

      Finally.
    • No. (Score:3, Insightful)

      Software is the new Hardware, so I don't think patents should be done away with as we move into this realm. But the duration needs an update to reflect the modern-day pace of innovation. I'd say that 17 months would be about right.
      • Re:No. (Score:4, Insightful)

        by profplump (309017) <zach@kotlarek.com> on Friday February 29 2008, @12:01PM (#22601586) Homepage
        I can understand why people object to obvious patents, or to patents with not demonstrable implementation, but for all the whining people do about the evils of "software patents" I don't think people understand how similar the situation is with plain old mechanical patents. There are just as many bad patents on physical devices; why is the concern here only about software?

        And as the parent suggests, I think a shorter term for software patents is a great idea. 17 months is probably a bit short -- I doubt many good ideas could make it from proof-of-concept to market in under 9-12 months, which doesn't leave a lot of protection time left on the patent. But certainly there's some single-digit number of years that would provide a workable balance.

        For that matter I think the term of a patent could be variable in general. We'd want limits on the valid term range, but based on the patent type and things like regulatory barriers to market entry (for example in drugs, where drug X must get FDA approval which takes 2 years, but drug Generic-X can use the previous approval -- the government provides a barrier to market entry that is unique to the applicant and doesn't apply to other in the industry) we could certainly pick a more suitable term for almost all patents.
        • Re: (Score:3, Insightful)

          I can understand why people object to obvious patents, or to patents with not demonstrable implementation, but for all the whining people do about the evils of "software patents" I don't think people understand how similar the situation is with plain old mechanical patents. There are just as many bad patents on physical devices; why is the concern here only about software?

          Because computers are general-purpose machines, and to say that a computer acting in one manner is a different invention than a compute

  • Actually, it's time to see if "regular" patents work as intended. If they don't we need to see if they can be fixed or if we have to get rid of them, and if so, if we should replace them with something else.
  • What are the implications of abolishing software patents? Weigh the possible advantages and disadvantages against the (questionable) advantages and (severe) disadvantages of the current system.
    • by jellomizer (103300) * on Friday February 29 2008, @09:13AM (#22599374)
      Well lets say I made a compression algorithm that will lossless compress all data by 1/2 (Yes it is mathmatically impossible, I know) This a new and marvel method. I don't patent it. Microsoft sees it reverse engineeres it and makes their own version and sells it to make billions of dollars as well say Toshiba uses it in their HardDrive technology to double its disk space just with a firmware update, and use this to make an other billions... Now here I am trying to peddal a little WinZip like app where Microsoft and Toshiba has already made my App useless with the technology I created. I would say that I should get some compensation for my creation...

      I am not against software patents. I am againt most of the software patents. Software patents in my mind need to be very inovative and considered something where people said you can't do this with that, type of mantality. But most of the patents are not new ideas or something non ovious. Most of them are cases where any good programmer would come up with that method when given the problem.
      • by CastrTroy (595695) on Friday February 29 2008, @09:30AM (#22599560) Homepage
        The problem with software patents is that anything that's really novel, like your impossible compression algorithm is basically a mathematical algorithm. Since you can't patent mathematical algorithms, there shouldn't be any need for software patents. I'm not sure if I've ever seen anything really inventive in software that wasn't a mathematical algorithm. There's patents on things like one-click shopping, which aren't mathematical algorithms, but which aren't really all that novel either. And then there's patents that are inventive, like GIF compression, MP3 Compression and others, but which fall under the umbrella of mathematical algorithms.
        • Since you can't patent mathematical algorithms,

          But you can patent using a mathematical algorithm to do something. I mean, at some level everything becomes a mathematical algorithim. The arrangement of chips to optimize [don't know enough specifics] is based on a mathematical algorithim.

          So, the math behind GIF comprssion may not be patentable, but an image file format compressed in that way would be.

      • by mdwh2 (535323) on Friday February 29 2008, @09:34AM (#22599592) Journal
        Well lets say I made a compression algorithm that will lossless compress all data by 1/2 (Yes it is mathmatically impossible, I know) This a new and marvel method. I don't patent it.

        Historically, mathematicians (as well as other people like scientists) have never been granted an monopoly on the use of the results of their research, and it's not clear why should that change?

        As you acknowledge, it's mathematically impossible, so let's look at a more likely situation: you release your great new application, except big_company comes along and points out a range of other patents of theirs that you are infringing upon.

        At best, you might be allowed to cross-licence if you have something they want - in which case, they use your "invention" anyway. Otherwise, you have to stop distributing your product altogether (and hope you don't get sued).

        Even if we did accept your hypothetical scenerio - it's not clear that a world where hard drives everywhere have double space is worse than one where the only allowed application of this knowledge is your little app.
      • by molarmass192 (608071) on Friday February 29 2008, @09:47AM (#22599732) Homepage Journal
        You're not thinking about the larger ecosystem in your assumption. You created an algorithm, in order to turn the algorithm into a viable product that you can release to market, you need to package it as an app. However, although your algorithm is indeed your own design, the GUI you create potentially impedes on several method patents. You get sued. In order to avoid the lawsuit, you drop the GUI and release a command line tool. However, the file I/O routines you use impede on several software patents. You get sued. That's the problem with software patents, they don't work well in a stack environment. I think copyright is the answer and has been all along. Remember, even if MS clean room reverse engineers your code, unless they can make their reimplementation significantly different from your original source code implementation, which should be impossible since your algo would be incredibly unique, they're still infringing on your copyright. This is the same problem cover bands face when releasing a CD of cover music. The original artist still gets their dues, even if only a passage from the song is used.
  • by BadAnalogyGuy (945258) <BadAnalogyGuy@gmail.com> on Friday February 29 2008, @08:25AM (#22598992)
    You can bitch and moan all you want about software patents, but the problem is something else. It is the inability of "the little guy" to license patents in a way that doesn't cripple him, or make him subject to the whims of the patent holders.

    When patents are easily and fairly licensed, the incentive to use them is increased, and the patent holder reaps the rewards of the increased usage. When they are kept locked down tight and only used as bargaining chips in patent wars, then no one benefits, not even the patent holder.

    Patents should be freely licensable if the holder does not currently produce a product based upon the patent. The patent should be negotiable to any other third party who requires it, and it should be available at a reasonable price for reasonable terms. The only time a licensing request should be denied is in the case of gross misconduct of the licensee or if the licensee is a direct competitor to whom providing the patent would materially damage the patent holder. An arbitration agency should be in charge of deciding if a license denial is valid, and to decide if a particular patent holder is denying license requests too often.
    • As I recall, so-called "reasonable and non-discriminatory licensing" (RAND) makes use in free and open source software impossible.

      Also, some guy claims he prooved mathematically that software patents fail (disclaimer: i don't understand it) [1].

      [1] http://www.juergen-ernst.de/info_swpat_en.html [juergen-ernst.de]
    • by Ed Avis (5917) <ed@membled.com> on Friday February 29 2008, @08:45AM (#22599144) Homepage
      The trouble is you are adding another layer of legal process and bureaucracy on top of an already convoluted system. Large firms will be happy to employ legal departments to play the game - to appeal at arbitration hearings, and spend time debating what is 'reasonable terms' in front of a judge. For small companies it's just one more obstacle.

      You seem to assume the existence of wise, benevolent Solomonic figures who can fairly arbitrate these disputes and decide what is 'reasonable'. But past experience with the USPTO and EPO shows that those who are already supposed to police the system can't be trusted; they tend to be captured by special interests and just do whatever will increase the scope of their own powers.
    • The only time a licensing request should be denied is [...] if the licensee is a direct competitor [...]
      With statements like this, I sometimes wonder if all the stifling of innovation through hindrance of competition in economics is just part of a bigger plot to prevent the singularity from happening all too soon.

      Take that, Kurzweil !
    • Re: (Score:3, Insightful)

      no one benefits, not even the patent holder

      One might argue that the patent holder gains by vendor lock-in and monopoly.

    • by LinuxDon (925232) on Friday February 29 2008, @08:51AM (#22599192)
      The problem is that software patents mostly patent ideas instead of ready to use building blocks.
      Take the Blackberry/RIM case as an example, the other company just patented 'wireless e-mail' instead of a usable documented working prototype.

      Thus: all kinds of theoretic or obvious ideas are being patented, just waiting for someone to build them and then sue the hell out of them.
    • by jmichaelg (148257) on Friday February 29 2008, @08:58AM (#22599246)
      It is the inability of "the little guy" to license patents in a way that doesn't cripple him, or make him subject to the whims of the patent holders.

      Sorry, but that's plain bullshit. Patents exist for two reasons - lawyers and patent clerks make money off of them and large corporations use them as cudgels to beat off small competitors who will completely overturn the corporation's revenue stream.

      Back when software patents were first being discussed by the PTO, it was clear that "the little guy" wasn't part of the issue at all. The San Jose Mercury was reporting on the hearings as they were held around the country "to solicit public input..." When the road show came to Silicon Valley, developer after developer after developer got up and spoke against them. Corporate lawyer after corporate lawyer after corporate lawyer spoke in favor. Well there was one exception - a developer who had written a piece of software that would show you what you looked like with different hair cuts. Even back then there was already prior art on that "invention." Somebody had written a mug shot package for the Mac that police departments used to help identify perps.

      Towards the end of the hearing, a developer got up and pointed out how almost all the developers had spoken against the proposal and the lawyers had spoken for it. Bruce Lehman, the Patent Commissioner at the time and who was running that particular hearing, agreed with a smirk - he was a lawyer. You see who won out.

      I've heard a very few good developers speak in favor of patents. Bill Atkinson comes to mind but he was speaking more in the abstract vs the reality. Most of the developers whom I've heard favor patents weren't very good as developers and therefore didn't realize that patents strike at the very core of what we do which is improvise on pre-existing ideas. The best software out there isn't the software with some unique, and hence patentable, feature. It's the software that melds the features into a coherent, consistent package that works intuitively. Doing that well is so damn hard that having to fight patent trolls and hack developers who claim feature "x" is their invention adds nothing.

    • You didn't write a lot, but I have multiple issues with your post. (Please don't take it personal, a lot of ppl think along your post's lines, and I want to show the issue in it.) When I say "IP", I am talking about software patents.

      Terms - the following terms in the post are extremely vague and add only complications (read: dead weight cost, regulatory verbiage) to the overall system:
      ...easily and fairly licensed..., ...third party who requires it..., ...reasonable price for reasonable terms...
        • Re: (Score:3, Insightful)

          because history shows that every other system breaks down to, ones you bring humans into the mix.

          we have a nasty habit of finding ways to "win" a system, any system...
  • by walruz (851125) <`moc.oohay' `ta' `zurlaw'> on Friday February 29 2008, @08:26AM (#22598998)
    Abolition of Software Patents is just plainly nonsense. Not only because companies will madly lobby to destroy any attempt to do so, but because it's not fair for the rightful owners of software patents who developed software (NOT patent trolls).

    We all know the answer, there should be some kind of legislation or law (IANAL) that should enforce patent owners to
    a) keep developing software based on the patent, not just earn royalties
    b) be rightful creators, or earn the patents on a company merge
    c) be a real company, not just some patent troll
    Where a, b & c should be all true.

    My 2c,
    W
    • by SirGeek (120712) <sirgeek-slashdot&mrsucko,org> on Friday February 29 2008, @08:33AM (#22599054) Homepage

      You make it sound like they lose all their protection for the software. That isn't the case. It will STILL be under a copyright.

      And if something can be easily re-implemented (i.e. CSS/deCSS), then does it really deserve the ability to stifle all competitors like patents do ? Shouldn't the best software/best value be the winner instead of whomever got to the patent office first ?

      Neither software nor should processes be copyrighted. How do you think the world would have been if Ford had patented the assembly line ? Do you think we would have been able to advance manufacturing if he had ? Do you think he would have licensed it to his competitors ?

      • by evilviper (135110) on Friday February 29 2008, @09:36AM (#22599610) Journal

        And if something can be easily re-implemented (i.e. CSS/deCSS), then does it really deserve the ability to stifle all competitors like patents do ?

        It's pretty easy to "re-implement" newly developed pharmaceutical drugs as well...

        The cost of development of both drugs and mathematical concepts (software) can be extremely high. And if you don't give companies the options of patents to protect their developments, you can immediately say goodbye to all open standards and scientific sharing. It'll all instantly switch to undocumented and obfusticated binary-only code. And since reverse engineering is simply too easy, the only workable model will be to create a new product with the advent of each incremental improvement they come up with. The cost of developing something advanced like H.264 can't exactly be covered by selling support books...

        How do you think the world would have been if Ford had patented the assembly line ?

        How do you think the world would have been if the Wright brothers had patented the airplane?

        Oh, that's right, they did... Not only did their patents NOT drag the industry down, it spurred the development of alternate ways to achieve flight, which soon after gave us the methods we know and use today... That nice new Boeing 787 doesn't exactly use "wing warping" now does it?

        And I should point out that DVD-CSS is NOT patented, and the assembly line no doubt would not have been unique enough to be patented, or at least would have had more than enough prior art in slaughter houses to invalidate it quickly.

    • by darjen (879890) on Friday February 29 2008, @08:52AM (#22599208)

      Abolition of Software Patents is just plainly nonsense.


      What's nonsense is the claim that someone can have exclusive ownership over an idea or pattern. It creates a whole bunch of unintended consequences. I fail to see how legislation can fix that.
    • by CastrTroy (595695) on Friday February 29 2008, @09:04AM (#22599302) Homepage
      My biggest problem with software patents is that most of the don't provide a working model. If you want to patent the software, you should have to provide all the source code with the patent that shows your "invention" working. I don't like how software gets 3 kinds of legal protection where anything else in the world only gets one. With software you get trade secrets, because you never have to release your source code. You also get copyright, so the relased binaries (or source code if you choose to release it) can't be copied unless specific permission is given. You also get patent protection. No other thing produce by people gets so much legal protection. My biggest problem with software patents is that they are mostly given on trivial inventions, where any skilled developer faced with the same problem would come up with a very similar solution.
      • I don't like how software gets 3 kinds of legal protection where anything else in the world only gets one. With software you get trade secrets, because you never have to release your source code. You also get copyright, so the relased binaries (or source code if you choose to release it) can't be copied unless specific permission is given. You also get patent protection. No other thing produce by people gets so much legal protection.

        Cartoon characters are subject to exclusive rights under both copyright and trademark law. In addition, the model sheets [wikipedia.org], which help determine whether a drawing is off-model [wikipedia.org], may be unpublished and therefore a trade secret.

      • Re: (Score:3, Insightful)

        Actually, I think many of the biggest companies actually would be in favor of abolishing software patents at this point.
        I wonder where Microsoft stands today. For them, patents are the biggest weapon against genuine competitors. On the other hand, patents make them an ideal target for more and more patent trolls, and this starts getting really expensive. Half a billion here, and half a billion there, and soon we are talking about real money :-)
  • by IBBoard (1128019) on Friday February 29 2008, @08:28AM (#22599016) Homepage
    It's only a month ago that Slashdot covered the UK's decision to not reject software patents [slashdot.org] "out of hand".

    So, while software patents probably do need abolishing (or at the very least being converted to a proper patent that can then be implemented or described in software, rather than an algorithmic patent) I think we in the UK have a leadership that think otherwise and a populace who don't know much better and don't care unless it is in some reality TV show.
  • by Mr. Underbridge (666784) on Friday February 29 2008, @08:41AM (#22599116)

    The problem isn't software patents. The problem is actually business model patents masquerading as software patents. Another issue is that patent length is standard across industries, when it should vary based on the timescale of innovation. Seven years in software is an epoch; the same for pharmaceuticals would be about a third of the amount of time spent developing a drug.

    But the mechanism by which one implements his invention shouldn't matter. The fact that the bar is too low is an entirely separate problem.

  • The legislative approach is difficult, but I think it's the best option in the USA. Getting good legislation would be very difficult. Most legislation in the USA is dreadful, but there's a good constitution, so the judges have the job of reconciling the letter of the law with common sense. So I think this campaign is taking the right approach by working via the court system.

    FWIW, my background is that I worked on the EU anti-swpat campaign [compsoc.com].

  • Like many of you, I hate the idea of software patents, but I can't but worry about the impact of an abolishment of software patents.
    My worries stem from several things:
    • Many companies have come to rely on software patents raising the barrier to entry for competitors. Software patents certainly can level the playing field because the size of a company has less to do with the defendability of a patent than you might think. Without software patents, a large company can "simply" throw a bunch of engineers
    • Re: (Score:3, Insightful)

      I can only address your first two points. It seems that you have misconstrued the purpose of patents as protection for your business model, rather than to promote the progress of science and the useful arts.

      Without software patents, a large company can "simply" throw a bunch of engineers at the problem and produce something similar very quickly. Is this better that the current software patent system?

      Isn't this the original point? If somebody throws an army of engineers at a problem, and it is thus solved,

  • I want to patent my idea first: It's a method of crippling a system's CPU using only a few lines of code. I'm not going to write it here obviously though, because otherwise someone will beat me to the chase.
  • In "Math You Can't Use", Ben Klemens makes the point that the software development market is divided almost evenly into three segments: retail, consulting, and in-house. Software patents as currently defined and enforced benefit the first group, retail, but hurt the other two because they do not have the same market dynamics at all.

    Patents are an artificial market force created to prevent certain kinds of unfair practices in a centralized, controlled-distribution market. Applied to a decentralized and distributed market such as that for free and open source software, patents create the nightmare scenario of an exponential increase in legal exposure as developers build upon each other's work.

    The answer, then, isn't to do away with patents, but to tweak them so they make economic sense again.

    Here is Chapter 5 [wordpress.com] of "Math You Can't Use", and it is well worth reading.

    I just purchased the book and am looking forward to reading the rest. A very interesting work.
  • by Bryansix (761547) on Friday February 29 2008, @11:14AM (#22600790) Homepage
    You can't patent music so why can you patent software? It seems very similar to me. All musicians use the same notes over an over again but it's how you order them that makes a song. Songs are copyrighted but not patented. So the same should hold for software in that programers can share the same tools (notes) and right completely different forms of software which should then be copyrighted but not patented.
  • by grandpa-geek (981017) on Friday February 29 2008, @11:26AM (#22600950)
    There are three main problem with software patents (and business method patents as well). One is the impossibility of searching the prior art. Another is obviousness to a Person Having Ordinary Skill In The Art (PHOSITA). And a third is that many software patents don't claim innovative solutions to problems, but claim all solutions to a newly discovered problem, even one for which the applicant really hasn't provided a practical, implemented, innovative solution.

    The prior art in software is the corpus of all previously written software. To see if something had been done before, it would be necessary for a patent examiner to look through all software that had been written before to determine if a particular technique claimed in a patent application had been used. Programmers don't document their work very thoroughly, much less write journal articles on the techniques they use. And a lot of software technology is just learned by doing and by copying ideas discovered by reading other peoples' code but not formally otherwise documented by them.

    Open source software provides one window into the corpus of software, and the IBM Type 4 program libraries (for machines such as the 360 and 1130) have some published source code, but proprietary software is distinctly unavailable for searching in most cases.

    The same applies to business method patents. What business writes journal articles about their ways of doing things, especially ways that give them a competitive edge? Again, ideas are learned by doing and copying ideas learned on previous jobs.

    One example is the Amazon "One Click" patent. That patent combines the cookie with the open account. You couldn't tell that by looking at the obfuscated language in which the patent is written, but that is what it does. Evidence of the open account as a business process can probably be found by looking in records written in Babylonian cuneiform. However, the USPTO doesn't search records in Babylonian cuneiform to look for evidence that a business process has been used before.

    A second example is the patent for which Verizon sued Vonage. Any programmer with a brain would know that to hook up a VOIP system to a telephone switch would require some information and that the best way to organize the information would be in a database. The rest is legal obfuscation. If patent applications had to be written to a level of plain understanding, most would fall away because of obviousness.

    Finally, patent applications should be required to include a working model or implementation or some kind of other evidence that the applicant wasn't just patenting the problem but actually had a solution. There was a discussion some months ago on Slashdot about a patent that covered all ways of doing something with graphics. The recipient clearly had discovered something that needed to be done in a graphics system. What the patent claimed was all ways of doing what was needed. IIRC, what the patent actually provided may have been one way of doing it, or might not have provided an actual solution. This is the software equivalent of patenting the electric light without figuring out how to make one that worked, a process that took Edison a lot of time and effort.

    Many lawyers have a difficult time understanding technology. Some became lawyers because they weren't good at math and science. When those lawyers become judges, they don't suddenly gain an understanding of technology. They stick to their comfort zone. That is the reason the CAFC required documentary evidence to prove what prompted a PHOSITA to do something obvious. If it wasn't obvious to a lawyer, why should they treat it as obvious to a PHOSITA? Fortunately, the Supreme Court saw otherwise. Perhaps the courts will come to their senses on software and business method patents as well.
    • by cp.tar (871488) <cp.tar.bz2@gmail.com> on Friday February 29 2008, @08:29AM (#22599026) Journal

      Ok so we've established that software should be an exception to the rule that he who creates something novel shouldn't be rewarded.

      No, we haven't.

      We've established that mathematics should not be patentable.

      Oh, BTW: you probably meant "an exception to the rule that he who creates something novel should be rewarded".
      Otherwise it just doesn't make sense, with or without Chewbacca.

      Any other fields of endevour we should exempt? Not that anyone here doesn't have a personal stake in the outcome.

      Well, let's first see if patents even work as intended.

    • Re: (Score:3, Insightful)

      There are lots of things which can't be patented - mathematics, scientific discoveries[*], plot devices in novels or films, methods of trolling Slashdot. Why should software algorithms be an exception to the rule?

      (* well, except for genes, but that's mad too IMO.)
      • by somersault (912633) on Friday February 29 2008, @08:41AM (#22599112) Homepage Journal
        So then someone can come along, change 1% of the design and sell it as their own? I'm thinking of cars as usual. In software's case, the final product is protected by copyright rather than patents. Individual methods are protected by patents. AFAIK America only introduced software patents in the 90s and things have gone downhill over there since then.
      • Re: (Score:3, Insightful)

        Yes there is, it's called copyright, and if you read GPL you can see how it works.
      • Re:copyright too.. (Score:5, Informative)

        by harry666t (1062422) <(harry666t) (at) (gmail.com)> on Friday February 29 2008, @08:52AM (#22599214)
        1. software patents != copyright

        2. abolishing COPYRIGHT, not PATENTS, would eventually mean that ALL the software will fall under a BSD-style license, which not only means free (but without copyleft ;/) but also means you can do whatever the fuck you want to to ANY piece of program in the world, including reverse engineering the hell out of anything, installing OS X on a non-Apple toaster, freely mixing Linux and leaked windows code, and so on. I would see it as a benefit. The OSS community and the open source / free software model is too powerful for any closed-source corporation (but maybe one) to stop, so simply forking a project and closing the source will mean the fork will die soon.

        3. Abolishing copyright won't happen any time soon. *Maybe* if Stallman becomes the president.
        • Re:copyright too.. (Score:4, Informative)

          by pipatron (966506) <pipatron@gmail.com> on Friday February 29 2008, @09:04AM (#22599296) Homepage

          Abolishing copyright won't happen any time soon. *Maybe* if Stallman becomes the president.

          Stallman does not want to abolish copyright, the whole GPL relies on it to keep the source free. If he wanted "the other kind of free", he could already have chosen to use or change to a "BSD-style" license, or release everything to the public domain.

          • Re:copyright too.. (Score:5, Interesting)

            by Peaker (72084) <[gnupeaker] [at] [yahoo.com]> on Friday February 29 2008, @09:26AM (#22599510) Homepage
            You have a leap in your logic.
            As one who opposes software copyrights, I use the GPL and not the BSD license.

            As long as copyright exists, we use it, via the GPL, to prevent others from using it.
            When copyright does not exist, the GPL is not necessary, and then the "BSD license"-style freedom takes place.

            Choosing the BSD, rather than the GPL is the choice that reflects support of copyright -- it lets others use copyrights on derivatives of your work! If you do not support copyrights, disallow others from using copyright to restrict your software.

            Those of us who oppose software copyrights are also pro-GPL, and I do believe Stallman is also in this crowd.
            • Re:copyright too.. (Score:4, Informative)

              by pipatron (966506) <pipatron@gmail.com> on Friday February 29 2008, @09:41AM (#22599650) Homepage

              I don't understand what you mean by this. If I was a normal troll I'd say you don't know what you're talking about. Personally I don't like copyrights, but I do like the GPL. This is, however, illogical.

              Richard Stallman wants everyone to be able to get the source to every computer program they run. He thinks this is very important, because without the source, you cannot modify the program, you can't learn from it, and you can't see what the program actually does. If you don't agree on this, then you won't agree with my next paragraph.

              The only thing that stops $BIG_EVIL_COMPANY to take any GPLed open source project, add random proprietary changes to it, and release it without the new source code, is because if they do, they will break the GPL, and the GPL is only enforcible because of the copyright laws. Without the GPL, and in extension: the copyright law, they wouldn't have any obligation to release the source except for goodwill, and of course the other good things that comes with open source and free software. Some companies or individuals doesn't want or need those good things, and thus they oppose open source.

              Of course, I'm not Stallman, and I know he doesn't like the current copyright system either, but completely removing copyrights without putting something else in as a replacement would be bad for free-as-in-libre software.

              • Re:copyright too.. (Score:4, Interesting)

                by Dog-Cow (21281) on Friday February 29 2008, @10:06AM (#22599922)
                The parent you replied to blindly and stupidly assumes that if copyright did not exist in Law that all software developers would magically decide to release the source. You and I know that if copyright Law were to be abolished, source code would be treated as Trade Secrets by those who don't currently believe in Free Software.
    • by edraven (45764) on Friday February 29 2008, @01:05PM (#22602546)
      Which makes perfect sense considering that nothing of any real consequence was accomplished in mathematics or computer science prior to 1980, when the US Patent Office was not considering software patentable.