Slashdot Mirror


Lawsuit Filed Against Software Copyright

mdielmann writes "CNet has a story about a lawsuit asking for copyright protection to be removed from software, while leaving patent protection in place. Intellectual-property consultant Greg Aharonian hopes to convince the court that software makers can protect their products adequately through patents, which provide more comprehensive protection but are difficult to obtain and expire in a shorter period of time. It looks like this would hamstring licenses such as the GPL, which are often based on copyright privileges, while leaving OSS vulnerable to patent infringement. Apparently, he's been working on this for the last three years."

417 comments

  1. MS Welcomes... by SirCyn · · Score: 2, Funny

    ... their newest consultant.

    1. Re:MS Welcomes... by Anonymous Coward · · Score: 0

      I'm not sure Microsoft would want to lose copyright protection on their software in order to destroy Linux and all GPL'd software. I suspect that might just be too high a price to pay.

    2. Re:MS Welcomes... by squiggleslash · · Score: 5, Insightful
      Somehow, I doubt Microsoft wants:
      • Unix to enter the public domain
      • Everything Microsoft did 20 years ago to enter the public domain
      • Everything Microsoft published more than a year ago that it hasn't, today, got a patent on, to enter the public domain
      • IBM to have more of its technologies in Microsoft products than vice-versa
      The suggestion, incidentally, that this has to do with defeating the GPL, is patently absurd (patently, geddit? arf arf!) The GPL can be rewritten within this regime to force all use of patented technologies to be released with source and with all other patented technologies in the same product open too. Additionally, with patents requiring details of implementation, we'll see a lot more source code, documentation on proprietary formats, etc.

      If you're in the proprietary software business, a successful lawsuit here could not create a worse state of affairs.

      Of course, as I see it, it's highly unlikely to be completely successful. You may, at most, see a strengthening of fair use in some quarters, as the courts attempt to reconsolile the constitutional right to due process with the draconian nature of modern copyright law. But there's little reason to believe that copyright law inherently violates due process.

      --
      You are not alone. This is not normal. None of this is normal.
    3. Re:MS Welcomes... by aborchers · · Score: 1
      From the article:

      Aharonian said in his complaint he does not know whether he personally has run afoul of copyright laws because he has set up a database of thousands of computer programs to help software companies figure out if their products infringe on existing material.

      If the owner of any of those programs decides to sue, he could face hundreds of thousands of dollars in penalties and possible jail time.


      Will the owner of one of these programs please sue him so he has something to do?

      --
      Trouble making decisions? Just flip for it.
    4. Re:MS Welcomes... by omb · · Score: 1
      First of all the Court is not identified, second, unless any such declaritive judgement came from the Supreme Court it would be useless.

      Then there is the question of treaty obligations under the Bern Convention.

      What this _REALLY_ points to again is the shambolic state of the administration of justice in the USA which is by the lawers, for the lawers; and the public interest go hang.

    5. Re:MS Welcomes... by pegr · · Score: 3, Interesting

      From the article:

      Aharonian argues in his complaint that software copyright laws violate the right to due process enshrined in the U.S. Constitution because they do not provide clear boundaries for appropriate use. That means industry players and courts do not have a clear idea of the rules.

      "Until you're sued and a judge makes up his mind about what is the idea and expression (at stake), no one knows," Aharonian said in an interview.


      Actually, he has it right. Copyrights, in regard to software, aren't working. Instead of stumping to fix it, he presents the logical (yet absurd) argument of throwing it away completely. Perhaps he's just trying to bring attention to the issue by being extreme?

    6. Re:MS Welcomes... by Lesson+No.+25 · · Score: 2, Interesting
      The GPL can be rewritten within this regime to force all use of patented technologies to be released with source and with all other patented technologies in the same product open too.

      I see one problem with this: published compositions are automatically protected by copyright, but obtaining a patent requires going through an application process, which costs money, and risks rejection. If I write a piece of software, I can--without cost, and without risk of it being overturned--license it under the GPL. Not so with patents. Each author who would wish to obtain a patent on his work would have to incur that cost and risk every time. (Not to mention the issue of whether software should be patentable at all.)

    7. Re:MS Welcomes... by RealAlaskan · · Score: 1
      The suggestion, incidentally, that this has to do with defeating the GPL, is patently absurd ...

      Whatever the motivation (it may well be exactly what the article claims), this suit, if successful, will defeat the GPL. The GPL gives you back the right to copy and distribute which copyright law has taken away. That's the carrot which the GPL offers you to comply with their conditions. The stick is copyright law, which provides severe penalties for unauthorised copying. If this suit succeeds, the carrot and stick are both gone.

      The GPL can be rewritten within this regime to force all use of patented technologies to be released with source and with all other patented technologies in the same product open too.

      How? No carrot, no stick, so how are you going to make the GPL anything but a meaningless admonition?

      Additionally, with patents requiring details of implementation, we'll see a lot more source code, documentation on proprietary formats, etc.

      There's some truth in that, but it may not be as good as you think. Companies will patent ``A method to place a button on a screen.'', they will trademark the look and feel of their button, and they will keep the essential details of their particular implementation of that method a trade secret.

      As for:

      Somehow, I doubt Microsoft wants: Unix to enter the public domain Everything Microsoft did 20 years ago to enter the public domain
      They do want the first, they don't want the second. Unix is already good, and well known, and MS would like nothing better than to use some big chunks of it. The real question is: ``Does MS think that they can keep their code secret enough to make the new system work better than the old for them?'' MS may just decide that the answer is ``Yes.''
    8. Re:MS Welcomes... by Anonymous Coward · · Score: 0

      >The suggestion, incidentally, that this has to do with defeating the GPL, is patently absurd. The GPL can be rewritten within this regime to force all use of patented technologies to be released with source and with all other patented technologies in the same product open too.

      Uh, think about this. How would this *not* instantaneously destroy acceptance of the GPL among any software company with a patent and within academia? (Yes, Virginia, the people who pay researchers do insist on patents.)

    9. Re:MS Welcomes... by Richard_at_work · · Score: 3, Insightful

      The suggestion, incidentally, that this has to do with defeating the GPL, is patently absurd (patently, geddit? arf arf!) The GPL can be rewritten within this regime to force all use of patented technologies to be released with source and with all other patented technologies in the same product open too. Additionally, with patents requiring details of implementation, we'll see a lot more source code, documentation on proprietary formats, etc.

      The problem is that to gain copyright on your code, you have to do ... nothing. To gain patents on your code, you have to spend money. This is why very few opensource coders have applied for patents, the cost barrier.

      To say the GPL could just be rewritten to work off patents leaves a big hole, in that the way the current GPL can be enforced is through the 'by default' granting of copyright on the code, and if someone violates the GPL then they violate the copyright. If copyright was withdrawn, then theres nothing protecting this code by default, so how would you punish someone for violating the GPL? Patents are too costly to apply for for everything on sourceforge, and indeed the majority of OSS code isnt patentable anyway.

      For example, the Linux kernel. You cant patent it in its entirety. You would have to find something patentable within it, and then you loose all protections of this patent if the person decides to rip that part out. Its simply unenforcable.
    10. Re:MS Welcomes... by dgatwood · · Score: 2, Insightful
      What I don't get is that the person's web page is all about stopping bad sotware patents, and this would seem to promote bad software patents. I just don't quite get it....

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    11. Re:MS Welcomes... by squiggleslash · · Score: 1
      How? No carrot, no stick, so how are you going to make the GPL anything but a meaningless admonition?
      I'm sorry, I don't understand your criticism, except possibly as not understanding what I've written, so I'll give an example.

      The rewritten GPL will "force all use of patented technologies to be released with source and with all other patented technologies in the same product open too."

      Linus patents the foo_open() method, Linus releases Linux under GPL3, anyone wanting to use a technology that uses the foo_open() method when has to release source and ensure any other patents applying to the derived product are similarly licensed under GPL3.

      The carrot is you can use Linux, or any other technology that contains foo_open(). The stick is that if you don't, you don't have the right to use foo_open() at all.

      And what makes this interesting most of all is that the inherent unfairness of patents (if someone independently invents foo_open, but does so after Linus does, they still have to license their end product under the terms and conditions Linus forces upon them), the GPL will end up applying to products it doesn't right now. If Microsoft uses foo_open(), they'll have no choice but to either invent an entirely new technology to solve the same problem, or relicense the product that uses foo_open() under the GPL.

      Wouldn't that be wierd?

      --
      You are not alone. This is not normal. None of this is normal.
    12. Re:MS Welcomes... by amorsen · · Score: 1
      It's not particularly absurd to throw out copyright for binary software. Copyrighted works such as books and music normally allow you to learn from them, and they're expressions of creativity. Binary software on the other hand is more like a machine. You can't learn much from it unless you reverse engineer it -- exactly like you can't learn much from a machine without taking it apart. Therefore binary software, like other machines, should not be copyrightable.

      Software in source form on the other hand should be copyrightable, as long as it passes the test for creativity that all other works have to pass as well. The fact that a book of source code is useful for more than mere entertainment should not make it unsuitable for copyright.

      --
      Finally! A year of moderation! Ready for 2019?
    13. Re:MS Welcomes... by squiggleslash · · Score: 0, Offtopic
      The problem is that to gain copyright on your code, you have to do ... nothing. To gain patents on your code, you have to spend money. This is why very few opensource coders have applied for patents, the cost barrier.
      Finally a purpose for the Free Software Foundation beyond advocacy and litigation...

      BTW, did you know that white wine is actually unhealthy when combined with fish or chicken? I didn't either, I just made that up, the link doesn't even have anything to do with that, it's just I have to wait two minutes to post this reply. Bizarre, huh?

      --
      You are not alone. This is not normal. None of this is normal.
    14. Re:MS Welcomes... by Anonymous Coward · · Score: 0
      Somehow, I doubt Microsoft wants:

      * Everything Microsoft did 20 years ago to enter the public domain

      Actually, I doubt closed-source companies would care too much! Because, you see, the sources of the software they wrote 20 years ago are locked away in some vault. Having the right to copy something you have is different from being able to force someone to give you access...

      GPL-style open-source, on the other hand, would be affected. Since its developers by-and-in-large cannot afford the patent process, the software would be unprotected. With the source code available, any company could take it, modify it, and use it in prorietary systems without publishing the changes.

      Then again, this whole initiative isn't likely going to fly, at least in the form described in the article...

    15. Re:MS Welcomes... by Fareq · · Score: 1

      Linus has to spend the money and time to get a patent of foo_open() which may or may not be valid.

      Linus only has to write foo_open() for it to be automatically covered by copyright.

    16. Re:MS Welcomes... by FireFury03 · · Score: 1

      Unix is already good, and well known, and MS would like nothing better than to use some big chunks of it.

      Hypothetically thinking for a second (and I don't know the answer to this - IANAL). Lets suppose the US binned copyright law and microsoft ripped off big chunks of (formerly) copyrighted code and used it themselves. Could the foreign offices of MS be sued for stealing this code since the rest of the world hasn't gone insane and binned copyright laws? I can just see the UK side of IBM sue the UK side of MS when MS rip off some IBM code because in the US the copyright nolonger has any legal standing.

    17. Re:MS Welcomes... by FireFury03 · · Score: 1

      This is why very few opensource coders have applied for patents, the cost barrier.

      I'd also suggest that opensource developers don't generally apply for software patents because they believe in the opensource model - a model that software patents destroy. Whats the point in opening up your source if it's illegal for anyone to use any of the ideas in the project anyway?

    18. Re:MS Welcomes... by squiggleslash · · Score: 1
      As I said in another post, this is where the FSF can make a major difference, providing funding, etc.

      And, of course, without copyrights, a lot of code will now enter the public domain. A lot will be without source, but reverse compiling techniques, I'm sure, with time, will fix that.

      The GPL isn't just about access to source code.

      --
      You are not alone. This is not normal. None of this is normal.
    19. Re:MS Welcomes... by FireFury03 · · Score: 1

      Copyrights, in regard to software, aren't working

      I really don't see how it's any different in software than anything else:

      If you want to do _anything_ with some of my code, you have to get permission from me*. That permission may well be "yeah, do what you want with it" or it could be a strict licence agreement which outlines exactly what you can and can't do.

      Similarly, if you want to do _anything_ with some music you have to get permission from the author*. Again, that could be anything from "you can play the music" to "you can republish the music".

      (* subject to fair use laws, which should apply equally to all things including software)

      The way copyright works _really_ isn't rocket science. The only place I can see confusion happening is when dealing with the licences, but this is a problem with the licence and _not_ a problem with the copyright. You don't need to throw away copyright just because some licences are unintelligable.

    20. Re:MS Welcomes... by Richard_at_work · · Score: 1

      You could always license the patent to other people for $0 and acceptance of the GPL, and keep the threat of breach of license :) If you own the patent, you own the right to let other people use the patent, just like you do copyright.

    21. Re:MS Welcomes... by FireFury03 · · Score: 1

      You could always license the patent to other people for $0 and acceptance of the GPL, and keep the threat of breach of license :)

      Doesn't that also defeat the point of the opensource model? Lets say you patent a "word processor" (ignore the fact that there's prior art, etc so that would never be patentable). You licence the idea of a word processor for $0 and acceptance of the GPL.
      So I decide I want to write a word processor too. You tell me thats fine but I must accept the GPL. So hold on - I've just produced a _completely_ independent project that happens to do the same job as yours and you're requiring me to release it under the GPL? Since I wrote all the code, etc should I not be allowed to release it under whatever licence I damned well want? (This works both ways - I may either want to release it under a closed source licence or under a completely unrestricted public domain licence whcih is less restricted than GPL).

    22. Re:MS Welcomes... by aquabat · · Score: 1
      I would say copyright only restricts distribution of duplicates of your work, and has no bearing on any of the other things I can do with it. For example, If I buy a copy of your book, copyright does not restrict me from cutting it up into paper snowflakes or using it to prop open my bedroom door. Likewise, copyright does not restrict me from listening to a song I bought on iTunes, or from inviting my friends over to my house to listen to it. It also doesn't prohibit those same friends from actually listening to the song, as long as they don't take home a copy.

      If you want to control those sorts of things, then you need a EULA, and even if you get the user to agree to one, I don't think they are enforcable in any meaningful sense.

      --
      A republic cannot succeed till it contains a certain body of men imbued with the principles of justice and honour.
    23. Re:MS Welcomes... by alienmole · · Score: 1

      And just like machines, unlimited copies of binary software can be produced at the click of a button. Wait, that doesn't sound right!

      I urge you in future to consider carefully before choosing to increase the universal level of stupidity.

    24. Re:MS Welcomes... by amorsen · · Score: 1

      Unlimited copies of books cannot be produced at the click of a button. Yet books can be copyrighted, and machines cannot be.

      --
      Finally! A year of moderation! Ready for 2019?
    25. Re:MS Welcomes... by Nick_dm · · Score: 1

      The issue is that you have less flexibility with a binary program than you do with source code, flexibility that you will often get with other mediums either text or audio. You say that you need rights from you do do *anything* use copyrighted works but this isn't really true, anybody that tried to stop people from listening to music or reading books that they had legally purchased would come into some major obstacles in court.

      Here are a few examples that show the difference quite well imho:

      I have a Chinese dictionary with Chinese characters alongside an English translation and romanised Mandarin. However, I have also written romanised Cantonese in myself. Doing this this is trivial, I look up the Cantonese pronunciation either on the web or in a Cantonese dictionary, then I pick up a pen and write it in the book. It would be much more complicated to do this for a "teach yourself Chinese" computer program distributed as only in binary form, but if I had the source code it would be closer to writing in a book (though editing code is harder than writing for most people). I have not harmed the author by doing this to my book either, I am not photocopying and redistributing it (not even writing on my own photocopy in this case), just editing it for my own use, I still had to buy the book.

      Likewise for music I could mix two CDs together and record a copy for my own use, technically this does involve copying copyrighter material but it would normally be considered to be fair use, (certainly it is not criminal infringment and if you could prove that nobody was listening to the originals while your mix was in use then a court would have trouble showing there was any harm cause to the artists (whose CDs you have purchased), and therefore wouldn't be able to award damages). In fact you could probably even make a case for writing a program for a PC to mix them with both CDs in cd-drives and distribute this, for anyone to use it legally they would have to purchase a CD from each artist so once again no harm is caused. However there is no way to do this with binary computer file, I can't buy a copy of Photoshop and mix it with Fireworks, or mix IE and Opera. However with source code this is possible and there are cases of people doing similar things. When Minix was released with Tanenbaum's textbook, the source code was available, so people could write patches for their own system, they could also distribute the patches as long as they did not include Minix source code with them. This is less flexible than an open source licence but still gave people the ability to do what they wanted on their own system, much like they could with a book or cd, but baring no resemblance to the situation with binary only programs.

      This holds true with other mediums, such as posters or photos, which you can draw on, paint over or rip up and stick on your wall in pieces :) Technically you can alter binary programs, but it is very difficult to get them to do anything that is new and useful unless it is very simple. Binary programs cannot be really compared to other mediums in terms of the use you get from copyrighted material, but programs with source code sit alongside other mediums quite nicely.

    26. Re:MS Welcomes... by FireFury03 · · Score: 1

      It also doesn't prohibit those same friends from actually listening to the song

      I believe that's covered by "fair use" - you'll note that it _isn't_ legal to show a video you bought to a reasonable size audiance or broadcast a CD you bought (either over radio, the internet or even over a PA system).

    27. Re:MS Welcomes... by DavidTC · · Score: 1
      I don't know what universe you live in, but in my universe we have something called a 'copy machine' that does, in fact, allow us to produce unlimited copies of books with the push of a button.

      The easiest way to is to rip all the pages out and stack them on a coallating copier at chapter at a time, and run them all through. But there are other ways that don't require destruction of the book.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    28. Re:MS Welcomes... by DavidTC · · Score: 1
      No, fair use doesn't have anything to do with non-copying uses. Fair use is just for making legal copies. For example, quoting a speech from a TV show in a paper is fair use. It's a copy, but it's legal because it's such a small fraction of the work for academic reasons. There are a whole bunch of tests for fair use.

      What you're talking about is called 'public performances'. Basically, if you charge for it, or let people view it in a way that benefit you, you might have to pay a fee for it.

      (For the categories of theatre productions, music, and movies/TV shows, that is. You can charge whatever you want for art viewing or software use or anything copyrighted work not explicitly in a categories that have the concept of 'public performance'.)

      --
      If corporations are people, aren't stockholders guilty of slavery?
    29. Re:MS Welcomes... by DavidTC · · Score: 1
      You're exactly right. What'ss even more absurd is that copyright owners aren't required to register their code.

      The entire point of copyright is to enrich the public domain by reqarding authors...but the whole thing falls apart with software, because no one is going to be able to use these works when the copyright expires, even if it was for a sane time period.

      For example, let's pretend that Windows 3.0 had fallen, right now, in the public domain. That's be, what, a 13 year copyright? That's not too insane for software.

      But so what? We can't do anything with it besides run it, because we have no source.

      And, like you said, we can learn from all other copyrighted works, we can slightly modify them for our own use, and we can't do any of that with binary software.

      We can sit and watch movies and see how they were made, and make our own movie the same way. (Hell, they give us 'making of' documentaries.) We can analyze poetry, we can deconstruct literature, we can discuss technique in painting. We can, in theory, decompile software, but good luck with that, and here's hoping the EULA doesn't forbid it.

      The only software that should have copyright protection is source. Binary stuff is giving people a copyright over 'unpublished' work. You want protection, you have to explain how you did it.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    30. Re:MS Welcomes... by amorsen · · Score: 1

      What you get out of that is very different from the original book, and you will be using paper and toner at considerable expense. It is certainly not something you can do "unlimited".

      --
      Finally! A year of moderation! Ready for 2019?
    31. Re:MS Welcomes... by RealAlaskan · · Score: 1
      Linus patents the foo_open() method, Linus releases Linux under GPL3, anyone wanting to use a technology that uses the foo_open() method when has to release source and ensure any other patents applying to the derived product are similarly licensed under GPL3.

      You're right, I didn't understand that Linus was going to have to patent things. So, the hypothetical patent is going to be the stick? Sorry, don't think that's going to work. A patent is merely a license to sue. Linus (with or without the FSF) isn't going to get far in threatening a corporation with tens of billions of dollars in cash. Especially since that hypothetical corporation with tens of billions of dollars in cash has a far larger patent portfolio than Linus and the FSF put together. I can hear it now:

      Linus: Anyone wanting to use a technology that uses my patented foo_open() method has to release source and ensure any other patents applying to the derived product are similarly licensed under GPL3.
      Hypothetical big corp, giggling : Your patented method is useless without our patented foo-close(), and our many patents on the bar_something() methods. If you pay all our legal expenses and agree to indemnify us, we'll cross-license the two foo methods. You can't have the bar methods.
      Linus and FSF, in chorus: Ooooooo! You meanie, you!
      Linus and FSF, walk away, muttering.:

      This is all a tempest in a teapot, anyway, since the suit will be laughed out of court with predjudice.

    32. Re:MS Welcomes... by Richard_at_work · · Score: 1

      Now, *that* would be Stallmans wet dream, opening code that no opensource developers touched, tons of code for little effort! :) (I only half kid)

    33. Re:MS Welcomes... by alienmole · · Score: 1

      You've just repeated the same logical error you made in the post I responded to.

      You're making an argument by focusing on a single point of similarity between two different cases, and concluding that because of this similarity, "therefore" a conclusion which applies in one case must apply in the other. This is logically fallacious. If you don't understand why, perhaps an example would help: cars have seating; houses have seating. Therefore, we should require a license to operate a house, and impose speed limits on houses. Yes, it's silly, but that's the point -- logically, it's no more or less silly than the two arguments you've made.

    34. Re:MS Welcomes... by Firethorn · · Score: 1

      Don't forget, that if FOO() is written, but uncovered by patent, and microsoft or the like tries to patent a FOO() like program, FOO()counts as a previous work, disallowing the patent.

      So it can be quite successfully used to force stuff to be open source. Also, if you don't disclose your code to apply for a patent, you rely on trade secret, which isn't protected if somebody else figures it out.

      --
      I don't read AC A human right
    35. Re:MS Welcomes... by amorsen · · Score: 1

      I am in fact doing quite the opposite. I'm saying that even though books and machines are similar in that they cannot be easily copied, they are rightfully treated differently by law.

      --
      Finally! A year of moderation! Ready for 2019?
    36. Re:MS Welcomes... by alienmole · · Score: 1

      I stated my objection in a way that was more specific to your first post. For your second post, I should have made the more general point that your argument is suspect because of its extremely narrow and selective focus, which provides insufficient context to justify drawing any kind of conclusion.

      To provide an example of the problem, let's look at how the logic used in your second post contradicts your first point. You wrote "I'm saying that even though books and machines are similar in that they cannot be easily copied, they are rightfully treated differently by law." But by choosing my examples appropriately, I could use that exact same logic to argue "Even though binary software and machines are similar in that you can't learn from them by reverse engineering, they are rightfully treated differently by law." This supports the current copyright situation, and is at odds with your first claim. Your own positions aren't logically self-consistent -- depending on how the examples are selected, entirely opposite conclusions can be reached using the same (apparently) logical principles.

      Like any problem, the only way to address it correctly without making errors is to identify all the components of the problem, and ensure that the proposed solution addresses all those components. You originally identified one component, the question of whether one can learn from something directly, or whether doing so requires reverse engineering. That could be considered a necessary component of the problem, but it's not a sufficient one for arriving at conclusions like the one you reached, that "binary software, like other machines, should not be copyrightable."

    37. Re:MS Welcomes... by amorsen · · Score: 1

      You are switching objections. You have decided that the fact that "reverse engineering is necessary for learning" is not by itself enough to exclude copyrighting something. I think that, by itself, is enough to exclude copyrighting. I supported it by the example that machines do not allow you to learn from them without reverse engineering, and therefore they are not considered copyrightable. Of course an example isn't proof, but we're debating, not doing math.

      --
      Finally! A year of moderation! Ready for 2019?
    38. Re:MS Welcomes... by alienmole · · Score: 1

      I'm not switching objections -- my first comment was intended to point out that there are other factors involved than the criterion you were focusing on, and that's been my point all along (implied in my first message, explicit later), that an overly narrow focus on a single criterion leads to incorrect conclusions.

      I'm also not "deciding" what is or isn't enough by itself -- I'm talking about factors which current copyright law takes into account. It's your argument which involves a decision to ignore aspects of existing copyright law, and requires acceptance of the as yet unsupported premise that only one factor should matter.

      The reason I'm focusing on logical errors is that your original argument was framed as a logical one, with a premise, a supporting example, and a conclusion introduced by "therefore". My real underlying objection is that the pretense at logic was unjustified -- what you're really saying is that in your opinion, current copyright law takes too many factors into account, and should simply ignore them all except the one you're choosing to focus on.

      You'd need to provide a lot more justification and evidence to make a case for that, though -- and if you tried, in that broader context, your argument would either simply fail, or you'd need to introduce new kinds of protections for creative works to compensate for the aspects of copyright protection that you're currently ignoring.

    39. Re:MS Welcomes... by RevDobbs · · Score: 1
      and impose speed limits on houses.

      That's asinine.

      Speed limits apply to all vehicles traveling on those roads, be it cars, motorcycles, or houses.

    40. Re:MS Welcomes... by alienmole · · Score: 1

      That's asinine.

      Speed limits apply to all vehicles traveling on those roads, be it cars, motorcycles, or houses.

      Perhaps so, but I bet my house goes faster than your house -- law be damned!
  2. Retroactive? by deft · · Score: 4, Insightful

    Regardless of hwo this might play out, and its implications, I can't see this being retroactive to software that already exists... that certainly would be pulling the rug out from underneath alot of companies feet.

    I cant see MS not spending a grip to make this go their way either.

    --

    There's nothing Intelligent about Intelligent Design.
    1. Re:Retroactive? by fishbowl · · Score: 1

      "that certainly would be pulling the rug out from underneath alot of companies feet."

      More specifically, it would be an attempt to deprive them of certain rights, which cannot be done without due process of law, which means that each and every individual affected party would have the right to defend his copyright in the face of anyone who questions it.

      All this guy can even hope for, is a court judgement that affirms his right to challenge the ownership of certian kinds of property, a right he already has, and of course, there is no basis to deprive others of their rights or property, or their right to due process of law.

      --
      -fb Everything not expressly forbidden is now mandatory.
    2. Re:Retroactive? by geoffspear · · Score: 2, Interesting

      It's a court case, not proposed legislation. If the judicial system rules that copyright doesn't apply to software, I'm fairly certain (although IANAL) it would mean it doesn't apply to any software, not that new software can't be copyrighted.

      --
      Don't blame me; I'm never given mod points.
    3. Re:Retroactive? by Anonymous Coward · · Score: 0

      "I cant see MS not spending a grip to make this go their way either."
      Me fail english? That's unpossible.

    4. Re:Retroactive? by Ayaress · · Score: 4, Insightful

      Constitutional protection from post ex facto laws doesn't help here either (and neither does my knowledge of Latin, since I think I have the wrong legal term there). The companies that would be harmed by this don't have the (financially viable) option to stop and comply with the new rules. Their defense would have to be prior art in the case of patents filed after such a ruling (which I doubt will happen, but hypotheticals here), but then that still leavs us with these already-annoying pattent sitters who patented everything under the sun in the early 90's.

      Patents are harder to obtain, maybe, but they're not that hard to get, and as we've seen all to painfully they can be so vague as to apply to a huge range of very different applications.

      The Open Source defense would have to either be prior art, or else challenge the patents themselves. A good way, I would think, would be anti-trust. A company that patents some very fundamental and universal aspect of operating systems would effectively have a monopoly on operating systems. Those it didn't own itself it could force to pay licensing fees or royalties.

      The scariest thing is, in my opintion, Microsoft may NOT be the one to do it. It wouldn't suprise me in the least if some guy in Alabama comes out of the woodwork with an old patent and tries to force not just open source operating systems, but even Apple and Microsoft to pay him those royalties. It's one thing that people would like to see Microsoft get hurt at their own game, but it's quite another if everybody else gets caught in the fallout, which probably would happen in a patent case. The patent holder would either attack open source OS's first and hope for an easy win, or go right for Microsoft and then use that judgement (not to mention money) against everybody else, if he gets it.

      Now, back to open source, if it should successfully defend itself against patents, or even obtain patents of its own, couldn't licenses like the GPL be rewritten to apply the same freedoms to the patented software as it does with existing copyrights? After all, a patent grants the holder certain rights, just like a copyright. It grants different rights, but the holder can still sell, transfer, or even waive those rights. IANAL, but I'm pretty sure you can.

    5. Re:Retroactive? by Anonymous Coward · · Score: 1, Interesting

      If copyright extensions can be retroactive, then copyright reductions can be retroactive, also.

    6. Re:Retroactive? by shawn(at)fsu · · Score: 1

      eh close enough. It's ex post facto or after the fact.
      I'm not trying to be a grammer nazi, god knows I am in no way qualified. but since it looks like you wanted to be told if you had it wrong.
      More Information

      --
      500 dollar reward for tip(s) leading to the arrest of the person(s) who stole my sig.
    7. Re:Retroactive? by Slothy · · Score: 3, Informative

      How can you claim that patents are not harder to get than copyright? Your post, mine too, are both protected by copyright. Neither of us did ANYTHING to accomplish that. TO get a patent you have to hire a patent lawyer to help write it, pay the filing fee, and it frequently takes multiple submissions to get accepted (if it gets accepted). Then about 3 years later, poof you have a patent!

      Don't exaggerate by claiming patents are as easy to get as copyright. It's entirely false.

      Now as someone who works in the game industry, how exactly would patents protect games? If anything, strong patent enforcement would shut down the game industry given the patents owned by the graphics companies, not help it.

    8. Re:Retroactive? by drakaan · · Score: 1
      Aside from the missing comma after the word "way" and the apotrophe in "can't", what gigantic problem did your parser have with that sentence?

      Difficulty: Assume for a minute that you are aware that "a grip" means "a shitload of money" when it is used as it was in this instance.

      --
      "Murphy was an optimist" - O'Toole's commentary on Murphy's Law
    9. Re:Retroactive? by MathFox · · Score: 3, Informative
      If you read the article: Greg Aharonian would like to get permission to store (legally obtained) code in a database to use it in checks for copyright infringement. I can see him getting that permission from the courts, even if the copyright owners don't like it.

      My summary: A total removal of copyright protection is not asked (and will NEVER be granted by the courts; that's something for Congres.) Best case is that the courts declare some license conditions and DMCA clauses "non-binding", they put bounds on the rights software owners claim to have. (All the data on your computer is ours...) Most likely result: effectively nothing changes.

      --
      extern warranty;
      main()
      {
      (void)warranty;
      }
    10. Re:Retroactive? by Martin+Blank · · Score: 2, Informative

      You were close. It's "ex post facto," and it deals with laws making things criminal after the fact, something expressly forbidden in the Constitution. For example, if someone violated a copyright while it was still covered purely under civil laws, and then later a law came into effect making that copyright infringement a criminal violation, as long as the person were not continuing to commit the violation after the act becomes criminal, he can only be pursued under the original civil law, and cannot be prosecuted criminally.

      When laws are blocked by the courts from being enforced, this has the effect of preventing further actions to uphold them, but does not necessarily relieve those who have been convicted of violating them in the past. Except for temporary stays during considerations of constitutionality, this is a fairly rare occurence.

      When laws are overturned by the courts, then all those who have been affected by them are relieved of whatever sentences have been applied. The clearest example of this was the overturning of the death penalty by the Supreme Court in 1972. At that time, all death sentences were commuted to life in prison because the death penalty, as it had been enforced until then, was found to be unconstitutional. This is also a good example of the ex post facto concept, as those who had their sentences commuted could not be resentenced under the new death penalty laws, because their crimes were committed before the new penalty laws went into effect.

      --
      You can never go home again... but I guess you can shop there.
    11. Re:Retroactive? by Anonymous Coward · · Score: 0
      I'm not trying to be a grammer nazi,

      grammar -- yur lokal speeling nazi

    12. Re:Retroactive? by RealAlaskan · · Score: 1
      I cant see MS not spending a grip to make this go their way either.

      Agreed, but which way is MS's way?

      On the one hand, MS wants copyright protection for their code. On the other hand, MS doesn't want copyright protection for your code.

      If code weren't protected by copyright, the GPL would be meaningless. MS could simply copy the Linux kernel and have their NT6. They might not go quite that far, but they'd certainly be cutting and pasting a whole lot more. We could copy any portions of the MS source code that had value to us, too, but where are we going to find it?

      Also, MS would fair reasonably well in the patent arena. They have a fairly large stable of patents (nothing compared to IBM, a lot compared to you or the FSF). I could imagine that MS might figure that their stable of bogus patents, combined with the end of the GPL, would outweigh the disadvantage of having to rely on their ``security'' and trade-secrets laws to keep their code safe.

      The article implies that the consultant, Aharonian, is doing this on his own initiative, with his own funds. I'm sure that's true, but I wonder where he got that initiative and those funds? Maybe from one of the big software houses? Break out the tinfoil hats!

    13. Re:Retroactive? by Trurl's+Machine · · Score: 3, Interesting

      How can you claim that patents are not harder to get than copyright? Your post, mine too, are both protected by copyright. Neither of us did ANYTHING to accomplish that. TO get a patent you have to hire a patent lawyer to help write it, pay the filing fee, and it frequently takes multiple submissions to get accepted (if it gets accepted). Then about 3 years later, poof you have a patent!

      On the other hand, if I'll infringe your copyright right now, in order to protect your rights you would have to commence a quite costly legal hassle. Should I be a vicious corporation that could countersue you to death - you'd stand no chance in that battle. With patents, it's the other way round. They are indeed harder to get than copyright, but they are incredibly easy to defend (once acquired). And there are known cases when a small company succesfully defended its patent against a Microsoft-sized giant, even against Microsoft itself. Actually, the ease of getting patents is the main danger in software patents - you never know who patented what when you start to write your own program.

    14. Re:Retroactive? by MillionthMonkey · · Score: 1

      On the other hand, if I'll infringe your copyright right now, in order to protect your rights you would have to commence a quite costly legal hassle.

      Posting a comment in response is fair use and does not infringe the copyright.

      I once found one of my Slashdot posts in a technical book. I made the guy send me a free copy.

      With patents, it's the other way round. They are indeed harder to get than copyright, but they are incredibly easy to defend (once acquired).

      They're still too hard to get. This proposal will cause most software development to cease.

    15. Re:Retroactive? by Slothy · · Score: 1

      How do you figure? The only way to invalidate a patent is by getting sued for infringing it, so I would say the system is designed to allow that as an outcome. On the other hand, there is no way to invalidate a copyright.

      Your only defense is in either trying to argue that they don't own the material in question (which you can also argue in a patent defense), or that you didn't infringe it enough to be worthwhile (which you can also argue in a patent defense).

      So it seems to me like patents have an extra way of avoiding punishment than copyrights. Plus patents are a judgement call, and as such the court case is much less cut and dry.

      Think about how few copyright cases go to trial and how many end in a settlement (i.e. the RIAA enforcement) and it seems to me like copyright is much easier to enforce then patents are.

      As far as the argument about big companies holding up the case in massive paperwork, that could happen on ANY type of case, copyright or patent or anything else.

    16. Re:Retroactive? by Ayaress · · Score: 1

      I never said patents were easier to get than copyrights. If I did, that was a mistake on my part, since I didn't mean it and didn't think it while I was typing it, but, hey, you're talking to the guy who mixed up ex post facto, I think I get a bit of credit for gramatical minutia. I said they aren't that hard to get. Lots of idiots patent lots of stuff, even if they didn't actually do anything with it. You don't neccessarily have to make something to get it patented, lots of them are awarded for technologies still in development, some of which never get finished, but the patents still stand, effecting anybody else who comes after and tries to finish it.

    17. Re:Retroactive? by swv3752 · · Score: 1

      Alos, look at all the stories of little Company A files suit against giant Corporation Z. Z pulls a couple of patents off the shelf and says "You violate these patents. Cross licence with us or be sued into oblivion."

      A goes "But we don't violate those. Here's the proof."

      Z smiles sharkily "You may or may not violate these couple of patents, but we have 50,000. If we have to through all those patents to find an Iron-clad case, we will sue you into bankruptcy."

      A folds.

      That never seems to happen in copyright. To violate copyright, you need an exact copy, as opposed to say that Ford patents the "automobile". There are many ways to build a car but most likely they would all violate the copyright. Without out and out plagiarizing "Harry Potter" it is pretty hard to violate copyright that does not involve violating the distribution rights. That is why most copyright suits are distribution violation suits like RIAA or ownership suits like between SCO and Novell.

      (It is possible for two books to be similiar, as I know of two Scifi books about "beanstalks" where the lead character had a similiar name and was a bridge engineer. There was no question of plaguerism as they were writtne at the same time.)

      --
      Just a Tuna in the Sea of Life
    18. Re:Retroactive? by Slothy · · Score: 1

      Your argument seems to be that patent lawsuits can be much larger damages and that they can be much farther reaching.

      No argument on the fact that patents are farther-reaching. I'll go so far as to say that I think software patents are always bad.

      As far as damages, yes patents can have massive damages, like the $500 mil MS is fighting. But also remember mp3.com which paid about $100 million to settle its copyright infringement cases. Most patent lawsuits are under that amount, so it's not impossible to have copyright violations rival the patent costs in a lawsuit.

    19. Re:Retroactive? by DavidTC · · Score: 1

      How on earth would you 'continue to make a copy'? You could make another copy, which would be illegal under the new law, or keep the old ones, which are still just illegal under the old one, but you'd have to be functioning fairly slowly to be making the same copy before and after the passage of the law.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    20. Re:Retroactive? by swv3752 · · Score: 1

      My point is that it is hard to accidentaly violate Copyright and copyright is very specific.

      You patent the wheel and it doesn't matter if the wheel is built from rubber or wood or steel, it is covered. You copyright say a play and the chances of someone else independently coming up with a play is nil.

      Throw ontop of that that independant players can not really compete with the big boys as invariably if someone has thousands of patents you will eventually infringe on one of them.

      The issue with MP3.com was a distribution problem. Common sense says they were ok but strict legal definition they were wrong.

      --
      Just a Tuna in the Sea of Life
    21. Re:Retroactive? by deft · · Score: 0, Troll

      I'm typing conversationally assclown. Parse that diction nazi.

      --

      There's nothing Intelligent about Intelligent Design.
    22. Re:Retroactive? by Martin+Blank · · Score: 1

      I said "continuing to commit the violation," which could be things like playing songs in a commercial setting without paying royalties.

      Stop thinking in such narrow terms.

      --
      You can never go home again... but I guess you can shop there.
    23. Re:Retroactive? by Anonymous Coward · · Score: 0

      Patents are not hard to get, the US patent office grants 90% of the patent requests. (The EU patent offices 60-70% BTW.)

      There are a few problems here, if software is not copyrighted, that might mean that artwork in programs or game stories cannot be copyrighted either. Suppose I distribute a document in a self-extracting archive. Is the executable containing the document copyrightable? The unpacked document surely is.

      And there are other issues, patents last at most 17 years. Copyrights are perpetual. At least, they are for as long as Disney exists. I don't think anyone in the IT industry would be happy when copyrights on software were to be removed.

      Actually, I think this case is about the interpretation and application of the law. If the court decides that the law has been wrongly interpreted and therefore wrongly applied, then it would mean that all prior copyrights would be void.

      Finally I wonder what this means for the bi-lateral copyright treaties signed between countries.

  3. Here we go... by SpaceLifeForm · · Score: 2, Interesting

    This was to be expected. TPTB must have control. You as consumers are only here to be exploited in the minds of the TPTB.

    --
    You are being MICROattacked, from various angles, in a SOFT manner.
  4. It won't happen by tepples · · Score: 5, Interesting

    The Supreme Court of the United States indicated in its Eldred v. Ashcroft opinion that the Court isn't in the mood to to legislate from the bench, that it's Congress's job to sort out the scope of copyright law so long as there's a semblance of a right of fair use preserved to the people.

    1. Re:It won't happen by Anonymous Coward · · Score: 0

      Ive just spent the last month writing a paper on the case and I have to agree with you

    2. Re:It won't happen by Zak3056 · · Score: 2, Informative

      The Supreme Court of the United States indicated in its Eldred v. Ashcroft opinion that the Court isn't in the mood to to legislate from the bench, that it's Congress's job to sort out the scope of copyright law so long as there's a semblance of a right of fair use preserved to the people.

      I wouldn't expect Eldren v. Ashcroft to even play into this at all, because it doesn't involv eany of the issues raised therein. The courts don't have the power to decide what methods are or should be used to protect "intellectual property." That's clearly up to congress, and I would expect any reasonable judge to toss this on that alone.

      --
      What part of "shall not be infringed" is so hard to understand?
    3. Re:It won't happen by Goo.cc · · Score: 1

      You're right. Congress, for better or worse, has the authority to manage and regulate copyright laws. Fair or unfair, that is how it is.

      The courts will almost certainly dismiss this suit, especially in light of the Supreme Court decision that you mention.

    4. Re:It won't happen by aggieben · · Score: 1

      The Supreme Court of the United States indicated...[it] isn't in the mood to to legislate from the bench...

      Well, that's good news when one considers that the court has no constitutional authority to do so anyway.

      It's almost like a guy walking around saying to himself "well, I *could* steal that car, but I'm not going to because I'm such a good person" and letting it go to his head.

      --
      Don't become a regular here, you will become retarded. -- Yoda the Retard
    5. Re:It won't happen by rhsanborn · · Score: 1

      But they have done exactly that. They've done so by calling it 'an interpretation of the law that already exists'. They could certianly hear this case and be considered justified inmaking a decision based on an interpertation of the law that defines the scope of copyrights and patents. I would hope they wouldn't, but its very possible. Especially since Cogress can't seem to do much on their own anyway.

    6. Re:It won't happen by Anonymous Coward · · Score: 0

      Ahh yes, "activist judge" theory. Apparently judges are only supposed to make judgements when it suits those with a political agenda. If it doesn't suit them, they should shut the fuck up because it is a matter for the legislative branch. What a load of bullshit.

    7. Re:It won't happen by geoffrobinson · · Score: 1

      Here's the general rule: when legislatures haven't made things clear or haven't dealt with a topic AND they should have, leave legislating to legislatures. Caveats can be made for inherent rights, which can be used as a big loophole many times. However, no one is associating copyright laws with human rights.

      --
      Except for ending slavery, the Nazis, communism, & securing American independence, war has never solved anything.
    8. Re:It won't happen by ceeam · · Score: 1

      Or in other words: "Heck, why should we do it for free? There's a shop over there, go and buy it." ;)

    9. Re:It won't happen by Abcd1234 · · Score: 2, Insightful

      Ironic given that the justice system's job is to act as a check for the legislative branch. Good job shirking their duty, though...

    10. Re:It won't happen by Anonymous Coward · · Score: 0

      That's not a good analogy! Interpreting the law is not the same as breaking it!

      It's more like a guy who says "well, it's against the law to steal a car, and a guy who wants to steal my car has to LOOK at my car first, so I better call the cops whenever somebody looks at my car." .. he's interpreting the essence of the law a little too loosely.

      I don't think they are disallowed from some of this stuff, it's just better for everybody if they only interpret laws *strictly*, and force congress to write laws that serve the people properly.

    11. Re:It won't happen by drakaan · · Score: 1
      Exactly right...it's the way that various people evaluate "clear" that causes the problem. A justice can argue (against the guidance passed down from our founding fathers) that rather than interpreting the law in the spirit in which it was written, they'll look at it and decide that it should mean something else.

      What's *supposed* to happen is that when the law doesn't fit society neatly anymore, we pass a constitutional amendment or revise the existing law. The meaning of the law is *supposed* to be very clear. Not "clear to wise judges and lawyers", but "clear to the average person", and not changing, but static.

      The judge's job is to look at the facts of a case when there is a question as to which side of a clearly expressed law a given action falls and make a determination. Like a line judge in tennis or volleyball. It's in or it's out...you don't decide that the line is in a different place because the players are younger, if the boundaries of the metaphorical court (or the actual court, I guess) don't work, you paint a new line.

      --
      "Murphy was an optimist" - O'Toole's commentary on Murphy's Law
    12. Re:It won't happen by khallow · · Score: 1

      Actually, I tend to think that the courts are finally stepping down from overuse of their power. And the courts aren't the legislative branch of the government.

    13. Re:It won't happen by That's+Unpossible! · · Score: 1

      ronic given that the justice system's job is to act as a check for the legislative branch. Good job shirking their duty, though...

      Did you read this part of the message you are responding to:

      "...so long as there's a semblance of a right of fair use preserved to the people."

      Presumably this means they are willing to act as a check against the legislative branch... uhhh.

      --
      Ironically, the word ironically is often used incorrectly.
    14. Re:It won't happen by Grishnakh · · Score: 2, Insightful

      Eldred vs. Ashcroft was not an example of the Court failing to "legislate from the bench". It was an example of them shirking their duty to nullify an unconstitutional law. The DMCA is clearly unconstitutional, and they should have declared it so in this case.

      Congress can pass all the unconstitutional laws it wants unfortunately. The duty of the Executive and Judicial branches is to veto these laws, refuse to enforce them, and declare them unconstitutional. With Bush in power, there's no chance of the Executive branch doing its job (PATRIOT Act). So the only hope we have for actually keeping our laws in line with the Constitution is the SCOTUS. With them shirking their duty, we're screwed.

    15. Re:It won't happen by bjhonermann · · Score: 1
      >However, no one is associating copyright laws with human rights

      That's not exactly true. The Universal Declaration of Human Rights, Article 27 States:

      Everyone has the right to the protection of the moral and material interests resulting from any scientific, literary, or artistic production of which he is the author.'

      ...

      Everyone has the right freely to participate in the cultural life of the community, to enjoy the arts and to share in scientific advancement and its benefits'

      Also, The International Covenant on Economic, Social and Cultural Rights Article 15.1, after reiterating the Universal Declaration above requires states to:

      [take steps] necessary for the conservation, development, and diffusion of science and culture.

      Granted, as a Human Rights issue, for better or for worse, copyright/Intellectual Property Issues are still low on the priority list. And a human rights approach to Copyright is different from a purely economic one, in that it focuses on the development of the general welfare of all people, not just creators, but the association of human rights and copyright/intellectual property is definitely present.

    16. Re:It won't happen by DavidTC · · Score: 1
      Judges are supposed to weigh laws against the rights people have, some of which are enumerated in the constitution.

      Like I say every time someone starts whining about this:

      I'm incredibly glad the courts have discovered freedom of expression, because that right isn't in the fucking constitution. There's nothing in there that gives you the right to post whatever you want online...that's not 'speech' or 'press'.

      If you don't agree with the courts 'legislating' from the bench, you can shut the fuck up, because you apparently have no right to even have a discussion here. Print out some flyers or call me on the phone if you wish to rebut that.

      You can have issues with certain decisions made in recently history, like I do, but complaining online about 'legislating from the bench' is possibly the most hypocritical thing I've ever seen.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    17. Re:It won't happen by Lodragandraoidh · · Score: 1

      "...so long as there's a semblance of a right of fair use preserved to the people."

      So we are only authorized a 'semblance' (1. An outward or token appearance: "Foolish men mistake transitory semblance for eternal fact" (Thomas Carlyle). 2. A representation; a copy. 3. The barest trace; a modicum: not a semblance of truth to the story.)

      A 'semblance' of the right of fair use is not the right of fair use.

      --

      Lodragan Draoidh
      The more you explain it, the more I don't understand it. - Mark Twain
    18. Re:It won't happen by zephyr1256 · · Score: 2, Insightful

      Problem is, people cry foul about so-called "activist judges" or judges "legislating from the bench" quite often when they disagree with certain decisions handed down by judges. Its not necessarily wrong to disagree with a judge's reasons for handing down a decision, but to say a judge is making law because you don't agree with the judge's interpretation of the law is a bit presumptuous. There is no such thing as a single correct interpretation of the law or our Constitution(at the very least, even if there were, we, as a people, do not agree on what that is). That's why we have the judicial branch, to judge how the law applies and what it means.

    19. Re:It won't happen by tepples · · Score: 2, Interesting

      The DMCA is clearly unconstitutional, and they should have declared it so in this case.

      In a way, they did. In the Eldred opinion, which upheld a second successive copyright term extension, the Supreme Court found the right of fair use necessary to make copyright compatible with the First Amendment. Many analysts take this as a subtle hint that the Supreme Court believes that the anti-circumvention provisions of Digital Millennium Copyright Act, as interpreted in Universal v. Reimerdes, might violate the First Amendment, as 17 USC 1201 preserves no defense of fair use when a work is published only in an access-controlled format.

    20. Re:It won't happen by Grishnakh · · Score: 1

      I'm sorry if my understanding of the case is somewhat lacking, but didn't they rule against Eldred, effectively upholding the DMCA, with the anti-circumvention provision intact?

      Basically, the ruling made it illegal to possess or even speak the source code to DeCSS. At least that's my understanding. That seems like a rather blatant violation of the First Amendment to me.

  5. Finally! by Anonymous Coward · · Score: 1, Funny

    Now it'll only take a day to get the latest releases instead of the normal two-week delay while the crack groupz do their thing!

  6. Hurt the GPL? by kai5263499 · · Score: 2, Interesting

    This might actually help the GPL (and the patient system) by allowing for "prior art". Especially if they did away with the lifetime copyrights and start actually release things into the public domain.

    Seems to me this would be a "good thing" (TM)

    --
    -Wes
    1. Re:Hurt the GPL? by Sc00ter · · Score: 5, Insightful
      How? the way the GPL works is that it depends on copyright. Without copyright the GPL is worthless. People could "take" you code and do anything with it, not have to contribute back, or even put the GPL back on it.

      Patents take time and money to get, something a lot of people don't have time or money to do.

    2. Re:Hurt the GPL? by SnapShot · · Score: 4, Insightful
      The article is detail light, but one of the examples that they used had nothing to do with source code copyright. (It didn't seem to have anything to do with software either, but that's beside the point.)
      In one well-known case, Lexmark International invoked copyright laws to prevent a competitor from making computer circuits that allow cheaper inkjet cartridges to work on its printers.

      Part of the problem is semantics. Is the lawsuit intended to remove copyright protection from "software" (In my mind, the compiled and built executable) or from "source code" (the product of a creative impulse and SHOULD be protected by copyright law IMHO.) If the lawsuit helps limit the abuses of copyright law ("look and feel", DMCA contraints, etc) then I agree with the aims completely, but if it intends to remove copyright protection from source code then I think it is a travesty.
      --
      Waltz, nymph, for quick jigs vex Bud.
    3. Re:Hurt the GPL? by DeadVulcan · · Score: 1

      No, this would hurt GPL because copyright is the mechanism by which you have the right to issue licenses for your code.

      --
      Accountability on the heads of the powerful.
      Power in the hands of the accountable.
    4. Re:Hurt the GPL? by hackstraw · · Score: 2, Insightful

      Patents take time and money to get, something a lot of people don't have time or money to do.

      And even more time and money to enforce. There are no government protections for patented items, its all done in civil court.

      I do believe that there should be copyright, but I also think that it should autoexpire after some given period of time and fall into the public domain.

      That way a great great great great great grandson/daughter does not have entitlement to copyright royalties for something that their great great great great great grandmother/father did.

    5. Re:Hurt the GPL? by Saeed+al-Sahaf · · Score: 1
      People could "take" you code and do anything with it, not have to contribute back, or even put the GPL back on it.

      This is essentially what is going on right now. While ideologically superior, the GPL has no real teeth, and is abused left and right by unscrupulous "developers" who repackage Open Source as their own, either whole hog, or berried in a larger theft.

      --
      "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
    6. Re:Hurt the GPL? by Anonymous Coward · · Score: 0

      > This is essentially what is going on right now. While ideologically superior, the GPL has no real teeth, and is abused left and right by unscrupulous "developers" who repackage Open Source as their own, either whole hog, or berried in a larger theft.

      Links/articles/proof, or are you just ranting out of your ass?

    7. Re:Hurt the GPL? by Anonymous Coward · · Score: 1, Insightful

      People seem to assume that the point of the GPL is that the creators take some pleasure in "forcing" people to do things. That's not the point, the point is the GPL ensures that software (code) stays "free". If there's no mechanism to keep software "unfree", the GPL is worthless, yes, not because it's been emasculated, but because it's *no longer necessary*.

      If you have just patents though, you might need some kind of "patent-GPL" patent licensing system, but of course we have to deal with patents *now* anyway.

    8. Re:Hurt the GPL? by stanmann · · Score: 1

      I know that many of the free/open source vcd/dvd replication/creation tools have been pirated into "commercial" products.

      --
      Food not Bombs is a nice platitude but it breaks down when you notice that the Bombees are usually well fed
    9. Re:Hurt the GPL? by geo.georgi · · Score: 1

      We can automatically relicense most of the existing software, when we create a future version of GPL, that does not depend on the copyright law. I think the biggest problem will be the Linux kernel. He is licensed only under version 2 of the GPL.

    10. Re:Hurt the GPL? by l4m3z0r · · Score: 1
      Patents take time and money to get, something a lot of people don't have time or money to do.

      At long last my search for a sig is over.. All hail Sc00ter the modern day Yogi Berra...

    11. Re:Hurt the GPL? by drakaan · · Score: 1
      To echo the post you're replying to...you know that how, exactly? Assuming you have some personal knowledge, have you notified the authors of the open source tools about the piracy?

      There are two possible scenarios here...one, you don't know anything other than what you've heard, or two, you know and just don't care that the copyright owners are getting screwed over.

      --
      "Murphy was an optimist" - O'Toole's commentary on Murphy's Law
    12. Re:Hurt the GPL? by Anonymous Coward · · Score: 0

      Software is protected by copyright when published in either source or binary forms, check the Berne convention. The patenting of software is therefore akin to patenting a screen play, the patent lobby can argue this until they are blue in the face, it makes no difference when they are wrong!

    13. Re:Hurt the GPL? by stanmann · · Score: 1

      I read it in the documentation of DVDx and VCDeasy, explaining certain changes they made last summer. The authors are aware and that is how I became aware.

      --
      Food not Bombs is a nice platitude but it breaks down when you notice that the Bombees are usually well fed
    14. Re:Hurt the GPL? by Anonymous Coward · · Score: 0

      As the DeCSS mess showed the courts, there is no real distinction between source and binary. Just because something is in a "machine readable" format, that doesn't mean it could not be read or created by humans directly.

      In many ways, compiling code from source is not that much different from using a Photoshop filter on a graphic. Both processes could be done by hand, and neither one removes the original creative input.

    15. Re:Hurt the GPL? by Sc00ter · · Score: 1
      And what would that be? If there's no copyright, there's nothing stopping somebody from taking the code and putting it into their product. They don't have to keep it GPL'd, they don't have to give the original author credit.

      Please explain how this new version would work, still be free, and if so, why not do it now?

    16. Re:Hurt the GPL? by Relic+of+the+Future · · Score: 2, Insightful
      ???

      It does autoexpire. And the supreme court has said that almost 100 years isn't too long, and that retroactively extending it is fine too.

      But, in theory, it does still "autoexpire".

      --
      Those who fail to understand communication protocols, are doomed to repeat them over port 80.
    17. Re:Hurt the GPL? by FireFury03 · · Score: 1

      This is essentially what is going on right now. While ideologically superior, the GPL has no real teeth, and is abused left and right by unscrupulous "developers"

      There have been plenty of cases where said unscrupulous "developers" have been threatened with court action for violating the GPL and they have often backed down very quickly.

      who repackage Open Source as their own, either whole hog, or berried in a larger theft.

      There is nothing illegal about repackaging GPL'd software so long as you comply with the licence (that is you make the source available under the terms of GPL). Or had you not noticed that Red Hat, Suse, Debian, etc all repackage GNU/Linux as their own?

    18. Re:Hurt the GPL? by miu · · Score: 1
      the patent lobby can argue this until they are blue in the face, it makes no difference when they are wrong!

      Why would right and wrong (or logic) have anything to do with allowing software to be patented? Money will decide the issue, and the fact that one side can afford to hire lobbyists pretty much lets you know which side has the money.

      The only honorable lobbyists I've known are retired people who are paid expenses (if that). Professional lobbyists are scumbags probably get a start pimping their sisters and grandmothers, course the only professional lobbyists I've met worked for unions...

      --

      [Set Cain on fire and steal his lute.]
    19. Re:Hurt the GPL? by Saeed+al-Sahaf · · Score: 1
      There is nothing illegal about repackaging GPL'd software so long as you comply with the licence (that is you make the source available under the terms of GPL). Or had you not noticed that Red Hat, Suse, Debian, etc all repackage GNU/Linux as their own?

      I'm saying that there are in fact unscrupulous "developers" out there who are doing exactly that: repackaging Open Source without proper GPL notices.

      --
      "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
    20. Re:Hurt the GPL? by csbruce · · Score: 1

      but if it intends to remove copyright protection from source code then I think it is a travesty.

      All you have to do is say that your company produces poetry instead of software, and copyright your source code and all mechanical translations as poetry.

      10 IN XANADU
      20 DID KUBLA KHAN

    21. Re:Hurt the GPL? by Arker · · Score: 1

      I agree with what you're saying, but strictly on word-usage letter I've got to crucify you. 'Software' is source code, pure and simple. Yes, the folks that want you to think software means 'licensed' binaries have tons of marketing muscle and common usage reflects that, but if we concede these sorts of battles we lose the war. Software is soft, not hard, because it's easily modified. Binaries are not easily modifiable, therefore they're clearly not software, I would call it 'firmware' but that word is understood to have a slightly different meaning. At any rate, whatever you want to call it, if it isn't source, it's not software.

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    22. Re:Hurt the GPL? by iminplaya · · Score: 1

      You're right, kind of. Without copyright the GPL is unnecessary(thus useless I guess). GPL can best be described as defensive copyright to insure that software that uses GPL is also GPL'd. I would like to think that if GPL is discovered in proprietary software, that software simply becomes GPL'd, open to anybody that wants to use it. If they try to sue you for copyright infringement, you could show that they used GPL'd code and thus made their software GPL. Kind of a reverse SCO thing. It is here that we could find out if it holds up in court. I hope that this would be obvious to everybody.

      People could "take" you code and do anything with it, not have to contribute back,...

      This is where you are mistaken. Yes they can use code that you wrote, but without copyright they automatically have contributed back. They have no authority to prevent you from using, copying, selling/giving their software. Everything is in public domain. Our right to reverse engineer is restored if they try to keep secrets. There will be no infringement. Everybody will benefit. Except the greedy ones who want everything for themselves only. This too, should be obvious to everybody. I don't understand the difficulty in realizing this. The substance of your post comes up all the time on every thread about copyrights, with little if any talk of the scenario that I have described. The obvious solution is in front of us. Let's try it and see what happens.

      --
      What?
  7. Actually a very interesting concept. by Short+Circuit · · Score: 1

    It's just unfortunate it's not compatible with the way open-source software developers have been doing business for the past thirty years...

    1. Re:Actually a very interesting concept. by pjt33 · · Score: 1

      Replace "open-source" with "most" and the sentence is still correct. Surely software patents are fairly recent even in the US? And how many US software companies have patents relating to each of their products?

  8. Sueing who? by damicatz · · Score: 4, Insightful

    Who is he sueing? It doesn't mention. It should be the other way around. Copyrights should be allowed, software patents should not. Software patents are what causes most of the trouble.

    1. Re:Sueing who? by kdekorte · · Score: 1

      I totally agree with parent. Copyrights are worth protecting. Software patents are not.

      Also, if copyrights are eliminated this could affect more than the GPL. Isn't the music and movie industry protected by copyright?

    2. Re:Sueing who? by 91degrees · · Score: 1

      Well, I dunno... The DMCA is part of copyright law. And draconian EULAs are based on copyright. So is the whole mess with SCO (although that appears to be more of a contract dispute).

      I can sort of see the guys point, but the argument leads to a need for copyright reform rather than replacing copyright with patents.

    3. Re:Sueing who? by danheskett · · Score: 2, Informative

      Dracionian EULAs are based in contract law, not in copyright.

      Most EULAs restrict beyond what copyright calls for. This is only enforceable - if at all - on the merits of the EULA as a binding contract.

    4. Re:Sueing who? by mdfst13 · · Score: 1

      "Isn't the music and movie industry protected by copyright?"

      The issue is that under current law, software can be protected by *both* copyright and patent. Music and movies are not patentable, so they would still be covered under copyright even if he wins (no conflict there).

    5. Re:Sueing who? by Anonymous Coward · · Score: 0

      > And draconian EULAs are based on copyright.

      No. EULAs are not licences, they are not based on copyright, they are contracts.

      > So is the whole mess with SCO (although that
      > appears to be more of a contract dispute).

      SCO has nothing to do with copyright, which is just as well because they don't have any relevant ones. The case with IBM is entirely based on contract (actually a misinterpretation by SCO of a contract clause).

      SCO vs Novell is not even directly about copyrights but is a slander of title case where SCO says that Novell told a malicious lie.

      SCO vs DC is because they didn't fulfill their alleged contractual requirement within some ficticious timescale.

      SCO vs someone else - it doesn't even matter anymore.

    6. Re:Sueing who? by pjt33 · · Score: 1

      If EULAs can be enforced after they're agreed then that's due to contract law. However, without copyright it would be clear (rather than, as present, ambiguous) that you wouldn't need to agree to the EULA to use the software.

    7. Re:Sueing who? by danheskett · · Score: 1

      However, without copyright it would be clear (rather than, as present, ambiguous) that you wouldn't need to agree to the EULA to use the software.
      No, you wouldn't *have* to agree to the EULA, but they effectively make you agree to the EULA because most software is setup so that it can't be run without agreeing to the license.

      Without copyright the already onerus product activation and other features of software will simply become more and more onerus.

    8. Re:Sueing who? by Anonymous Coward · · Score: 1, Insightful

      Current USPTO practise is wrong and is based on extremely broad interpretation of caselaw. There's no current legislation that says "software is patentable", even in the US.

    9. Re:Sueing who? by Pofy · · Score: 1

      I fail to see how copyright makes the situation ambiguous. They really have, in themselves nothing to do with copyright. There is nothing in copyright laws that call for the need of EULA.

    10. Re:Sueing who? by pjt33 · · Score: 1

      Why should you not run the program unless you've agreed to the EULA? AIUI the answer is that in running the program you create a copy of it, which requires licencing from the copyright holder, and the only licence they approve is the EULA.

    11. Re:Sueing who? by cortana · · Score: 1

      I *thought* that "running" software is making an ephermal copy, which is covered under fair use. I may be wrong, however.

    12. Re:Sueing who? by FireFury03 · · Score: 2, Interesting

      Dracionian EULAs are based in contract law, not in copyright.

      So if I make lots of "backup" copies of Windows CDs before I agree to the EULA I'm fine then?

    13. Re:Sueing who? by Thuktun · · Score: 1

      So if I make lots of "backup" copies of Windows CDs before I agree to the EULA I'm fine then?

      A that point you're not breaking the EULA, but you are violating copyright.

    14. Re:Sueing who? by Pofy · · Score: 1

      Most countries have in their copyright laws exceptions making it non infringing to make such copies that are needed to use and run software (like making a copy in memory and insalling to the hard dics). Hence you don't need any permision for it, since it is not copyright infringement.

    15. Re:Sueing who? by DavidTC · · Score: 1
      Hey, they can hold to the terms of the EULA wheen they produce the signed contract by me.

      What do you mean, my computer recorded it? No, my computer recorded that it thought someone clicked okay. That doesn't prove someone did click okay, and, more to the point, it's not even pretending to know that was me.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    16. Re:Sueing who? by sploo22 · · Score: 1

      If you don't distribute the copies, but they really are for backup purposes, it could be argued that they fall under fair use.

      --
      Karma: Segmentation fault (tried to dereference a null post)
    17. Re:Sueing who? by Thuktun · · Score: 1

      If you don't distribute the copies, but they really are for backup purposes, it could be argued that they fall under fair use.

      True (17 USC 1.117), though the post to which I replied put "backup" in quotes. The implication appeared to be that they weren't really for archival purposes.

    18. Re:Sueing who? by 91degrees · · Score: 1

      No. EULAs are not licences, they are not based on copyright, they are contracts.

      They are not contracts. They are licences. This is why it says "Licence agreement". They give you permission to copy the software within certain limitations. Without copyright they would have no enforcability.

      SCO has nothing to do with copyright, which is just as well because they don't have any relevant ones. The case with IBM is entirely based on contract (actually a misinterpretation by SCO of a contract clause).

      I mean where they're demanding licencing fees for their IP. this is certainly because they believe they own the copyright on the code.

    19. Re:Sueing who? by 91degrees · · Score: 1

      Dracionian EULAs are based in contract law, not in copyright.

      No. They're based in copyright law.

      "GRANT OF LICENSE. Microsoft grants you the following rights provided that you comply with all terms and conditions of this EULA:".

      See the wording. They are granting you the rights. This is where its a contract. You have the right to copy the product as long as you agree to the terms. But the only rights they actually give you are those that would be otherwise restricted by copyright. If there was no copyright, they would be granting you trights that you already have in exchange for you agreeing to the contract, which would mean it was not a valid contract.

    20. Re:Sueing who? by danheskett · · Score: 1

      Hey, they can hold to the terms of the EULA wheen they produce the signed contract by me.
      Or until a judge (in some jurisdictictions, they have) says that having software on a PC owned by you that has had the EULA agreed to is binding.

      You don't get to make all the rules.

      No, my computer recorded that it thought someone clicked okay. That doesn't prove someone did click okay, and, more to the point, it's not even pretending to know that was me.
      Having software that has a EULA required to run on your computer is probably going to turn out to be enough. The concept is like this: if you are a business person and you give your secretary a stamp of your signature and authorization to use it for legitimate business purposes, and she uses it for something which you later regret, you can't just claim that you didn't actually sign it. You handed your authority over to someone who signed on your behalf with your authorization. It's as if you the business person actually had signed. Delegation equals assent.

      It is soon coming that this will be extended to EULAs. A judge in my district enforced this when a student at a high-school agreed to the EULA saying that the BSA could inspect the machine as they desired. The BSA did, and it was challenged in court. The EULA was held to be valid because even though the IT director didn't approve the EULA, the IT department failed to prevent students from installing software and thereby agreeing to the given EULA, and therefore, he assigned the responsibility to anyone who sits at the keyboard and installs software with a EULA.

      So basically: you may have the right idea for what you want, but its not the real world.

    21. Re:Sueing who? by DavidTC · · Score: 2, Insightful
      The judge in your district in on crack, if that's what he actually said, which I doubt. (And, um, something like 80% of high school students are legally underaged and can't bind anyone to contracts, even themselves.)

      Contract law simply doesn't work like that. You are correct that employees can bind businesses to contract as long as the other party had a reasonable assumption that they were doing business with someone able to sign contracts, and it's possible this extends to EULA, although there is a concept of a minimal check...if I walk up to a random customer in Walmart and write a contract with them, I'm not getting anywhere in court.

      EULAs don't even check that the button pusher is a human being, much less appears to be able to sign a contract on behalf of the company. But they, possibly, might work in court in a hypothetically 'If there had been a check, this person would have passed' sense. OTOH, as the point of that is to protect the person that's not the business from the business saying 'Oh, he didn't have authority to sign that purchase order, take back your eight million custom ball bearings', it doesn't seem useful here, where the software company loses nothing if the person didn't agree to the EULA. (Because EULAs aren't actually valid contracts in the first place, as they don't grant any rights to the person agreeing to them.)

      But students have never had the presumed power to bind schools to contracts. And, likewise, some random person who clicks 'okay' on my computer doesn't have the authority to bind me to anything, anymore than a random person who's been allowed on my property has the authority to have my house bulldozed. Employees binding businesses only works for businesses, period.

      There have been a lot of incredibly fucking stupid judges out there who think EULAs are valid, and 'you've agreed to any EULA on your computer' is taing that stupidity to a new height. I just want to write some a Java program that gives, in the EULA, all the assets of the person who agrees to me, in returns for ten minutes of use, and then have someone go Kinkos, download it, and click okay. Damn, now I own FedEx.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    22. Re:Sueing who? by Pofy · · Score: 1

      I allready commented below on why you actually don't need any license or agree to EULA. But lets for the sake of argument assume you would have. How do you in that case (or in all cases since you believe it is needed), run the install program in the first place. Were did you get your "license" to run it in the first place?

  9. Difficult to obtain? by Anonymous Coward · · Score: 0, Troll

    Since when have patents been difficult to obtain?

    1. Re:Difficult to obtain? by VojakSvejk · · Score: 1

      They are very difficult to obtain if you don't have any money...

    2. Re:Difficult to obtain? by UWC · · Score: 1

      I think the difficulty is in the application process rather than uniqueness of the idea.

    3. Re:Difficult to obtain? by bigberk · · Score: 3, Insightful
      Since when have patents been difficult to obtain?
      Ah, and here is an important point! Patents are very easy to obtain for large companies. Tech companies flood the USPTO with patent filings; these cost a few thousand dollars each, plus all consultant work. It is easy for a large company, with all the expertise in the process and cash to pay those upfront costs, to acquire tons of patents. It is significantly harder for a small guy.

      So let's say that software patents become quite common in the USA and Europe. It's the large companies who are going to be flooding the patent offices with filings for anything they can get their hands on. A small developer, even if they have a kick-ass technology, is much less likely to get a patent on it. There is a big hurdle (cost and administration) in front of them.

      So the natural course is, the larger companies will get all kinds of legal rights to technologies, and smaller companies or individual developers won't be able to compete. I guess that's the big business plan for the 21st century; corporations are out of ideas and the last hope is to guarantee themselves some kind of royalty revenue stream, without innovating squat. And this is why, IMHO, the "west" will lose their innovative edge and pave their own road to obsolescence.
    4. Re:Difficult to obtain? by shawng · · Score: 0

      Its not difficult if you have thousands of dollars to pay lawyers. You can get a patent for just about any silly idea if you have the money, just ask Microsoft.

  10. This would never fly by tarp · · Score: 5, Insightful

    First of all, every major software company including Microsoft will be against this idea, and the BSA with its powerful lobby, is against this idea. This would make it much more difficult for them to protect their software. Patents are just the icing on the cake for software companies. They are much more difficult to get. Copyright has always been a given.

    The idea that software could not be copyrighted but books, music, etc. could is hypocritical. Copyright would have to be removed from all those forms of media to be consistent with software not being copyrightable.

    It'll never happen.

    1. Re:This would never fly by killmenow · · Score: 1
      It'll never happen.
      I am in 80% agreement with you. When words like "never" get bandied about I start feeling uncomfortable with the conversation.

      yeah...it's unlikely. Yet, there are a lot of things one would think could never happen but do.
    2. Re:This would never fly by Anonymous Coward · · Score: 0

      Yeah, the guy who filed this lawsuit must have missed 60 minutes this week when former congressional member said it's all about money and lobbyists draft the bills.

    3. Re:This would never fly by StarChamber · · Score: 1

      I think that it is more hypocritical to bestow both copyright and patent protection on software, then to say that software is only covered by patents (or, for arguements sake, copyrights). We have to decide once and for all what software really is; is it an invention that should be protected by patents, or is it an original work that should enjoy a very long lifespan through copyrights? It should not be considered both.

      I agree with the premise that software should be covered by patents and not copyrights. Patents would provide protection for a limited timeframe and then allow unbridled competition (see the effect that generic drugs have had on the drug industry). Companies have to be given some protection to cover their investment, however, copyrights extend that protection for too long of a period of time.

      Until we can all agree upon what software should be classified as, then we will continue to bicker over patent and copyright protection. It is time for the industry to step up and release its claim on one or the other.

      However, I do agree that we will not see any changes to how software is protected under US patent and coyright law any time soon.

    4. Re:This would never fly by xant · · Score: 1

      While I agree with you in the fundamentals, I have to quibble with the invocation of the words "powerful lobby". No lobby has any power over the courts. If it did happen, it would probably cause the legislation to be changed to invalidate the ruling in a heartbeat, but there's little or nothing the BSA could do to stop the ruling from existing in the first place.

      --
      It's rare that you're presented with a knob whose only two positions are Make History and Flee Your Glorious Destiny.
    5. Re:This would never fly by khallow · · Score: 2, Insightful

      No. Lobbies can steer appointment of new judges. So they have some influence here.

    6. Re:This would never fly by danila · · Score: 1

      The idea that software could not be copyrighted but books, music, etc. could is hypocritical.

      No, it is not. The Constitution mentions inventors and writers only. It doesn't mention software, paintings, sculptures, sheet music or buildings. Guess what, these other items are not protected by copyright, or the protection is limited. Yes, record and movie studios and software companies managed to get full copyright protection, but this doesn't make it hypocritical to say they're a bunch of greedy bastards and SHOULD NOT HAVE HAD that protection granted.

      --
      Future Wiki -- If you don't think about the future, you cannot have one.
  11. The More Things Change..... by teiresias · · Score: 2, Interesting

    I think he brings up some good points but I think the bloat and draconian nature of the copyright system would simply move to the patent system. The problems that exist and persist in the software copyright arena are ones that give the advantage to those who can affect how patent law and copyright language/law will be.

    I don't think he doesn't have a point, I think he's done a wonderful job of exploring moving the system to the patent side but I believe all bottlenecks and corruption will be moved from one office to another.

    --
    -Teiresias
    1. Re:The More Things Change..... by elmegil · · Score: 1
      the bloat and draconian nature of the copyright system would simply move to the patent system.

      It already has....

      --
      7 November 2006: The day Americans realized corruption and incompetence weren't addressing 11 September 2001
    2. Re:The More Things Change..... by mpe · · Score: 1

      I think he brings up some good points but I think the bloat and draconian nature of the copyright system would simply move to the patent system.

      To some extent it already has. With patents being granted for the trivial. The only real difference is that patents have not massivly increased in length, yet.

  12. Who comes up with these ideas by Henry+V+.009 · · Score: 5, Insightful

    Doing the exact opposite would be sane. This isn't.

    1. Re:Who comes up with these ideas by daniil · · Score: 3, Funny

      I do.

      See, I work in this big time law firm. We are all such great men (we're all white men in our mid-40's) that we don't even have to work anymore to make immense amounts of cash. We have all these junior employees doing all the hard work for us, while we only stand up in the court to make opening and closing speeches (and we're mighty good at making these).

      Every once in a while, however, this kind of work gets boring and we need new challenges to keep us motivated. Sure, we could all retire today, but we love our work (every good lawyer loves his work) so much that we want to keep on going and evolving until we die. See, I had this idea one day that if a lawyer keeps practicing his skills, he'll enter some sort of godhood one day. Someday I'll turn this idea into a minor religion and make a fortune on it, but I'm not going into details right now.

      Now, what I'm getting at is that every once in a while, we will get bored of our tedious everyday life. When that happens, one of us will come out with a crazy idea (we're always brimming with such ideas, but we'll usually keep them secret)-- like suing Linux, or abolishing software copyright protection. At first, we'll all laugh at how ridiculous that idea is, but after we've stopped laughing, we'll try and get it accomplished. Then it's simply a matter of finding some idiots with too much money at their hands, and we're all set. Let the games begin!

      Posting this anonymously, as I fear that my partners or other such groups might want to get back at me for this revelation.

      --
      Man is a slave because freedom is difficult, whereas slavery is easy.
    2. Re:Who comes up with these ideas by julesh · · Score: 1

      Somehow I get the feeling that this entire thing is some kind of satirical setup. From the guy's web site (www.patenting-art.com, headline: "Artists, entertainers, lawyers, executives and investors: learn how to use the patent system to protect your art and entertainment creations and methods") to the blatant ridiculousness of the idea that patents can be an effective way of protecting software by themselves.

      Sorry, I don't buy it.

      This guy's just making a point.

    3. Re:Who comes up with these ideas by mdielmann · · Score: 1

      Exactly my opinion. Purely function-driven code already isn't covered by copyright (copyright an array traversing algorithm? right), but other, more artistic or implementation-specific things are (icons, comments, etc.). Patenting in software almost never works - pretty much the entire industry is built upon previous ideas. I think this guy has fallen for the trap of when the only tool you have is a hammer, everything begins to look like a nail. And his hammer is patent law, not copyright.

      --
      Sure I'm paranoid, but am I paranoid enough?
    4. Re:Who comes up with these ideas by runderwo · · Score: 1
      Posting this anonymously, as I fear that my partners or other such groups might want to get back at me for this revelation.
      You forgot to post it anonymously.
    5. Re:Who comes up with these ideas by daniil · · Score: 1

      Gee, i wonder if he did it on purpose :p

      *double-click on 'Post Anonymously'*

      --
      Man is a slave because freedom is difficult, whereas slavery is easy.
    6. Re:Who comes up with these ideas by Halo1 · · Score: 1
      The one that comes up with this runs a business that makes money by finding prior art for software patents, when people are sued.

      He is also a person who believes that information comes in physical quantities.

      You can find some more information on him here.

      --
      Donate free food here
    7. Re:Who comes up with these ideas by Halo1 · · Score: 1

      No, he actually believes in those things. See my other post for more information on him. He does have some pretty weird ideas about concepts like "information" and "forces of nature".

      --
      Donate free food here
  13. Intelligent Software Patents by nharmon · · Score: 1

    I don't see a problem with software patents, except that the patents can't be overly simply, or overly broad.

  14. Ruling "class". by Anonymous Coward · · Score: 0

    ""CNet has a story about a lawsuit asking for copyright protection to be removed from software, while leaving patent protection in place. Intellectual-property consultant Greg Aharonian hopes to convince the court that software makers can protect their products adequately through patents, which provide more comprehensive protection but are difficult to obtain and expire in a shorter period of time. It looks like this would hamstring licenses such as the GPL, which are often based on copyright privileges, while leaving OSS vulnerable to patent infringement."

    Well I guess we have our answer to the question "What would happen if copyright-haters ruled the world?".

    Not any better than if the patent-haters ruled the world.

    Damned if you do, damned if you don't.

  15. How would patents apply by vivin · · Score: 4, Insightful

    A software is a product, and it employs some sort of algorithm or algorithms. So let's say I use an algorithm that some other company developed. Do I have to pay them?

    And yes, Open Source will have a problem. A corporation could easily say "Hey the Open Source implementation that you have of XYZ infringes on my patent on the commercial version".

    IMHO, I don't think patents will work for software (at least in this form). It's simply too abstract, and too widespread. Writing a poem and writing an algorithm are two different things. The poet can get money for having his poem published in books. But let's say you come up with a rather innovative and efficient algorithm for doing task X, and you work for a company Y, then Y owns the patent on it. So anyone who wants to use it will have to pay money. But what if you came up with another algorithm that does the same thing? Could they sue? What if you're a small company Z that came up with said algorithm? The big guy could take you out...

    IANAL, but our laws for software are probably not mature (and well thought out) enough to deal with this... yet.

    --
    Vivin Suresh Paliath
    http://vivin.net

    I like
    1. Re:How would patents apply by Anonymous Coward · · Score: 0

      patenting an algorithm?
      isn't something as simple as the FOIL method for multiplying binomials actually just an algorithm?
      what then is to keep it from being patented?
      is it because it is "obvious"?
      well then, how about this non-obvious algorithm?
      Is it patentable? Please, anyone, enlighten me.

    2. Re:How would patents apply by SlayerofGods · · Score: 1

      Personally I can't wait to patent the 'bubble sort' algorithm, then sue all the first year computer science majors for patent infringement :D

      --

      Technology, the cause of and solution to all of life's problems.
    3. Re:How would patents apply by gus+goose · · Score: 2, Interesting

      Hmmmm... good thing you qualified your post with IANAL....

      Actually, to answer your questions. Yes, you will have to pay them if they (fairly) patented the algorithm and have demanded payment (as has always been the case).

      Also, Open source has always been vulnerable to the "Hey the open source .... infringes on my patent...." scenario just like all other software sources other than the open one.

      As for comming up with an alternate algorithm to solve a problem for which there already is a patented algorithm, well, this happens all the time, and is not worthy of discussion (and no, the "big company" could not "take you out", at least not in theory.... not for using an algorithm they did not patent)

      About the only thing interesting about your post is your Sig, and even that is immature.

      Hmmm....

      gus

      --
      .. if only.
    4. Re:How would patents apply by vivin · · Score: 1

      I didn't profess to know anything or everything about this issue.

      This IS a discussion forum -- right? How else can I learn if I don't ask questions? So I may ask "stupid" questions, but I'll learn from them. We'll learn things from discussing them and it may so happen that people may ask rather obvious questions. I wasn't pretentious in my post, and I know that I am not an expert in patent law, but I am willing to learn, and that's exactly why I used "IANAL".

      As far as my sig, I like it, and that's all that matters to me.

      --
      Vivin Suresh Paliath
      http://vivin.net

      I like
    5. Re:How would patents apply by Dr.+Evil · · Score: 1

      IMHO, I don't think patents will work for software (at least in this form)...

      You do know that software patents exist and that software is currently protected by both copyright and patent law?

      If you independently develop something which infringes on a patent, the patent holder can elect whether or not to allow you to continue to use the patented process. This doesn't always involve money, they can actually just say "no, you can't use our patent, go file for bankruptcy or see us in court."

      There is little incentive for a patent holder to attack a GPL'd software project because all they can do with their patent is stop it dead. No less, no more. No room for profit in that act unless the GPL'd project is a competitor, and you had better hope that IBM, Novell or Redhat don't pull out a patent war chest on you for doing so.

    6. Re:How would patents apply by poot_rootbeer · · Score: 1

      So let's say I use an algorithm that some other company developed. Do I have to pay them?

      Only one? Probably not. But software consists of thousands of algorithms working in concert.

      Just as complex machines are patentable even though they derive from combinations of the classic Simple Machines, so should complex systems of algorithms be patentable even of their component algorithms cannot, no?

  16. On patents by wtrmute · · Score: 2, Informative
    ... patents, which provide more comprehensive protection but are difficult to obtain...

    Excuse me? Is it the author or the editor who's claiming that patents are difficult to obtain? Haven't we been seeing patents being awarded left and right for the most mundane industry processes? Difficult to obtain, indeed.

    1. Re:On patents by Anonymous Coward · · Score: 0

      Relatively speaking, they are. You must file paperwork for your idea, and spend money on it to obtain a patent. Copyright applies any time you publish something. This usually takes up as much time as writing it and throwing it on a webpage somewhere.

    2. Re:On patents by Scutter · · Score: 3, Informative

      Difficult to obtain, indeed.

      In comparison to a copyright, yes. Copyrights are automatic (more or less). Registered copyrights just require a fee and some documentation. Patents require a review process (ok, a *bad* review process, but still harder to get than a copyright).

      --

      "Tell me doctor, with all of your defenses, are there any provisions for an attack by killer bees?"
    3. Re:On patents by ill_mango · · Score: 1

      I think he means MORE difficult to obtain than copyrights.

      A copyright is almost automatic. A patent requires a process and a significant amount of money

    4. Re:On patents by fishbowl · · Score: 2, Interesting

      >patents are difficult to obtain?

      Compared to copyright, which is an individual *right*, and automatically conferred on any authored work, patents are entirely more difficult to obtain.

      The fatal flaw in the case of the article, of course, is he is seeking to abridge an individual right reserved to the people. In order to succeed, he would have to pursue litigation against each and every one of them.

      Any blanket weakening of copyright is going to have collateral damage across several industries. Any legal language that finds "the GPL" invalid, which is often repeated whenever this topic comes up, would almost certainly be the precedent that would destroy the business model of the whole entertainment industry.

      An Act of Congress could change this.

      Good luck with that.

      --
      -fb Everything not expressly forbidden is now mandatory.
    5. Re:On patents by killtherat · · Score: 1

      I think the point is that the are difficult to obtain for people without money. For people with money to throw around, you can try a dozen different stupid patents, and hope that one of them sticks.

    6. Re:On patents by mpe · · Score: 1

      Is it the author or the editor who's claiming that patents are difficult to obtain? Haven't we been seeing patents being awarded left and right for the most mundane industry processes?

      Is it individuals and small corps which are filing these daft patents though? One obvious problem is that such a scheme would appear to greatly favour existing "players" in a market.

    7. Re:On patents by LandruBek · · Score: 1
      Haven't we been seeing patents being awarded left and right for the most mundane industry processes? Difficult to obtain, indeed.
      A patent application (practically) requires an attorney, and thus fees. So, he probably should have said "costly" rather than "difficult." For ACME Corp. it's not too difficult, but for Joe Hobbyist it is. So guess who benefits by this idea? (Big surprise.)
      --
      $META_SIG_JOKE
    8. Re:On patents by njfuzzy · · Score: 1
      Trust me, a copyright is easier to obtain than a patent.

      To obtain a copyright: Create the work. Copyright is automatic.

      To obtain a patent: Create the work. Apply for a patent using specific forms and formats, submitted to the right people. Then, if the patent application is approved, you will be awarded the patent.

      --
      My Photography - http://ian-x.com
      The Deathlings (comic) - http://thedeathlings.com
    9. Re:On patents by cpt+kangarooski · · Score: 1

      Copyright is not an individual right. It's granted by statute, or at least by common law, and in neither case actually needs to be. Congress is entirely capable of abolishing copyright thoroughly within the US.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    10. Re:On patents by fishbowl · · Score: 1

      "Congress is entirely capable of abolishing copyright thoroughly within the US."

      ONLY Congress. But the authority of Congress is absolute, except for certain extremely narrowly defined limitations! Congress can do ANYTHING except those things that are expressly forbidden by "Congress shall make no law..."

      Persuading them to take any given action, on the other hand, is a long row to hoe. It's tough, even when most of the members of Congress agree with you!

      --
      -fb Everything not expressly forbidden is now mandatory.
    11. Re:On patents by polanyi · · Score: 1

      After having heard a presentation given by a professor of intellectual property law, it's my understanding that filing a patent can take years, as it involves multiple rounds of revision of claims as the Patent Office accepts or rejects them.

    12. Re:On patents by RPoet · · Score: 1

      It isn't so much the review process which makes patents harder to get. Don't forget that applying for a patent costs large amounts of money, and that's even before you've paid the lawyer who wrote the application for you. Copyrights, on the other hand, are free (you get them as soon as you've created anything substantial whether you like it or not). In short, it's not a level playing field.

      --
      "Oppression and harassment is a small price to pay to live in the land of the free." -- Montgomery Burns.
    13. Re:On patents by cpt+kangarooski · · Score: 1

      No, the federal government is a government of enumerated powers. It can do ONLY those things that are listed in the constitution, and then only subject to the limitations on their powers also in the constitution.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    14. Re:On patents by Nephilium · · Score: 1

      Whoa there... Congress CANNOT do anything except what is prohibited, it's the other way around. They can ONLY do that which is allowed. (At least according to that crazy and wacky 10th amendment.)

      There's a reason some of us wackos out here want an enumerated powers act...

      Nephilium

    15. Re:On patents by Kakurenbo+Shogun · · Score: 2, Insightful
      Haven't we been seeing patents being awarded left and right for the most mundane industry processes? Difficult to obtain, indeed.

      1) No one would ever patent a program that they didn't think would recoup the cost of filing for the patent in a reasonably short amount of time. This would take IP protection from all small players.

      2) Unless one came up with a patentably different way of doing something that others had already done, one would not be able to patent it. Indeed, if they weren't substantially different, they couldn't even distribute it, if someone had already patented the idea. Thus, once someone had patented email software, there'd be far, far less incentive for anyone else to make an email client. The same for web browsers. The same for RSS readers. The same for word processors. etc. Competition and choice would be severely eroded.

      3) Even if software developers did manage to simultaneously think up great new features and work their ways around others' patents on similar software, interoperability would go out the window--a vendor would create software with a new feature, patent it, and nobody would be able to make software to interoperate with it. Goodbye to standards.

      4) What about when one releases an upgrade version of their software--do they have to file for another patent, and pay another fee?

      This is a pathetically stupid idea.

      --
      Convert RSS to HTML - integrate webfeeds into your website
    16. Re:On patents by fishbowl · · Score: 1

      The Constitution itself is subject to amendment, which is checked by the States. Or, the never yet used process, where 2/3 of the state legislatures call for a Constitutional Convention.

      So, Congress has absolute power to the extent that it can persuade the legislatures of 3/4 of the states to grant it.

      Good luck with that.

      --
      -fb Everything not expressly forbidden is now mandatory.
    17. Re:On patents by cpt+kangarooski · · Score: 1

      I'm sorry? You're saying that they have absolute power now because it is in someone else's power to grant it to them in the future, which they've never done, nor show any likelihood of doing, and which is dubious anyway.

      Honestly, that's a pretty stupid attempt to save face. Give up guy.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    18. Re:On patents by fishbowl · · Score: 1

      "You're saying that they have absolute power now because it is in someone else's power to grant it to them in the future, which they've never done, nor show any likelihood of doing, and which is dubious anyway."

      Congress has amended the Constitution 17 times before. They most certainly can change, and have changed, the fundamental law of the land.

      Also don't forget the power of treaties.
      Consider the dramatic influence of the Berne Convention on copyright law, both in the US and elsewhere.

      --
      -fb Everything not expressly forbidden is now mandatory.
    19. Re:On patents by cpt+kangarooski · · Score: 1

      Congress has amended the Constitution 17 times before.

      I count 27 amendments, and Congress cannot amend the constitution by itself -- 3/4 of the states have to ratify it. This is why there are several amendments that passed through Congress and failed to be ratified by the states, and became moot. The most recent was probably the ERA.

      Also don't forget the power of treaties.

      Treaties have the same power as federal law, but are not always self executing. So what. Congress can pass federal laws anyway.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    20. Re:On patents by fishbowl · · Score: 1

      >I count 27 amendments

      There were already 10 from the inception.

      --
      -fb Everything not expressly forbidden is now mandatory.
    21. Re:On patents by cpt+kangarooski · · Score: 1

      No, they were promised in order to get the Constitution ratified, but they didn't get ratified themselves instantly.

      In fact, the Bill of Rights had twelve amendments, only ten of which were ratified. One more of them finally got ratified about ten years ago, and is the 27th amendment. The other original proposed amendment is still languishing, and will probably never be ratified.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    22. Re:On patents by rastos1 · · Score: 1
      1) ...

      The patents are not there to 'recoup the cost of filing for the patent'. They are there to remove competitors.

    23. Re:On patents by wtrmute · · Score: 1

      More difficult, perhaps. But difficult, still? We've been hearing a lot about the USPTO granting patents to many parties without due review. How likely is it anyway that a patent application in the software field will be rejected? That is, to me, the heart of the matter. After all, if it costs a lot of money, but it's guaranteed to succeed, you just have to find a VC, or perhaps a bank loan, willing to support you through the ride:

      1. File a patent on a common process
      2. Sue a large software company for patent infringement
      3. Profit!

      It's not like we haven't seen this one before, is it?

  17. Convince the court? by GigsVT · · Score: 1

    It's not really up to the court to judge whether software is "protected enough already"... even the supreme court really can't do that. The constitution gives congress fairly open ended powers to promote science and engineering, and the supreme court has been very reluctatant to put an explicit limit on them.

    He's making a due process challenge to this, basically saying that the laws are too vague.

    We might not want to dismiss him out of hand as a corporate shill, he does seem to want to get the ambiguity out of the way copyrights are applied to software.

    --
    I've had enough abrasive sigs. Kittens are cute and fuzzy.
  18. Interesting story by Anonymous Coward · · Score: 2, Insightful

    Despite initial knee-jerk reactions, I think there is actually some meat in this story. I feel this will generate discussion worthy of the main page. This quote on the limititaions of copyright got my interest: "Until you're sued and a judge makes up his mind about what is the idea and expression (at stake), no one knows," Aharonian said in an interview.

    He seems to argue that the patent system, as flawed as it is, has rules that require more complete explaination of what is covered, and has rules covering prior art than the more arbitrary legal tyranny he sees in copyright.

    1. Re:Interesting story by slipstick · · Score: 1

      Except that the very same statement can be said about books, music, art etc. Or even about patents. Just because you are awarded a patent doesn't mean its viable. Nothing is truely "viable" until your sued and you win or lose. Having a patent granted only gives the patent holder a stronger case in court.

      Besides which copyright isn't about an idea, its about the expression of that idea. So any number of people can have the same idea and code it differently. They are all equally protected. In fact it's easier to defend a copyright in court as all you need to show is "substantial simularity", and there appear to be well established methods of determining "substantial simularity".

      The only thing wrong with copyright is that it lasts way too long.

      --
      Sure information wants to be free, but how much are you willing to pay for the packaging?
  19. It will never happen. by theparanoidcynic · · Score: 2, Insightful

    Think about it: Copyright goes away, pirated software becomes legal.

    --
    Only in a Slashdot fantasy can a Slackware install turn into several hours of sex . . . . .
    1. Re:It will never happen. by Anonymous Coward · · Score: 0

      And the only way for anyone to protect their software is to employ more ... lawyers. Gee, big surprise. More patent lawyers, trial lawyers, the works.

      A google search for "Greg Aharonian" hit this: http://swpat.ffii.org/players/aharonian/index.en.h tml
      Is this guy even worth an article? He seems like a professional troll who makes his living off the flame wars he starts.

  20. This doesn't sound like it would benefit M$... by LithiumX · · Score: 1

    I'm not so sure Microsoft would favor this concept much. In the end, the core of their business is based on the sale of software, not it's servicing. A patent-based software system would making it very difficult for other publishers to borrow ideas, but would offer zero protection against consumers, who, in the absence of copyright protections, are able to obtain and run the software by any means they see fit. Even registration systems are easily circumvented.

    True, MS could go the route of simply giving out the software and charging heavily for support, but that does not suit their business model at all. They rely on sales... sales and upgrades. Their patent concerns are primarily to protect their sales, as is their anti-piracy obsession.

    Take away copyright in lieu of strong patents, and they stand to lose more than they have to gain. It's the sort of thing that could break them completely, while providing an advantae for the competition.

    --
    Do not confuse "Freedom of Choice" with "Free Will".
    1. Re:This doesn't sound like it would benefit M$... by bigberk · · Score: 1
      zero protection against consumers, who, in the absence of copyright protections, are able to obtain and run the software by any means they see fit
      First, corporate customers are always going to pay the required licensing fees anyway. Home or other small fry retail users are the ones who might grab a copy of software without paying. The question is, do they even matter?

      Now take a look at all of Microsoft (or any other large software company's) business. Where do they generate revenue from?
      1. Home/retail licensing
      2. Corporate licensing
      3. Technology licensing/royalties
      4. Service
      I'll bet that #1 is insignificant. Maybe even disposable, given all the trouble -- cost/benefit analysis here. If patents can be used to more strictly enforce technology licensing and guarantee the collection of royalties, I'd say this is a much more significant plus than some minor loss to home users who copy Windows CDs.
    2. Re:This doesn't sound like it would benefit M$... by LithiumX · · Score: 1

      The problem is patent primarily relates to the duplication and sale of a patented product, or incorporation of a patented product into another product. Most of Microsoft's capital comes from the legions of home computer and workstation sales (all of which pay the MS Tax), the vast quantity of business software they produce, games, and other products. And of course corporate licensing. Under normal circumstances, none of these apply to patents.

      Without major changes that alter the very concept of "patent" law, how would current patent law protect these bastions of profit? A patent keeps me from copying and selling their products, and keeps me from ripping off their products for inclusion in my own (or even borrowing ideas and concepts). However... how do patents apply to application of an extant patented item, regardless of how you obtained it, for a process that is not itself patentable (like filling out a spreadsheet or writing a document)?

      Applying patents in place of copyright effectively treats software like a physical product - and patent law DOES allow duplication (but not selling) of an object for internal use (something that drove IBM nuts). When used, it does not matter how the object itself was obtained (if it was stolen, that's a criminal, not a patent, issue), only that it not be marketed while in violation of applicable patents. ...and if there's no copyright law, there's no theft in duplicating a patented item for your own use, be it for home or business use. At worst, trademark would prevent you from openly claiming your use of the product as any part of your marketing campaign.

      Patent covers the manufacture (or mass-duplication) and marketing of a product or process... not it's use, how you obtain it, or how much money you make applying it to your business.

      --
      Do not confuse "Freedom of Choice" with "Free Will".
    3. Re:This doesn't sound like it would benefit M$... by gnuman99 · · Score: 1
      1.Home/retail licensing
      I'll bet that #1 is insignificant. Maybe even disposable, given all the trouble -- cost/benefit analysis here.

      What, are you on crack or something? I wouldn't be suprised if *most* of the revenue they get is from the home market. Every computer people buy comes with Windows for the Home market. Without this consumer base MS would NOT exist.

    4. Re:This doesn't sound like it would benefit M$... by Anonymous Coward · · Score: 0

      Well this could probably be found out from Microsoft's publicly filed financial statements, since they will probably in some place show the various revenue streams from business types. Or you could buy shares and then, as an owner of Microsoft demand this information.

  21. makes sense to me by Lord+Bitman · · Score: 1

    copyrights for software have always seemed like copyrighting a hammer to me. Not that this will actually happen, but if we wanted to actually be logical about it, copyrights have no place in software.
    The source code, Maybe. And of course, for this to all make sense, no protection will be given to anyone without full disclosure of all source code.

    --
    -- 'The' Lord and Master Bitman On High, Master Of All
  22. hammer nail head. by oliverthered · · Score: 1, Insightful

    1: Arguee that patents are good enough and they can take the palce of copyright.
    2: Get told, stop being so fucking stupid, we need copyrights patents are just, well, what do they do that copyrights don't do.

    3: Use the counter argument that patents are pointless to get patents removed from software.

    --
    thank God the internet isn't a human right.
    1. Re:hammer nail head. by EnderWiggnz · · Score: 1

      patents end after 17 years.

      copyrights do not.

      --
      ... hi bingo ...
    2. Re:hammer nail head. by DunbarTheInept · · Score: 1

      Then the solution is to fix copyright expiration and put it back the way it was before being Disnified. The solution is NOT to use the wrong type of law just because the one that should be used has been broken.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    3. Re:hammer nail head. by ArsonSmith · · Score: 1

      4: All your russian jokes are PROFIT!!

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    4. Re:hammer nail head. by oliverthered · · Score: 1

      Patents prevent others from making a similer product.
      copyrights do not.

      Copyright prevents me from giving up copies of all the software I own, patent laws do not.

      Patents should expire after no more than 5 years at a push, 17 years is just stupidly long, take GIF as an example.

      --
      thank God the internet isn't a human right.
    5. Re:hammer nail head. by EnderWiggnz · · Score: 1

      i'm not sure that the right law is copyright, though.

      it seems to me that software is the practical application of mathematics, and far closer to engineering than an artistic creation, like a sound recording, movie or book.

      --
      ... hi bingo ...
    6. Re:hammer nail head. by EnderWiggnz · · Score: 1

      i think that patent protection is for a "type" of something, only a particular implementation.

      as for 5 years for patents - you will have real issues with the pharmacy industry, where it takes 7-10 years to get out of linical and into production.

      --
      ... hi bingo ...
    7. Re:hammer nail head. by DunbarTheInept · · Score: 1

      The diffeence is that there isn't as strong a seperation between the knowlege and the application of it in software as there is in 'hard' engineering. Patents are not supposed to be about knowlege (for example, which chemical compounds can adhere to each other), but about applying it (for example, the use of this particular compound on a bit of plastic to make this particular type of masking tape). With software patents, that wall of separation is thin or perhaps even non-existant. I can't write source code without that source code also being a description of how the thing works. Therefore it is nigh impossible to patent just the code without also patenting the knowlege - and knowlege was never supposed to be patentable.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    8. Re:hammer nail head. by oliverthered · · Score: 1

      Which still makes them how many years ahead of everyone else?

      Anyhow, I always thought that
      a: They can only patent how to make a drug not the drug itself.
      b: Production licensing isn't that high anyway.

      c: In that 7-10 years they will go from small batch production to volume production, which is a completely different process and would have a new patent.

      most of Africa and India give a shit about drug patents anyway, so it's zero years.

      --
      thank God the internet isn't a human right.
    9. Re:hammer nail head. by EnderWiggnz · · Score: 1

      >knowlege was never supposed to be patentable.

      but knowledge, such as source code, was not meant to be locked up for an indefinite amount of time, as copyrights are post-mouse-legislation.

      maybe we need to create a new IP category, specifically for software, one that enables closed-source shops to invest in their software, but also opens up their knowledge to public use after a reasonable period of time.

      i do know that copyright, in its current form, is an extremely bad fit for software.

      --
      ... hi bingo ...
    10. Re:hammer nail head. by EnderWiggnz · · Score: 1

      > Which still makes them how many years ahead of everyone else?

      thats not really the point, there needs to be some reasonable expectation that entities can benefit from their risk-taking endeavors.

      >a: They can only patent how to make a drug not the drug itself.

      not true. they have an exclusive licence to produce said chemical.

      >b: Production licensing isn't that high anyway.

      ummm... in the case of pharmaceuticals... they dont licence "blockbuster" drugs for outsourcing, they exploit their patents.

      >c: In that 7-10 years they will go from small
      >batch production to volume production, which is a
      >completely different process and would have a new
      > patent.

      there is not a single pharmecetuical company in the world that would do "small batch" production. that's why they have all those Chem E's floating around. They know how to make cool shit in large volumes.

      They dont go into mass-production doing small-batches. If a drug gets to clinical trials, you can be sure that their army of Chem E's are divining the method to produce that drug from pencil shavings and alcohol: in huge quantitites, in an automated fashion.

      --
      ... hi bingo ...
    11. Re:hammer nail head. by DunbarTheInept · · Score: 1


      but knowledge, such as source code, was not meant to be locked up for an indefinite amount of time, as copyrights are post-mouse-legislation.

      I agree that neither patent nor copyright law is no longer a good match for software. But the cause of that isn't the longer durations. The cause is the effective removal of the Fair Use doctrine. If Fair Use was still in place and unhindered by DMCA, then you wouldn't need to wait for the copyright to expire before being able to make similar software that does similar stuff.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

  23. Irreparable Harm? by groovemaneuver · · Score: 1

    Wouldn't it be fairly easy to demonstrate that this would cause devastating harm to the economy? Sure, Microsoft and any other proprietary software house with a fat patent portfolio would be fine with this, but we as consumers would end up with one operating system, one office suite, one game manufacturer, etc. I anticipate this being thrown out, but I suppose I should never underestimate the power of greed.

    What ever happened to innovation and competition based on superior products?

    1. Re:Irreparable Harm? by defile · · Score: 1

      Wouldn't it be fairly easy to demonstrate that this would cause devastating harm to the economy?

      Most of the unique software in the world today is never redistributed. Some of the software is widely redistributed. The latter market may be affected, but dooming the economy? Nah.

      Dooming the economy would be rewriting all of the COBOL code in the world.

    2. Re:Irreparable Harm? by Anonymous Coward · · Score: 0

      but we as consumers would end up with one operating system, one office suite, one game manufacturer, etc.
      - And this is how different from today?

      Microsoft Windows.
      Microsoft Office.

      Soon, a game monopoly, hell, lot of it is absorbed by EA already. I wouldn't be suprised at all that EA will soon dominate like Microsoft the game market.

      And no, before you cite me OO.org, Linux, and whatnot, it's irrelevant at this moment where Microsoft holds close to 95% of the desktop market.

      Consumers are already fscked today with a handful of companies (extremely small hand) controlling the desktop software cartel.

    3. Re:Irreparable Harm? by groovemaneuver · · Score: 1

      I suppose I wasn't very specific in my first post, but what would the implications be for educational institutions that are currently switching to software like Firefox, OpenOffice, and other such cross-platform open source tools?

      I'm thinking long-term cause and effect here.

      Being forced into using MS-everything does nothing but add huge costs to an already woefully-underfunded education budget. Many of the public schools here in Hawaii are beginning to rely on Linux labs for computer access. Without these labs (and the reduced administration costs that accompany them), there are huge numbers of children in Hawaii that would never get time behind the keyboard or on the Internet.

      You might think this is an exaggeration, but the percentage of underpriviledged children in Hawaii's public school system is staggeringly high (between 50-70%). Take away tools that we can use for free, and you further the disadvantage.

      So no, maybe it's not devastating to the economy on a wide scale, but it would further hinder an already struggling educational system, and it will help hobble Hawaii's increasingly banana-republic-like economy.

  24. Good Implication by Anonymous Coward · · Score: 0

    I . . . I mean a person who copied a game and gave it to his friends would not be breaking the law, right?

  25. Combine this with opensource and this is a winner! by Anonymous Coward · · Score: 0

    Think about it...

    If all patented software was required to be opensourced (the trade off for the patent protection is you have to give the code to OSS when your patent expires) in order to be patented, then OSS would exist because of patents, not be threatened by them. And the requirement has to be a WORKING example of code and not a vauge description that covers all sorts of technology. Then there is a public register that displays the code so disputes can be ironed out and keep everyone honest. At the end of the protection time (and that can't be 20 years, that's way to long for software, more like 3-5 years), the software becomes public domain or BSD style license. And you could even combine this with code auditing and improvements if the patent holder wished it.

  26. will never happen by Anonymous Coward · · Score: 2, Interesting

    As the poster above points out, the constitution clearly gives congress huge leeway in deciding how to "protect writings and discoveries".

    So any court would probably say "this is not our bailiwick". He should lobby congress if he wants this kind of change.

    Actually, he should go somewhere far away from the united states, I don't like him. His idea is stupid.

    It's stupid because with copyrights, I know that I won't infringe anything as long as I write it myself. With patents, I have no idea if anything infringes or not. It's "action at a distance". So I'll probably just not write anything. (But Microsoft won't have any problem since they've got a lot of money). It just creates a barrier to entry. All those "dormant" patents (like the patent on Bayesian spam filtering, or overseas e-commerce, or wifi registration, lets say) well suddenly come to life.

    No sir, I don't like it.

    1. Re:will never happen by cpt+kangarooski · · Score: 1

      It's stupid because with copyrights, I know that I won't infringe anything as long as I write it myself.

      That's not entirely true. If you independently create something, then yes, you aren't infringing by doing so. But if you even subconsciously drew upon a work you had access to, and which is substantially similar to your work, then you might have infringed.

      You should read up on the issues surrounding George Harrison's My Sweet Lord for more about this.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    2. Re:will never happen by Anonymous Coward · · Score: 0

      That's not as easy to do with software as it is with a melody. Infringe subconsciously that is. You actually have to read the source code, not just use the program in a casual way, and the person making the claim would have to demonstrate that you in fact read the source code. And they would have to read YOUR source code to find the infringement in the first place (or pull a SCO and sue you first).

      And since most software that has source code available is under and open source license, there's usually a "way out" of the infringement anyway.

      I wouldn't worry TOO much about this in software.

  27. Hard to imagine a world like this by defile · · Score: 1

    No software copyright?

    Is the argument that software is a machine and that it shouldn't be illegal to clone a machine whose design isn't patented?

    That's a fine idea by me, but the patent office is dangerously inept at dealing with software.

    How many real software innovations have there been? I can only think of some compression algorithms and ciphers that are worth patenting, and even then they go too far and last way too long.

    Invalidating software copyright practically demands patent reform.

  28. Perhaps a counter suit is an order by SaidinUnleashed · · Score: 0

    It's too bad that this guy isn't trying to convince software people that their stuff would be perfectly safe under copyright law and fighting to get rid of patents on software.

    He would have several million geeks and slashdotters behind him if he did.

    --
    Shiny. Let's be bad guys.
  29. I'm not so sure about that by TiggertheMad · · Score: 3, Insightful

    It seems to me that MS has as much to lose as ith *nix people. If there is no copyright on software then the only way to prevent piracy from becomming legal is the click through agreements, and they seems sort of shakey to me, legally. (IANAL. However, as an example, how do you sell a game to a minor since they can't enter legal agreements?) It seems to me this guy has it backwards. Software Copyright GOOD. Software Patents BAD.

    --

    HA! I just wasted some of your bandwidth with a frivolous sig!
    1. Re:I'm not so sure about that by harlows_monkeys · · Score: 1
      It seems to me that MS has as much to lose as ith *nix people. If there is no copyright on software then the only way to prevent piracy from becomming legal is the click through agreements, and they seems sort of shakey to me, legally

      No, this would not make copying Microsoft software legal, because most Microsoft software is covered by patents, and Microsoft is big enough to make sure that everything significant they do incorporates patented stuff.

      It is the smaller companies that would be totally screwed by this, and the free software developers.

    2. Re:I'm not so sure about that by cshark · · Score: 1

      I just think it's ironic when the BSA, the trade cartel that is always backwards, and generally wrong on everything becomes the champion of open source rights. Which, essentially they are now.

      On the bright side, I don't think there's much of a case here. Of all the asinine ideas. Software copyrights are good for everyone, people, companies, pirates, courts, etc. Even if it does make it through, I think it will get shot down on appeal.

      --

      This signature has Super Cow Powers

    3. Re:I'm not so sure about that by FireFury03 · · Score: 3, Insightful

      No, this would not make copying Microsoft software legal, because most Microsoft software is covered by patents

      I'm not convinced. You can't patent "a graphical user interface which presents applications in their own 'window'" because *everyone* does those (and even if they didn't, MS doesn't have prior art). So in theory, if you binned copyright laws then you could steal MS's code for that since it's not patentable.

      The problem is that requiring the use of patents instead of copyrights breeds a monopolistic environment: Say I write an image viewer. The only way I could protect my code without copyrights would be to patent it. Lets assume that there isn't any prior art and I can patent my image viewer - suddenly I have the monopoly on image viewers because it is illegal for anyone else to write an image viewer even if it's coded completely independently from scratch because they would be infringing my patent.

      Now, I own a company with the monopoly on image viewers and anyone who needs one has to buy it off me... what motivation do I have to improve the product? I mean, everyone who needs an image viewer already pays me lots of money for it so what do I get out of expending the time and money to improve it? It's not like there's any competition who might be doing a better job than me and put me out of business.

      I can also charge whatever I want because there's no competition to bring down the price.

      This, of course, affects opensource developers just as much: you can't develop an opensource competetor to a closed product and if your project is not patentable then you can't protect it at all - some big company can come along and steal your code with none of the inherent GPL style protections.

      This is a very bad idea - patents are for *ideas*, copyrights are for the actual code.

    4. Re:I'm not so sure about that by harlows_monkeys · · Score: 1
      I'm not convinced. You can't patent "a graphical user interface which presents applications in their own 'window'" because *everyone* does those (and even if they didn't, MS doesn't have prior art). So in theory, if you binned copyright laws then you could steal MS's code for that since it's not patentable

      The problem is that is just one aspect of Microsoft software, and there is no effective way to just copy the unpatentable parts or unpatented parts.

    5. Re:I'm not so sure about that by smyle · · Score: 1
      patents are for *ideas*, copyrights are for the actual code.

      No, patents are for *products*. I can't patent my idea for a flying golf cart (an example I just now made up) because I don't have one. I have to have a product in hand before I can patent it.

      I've still never figured out how business methods can be patented, though. Any legal scholars around here can tell me?

      (and no, I'm not new here, they just don't post often. :-P )

      --

      Sleep is just a poor substitute for caffeine, anyway. -Bob Lehmann

    6. Re:I'm not so sure about that by Anonymous Coward · · Score: 0

      You can't patent "a graphical user interface which presents applications in their own 'window'" because *everyone* does those

      You obviously have not been paying attention to patant laws these days....

    7. Re:I'm not so sure about that by Dashing+Leech · · Score: 1
      I have to have a product in hand before I can patent it.

      Actually, that's not true in most places anymore. U.S. Congress removed the legal requirement for a working model (miniature or not) in 1870. The USPTO kept the requirement until 1880. The patented invention is, of course, supposed to work in reality but that isn't always clear. There have even been perpetual motion machines inadvertently patented even through the USPTO has a rule against that.

      Both patents and copyrights are really about ideas. (IANAPL, but I've been following IP law for many years, so this is my take on it.) Patents are on the idea of how something works (device, business model, algorithm, etc.). Actual implementations of a patented idea might look completely different, but they violate the patent if they operate in the same manner. (This doesn't mean that the input-output is the same, it's the conversion from input to output that matters.)

      A copyright is on an organization (pattern) of idea that is a work of imagination. For example, building a working model of a patented device is an expression of the idea but it is not patentable because the idea is not a work of imagination, it is a work of physics. Some would argue that the copyright is on the expression of the idea, but I don't think this is quite descriptive enough. This would imply that the recording of a song, which is an expression of the song, would have a different copyright from the writing of the notes of the song, which is a different expression of the same song. A copyright covers all expressions that represent the same work of imagination.

      I say it is the organization of the idea that is copyrighted because (a) (as described above) copyrighting the expression itself is insufficient to cover all potential expressions, and (b) a general concept is not patentable. For example, I cannot copyright "A story about a detective who solves murders". Then all such books, stories, TV shows, and movies that fit that description would violate my copyright. The words to a particular story are copyrighted, whether written, spoken, or played out in a TV show or movie. But a paraphrasing of the story is not a violation of the copyright. Changing it slightly and calling it a different story is a violation though. In short, there is a grey area between paraphrasing and slightly modifying a copyrighted work. Somewhere in the middle is the boundary of the copyright. It's the organization of the idea that is important regardless of how it is expressed.

  30. Two things by Elwood+P+Dowd · · Score: 1

    1) Guy wants publicity for his idiotic service.
    2) How would it supposedly work under patents?

    How would commercial software work? The BSA dude saying that they couldn't go after pirates was correct. Sure, this would end the GPL, but it would mean that the only protection for any source code is trade secret law.

    That's interesting. If this guy is advocating increasing the scope of patents, then this is all fucked up, but otherwise I simply can't imagine the way he wants software to work.

    And of course it won't happen, the court will leave this kind of decision to congress.

    --

    There are no trails. There are no trees out here.
    1. Re:Two things by the_2nd_coming · · Score: 1

      they may still issue an opinion on it urging congress to choose one method over the other.

      --



      I am the Alpha and the Omega-3
  31. License legal decision by befletch · · Score: 1

    I thought there was some legal decision in the '60s or '70s where a judge accepted an argument from one of the lawyers that software licenses were valid because the act of executing a program involved copying the software from the supplied disk (or other media) into the CPU for execution. Without this decision, you would still have copyright on software you write, but licenses would not apply in the same way they don't apply to books. I.e. once you buy a book, you can't copy it, but you can otherwise do what you want with that physical copy.

    Does anyone know anything about this court case? I can't seem to pull it up in a quick round on Google...

    --
    If you say, "now I'll be modded down because of X", I'll happily oblige.
  32. Time to change my career path? by GeneralEmergency · · Score: 1



    Now, where did I leave that "You too can be a Patent Examiner in just 90 days!" trade school brochure?

    --
    "A microprocessor... is a terrible thing to waste." --
    GeneralEmergency
  33. Opposite of what's happening in the EU by gilesjuk · · Score: 2, Interesting

    In the EU we're trying to throw out patent laws for software and keep copyright as the method of protection for software IP.

    1. Re:Opposite of what's happening in the EU by cortana · · Score: 1

      The citizens are, and the parliament (barely) is. Unfortunatly, the Council of Ministers wear the pants in this relationship. Software patents are on the way!

  34. It's about time by Anonymous Coward · · Score: 0

    I have been saying for a very long time that Dual IP protection is bad. Copyright was never meant to be put on stuff protected by a patent and ditto the reverse.

    The dual protection kills innovation. Pick one or the other. Having both will make it impossible to develop software and effectively double the legal cost of doing anything.

    l8,
    AC

  35. I agree by CrazyJim1 · · Score: 5, Insightful

    Copywrights protect code you've written. Patents prevent everyone from writing code.

    1. Re:I agree by Anonymous Coward · · Score: 0

      Copywrights protect code you've written.

      That's the craziest spelling of copyright I've seen so far. How do you people come up with this stuff??

      God spoke with me

      Oh I see, nevermind.

    2. Re:I agree by Anonymous Coward · · Score: 0

      You surely meant: "Patents protect everyone from writing code."
      AC

    3. Re:I agree by bbc · · Score: 1

      Copyrights do not protect works, they protect the interests of those who create works. The works themselves would love to be without copyrights.

  36. Business Model by Sophrosyne · · Score: 0
    1. Work for 3 years to create a lawsuit that will destroy GPL and OSS
    2. Send copy to Microsoft.
    3. ????
    4. Profit!
  37. As Much as I Would Like to See by Greyfox · · Score: 1
    Software IP protection go from forever to 20ish years, I think that this would complicate how companies make money from software, and I don't think the industry would stand for it. And the industry spends a LOT of money to keep Congress in its pocket.

    On the plus side, all those early arcade ROMs would start becoming legal to trade. At least I think they would, if the courts decide that Copyright doesn't cover software. If Congress went and made a law that said the samething, it couldn't be applied retroactively. IANAL, but I have seen every episode of Ally McBeal. Twice.

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  38. Goodbye, Little Guy by VernonNemitz · · Score: 2, Interesting

    As mentioned, patents are more difficult and expensive to obtain than copyrights. This means that the little guy who cannot afford a patent is not going to be allowed any protection at all!

  39. The time is ripe for GPL version 3 by Morosoph · · Score: 2, Interesting
    http://www.affero.org/oagpl.html

    It is time for software developers to donate potential patents to the FSF. If copyright is no longer a defense against one's code being ripped off by commersial competitors. Microsoft must be secretly wishing that this guy wins his case.

    Perhaps, also the Gallery of CSS Descramblers could come is useful. Greg Aharonian's filing is taramount to saying that code is not speech, after all.

    1. Re:The time is ripe for GPL version 3 by LandruBek · · Score: 1

      You hit the nail on the head. Although a binary file doesn't seem much related to speech, there's practically a continuum from written expression of an algorithm, to source code, to executable. As the CSS descramblers show, there's no way to draw a bright line between speech and source, and the gap between source and executable is pretty darn automatic -- so you really shouldn't be able to rip off one if the other is protected (I guess...)

      I wonder if there'd be some repercussion related to crypto export. Didn't RTFA of course.

      --
      $META_SIG_JOKE
  40. Patents the end of software development process? by BrianHursey · · Score: 1

    As a software developer I can see some very negative implications of this. For example some one could patent the idea of creating a an application that is a new way of receiving and sending e-mail messages between applications. Now think of this, this so called application could not even be written but it still is locked down by a patent. Now an developer comes along and thinks of a similar idea that fits under the same patten. He can not write the software at all. Under the current system he would be able to write the system as long as he does not use the same code. With the patten idea he could write this application totally different using his own ideas and still be violating patent infringement.

    --
    Linux is like a teepee. It has no windows, no gates, and there's an Apache inside.
  41. Removal of copy protection is very welcome by WidescreenFreak · · Score: 1

    The issue at hand is not necessarily the intent to infringe as it is to protect the consumer.

    Consider how many programs out there are starting to employ "phone home" technology to confirm that you are a legitimate user. What if the company's network is down? What if your own network is down? What if the company goes out of business? You can no longer authenticate to use software that you legally purchased (or "licensed" as the anal-retentive will be forced to correct). Is that not theft to a degree on the part of the company who took your money for a product that you can no longer use through no fault of your own?

    For how long have we had to deal with inserting a CD into the drive to play a game when the disc really should be stored away for safe keeping? Hell, we even had to deal with "key disks" in Commodore 64 heyday!

    How many had CD-ROM drives that were not totally compatible with on-disc protection schemes? Add another upgrade cost to the consumer because of a protection that did not need to be there.

    And on top of it all if you do anything to circumvent the protection, even with no intent to infringe, you've broken the law just by the very nature of bypassing the copy protection. Absolute insanity reigns.

    Copy protection of software does nothing but hurt the consumer no matter how you look at it. The consumer might have to pay a slightly higher cost for royalties to any copy-protection mechanism company. The consumer might not be able to use their software in the future if the company shuts down, depending on the method of protection. The consumer then (technically) breaks the law by attempting to bypass any copy-protection.

    What's worse is that the consumer has to deal with all of this even if he plans on never, ever giving it to anyone else! So, copy protection is a benefit to the consumer HOW?

    Oh, it's to protect the profitability of the COMPANY? Really? Then what's this alt.binaries.cracks that I've heard about?

    --
    The Overrated mod is for reversing inappropriate, positive mods, not for voicing disagreement with a post.
    1. Re:Removal of copy protection is very welcome by Teancum · · Score: 1

      I think you confuse legal copyright with artificial copy protection.

      I agree that all copy protection schemes are really stuipd, with the end result screwing the customer more than it helps to keep a company profitable. Legitimate customers who have any ethics at all will buy software, even if it is GPL'd. People who don't care will pirate software no matter how much copy protection there is, with the more valuable pieces of software getting the most attention from software crackers. If you really need a piece of software, I'm sure you can buy it at a Beijing flea market for $5, regardless of how much the original company charged for the software or what copy protection schemes were on it.

      You are also correct to complain about companies that go belly up and then you have no recourse to fix the computer that just caught fire because the sprinkler above the computer went off. Or a three-year-old stuck a butter knife into the CPU socket. While you may have a "license" for a single CPU (or equivalent), when the computer goes down and the company is no longer around, a critical piece of software goes down with the computer it was running on.

      In terms of legal copyright protections, I do support law enforcement actions against blatant copyright violators, and in some ways I support in some weird perverted way the Business Software Alliance (mentioned in the article) putting the "Fear Of God(tm)" into business owners who feel they can ignore software copyright. I have yet to work for a business with multiple PCs that does not have some sort of pirated software, with sales and marketing people being some of the worst offenders of being able to understand copyright laws. Or at least trying to understand that it takes hard work to come up with computer software and the people that write it should somehow be compensated for their effort.

    2. Re:Removal of copy protection is very welcome by WidescreenFreak · · Score: 1

      Not necessarily. Is not articifical copy protection nothing more than the forced application of copyright protection?

      --
      The Overrated mod is for reversing inappropriate, positive mods, not for voicing disagreement with a post.
    3. Re:Removal of copy protection is very welcome by Teancum · · Score: 1

      No, it is a deliberate mangling of software and keeping users from even being able to run the software is not a good way to maintain customers. Copy protection that does not involve courts is just going to annoy legitimate users, not the people who are doing the cracking of the software. Going to court is going to deal with people who are the violators and abusing software developers.

  42. I support software copyright... by Anonymous Coward · · Score: 0

    ...just not in its current form.

    I have no problem whatsoever with the idea that society grants to creators the privilege of restrictings others' right to copy. In return for them creating, of course. For limited times - and sensible limited times, of course. Things like ten years for software.

    But the idea is that something useful enters the public domain afterwards. This isn'tthe case with software. If Windows 95 entered the public domain today, it would be useless. How would anybody go about fixing security holes? Or updating it in any meaningful way? To do that, you need the source code.

    As far as I am concerned, in order for a piece of software to qualify for copyright protection, it needs to be shipped with source. Not only source, but source that you can duplicate the exact binary from.

    The first objection to that would be "but it lets people copy our code without us knowing!". Free Software has been dealing with this issue for years. You can detect when source is copied illegally.

    The second objection would be "but what about our trade secrets?" Really, is there any trade secret of value that can be hidden in source code? Remember that it can't be a particular algorithm, as the algorithm is already being distributed in the binary.

    But to give copyright protection in return for something that is not only useless, but useless decades from now is utterly ridiculous. The copyright deal that society makes with creators doesn't work properly unless source code is required and terms shortened.

  43. Jail? by Anonymous Coward · · Score: 0

    If the owner of any of those programs decides to sue, he could face hundreds of thousands of dollars in penalties and possible jail time.

    Uh, jail? In a civil suit? No, but I have a nice bridge he might want to buy.

  44. Software copyrights make little sense by Anonymous Coward · · Score: 0

    While I understand that copyright may be extremely convenient for software developers, it really doesn't fit with other sorts of copyrighted works. Books and paintings don't dynamically attach themselves to other books and paintings. They don't talk to other books and paintings over a network. We use software because it does something, not because it expresses some idea. It may do that as well, but then so might a mechanical engineer's latest creation.

    I don't really agree with this guy's argument though. The things he is complaining about would be better resolved by declaring EULAs unenforceable once and for all (long overdue) and overturning the DMCA (also long overdue).

    Here's something to consider though: The Constitution permits copyright for the "writings" of an "author." A compiled executable really doesn't meet this definition. It is the output of a machine and readable only to a machine. At most, the copyright clause applies to software in human-readable form (i.e. source code). But when compiled, it is no longer expressive, but rather primarily functional. Functional inventions are the realm of patents, not copyrights. Unlike the broken software patent system we have now, a software patent should cover only a specific program, not all possible ways of doing the same thing.

    A compromise would be to allow copyright protection to extend to non human-readable software, but make it more patent-like: Require the human readable source code to be made available and shorten the term to 5-10 years, not the ridiculous 95 or life+70 we have now.

  45. Using TPTB makes you sound like a loon! by Thud457 · · Score: 0, Offtopic

    Snopes sez: Shiny side in !!!

    --

    the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff

  46. Sheeeesh.... by jxliv7 · · Score: 1

    There are 2 things that immediatly come to mind:
    "I'm surrounded by idiots".
    to paraphrase 'into each life the rain must fall', "into each court a fool must fall".

  47. The exact opposite -- precisely by dcavanaugh · · Score: 1

    Considering software patents as a replacement for copyright is an interesting concept. Not very practical, as we have enough trouble with software patents as it is. The worst possible case is what we have now -- the perpetual tyranny of copyright combined with the "I just patented the alphabet" patent system. Anyone who proposes that we ditch either of these is on the right track, even though they may be heading in the wrong direction. Ultimately, I think that if given the choice, the software industry would choose copyright protection over patent. The trick is making them choose. Presenting copyright vs. patent as mutually exclusive is a good start.

  48. Scary, scary, scary!!! by Anonymous Coward · · Score: 0

    This is one case where I hope the copyright lobby wins.

    Actually, Eben Moglen has pointed out the interesting fact that cases (e.g. Eldred vs. Ashcroft) that *strengthen* copyright have actually been good for the GPL and other OSS licenses. I wonder if this has some people nervous.

    Copyrights are the right fit for software. Software is a work of "prose" or something very similar to it. You're basically writing prose for a machine. Patents are the wrong fit. This guy is arguing that we abolish the right kind of IP protection for software in favor of the wrong kind. I'd look seriously into this and see if this guy has any connection to the following people:

    - Mike Anderer (IP cartel mastermind)
    - Microsoft (obvious)
    - Waggoner Edstrom (MS's PR/astroturf firm)

  49. How about a compromise... by lynx_user_abroad · · Score: 1
    This seems like a no-brainer to me. The sources get copyright protection, but the binaries only patent protection.

    --

    The thing about things we don't know is we often don't know we don't know them.

  50. Re:Combine this with opensource and this is a winn by the_2nd_coming · · Score: 1

    umm, see, that is the thing. if there is no copyright, and only patent, then all software would be open source. you have to publish the schematics of how it works and that is done in software through publishing the code.

    why do you think that software companies do not like this because then all they have is the trade secrets law to protect them which basically means that if you could not protect the secret from being leaked, then you have no protection for its redistribution and use, you only have recourse against the person that leaked it.

    --



    I am the Alpha and the Omega-3
  51. Video Games? by DuckofDeath87 · · Score: 1

    So, if I were to make a video game and I wanted to sell it, under this guy's plan, I would have to patent the game so that no one could pirate it?

    Patents and copyrights do completely different things. Patents prevent competitors from cutting in to your market for a short period of time after you invent something. Copyright (it is used this way now anyway) prevents people from pirating your software, and keeps others from uses your trademarks and the like.

    Unless I am mistaked (IANAL, so I very well maybe) all that patenting does it prevent others from making something too much like your invetion and selling it. So, they could make something like yours and give it away, and that would be ok.

  52. my opinion on software copyright by davidwr · · Score: 1

    It's impractical, but here's what I want "in a perfect world:"

    The "artistic" elements of a program, including most comments, some variable names, etc. are clearly copyrightable.

    "Constrained" items, be they constrained by the algorithm (how many efficient ways there to code a bubble sort?) or by convention (some coding conventions impose constraints) are not deserving of such protection.

    As for "new" code, e.g. the first implimentation of a new efficient sorting algorithm:
    If there is only a small, limited number of ways to efficiently solve a problem, such as sorting and most other "small" tasks, then copyright protection for the item as a whole is questionable, although the creative elements in individual lines, such as comments and creative variable names, are still copyrightable.

    Binaries which contained as few as 1 byte of compiled copyrightable code would be protected from "in toto" copying, but partial copying would be allowed if the resultant part had no copyrightable code. For example, bubblesort.class extracted from commercialjavacode.zip, from bubblesort.c copied out of a book with only whitespace and comment changes would be free to copy.

    Code which is not efficient is more likely to have non-algorithmicly-constrained elements or in extreme cases, such as the obscufacted C contest, a work of art in and of itself.

    The rub is that whether something is "constrained enough" to forfeit copyright protection is usually a matter of opinion, and I'm not sure I want judges or juries making that decision, nor do I want the uncertainty such a scheme would unleash.

    Given that, I'd rather have some "rules we can all live by" even if they didn't match my fairy-tale-world scenario. As is true in much of life, the world is better off with a practical solution than by adopting my personal wish list.

    As for patents, well, this guy has a point in theory but the current patent system is almost as messy as my proposed copyright system would be. As such, this person's idea cannot be seriously entertained until the patent mess is cleared up.

    The guy does have some good points - copyright law is being abused, and there are uncertainties that need buttoning down.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    1. Re:my opinion on software copyright by evilmousse · · Score: 1


      A very interesting opinion. I've tried to brainstorm my own solutions to the intellectual property problem myself. I start out instead, trying to identify as many tough and unusual circumstances to be accounted for. So, instead of my ideas resulting in a messed-up system, I only get as far as vague impressions, and can't tie it all together.

      As I understand it, it now sits that an algorhythm in the idea-state is largely not property. An individual implementation of it IS property. This is different from music, in which much is independently ownable: composition, a specific recording, and even specific recording on a specific medium in a specific package. I agree music and programming differ, and such differences are a natural result of the differences between art and science.

      To focus on sort algorhythms for a minute: bubblesort is a natural-to-human-thinking algorhythm, and shouldn't be ownable as a concept. quicksort, or any other non-intuitive sort that's had the investment of a good mathemetician's hard work, arguably should or shouldn't be. VisualStudio.net, by rediculous extention is technically an algorhytm itself above and beyond it's implementation, and has had investment put into the design of the system above and beyond the implementation. I'd initially think that should be ownable as a concept above and beyond implementation, but there obviously needs to be huge concessions made to allow others to mimic without stealing, or interface their own programming (at LEAST noncommercially). But keeping with the thinking of all programs as basically algorhytm/implementation pairs, what traits do these three examples have in different amounts that can be pointed to to as how to measure them? I can only make the examples and elicit an impression, I can get little that's concrete.

      To go offtopic for a second and back to music: I've been struggling with figuring out copyright law when it comes to old music while editing a wikipedia article. I thought the limit on music copyright was 70 years, but I've since learned it could be as long as 95 if an extention was filed for. copyright.org has an online database from 1978 on, but the music I've posted is from '34, and could well have been renewed before that. My options as copyright.org presents them is to pay a 75$/h research fee, or fly my ass to DC and do the research myself. I'm also at a loss to figure out just whether re-releases of the 1934 music gain their own copyright. I would suspect so, when value other than packaging has been added, like effort to remaster the tracks, but I would certainly hope NOT when it's a pure reissue on a new medium. I therefore am adding just as much value by converting cd to ogg. I also had hoped that when the copyright expires on the composition, that frees up the use of all derived-without-added-value reissues. Apparantly, I need to have the original 1934 records to truly have fair use of it, even if it IS in the public domain. I'd LOVE any advice/insight anyone has on this situation.

      I think something is wrong when you need to be a lawyer just to be a hobbyist.

  53. against copyright on binary software by The+Pim · · Score: 1
    While this has no chance in the world of going anywhere, and even the free software community takes reliance on software copyrights for granted, it's far from obvious that instructions to a computer should be protected in the same way as works composed for humans. In the early days of computers, it was uncertain whether and how copyright would apply. (Maybe someone else can dig up the history.)

    It's especially difficult to argue that compiled software is an "expression" worthy of copyright, because it's unintelligible to humans. Society doesn't gain the benefit, part of the quid pro quo of copyright, of reading the expression in its original form. It is like a copyright on a physical tool (rather than its design specifications), which as far as I know doesn't exist.

    I would be happy with a world in which copyright could only be claimed when source code is provided. Software companies could still impose their restrictive licenses, but at least we would get to learn from the code, borrow good ideas (assuming they're not patented...), find bugs, perform security audits, etc. I think this would make the industry healthier, if somewhat less profitable (because companies couldn't keep their ideas secret--a good thing for society).

    --

    The evaluation of an action as 'practical' . . . depends on what it is that one wishes to practice.
    1. Re:against copyright on binary software by argent · · Score: 1

      It's especially difficult to argue that compiled software is an "expression" worthy of copyright, because it's unintelligible to humans.

      The same is true of a DVD.

    2. Re:against copyright on binary software by Anonymous Coward · · Score: 0

      A music CD is unintelligible to humans... until you put it in a CD player and press play.

      A software binary is unintelligible to humans... until you run it. Then it plays.

  54. Not possible... by Kindaian · · Score: 1

    As a creative work, software is protectable under copyright law.

    IT HAS AN AUTHOR.

    1. Re:Not possible... by WidescreenFreak · · Score: 1

      One can own and enforce a copyright without putting unreasonable barriers in front of the consumers to deny them their rights to look for alternatives.

      The Lexmark issue comes to mind. They were abusing copyright IMHO to act like a mafia "family" - once you're in the family, you don't go anywhere else. (Epson also implements a chip-on-ink-cartridge methodology - a reason why I'll never buy Epson again.)

      Sadly, unless we get more funding and more educated people into the U.S. Patent office should this lawsuit be successful (which I doubt), this will probably be nothing more than a migration from copyright litigation to patent litigation. What's worse, the patent office, like the copyright office is doing now, will blindly approve more and more patents without truly looking at the ramifications of such approvals.

      I'm not sure which is worse.

      --
      The Overrated mod is for reversing inappropriate, positive mods, not for voicing disagreement with a post.
  55. So if a game isnt patented... by Anonymous Coward · · Score: 0

    Does that mean I'm free (as in beer) to copy it, and give it to all my friends?

    If that is the case, does that mean the indy software publishers are going to sufer because they can't afford a patent, and you can only have so many patetented technics on genres of games etc...?

    This just seems a waste of time and money

    1. Re:So if a game isnt patented... by CoffeeJedi · · Score: 1

      the patent would only apply to the code
      the graphics/artwork, storyline/writing, sound files, map layout, etc... would be covered under copyright laws

      --
      May you be touched by His Noodly Appendage. RAmen.
    2. Re:So if a game isnt patented... by Anonymous Coward · · Score: 0

      But thats the issue though, if they remove the whole copyright, then the game is vunrable. Basically the whole reality of software is gone into a paralel universe, its crazy.

      If this passes, all I can say is what next..??

    3. Re:So if a game isnt patented... by alanQuatermain · · Score: 1
      the patent would only apply to the code the graphics/artwork, storyline/writing, sound files, map layout, etc... would be covered under copyright laws

      Actually, the patent would apply to the idea, not the execution, of the game. So, for Doom3 it would apply to a first-person shooter, set in the future, on a Martian research station, with lots of atmposhperic real-time shadowcasting. Probably the most obviously patentable component would be those atmospheric shadows.

      But let's say, for the sake of argument, that everything that would be 'patented' there isn't in fact patentable. Let's say it's all either obvious, already patented, or there's buckets of unpatented prior art (quite likely in this case). So how do id Software protect their code? Let's analyse this shall we:

      • Graphics/Artwork: Media, protected by copyrights.
      • Storyline/Writing: Difficult. Probably covered by copyright, since it must have been written as a script at some point (same as a movie).
      • Sounds/Music: Copyrightable, just like the stuff on my iPod.
      • Maps: Presumably copyrightable; they're similar enough to art in their construction, and at a push we could call it sculpture.
      • Program Code: Copyrig..... oh no, that's gone now hasn't it? Okay, so we patent it. Oh, but there's prior art, it's just building on well-known ideas. Many old ideas, combined in a new way. Is that patentable....?

      .....and therein lies the problem. Let's say, for the sake of argument (simply because I don't know for sure) that Doom3 can't be patented. It's taken many previously-known ideas, and it's combined them in a new way, but that is all that's new. The combination. Let's assume that this new arrangement of old ideas can't be patented. Well, their code isn't copyrighted any more, so I can happily copy it to my heart's content, since there is no protection in place to prevent me from doing so. Except for the provisions of the DMCA.

      Whoa, hold the phone! If copyright protection is removed from software, that removes the foundation for the DMCA (at least insofar as it applies to software) ! Woohoo ! Maybe it's not such a bad idea after all.... ;o)

      Ahem. Well, getting back on track: The problem here is that id Software suddenly don't have any protection for their software. I can't see many software companies going for that. After all, patents aren't automatic, like copyrights. Your work needs to be inspected to see if the patent is valid. If it's not (for whatever reason) then you're out of luck, and your work might as well be in the public domain (legally speaking, anyway).

      But just for a moment let's say they did get a patent, and they allow me to use their patented stuff in my game. Maybe I pay them, maybe it's free. However, my game doesn't do anything particularly new. Where does that leave me? I've just licenced the Doom3 engine, and the Star Trek rights, etc. Where are the rights for my code now? All the 'technology' and 'patentable elements' are coming from id Software, and most ofthe 'copyrightable elements' are coming from the owners of all the Star Trek sounds & music I'm using. Sure, I create models & levels, but I'm also writing a fair bit of code. It's all modifications to the Doom3 engine to do a couple things it didn't already do, but they're not necessarily my ideas. Maybe it just needs its capabilities expanding so that my game in 2006 doesn't look just like Doom3 in 2004 (i.e. very out of date). Not necessarily patentable though, because I'm just making sure my game looks similar enough to the others that it doesn't seem 'old hat'...

      There really are just too many little holes to pick open. It's just scary..... :o|

  56. Re:Combine this with opensource and this is a winn by SirGeek · · Score: 1
    umm, see, that is the thing. if there is no copyright, and only patent, then all software would be open source. you have to publish the schematics of how it works and that is done in software through publishing the code.

    Not quite. They wouldn't need to publish anything. They aren't saying the code must be published, only that it isn't copyrightable.

  57. Change is needed, but not this change. by tji · · Score: 2, Insightful

    Most slashdotters would agree that the current system could use some changes. But, transferring all software over to the already broken patent system is a worst case scenario.

    Personally, I think the current copyright system has been manipulated into a terrible state by big businesses. But, a judge is not the guy to redesign the system. It needs to go before Congress to make fundamental changes (which is probably a bad idea right now, as our current government is so hopelessly corporatist that you might as well let Disney make the rules).

    Copyright covers so many different types of media. Why is the protection the same for a newspaper article as for a software program, or a movie?

    And, there are some things that companies may want to protect for centuries. But, that is just a huge burden on 99% of the other material that it makes no sense for. Give companies the ability to register copyrights, and extend them at a cost that increases as the term goes longer. Let them bear the cost burden of the system they benefit from.

  58. He's going after the wrong thing... by argent · · Score: 1



    Copyright law says absolutely NOTHING about inappropriate or appropriate use, it only controls copying. What he's talking about are shrinkwrap/clickthrough licenses, which are not defined in copyright law because they're contracts... switching to patent law wouldn't change a thing: the clickthrough licenses would end up being "licenses for use of the patented invention" rather than "licences for the use of the copyrighted product", and we'd be in the same place, except patents are so much broader that patent holders wouldn't need to outcompete their competition: their competitors would have to license their patents just like their customers would.

    this would strengthen software patents (which are a bad idea anyway) and do nothing to solve the real problem.

  59. Copyprivilege law and human rights by tepples · · Score: 2, Informative

    However, no one is associating copyright laws with human rights.

    Tell that to Dr. Lessig.

  60. Source code is expressive. Object code is not. by Dr.+Zowie · · Score: 2, Interesting
    Actually, splitting the hair just a tiny bit finer would preserve the GPL while gutting commercial software licenses. Object code is not human readable, therefore it is better thought of as a device than as a form of expression, therefore, prima facie, it should not be copyrightable (IMHO, IANAL, SMC, HAND). Source code is human readable, therefore it is a better fit to the copyright code's intent of protecting expression.


    Under that theory, the GPL would keep its teeth but (e.g.) the M$ EULA, which also relies on copyright law, would not. Of course, that won't happen in a million billion jillion years...

  61. Copyright over Patents by Datasage · · Score: 4, Interesting

    Im not going to comment on the liklyhood that this will or will not be succsessful.

    If we have to choose one protection for software it would have to be copyright.

    Patents basically kill any type of compentition. You could charge whatever you wanted and sue the hell out of anyone who tries to write a competeing product. It basically means that lots of profit for the patent holder and no competition driven innovation or service.

    Copyright on the other hand protects a companies specific implementation of an idea. No one else can use that implementation but it doesnt prevent someone from making a compediting product.

    If linux didnt exist, Microsoft probably wouldnt be trying to create new innovations for longhorn such as avalon.

    --
    In America we are imprisoned by our fear of them.
    1. Re:Copyright over Patents by Anonymous Coward · · Score: 0
      If linux didnt exist, Microsoft probably wouldnt be trying to create new innovations for longhorn such as avalon.

      You may be too young to realize/remember, but MS was developing software and releasing an OS long before Linux came around. You might however say they developed Windows in response to a number of other windowing-capable systems beginning to emerge. Apple's Lisa, Xerox Star are a couple easy examples.

    2. Re:Copyright over Patents by Anonymous Coward · · Score: 0

      Err...bad example. As Avalon is a ripoff of Apple's Quartz Extreme.

    3. Re:Copyright over Patents by Anonymous Coward · · Score: 0

      >Patents basically kill any type of compentition.

      The idea is to stimulate industry.

      Need a tool? Don't try to invent it, if someone else has. Pay the royalty for use of the patented design.

      Or the alternative, is that it's supposed to stimulate innovation. Somebody already patented the tool you need and won't let you use the design? You need to get better at negotiation. If that's not possible, you need to invent an alternative process, possibly a better one, and patent that. You can even patent improvments on someone else's patented design, so long as you have your ducks in a row at every step.

      None of this is acceptable? Simplest solution in the world, wait 17 years and it's YOURS. Basically when you negotiate with a patent holder for a license, you're asking him to sell you the depreciation on the life of the patent. The closer that expiration date gets, the less he can ask for his royalty, and then it dissolves.

      Either way, in the end, society and industry benefit.

  62. Re:Combine this with opensource and this is a win by cocoa+moe · · Score: 1

    Well if this is true then there is just one question:

    How would a software-company like Microsoft earn any money?

    A tax on computers, distributed among software-companies according to "marketshare"?

  63. Trade Secret by morcheeba · · Score: 1

    There are a lot of companies that depend on trade secrets and copyright rather than patents for their softwares' protection -- for example, the the EDA industry). Forcing disclosure would ruin a lot of the "secret sauce" that these companies closely guard.

    Trade secrets do have backing in law (this was an aspect in the DVD CCA vs. John Does cases) and if software copyrights go away, there might be a resurgance in trade secret cases (even though programs are released to the public).

    I doubt copyright would go away; it looks like Aharonian is just trying to reform it by pointing out how whack it has become (Sonny Bono Copyright extension act, DMCA)

  64. Wish on you puppet of big players... by Yaa+101 · · Score: 1

    The oposite must be done really, keep patents away from software and embrace copyrights.

    I am not going to write again why, so many more important people did before me.

  65. Won't fly, but... by Jimmy_B · · Score: 1

    There's absolutely no way this is going to go anywhere in the courts. However, what I _would_ like to see happen is for Congress to legislate that all published software must have its source code either published with it or registered with the Library of Congress in order to receive copyright protection.

  66. I don't get this part by suezz · · Score: 1

    "Aharonian said in his complaint he does not know whether he personally has run afoul of copyright laws because he has set up a database of thousands of computer programs to help software companies figure out if their products infringe on existing material." why would just a listing of programs infringe on copyrights. I list programs all the time in inventory programs at work to keep track of what we got - maybe I am missing something. anyway - he is an ip consultant - the new profession of the 21st century invented by microsoft and sco. we should be getting rid of patents and not copyrights - at least I can understand a copyright when I read it but when you read a patent you still don't know if you infringe or not - it's like you need an IP attorney - oh wait.

  67. An arguement that might work... by davidwr · · Score: 1

    An arguement that might work someday soon but won't work today, only because things aren't that bad yet, is that copyright law, as written and currently practiced in the computer-programming industry, does not " promote the progress of science and useful arts ."

    One could argue that today's patent system is messed up so badly that in some domains it hinders, rather than promotes, progress of science and useful arts, particulary in the computer-software industry.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    1. Re:An arguement that might work... by Anonymous Coward · · Score: 0

      More likely is that the laws will stay as they are, but will not be understood by the general public as having any contemporary meaning. Like places that have laws that classify wire cutters as weapons, left over from the old days of ranching. Or places that make carrying a deck of cards into a liquor establishment a serious crime punishable by long imprisonment.

      Long before Stallman's "Right to Read" scenario, people would lose the meaning in the noise.

      Plus, if the trend really does impede progress, then US corporations will decline. They won't be the wealthy, limitless giants that they are today. The won't even exist. US will be an impoverished country scrambling for sufficient food.

      Long before things get bad enough to really get upset, the situation will self-correct.

  68. Inforcement. by jellomizer · · Score: 1

    The real question is how to inforce using pattened algorithms. Lets say I make the Jellomizer Sort which sorts data in a O(log(N)) Speed on one processor. I Patend it. Then MicroSmush Corporation makes a program that uses the Jellomizer Sort (Say there were being honest and Didn't know that I have pattened it, but they came up with the same algrothim indepentant of my work) And MicroSmush releses the program close source. How will I know what algroitm are they running? I see that it does sort data quickly but thats about it. But if an other group GNUSmush released my algorithm and made it opensource then I could sue GNUSmush. That is the problem with software patents if you are making closed source software (and they are norrmally selling it) they are harder to find the patent then in something made open source. It is not like patents for physical things like say a Part in a car that makes you go faster which you can find by looking under the hood. Software should be forced to follow Copywrite law not Patten Law because of the inability to equally inforce the law.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  69. Better Idea by booch · · Score: 1

    I think a better idea would be to only allow copyright on source code. For the same reason that we require patents to disclose the new idea, in order for copyright to benefit the public good (as the US Constitution requires) there should be some way for the public to re-create the idea once the copyright term expires. Of course, Congress seems to have forgotten that copyright terms are supposed to expire.

    The copyright on software would effectively be the same, because anyone who copied the binary code would have had to copy the source code that generated it. The only difference would be that software vendors would have to disclose the source code in order to be protected.

    --
    Software sucks. Open Source sucks less.
  70. Two Systems - Neither Works? by Badgerman · · Score: 1

    Tossing out an idea here.

    We have the question of software covered by copyright. We have the question of software covered by patent. We have companies using both.

    Why assume, however, that copyrights, patents, or a combination of both are appropriate at all to software.

    Perhaps, and this is pie-in-the-sky, software needs to be uniquely recognized separate from current ways of registering rights.

    Do I have a solution? No. I merely throw this out for discussion.

    --
    "The Sage treasures Unity and measures all things by it" - Lao Tzu
  71. Wrong approach by danheskett · · Score: 1

    This is all wrong. Software being protected by copyright is a legislative issue. Congress has clearly laid down the law on this matter. They have specifically designed copyright regulation on software and source code.

    The courts really have no business getting in on something like this. The gentlemen should be only arguing this in front of Congress or perhaps a body designated by Congress to address copyrights.

    The courts are around only to handle disputes arising from the conflict of laws, punishment for breaking the laws, ambiguities or unconstititional matters of law, etc. The courts have no business undoing the unambigious constititional statues put forth by Congress.

  72. before the mid-90s, feds had the source by davidwr · · Score: 1

    It's my understanding that before the mid-1990s, the government would only buy a license to your software if the source code was kept in escrow, in case you went out of business.

    Back in the '70s and '80s, a lot of small firms went belly-up, leaving anyone who used it with unmaintained code and no way to maintain it themselves.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  73. pro big business by Camel+Pilot · · Score: 1

    As linus pointed out, copyrights are for the small guy. Most people do not have the resource to obtain and defend a patent. However many companies have entire dept that are patent machines. Also it is for everyones benefit that creative people are creating and developing not reading the latest PTO newsletter and understanding the nuances of patent law.

  74. Reverse of common sense by DigitalCrackPipe · · Score: 1

    Odd that this shows up as awareness is growing that patents are exactly what software does NOT need. Perhaps the utter failure of this case would help the case to dismantle software patents, but I think this could lead to bad things if taken too seriously.

  75. Re:Hurt the GPL? - Way to go Mods!! by Anonymous Coward · · Score: 0

    Thank you for repeating the /. summary.

    "It looks like this would hamstring licenses such as the GPL, which are often based on copyright privileges, while leaving OSS vulnerable to patent infringement."

  76. source released to the public? by davidwr · · Score: 1

    "(even though programs are released to the public)"

    Once the source is released to the public, or released at all without a non-disclosure agreement, it's no longer a trade secret.

    Trade secrets are also vulnerable to reverse engineering. If I can reverse-engineer the secret formula to Coca Cola, I'm free to publish it, or more likely, keep it a secret and get rich off of it.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    1. Re:source released to the public? by morcheeba · · Score: 1

      That's perfectly correct, but it didn't stop the DVD CCA from trying to claim it anyway.

  77. This should be fun by jd · · Score: 3, Insightful
    Every company on Earth is going to be putting forward arguments for why software copyright is the best way to protect them from software pirates.


    Right now, in case nobody has noticed, the European Union is looking at the idea of software patents. If someone were to... ...point out to them that industry itself has declared that copyright is really all they need, that might seriously undermine the whole software patent movement in Europe. This is perfect timing, for this, as we can use industry's own arguments for why patents are a Bad Idea against them.


    Yeah, yeah, it's spin-doctoring. They're not really saying the patents are bad, they're really saying that patents alone are bad. Spin is the stuff of modern politics, however, and industry has used it enough times against those it doesn't like.


    To beat software patents in Europe and (hopefully, eventually) America, we simply show that there are no significant benefits or additional protections offered by patents, according to the software industry itself. It won't influence those set in their ways, but any skeptics who are just along for the ride might be swayed.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    1. Re:This should be fun by Hortensia+Patel · · Score: 1

      Unfortunately, I think that "perfect timing" would have been about a year ago. The law seems to move veeeery sloooowly; it'll be a few months before it's clear whether this guy's bizarre suit is going to be taken seriously, and a few months after that before companies' lawyers wake up and start pumping out the spin.

      The Euro pro-patent lobby is aiming to sneak its unamended directive through in a week's time. (And yes, I've written to my MEP, but I'm not overly optimistic.)

      What does it take to make our world come alive? What does it take to make us sing?

      <nitpick> Been meaning to bring that up for a while... my memory's hazy, but isn't it "What do we need to make our world come alive?"? </nitpick>

    2. Re:This should be fun by jd · · Score: 1

      Eeeeeeeeeek! You're right! Argh! I'll be eaten by the monsters from the Reptile House for sure! Anyway, it should be fixed by the time you read this.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    3. Re:This should be fun by Hortensia+Patel · · Score: 1

      Truly is it written: Dulux hath no shade of crimson like a Sisters fan caught misquoting the Word Of Eldritch...

  78. Backwards by Waffle+Iron · · Score: 3, Insightful
    From the article:
    Aharonian argues in his complaint that software copyright laws violate the right to due process enshrined in the U.S. Constitution because they do not provide clear boundaries for appropriate use. That means industry players and courts do not have a clear idea of the rules.

    "Until you're sued and a judge makes up his mind about what is the idea and expression (at stake), no one knows," Aharonian said in an interview.

    Maybe so, but patents are even worse. At least with copyright, there's one set of rules that apply to all cases. With patents, the boundaries are determined by the set of all claims in every patent that exists. That's millions of rules to check against each new line of code I write, with hundreds more being added every single day. What's worse, these claims are written by the very people who benefit from them, and they are often intentionally obfuscated by their authors.

    IMHO, copyrights are actually a good match for software *source code*, since it looks and feels a lot like a work of literature. The same isn't so true for object code. Since it is a "weakly encrypted" mechanical transformation of the source, it doesn't provide the customer with any of the benefits of knowledge that copyrights on literature and music were originally intended to promote. However, patents are a particularly poor match for software because of the O(n^2) legal problem of needing to check millions of lines of code against millions of patent claims. (That's a job on the order of 10^12 operations for every large program out there!)

    I believe that object code would be better be protected by a totally new IP concept that is tailored specifically for the unique properties of software. Object code would not be eligible for either copyright or patents as they exist today.

    It might be something like a standardized EULA that properly balances the interests of the vendor and the customer. (IMO, one-sided vendor-written EULAs should also be disallowed unless they get an actual ink-and-paper signature on a valid contract prior to the sale). Instead of being based on the concept of physical copies like standard copyright, which doesn't map well to networks of computers, it would be based on the actual usage patterns of computer software. The rights of someone to compile some source code they have into object code, or to make copies of object code, would be dictated by this new concept, not by copyright.

    I think that the new form of protection would ideally provide some weak protection against blatant ripoffs of look-and-feel and innovative new features, but it should explicitely allow for interoperability. Maybe published APIs and file formats should be required to get any IP protection at all. To combat monopoly-protecting market barriers, any protections under this new concept would also be subject to the stipulation that they can be licensed by anyone under reasonable-and-nondiscriminatory terms.

    Of course, don't hold your breath wating for anything like this to happen in the real world.

    1. Re:Backwards by Teancum · · Score: 2, Insightful

      I concurr that this whole approach is totally backward from what should be the case. For copyright purposes, you can use automated tools to determine just how "close" one piece of software can be compared to another piece of software, and even put in a hard quantitized number just how similar one piece of software is to another one.

      Also, when you prove copyright violations, particularly with source code but it can also be done with compiled binaries as well, you get the watchmaker principle where it seems incredibly unlikely that two pieces of software, even written to the same spec like two programs written for a computer science class as a homework assignment, will be identical in how they are put together. There are so many ways to even accomplish the same task that you can demonstrate uniqueness even if the output is totaly identical. Or if code theft has occured even partically you can demonstrate clearly abuse has happened when even identical variable names are used. Small sections and common variable names (i.e. temp, index, foo, bar, etc.) might still be identical but not large sections of software.

      For patent issues, on the other hand, trying to come up with the fact that the idea is novel, unique, and not covered under a previous patent that is still in force can be a huge nightmare. I have seen examples of two seperate patents that seem to cover the very same idea, particularly with software patents. And even if you dilligently search the software patent files as a programmer to make sure you software doesn't infringe on patents (generally a bad thing to do as well...), that one patent that you missed might just be the one that trips you up.

      Software patents are a horrible idea, and IMHO they should be eliminated altogether. I've said this before and I'll say this again, I can't think of a single reason why I would ever apply for a software patent. The only real reason I can see is to have a cool plaque on the wall with my name on it and to be able to (hopefully) stop some idiot company from suing me for patent infringement, with my patent hopfully being able to be used to ignite the WWIII software patent meltdown. It is not to "protect" the inventor, but as a mussle tool to offer legal protection against legal idiots. And if the software patents didn't exist, there would be no need for that kind of protection.

      I'm not even sure if patents are a good idea for mechanical contraptions, and I've heard plenty of mechanical engineers gripe about the abuses of the patent system, but at least mechanical gizmos are what the "founding fathers" of the USA intended the patent system to be used for. While constitutional (it is explictly mentioned in the U.S. Constitution for patents to exist), I don't think the U.S. economy would be hurt at all if patents were simply outlawed in the USA altogether. Even in the case of a clear-cut garage tinkerer coming up with a cool idea and getting a patent on that idea (like the classic weed-eater to help trim small plants) has to spend an insane amount of money to enforce the patent, with very mixed results in the court system for having the patent validated, much less recovering damages.

      Besides, there are very few if any major companies that would really be interested in buying a patented invention, with most "inventor" markets simply being a really ugly scam that I rank right up with the Nigerian 419 scams. Patent attorneys will take far more money from you than you will ever get back from an invention unless you are already in the business of making the kind of product you have invented. Even then, the patent (for a mechanical device) is just part of the protection racket like I mentioned with software patents earlier. Not to be used unless sued by another manufacturer and then hopefully you have a patent that covers something they are doing.

  79. I hope he wins by Anonymous Coward · · Score: 0

    ... because I just can't wait to hop onto Kazaa and get every last game I ever wanted, legally, and free.

  80. Regardless of the outcome... by the.aham · · Score: 1


    ... Someone somewhere will have successfully copied that copyrighted/etc piece of software. As mentioned in the article: "Until you're sued and a judge makes up his mind about what is the idea and expression (at stake), no one knows."

    Until then, enjoy using your favorite storage medium(s) of choice!

  81. Really? Then how do you explain this? by Richard+Steiner · · Score: 1
    --
    Mainframe/UNIX Bit Twiddler and long time Windows/Linux Hobbyist.
    The Theorem Theorem: If If, Then Then.
  82. Patents are too overbearing here by alanQuatermain · · Score: 1

    Okay, so let's say there are to be no more copyrights on computer software, and it's just patents instead. So this means that, unless they want everyone making a carbon copy of Doom 3, id Software needs to patent the first person shooter. Well, I hear you say, that's not what they'd patent, they'd patent the nicely rendered, fully shadow-casted, first-person perspective horror game, involving shooting hell beasts on a deserted Martian research station. Hmm, well, that sounds reasonably sound. But that's not how patents are defined, is it? That patent wouldn't cover the specific things which combine to create Doom3, and therefore cover only Doom3. They describe the rendering engine. They describe the use of fully dynamic shadow casting to create atmosphere. They describe a lot of technically seperate things. This ultimately makes it difficult for people to write another horror-atmosphere first-person shooter, because a lot of the ideas which go into it are covered by id Software's patents. This is the crux of the problem: patents cover the ideas (first-person shooter, horror, monsters from hell) not the actual content. If a new 'Undying' game were created, using lots of real-time shadows & suchlike to enhance the atmosphere, it could be clubbed over the head with the Doom3 patents, because it does so many of the same things. However, it's obviously a completely different game. It's like saying that once Hitchcock used the 'Vertigo' camera move (pull camera back & zoom in simultaneously) that no-one else could do that again -- it's protected by patents. The point of using copyrights for software is that what you're protecting is your actual final piece of work. That way, you don't stop other people from attempting to improve upon your product (this is called competition, and it's what induces you to make your own software better over time). You also don't flood the patent office with a hundred *really tightly defined* patents for *slightly differing* products. Hehe... who am I kidding...? If this goes through, MS will file lots of really specific patents to protect the exact internals of their own software? Sure, and when they do I'll make a celebratory dinner for all here, of aerial pork. ..... Actually, that reminds me of something - for patents, don't you have to publish the entire method? So to patent Doom3, id would have to publish pseudocode for the entire piece of software? So, instead of having automatic copyright on my *trade secret* software code, I have to publish the whole lot? And then when some big company nicks it & doesn't admit it I just have to pull out masses of cash to sue them? Yeh, sign me up for that one right NOW...... :o|

    1. Re:Patents are too overbearing here by Anonymous Coward · · Score: 0

      "This ultimately makes it difficult for people to write another horror-atmosphere first-person shooter"

      One argument in favor of patents is that it makes it *easier* since all the next person needs to do is license the technology from the patent holder, which is ought to be happy to do for the right price.

      System favors those with unlimited money? Not considered a problem in the current system, at all.

      A whole lot of things come down to not being able to afford to have things your way.

      I don't see anyone buying Disney just to place their holdings into the public domain.

      Yeah, it's unrealistic, but, then the anti-corporate types don't really believe in their agenda enough to make that happen, do they?

      Buy a tobacco company, and liquidate it.

      Buy a pharmaceutical company, and make free AIDS drugs for Africa. Buy a defense contractor and terminate its contract with the Military.

      See? The solution to world peace can be bought. You just can't afford it. Whose fault is that?

    2. Re:Patents are too overbearing here by alanQuatermain · · Score: 1
      One argument in favor of patents is that it makes it *easier* since all the next person needs to do is license the technology from the patent holder, which is ought to be happy to do for the right price.

      Theoretically, yes. But they don't have to license it to me. Or they could pick a number high enough to have that same effect. I know of no rules which say they have to let me make use of their idea.

      This is where the possible abuse in the system can make things awkward. If I want to use someone's idea in something of my own (it doesn't need to be a major idea, just a minor one will do -- such as 'creating atmosphere through real-time shadow casting'), which is likely to compete with them, then they really have no incentive to let me use their idea, do they? One company can hold off anyone that might want to improve on their ideas, or even write something behaves in a similar way (for ease-of-use).

      So, as you say, I just can't afford the solution to world peace. I gather from your statement that this is my 'fault', by which I'm sure you mean my 'problem'? Well, I guess it is. However, I need to sell my software to rectify that problem. And given the resources held by the major players (patents, lawyers, and cash to pay for them), I've got to sell a lot of software before I can adequately defend myself, thus curing the problem. Although of course I risk getting my arse sued off in doing so, at which point I need to have the money to def.....

      ........this is going to be one of those chicken & egg things, isn't it?


      PS: A point I somehow forgot to make in the original post is that id Software ordinarily wouldn't need to patent Doom3 to make a profit from it. They just have to sell the game. They can also sublicense their rendering engine (source & binary code) to other people for much greater amounts of money. They don't need to charge money from anyone else making a first person shooter for the next seventeen years. Patents just aren't necessary, and the powers they grant hold far too much oppressive power to justify the good.

  83. One advantage of patents by iamacat · · Score: 2, Informative

    Is that they have to be published, compulsory licencing and challenge in court is an option and educational use is free. Instead of an innovation being locked up inside a company, other people can expand on it and even sell their work back to the original inventor. This could discourage one-click style patents because then the filer can not then argue in court that single-tap on a touch screen is not separately patentable.

    Sure big companies (and small "IP" companies) will abuse patents, but they do that already, along with abusing copyrights and contracts (shrink-wrap). The only way for common people to live in a sane world is to constantly push back.

    1. Re:One advantage of patents by alanQuatermain · · Score: 1

      This would be great, except for one proviso: the smaller company would have to be able to demonstrate that their idea has never been had by anyone before. And given what gets patented in the software world, that's extremely unlikely to happen.

      Whatever new idea you have will rely on the use of a number of other patented ideas, and you'll like as not have to pay for the privilege of using those as building blocks. Patents contain a number of claims, and they apply if you use any one of those, not all of them.

      If MS should patent Word, do you really think that the patent will only be applicable to the entire program and everything in it? No, there will be a number of claims made in the patent, and it'll be very difficult to avoid falling afoul of these claims.

      That especially applies to complex software. Moreso to the internal bits that the end user doesn't see, but to keep going with the word processor analogy, let's say that one of the ideas in MS Word is to have a little window where you can type some text, select a font & see instantly what that font looks like, at that size (Apple has something like this on OS X). Let's say this becomes a 'must-have' feature in the marketplace, so you, when you write your better word processor, want to integrate this feature. Well, you can't, unless Microsoft chooses to let you do so.

      They won't have a patent on 'all the features in Word', they'll patent the individual ideas. Fair enough, that's what the patent system is for. But it then gives them a legally-enforceable monopoly on that idea. So whoever makes it to market first with a 'must-have' software feature, gets the market all sewn up for almost twenty years, unless they actually choose (out of the goodness of their hearts) to let their competitors implement the idea too.

      Now, while I'd love to be the guy who invents something that everyone 'must have', and gets a monopoly on it for twenty years, I unfortunately can't afford to patent it. So I'll sell it for a bit first. Then, because I haven't patented it, a company with more programmers does their own implementation. And patents it. It's trade secrets, so if I want to claim I did mine first, and they say "we've been doing it for years, just not released it yet" I'd have another costly battle.

      The big player will continue to abuse software patents, true. The problem there is, the small players will continue to not have the resources to fight back, and the only difference is that the small players won't have any automatic rights to defend themselves. Just pay out for the patents, pay out for the court costs, etc.

  84. It's a brilliant idea by dapic · · Score: 2, Informative

    If you guys bothered to look at this guys website, which is named http://www.bustpatents.com/, you'd see that he is really against software patents.

    I think what he is trying to do here, is perform a publicity stunt to show that patent laws (in its current messed-up form) actually could COVER copyright laws since copyright laws says others can't distribute your (non-free) software, while patent law says they can't even distribute software that DOES THE SAME THING as your (patented) software.

    1. Re:It's a brilliant idea by alanQuatermain · · Score: 2, Insightful

      ...except for the fact that he makes his money by assisting folks in obtaining IP patents, namely by offering to do prior art searches.

      Reformatted from a text file on his site:

      Patent Prosecution
      • US/PCT patents prior art search $500
      • Literature prior art search $800
      • Prior patent and literature search $1000
      • Prior patent and literature search (business methods) $1500
      Patent Litigation
      • Infringement defense/validity search $4000+
      • Infringement defense/validity search (business methods) $4500+
      • (surcharge for non-US clients) $100

      ...it seems that he's not against software patents, just against their quality. From all that I can find, I can't see anything which suggests that the lawsuit is anything other than what it claims to be: namely, an attempt to convince Congress to abandon software copyright in favour of software patents. After all, how could he possibly benefit from the inverse? He makes his money from software patents...

      In fact, I get the distinct impression from a number of his sites that he's not so much of the opinion that software patents are bad per se, just that all these frivolous ones are getting in the way of the real moneymakers.

      The Good Point from the parent remains though: copyrights are better for computer software, because patents forbid others from creating software for the same purpose as yours - even if the underlying code is different. It would, for example, make it possible for Lexmark to enjoin companies for making competing ink cartridges for their printers; which of course opens the door for price-fixing and a non-competitive market in printer cartridges (not to mention a market where only printer manufacturers can make cartridges, not third parties).

  85. Copyright Reform by Dlugar · · Score: 2, Insightful

    1) The idea that software is not copyrightable but books/music/etc. are is not novel. In 1980, Bill Gates was arguing that software should be copyrightable, even though bytecode is not in a human-readable form (which was previously a requirement for an artistic work to get copyright), and the law was unclear as to whether bytecode would end up being copyrightable at all.

    2) Software is the only thing I know of that can potentially be covered by patent, copyright, and trade secret law. To me, that's insane--and something needs to go.

    3) My suggestion:
    No more copyright or patent for software. Instead, have something different, which I'll call a "software patent". To obtain protection for a piece of bytecode, you must send the source code for this program to the Copyright Office. You then have several choices:

    a) Allow the Copyright Office to release your source code immediately. You then have copyright-like protections on both the source code and bytecode for X number of years (say 10 or 20 years).

    b) Do not release the source code immediately. You then get copyright-like protections on both the source code and bytecode for Y number of years (say 2 or 5 years). After your Y years are up, your copyright-like protections expire, your work enters the public domain, and your source code is released by the Copyright Office.

    Ideas? Suggestions?

    Dlugar

    --
    Computer Go: Writing Software to Play the Ancient Game of Go
    1. Re:Copyright Reform by Safety+Cap · · Score: 4, Funny


      Your post advocates a

      ( ) technical (x) legislative ( ) market-based ( ) vigilante

      approach to fighting software copyright/patent abuses. Your idea will not work. Here is why it won't work. (One or more of the following may apply to your particular idea, and it may have other flaws which used to vary from state to state before a bad federal law was passed.)

      ( ) Total chaos determining what code is protected under which law
      ( ) Legitimate uses would be affected
      ( ) No one will be able to find the guy or collect the money
      (x) It is defenseless against Hong Kong dupe factories
      ( ) It will stop abuses for two weeks and then we'll be stuck with it
      ( ) Users of software will not put up with it
      ( ) Microsoft will not put up with it
      ( ) The police will not put up with it
      (x) Requires too much cooperation from software companies
      (x) Requires immediate total cooperation from everybody at once
      (x) Many software developers cannot afford to lose business or alienate potential clients
      ( ) Code thieves don't care about patents or copyrights
      ( ) Anyone could anonymously destroy anyone else's career or business

      Specifically, your plan fails to account for

      ( ) Laws expressly prohibiting it
      ( ) Lack of centrally controlling authority for determining if code is in violation
      (x) Foreign countries
      ( ) Difficulty of searching a code database of protected code
      ( ) Asshats
      ( ) Jurisdictional problems
      ( ) Unpopularity of weird new laws
      ( ) Public reluctance to accept weird new forms of licenses
      (x) Huge existing software investment
      ( ) Susceptibility of established software to copyright attack
      ( ) Willingness of users to upgrade existing software to new violation-free versions
      ( ) Willingness of users to pay more for the same software
      (x) Armies of worm riddled broadband-connected Windows boxes
      ( ) Eternal arms race involved in all copyright approaches
      ( ) Extreme profitability of patents
      ( ) Joe jobs and/or identity theft
      ( ) Technically illiterate politicians
      ( ) Extreme stupidity on the part of people who do business with patent houses
      (x) Dishonesty on the part of some developers themselves
      (x) Development costs that are unaffected by copyrights/patents
      ( ) MS Office vs. OpenOffice

      and the following philosophical objections may also apply:

      ( ) Ideas similar to yours are easy to come up with, yet none have ever been shown practical
      ( ) Any scheme based on opt-out is unacceptable
      ( ) Any idea posted on /. is automatically branded the work of an id: 10T.
      ( ) The right to develop code independently should not be the subject of legislation
      ( ) Blacklists suck
      ( ) Whitelists suck
      ( ) We should be able to talk about Viagra without being censored
      ( ) Countermeasures should not involve wire fraud or credit card fraud
      ( ) Countermeasures should not involve sabotage of public networks
      (x) Countermeasures must work if phased in gradually
      ( ) Writing software should be free
      ( ) Why should we have to trust you and your "prior art"?
      ( ) Incompatiblity with open source or open source licenses
      ( ) Feel-good measures do nothing to solve the problem
      ( ) Temporary/throwaway development in place of a real project is cumbersome
      ( ) I don't want the government reading my source
      ( ) Killing them that way is not slow and painful enough

      Furthermore, this is what I think about you:

      (x) Sorry dude, but I don't think it would work.
      ( ) This is a stupid idea, and you're a stupid person for suggesting it.

      --
      Yeah, right.
    2. Re:Copyright Reform by Omestes · · Score: 1

      Why should the government be forced to enforce open source? I think you should just send the source to the gov't, get your protection, and then do what you will with it, like release it open, or keep it to yourself. Software politics (os vs. cs) really should have nothing to do with gov't, it is an buisness venture, and ONLY buisness.

      I also do not agree that software should be copyrighted in the fist place. The patent system is where software firmly belongs. Though, sadly, it doesn't matter, being that it will remain where it is, thanks to the software lobby, and both systems are broken beyond the point of being useful, even if both are good ideas in theory.

      --
      A patriot must always be ready to defend his country against his government. -edward abbey
    3. Re:Copyright Reform by Relic+of+the+Future · · Score: 1

      Wow! All of the discussion from YRO ever, distilled to 3 paragraphs! Bravo!

      --
      Those who fail to understand communication protocols, are doomed to repeat them over port 80.
    4. Re:Copyright Reform by kenthorvath · · Score: 1

      Wow, that must have been the best reply ever. Is it copyrighted, or may I use it in the future?

    5. Re:Copyright Reform by Anonymous Coward · · Score: 0

      Ah, thank you for summing up your objections in a content-free sound-bite sized format. This saves us from actually having an intelligent discussion on the matter (I must be new here, I know). Is anyone else getting sick of these things?

    6. Re:Copyright Reform by Dlugar · · Score: 2, Interesting

      The government shouldn't be forced to enforce open source. That's not what inspired this bit of hypothetical legislation (which I know wouldn't stand a snowball's chance in hell in Congress, thank you very much Mr. Safety Cap).

      I started with the idea of no copyright, and a consitutional mandate of "to promote the Progress of Science and useful Arts." So what would promote the progress of software?

      Well, like music or books or other artistic ventures, we want people to have an incentive to create lots of useful works. Unlike music or books or other similar things, software has "source code" which is tremendously useful for others who are doing similar tasks to look at and at times reuse. So it would make sense, given this idea of "to promote the Progress of Science and useful Arts," to give an added incentive to those who release their source code as well.

      I think that idea (giving more of an incentive to those who release source code) is certainly well within the constitutional framework of copyright, and well within the realm of government legislation.

      Dlugar

      --
      Computer Go: Writing Software to Play the Ancient Game of Go
    7. Re:Copyright Reform by jonfelder · · Score: 1

      You forgot to check:

      ( ) Microsoft will not put up with it

  86. grr. who turned on HTML format by default? by alanQuatermain · · Score: 1

    Sorry folks.... not expecting HTML format to be on by default (and the preview button isn't on the left since I signed in.... Who's for a game of Spot The Newbie...?)

    This is what it should have looked like:
    ------------

    Okay, so let's say there are to be no more copyrights on computer software, and it's just patents instead.

    So this means that, unless they want everyone making a carbon copy of Doom 3, id Software needs to patent the first person shooter.

    Well, I hear you say, that's not what they'd patent, they'd patent the nicely rendered, fully shadow-casted, first-person perspective horror game, involving shooting hell beasts on a deserted Martian research station. Hmm, well, that sounds reasonably sound. But that's not how patents are defined, is it? That patent wouldn't cover the specific things which combine to create Doom3, and therefore cover only Doom3. They describe the rendering engine. They describe the use of fully dynamic shadow casting to create atmosphere. They describe a lot of technically seperate things.

    This ultimately makes it difficult for people to write another horror-atmosphere first-person shooter, because a lot of the ideas which go into it are covered by id Software's patents. This is the crux of the problem: patents cover the ideas (first-person shooter, horror, monsters from hell) not the actual content. If a new 'Undying' game were created, using lots of real-time shadows & suchlike to enhance the atmosphere, it could be clubbed over the head with the Doom3 patents, because it does so many of the same things. However, it's obviously a completely different game.

    It's like saying that once Hitchcock used the 'Vertigo' camera move (pull camera back & zoom in simultaneously) that no-one else could do that again -- it's protected by patents.

    The point of using copyrights for software is that what you're protecting is your actual final piece of work. That way, you don't stop other people from attempting to improve upon your product (this is called competition, and it's what induces you to make your own software better over time). You also don't flood the patent office with a hundred *really tightly defined* patents for *slightly differing* products.

    Hehe... who am I kidding...? If this goes through, MS will file lots of really specific patents to protect the exact internals of their own software? Sure, and when they do I'll make a celebratory dinner for all here, of 'aerial pork'. ..... Actually, that reminds me of something - for patents, don't you have to publish the entire method? So to patent Doom3, id would have to publish pseudocode for the entire piece of software? So, instead of having automatic copyright on my *trade secret* software code, I have to publish the whole lot? And then when some big company nicks it & doesn't admit it I just have to pull out masses of cash to sue them?

    Yeh, sign me up for that one right NOW...... :o|

  87. Your and idit by Anonymous Coward · · Score: 0

    There's thi's thing, called double negative. Perhap's youve heard, of it!

  88. that doesn't wash by davidwr · · Score: 1

    First off, some people are fluent in machine code, which is nothing more than an encoding of binary.

    Second, some code is written in machine code or even binary and some of that code is definately deserving of protections. Some build environments may link in such code by default.

    You may have a point with the output of a compiler or the portions of an executable file that are nothing more than compiler output. However, those parts of an executable that include pictures, text strings, ADA-style comments, and even assembled handcrafted-assembly code are almost certaintly worthy of copyright protection.

    If "pure" compiler output that doesn't include artistic elements is ever ruled non-protectable, you can bet your bottom dollar that the big boys will make sure that "protectable" elements wind up in every .o file or at least every executable module.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  89. Is not he putting a cart before a horse then? by Anonymous Coward · · Score: 0

    Yes, I have always thought of Greg Ahronyan as an opponent of software patents..

    But if he wanted to show the brokenness of software patent system, would not it be better to sue to abolish PATENT protection, rather than copyright protection??

    So, any other theories?

  90. Common courtesy by maximilln · · Score: 1

    Why oh why is this so difficult?

    I don't see the GPL as a copyright enforcer. I see the GPL mostly thumbing its nose at copyright. For the most part, as I read it, the GPL recognizes that everyone has the natural potential to make a copy of something and simply asks that if a person makes a modification that they share it both upstream and downstream. BSD recognizes that everyone has the natural potential to make a copy and makes no recommendations about sharing any changes.

    I don't think that this sort of suggestion would hurt GPL but would only nudge GPL legally into the BSD realm. Those of us who are considerate would adhere to the GPL willingly and those corporate raiders who like to pirate code would still be reviled.

    As for the official legal mumbo jumbo... We all know it's a load of hash anyways. It's just there to draw lines for the corporations to give the legal business its tithe.

    --
    +++ATHZ 99:5:80
  91. key difference between DVD and software by davidwr · · Score: 1

    There's a key difference between a movie-DVD and computer-software:

    The audio-visual information encoded on a DVD is just that - encoded. The decoded form is human-readable. In this way, it's much like a computer disk full of jpegs or text files. Copyright law clearly covers reversable translations and encodings.

    Compiling a computer program is rarely reversable. Most compilers strip out comments and local variable names, for example. As such, a computer program, even if disassembled or decompiled, is not only different from the original, but it is for the most part not easily human-readable. Sure, it is a derivative work, but you could argue it's been stripped of some or all of its copyrightable components. Not true of a movie-DVD, not true at all.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    1. Re:key difference between DVD and software by spectecjr · · Score: 1

      but it is for the most part not easily human-readable.

      Not easily human readable != cannot be read by a human.

      I can read assembly language. What's your excuse?

      --
      Coming soon - pyrogyra
    2. Re:key difference between DVD and software by Teancum · · Score: 1

      Of course, reading the raw machine code and "decompiling" the software can be illegal in some cases, or at least a violation of the EULA. Even though that is precisely what you must do to the compiled binaries when you stick it inside of a computer to play that next cool game, but who says that lawyers must make sense anyway.

    3. Re:key difference between DVD and software by argent · · Score: 1

      Analogies are always rough, but whenever you argue that object code can't be protected because it's not human readable, you're bringing it into the world of analogies. Why would you expect any intermediate form of a work to be human-readable?

      The source is not analogous to the movie on the DVD, the source is more analogous to the script, director's notes, props, costumes, and so on. The movie on the DVD is comparable to the presentation of the program. The object code is comparable to the encoded movie data, the menus, and other not-directly-human-readable elements.

      EACH of these elements can have their own copyrights in each case.

  92. algorithms have not always been patentable by brlewis · · Score: 1

    Patents on algorithms only came about by the USPTO and lower courts thumbing their nose at the clear precedent of the US Supreme Court. There is no such thing as a fairly patented algorithm until such time as the EU legalizes them.

  93. it's not the unintelligibility... by davidwr · · Score: 1

    It's not the unintelligibility of it, it's the fact that you can't "undo" a compile in most environments. Worse, the compiled version has lost a lot of the very things that made it protectable in the first place, such as comments and local variable names. Even some stylistic elements get optimized away.

    Remember, an encrypted version of a copyrighted work is just as protected as an unencrypted one, yet it is unintelligible until unencrypted.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  94. patents suffer from the same flaws by DM9290 · · Score: 1

    The statement "until you're sued and a judge makes up his mind about what is the idea and expression (at stake), no one knows" applies equally well to patent law.

    Just because a patent is granted it doesn't mean the patent will hold up in court.

    It still comes down to a judges interpretation.

    How exactly he thinks a system where patents are granted essentially on an ex parte basis by a patent office which lacks the technical and scientific knowledge to identify truly novel and non-trivial inventions constitutes DUE PROCESS is beyond me.

    Even worse... patent monopolies prohibit items which were NEVER copied, but are genuine inventions. (unfortunately for them, but without any moral blaimworthyness, invented independantly and patented by another).

    Under patent law, you can invent something completely indepentantly and still be liable for patent infringement. The fact that you invented it yourself and independantly is irrelevant.

    At least with copyright, if you create something novel yourself it is almost statistically impossible that it will be exactly the same as someone elses copywritten material (or so materially similar as to be considered a copy).

    Patent law seems to put a burden on inventers to waste their time doing patent searches instead of being creative and inventing things (lest they accidentally make a duplicate invention).

    --
    No one has a right to their *own* opinion. They have a right to the TRUTH.
  95. Spelling Troll? by tommck · · Score: 1

    Was this just a troll to bug those of us who are spelling fanatics?

    I know *I* was twitching just *attempting* to read this. :)

    Here goes: Enforcement, patent, patented, independent, algorithm, Copyright, enforce

    (I'll leave the grammar issues to someone else... hehe)

    P.S. I KNOW... you're probably not a native English speaker. Please realize that I'm just kidding around!

    --
    ---- It puts the lotion on its skin or else it gets the hose again. It does this whenever it's told.
  96. This actually makes quite a bit of sense to me.... by rdurell · · Score: 1

    If you assume for a minute that patents are TRULY unique and must satisfy a fairly rigorous set of criteria to be granted this does begin to make sense. It is true at entity A could sue and entity B for violating its patent rights but that presupposes that the patent was truly unique. In the case of Operating Systems and the like, it would open the door to a whole new world of competition.

    If protection rights were much more difficult to obtain, then the market for many types of software technology begins to open up. Sure it screws a couple of players here and there, but it opens up the industry to a MUCH larger group of players. In the end, I think this is probably a good for innovation and good for the market. Even Open Source projects could benefit by coming up with truly unique and patentable technology that would be afforded much greater protection than is possible with copyrights.

    On the other hand, what's to prevent me from taking MS's Windows code, compiling it, sticking my own label one it and selling it as my own? Assuming they have no patented technologies (absurd, I know) in the code this would potentially be perfectly legitimate.

    In the end, I think there is some sort of third option which marries the uniqueness and utility tests of patents with the strict "written" aspects of copyrights. Perhaps some sort of fuzzy match for copyrights makes sense. While you would be prohibited from redistributing existing code, code that is somewhat removed yet accomplishes the same tasks would be ok.

    Clearly there is no easy solution, but anything that pushes innovation and opens up markets is worth considering.

  97. Is he the devil? by rokzy · · Score: 0

    the patent system is broken, retarded, unfair, abused, and very very expensive.

    he's talking about only wealthy people and businesses being allowed rights.

    I hope this guy dies very soon and in the most painful way imaginable.

  98. You can't patent binary by rumblin'rabbit · · Score: 1
    You can't patent binary. Patents protect the commercial use of an invention.

    In other words, it's perfectly fine to write, compile, link, and run software that uses algorithms covered by other people's patents. It's only the running of the program for commercial advantage which is protected.

    1. Re:You can't patent binary by lynx_user_abroad · · Score: 1
      Patents protect the commercial use of an invention.

      Um, no. a patent grants the owner rights to control the expression of the idea. If I own a patent for a kind of mousetrap, I can press a case against both the person who builds such a device without my permission and the person who uses such a device without my permission.

      In other words, it's perfectly fine to write, compile, link, and run software that uses algorithms covered by other people's patents. It's only the running of the program for commercial advantage which is protected.

      Wishful thinking, I'm afraid. Even if the patent owner has little motivation to go after people who aren't making a killing off the patent, it's still protected. You could easily code your own One-Click, and as long as nobody used it you'd probably get away with it. But if you brought it to the attention of Amazon's lawyers, they'd be happy to explain things to you at their usual hourly rate.

      --

      The thing about things we don't know is we often don't know we don't know them.

  99. +mandatory source publishing by Anonymous Coward · · Score: 0

    The GPL was designed to protect 4 freedoms. The freedom to:
    0 - execute
    1 - study
    2 - share
    3 - fork
    The source code is needed for freedom 1 and 3.

    Abolishing software copyright, when combined with mandatory source publishing would give the users of all software these freedoms, making the GPL unnecessary. So, if this is the way the wind is blowing, the GPL shouldn't get in its way.

    Personally, I would prefer not to resort to a legislated solution. I prefer to give FS the change to beat proprietary software on its own, proving that its a more efficient method. But thats just my opinion.

  100. OT: Win95 NOT useless by davidwr · · Score: 1

    I'd LOVE to have free-as-in-beer licenses to Windows 95. As it is, it's $10-$20 on e-Bay these days. I do work with an organization that gives computers to kids. These kids can't afford dialup, so a firewall isn't a problem. The schools have antivirus programs so home/school transmission is less of a risk than it might be.

    They need a word processor, a paint program, and some games to keep them entertained. They need a floppy disk so they can take their work too and from school.

    PS: I'm lobbying for Linux.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  101. your scenario is here today by davidwr · · Score: 1

    Well, your EXACT scenario isn't but the general one is.

    If I'm greedy and come up with a truly novel way of sending and receiving email messages, I'll file for a patent, and our brain-dead patent office will surely grant it. Heck, if it's truly novel, it probably deserves a patent even under a sane patent regime.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  102. WTO by tepples · · Score: 1

    Congress is entirely capable of abolishing copyright thoroughly within the US.

    "Within the U.S." But can Congress easily back out of the Berne Convention, which requires member nations to recognize each other's copyrights for at least life plus 50 years, without severe WTO sanctions?

    1. Re:WTO by cpt+kangarooski · · Score: 1

      Yeah, we probably could, by also dropping out of the WTO, with it's horrific TRIPS agreement.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    2. Re:WTO by tepples · · Score: 1

      Wouldn't dropping out of the WTO cost the United States its export markets?

    3. Re:WTO by cpt+kangarooski · · Score: 1

      No, it would just mean we'd have to renegotiate.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    4. Re:WTO by Yartrebo · · Score: 1

      Only if said countries like seeing the pointy end of our bombs. If we can force countries to agree to stuff like TRIPPS and the WTO, they'll agree to repeal them.

  103. An important point by fyngyrz · · Score: 2, Insightful
    Ah, and here is an important point! Patents are very easy to obtain for large companies.

    Speaking in a US-centric manner: And here is an even more important one. Assuming, for a moment, that a small player does manage to obtain a patent, the small player cannot afford to defend this patent in court. Or a copyright. A large company has the deep pockets required to tie up a small company long enough to bankrupt them in the pursuit of what should, on the face of it, be a clear and simple pursuit.

    This is not because the patent system is broken (though it is), and it is not because copyrights are broken (though they are) and it is not because corporations are misbehaving (though they are) -- it is simply because the legal system in the US is broken. Money is the fulcrum upon which all these legal levers develop their power; and corporations always hold the longer end of the lever.

    The reason for this, in turn, is because US law is broken. In the end, the finger has to point towards the legislature for (a) enacting incredibly stupid law and (b) not getting rid of law when it is bad, but instead enacting new (almost always worse) law that cannot be dealt with in court in a reasonable, timely and inexpensive manner. To put a fine point on it, if laws were well written, you wouldn't need lawyers.

    The law says you can't do this. Did you do it? Yes? Guilty. Smack!

    To pursue the leverage analogy, the fulcrum needs to be moved to the middle, where a shallow-pockets player has an equal amount of leverage to that which may be obtained by a deep-pockets player. Until, or unless, that is done, large players will have the decisive advantage. There is no way around it.

    If, for instance, the fellow who is the subject of this article had any chance of success (he doesn't), every corporation that has a stake in intellectual property protection through copyright would be on him in a heartbeat, and that would be the end of him. Of course, since he has no chance whatsoever, they're ignoring him.

    If he were to succeed for some random reason (the judge was a user of hallucinogens, for instance) then the corporations would simply buy congress, pass new law, end of problem. That's the way it works. You have money, you control your situation. You have "rights", they get adjusted by those with money so that the benefits accrue to them, not to you.

    You want protection for software so you can sell it? Here is the key: Trade secret. That's the ticket. Innovate, implement, sell, provide outstanding customer service. Maintain absolute secrecy. Force competitors to re-invent. Be clever about it so that if your code is stolen, it will cause major technical problems. While selling, begin to innovate again. Lather, rinse, repeat. By the time your competitors have figured out your last innovation, you're selling a new one.

    Copyrights and patents are for the big guys. Oh, a small guy can claim copyright, and they should simply because it is free, but it truly doesn't matter since they cannot defend it.

    Trade secret. That is the secret. Of course, if you cannot continually innovate, then you don't get to play long-term. Is that a bad thing? I don't think so.

    We now return you to your regular reaming by the system. Please assume the position.

    --
    I've fallen off your lawn, and I can't get up.
  104. Patents vs Copyrights by siriuskase · · Score: 1

    Assuming computer code needs protection, I would much rather see it copyrighted than patented. A patent would prohibit or at least complicate the reuse of an algorithm whereas copyright simply applies to the particular implementation. A patent would be like prohibiting all "How To" books on a subject instead of simply unauthorized copying of the text an author used to express an idea.

    Of course, this begs the question of whether computer code needs protection at all? In my opinion, source code should receive the same protections as any other procedure manual. And so should any code compiled from that source code, since the compiled code is simply the source code translated into a different format, media, or language.

    IP law recognizes that it would be stupid for inventors, authors, and other creators to work in a vacuum. If innovations could only be protected by being kept as trade secrets, all creators would need to start from scratch. This is not the way things work, not if you want to allow progress. Progress depends on creators building on the work of those who came before them. If source code was copyrighted, by law it would be available to other authors and could be cited in their work.

    So IP law creates a limited monopoly. In exchange for publicizing their work, which benefits everyone even the creator, creators are allowed to profit from it. If creators would rather keep their work to themselves inspite of it being of use to others, then the monopoly needs to become more profitable. But additional use of creative work adds value to the original work. Society, original creators, and creators who build on an existing idea should all benefit. IP law exists to provide a means for all interested parties to negotiate fair use and fair compensation.

    --
    If you must moderate, please moderate as irrelevent, not something bad, because I'm sure someone will find this interest
  105. Patents are not the answer by GeorgeWBorscht · · Score: 0
    My fellow Americans, patents are not th' answer. Though I believe in a strong, free market, patent protection will not protect America's small software develupuhrs. Let me paint you a picture.

    Assume copyrights have been extinguished in favor of patent protection. Id puts out Doom 4. Everyone likes it, but many many terrorists don't want to pay $55 for it. Since copyrights no longer exist, many terrorists copy the game freely and Id goes under. Let's flip it and look at it from the patent side.

    Assume copyrights have been extinguished in favor of patent protection. Bungie patents their way of drawing models. It's a broad claim, and just about anyone could be construed to infringe.
    Scenraio A) Id releases Doom 4. Everyone likes it. Everyone likes it so much, Halo 2 sales on the PC dry up. Bungie sues Id and Id goes under.
    Scenario B) Id can't move forward out of fear of infringing Bungie's patents, can't release any Doom games unless they use Doom 3 technology, and they go under.

    Now the scernarios are not mutually exclusive, that's true. But relying on one protection scheme for software doesn't make sense, ESPECIALLY given copyrights and patents protect different things. Patent protection does nothing to stop people from making copies of the games, while copyright does not protect you from gaining protection on some truly inventive aspect. If anything, the bar for software patents should be higher, and people that copy games should be liable. I don't buy the argument that little johnny can't scrape up $50 to buy a video game so he should download it. Wrong. Little johnny should go outside and invent some fun if he can't afford the price set by Id.

    --

    I'm GeorgeWBorscht, and I approved this message.

  106. Bogus story? by Anonymous Coward · · Score: 0

    Who would be the defendent in this lawsuit? What damages could the plaintiff be claiming?

  107. Right idea, wrong implementation by Anonymous Coward · · Score: 0

    I think this lawsuit is going in the right direction, but is the wrong implementation. Software should be copyrighted, and I don't believe that any patent rights should exist. However, software should have a special "technology" copyright applied to it that last a shorter period of time, say ten years. That would mean that people could view source code and learn from things that were developed ten years ago, but companies could still be protected from software piracy. I know ten years doesn't seem like very much, but pull out your old software disk from ten years ago. The software released in 1995 is pretty much useless today, but we can still learn things from it to help us improve on products today. As far as patents go, as it's been said, their too abstract. Because they protect an idea, not an implementation their dangerous in the software industry. Under patents, KDE, Gnome and the like could easily be in violation since M$ created the first "windowing" operating system, which is what all of these programs are. We would have to come up with a completly new way of presenting the OS. With copyright, I can produce a new "windowing" OS but implement it differently than M$ and I'm safe. What about GZip, if I'm not mistaken, PKZip was the first zipping program. Can't compress files if there is a patent on the idea of doing that. How about your web browser, "A program that graphically displays information downloaded from a server via a local or wide area network connection", there goes all but the first to do that (I think it was Netscape). The point is, patents are far more dangerous to the software industry than copyright ever will be. The only thing that needs to be done to copyrights is 1)shorten their length when it comes to software, and 2)loosen the "fair use" restrictions when it comes to software, that is to say, make the copyright apply to the application as a whole, and not to every function in the code.

  108. Bad for the GPL, great for the FSF? by Cuthalion · · Score: 1

    The goal of the Free Software Foundation, the GNU project, and Richard Stallman, are not to have a strong enforcable GPL, they're to be free to use, screw around with, and redistribute software. The GPL is a means to that end, a way to use current copyright law to enable them/us to do that with some software.

    The GPL's goals being achieved pretty much universally would make it obsolete, yes.

    As for patents, those already exist, and are already a problem. The GPL is pretty toothless in terms of patents (operating, as it does, in copyright space). Patents simply could not begin to replace copyrights for software - the restrictions on them (duration, originality, non-obviousness, cost) are too strict for them to be as ubiquitous a protection as copyright currently is.

    --
    Trees can't go dancing
    So do them a big favor
    Pretend dancing stinks!
  109. Re:Source code is expressive. Object code is not. by amorsen · · Score: 1

    The MS EULA does not rely on copyright law. It restrains you from doing things that copyright law doesn't prohibit.

    --
    Finally! A year of moderation! Ready for 2019?
  110. It's not COPYRIGHT, it's LICENSE by argent · · Score: 2, Insightful

    The problem is not the copyrights. Copyrights don't do anything to control how you use software, they just provide a handle for the publisher to impose a license on you.

    When you "buy" a program, you don't buy a copy that you can use under normal copyright terms, you buy a license to use the software.

    If software was patented, they would come up with a similar scheme to impose similar licenses on you using patents instead of copyrights. It might even be easier for them to impose draconic restrictions for most users.

  111. Proof that software is unique. by Anonymous Coward · · Score: 0

    This is a consequence of the uniqueness of software. Both patent and copyright apply to software. Running a program is similar to watching a movie. There is art, presentation, story, etc. But because programs are interactive, there is also process. The presentation is copyrightable, the process is patentable.

  112. I really don't see this working by jonbryce · · Score: 1

    Firstly, genious is 1% inspiration, 99% perspiration. Copyright protects the 99% perspiration.

    Secondly, even by the extremely lax standards set by the US Patent Office, very few software programs contain patentable inventions.

  113. this ain't no stinking source code... by Papyrus · · Score: 1
    this is poetry.

    As poetic works of art how can copyright be denied to "source code"?

    I think most of the /. crowd would agree that good code is easily the equivalent of poetry.

    Most laypersons might even mistake "source code" for the works of e.e. cummings

  114. Patents and Ideas by bMuZal · · Score: 1
    #DEFINE IANAL

    While patents protect an idea--say, a way to direct traffic on the Internet--copyrights only protect the expression of that idea, usually the written code that tells the computer what to do.

    Unfortunately, the conception that patents protect ideas is a big problem. Patents do not cover ideas, and were never meant to covered ideas. For example you can't patent the ability to process cotton, however, you could patent a machine that processed cotton in a specific way (example: cotton gin) However, when patents are applied to software, they essentially cover an idea. This is why software patents are broken.

  115. Re:Combine this with opensource and this is a winn by alanQuatermain · · Score: 1
    They wouldn't need to publish anything.

    Well, that's kind of true. However, for a patent you do have to provide some quite detailed information on the implementation of the 'invention' - that's the whole point of the patent; you tell other people how to implement it.

    That doesn't have to be source code, no, but if copyright were to be removed from the equation, then in order to promote competition each software patent would have to be very precise in its description. Otherwise we'd find ourselves with only one available mail client and only one available web browser, for example.

    Notwithstanding the code/pseudocode/circuit-diagram 'representation' issue, the thing that is being patented must be described in full. I've been named on a software patent (still waiting to be issued, at six years and counting...) and there was no real code supplied in that - but there were circuit diagrams and pseudocode aplenty, enough that someone code re-implement the invention themselves, but not enough that they would have to infringe the copyright on our C/C++ implementation in doing so.

  116. Three words... by Overzeetop · · Score: 1

    That's crazy talk!

    --
    Is it just my observation, or are there way too many stupid people in the world?
  117. [OT] Your sig by alienmole · · Score: 1

    Re your sig, Neal Stephenson's book "Snow Crash" is a good, gentle introduction to the issue of the connection between religion and the occasional human propensity to hear voices.

  118. Have you been asleep for a few years? by Saeed+al-Sahaf · · Score: 1

    Remember CherryOS? Remember NOUMEROUS /. stories on various Wine rip-offs??? Various p2p packages folded into commercial spyware??? Have you been asleep for a few years?

    --
    "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
  119. He has it backwards by SirLanse · · Score: 2, Insightful

    Can you patent a song? Let people make lots of copies of your writings? NO: Remove patents from software, and only keep copy right protections. I don't want you to copy my programs and sell them as your own. I don't think 'ONE CLICK' is a novel anything that should be protected for a second. He wants to protect the ideas, but not the product of those ideas. Yeeaaaaahhhh...

  120. Software patents done right by bacchusrx · · Score: 1

    Patents are supposed to cover actual working implementations of novel inventions. They're not supposed to include mathematical formulas, nebulous "business methods," "one click shopping" and so on.

    Patents cover, for instance, a novel implementation of a mousetrap, but, not all things that trap mice.

    In exchange for the exclusive right to develop and manufacture your mousetrap, you also agree to make the details and specification of your invention public, to enrich the public good and to encourage others to build on what you've created.

    Once the period of your patent is up, anybody with the wits can look up your patent and build his own copy of your mousetrap. Even while the patent is in force, he can take your idea, improve upon the design, and make his own, different -- maybe better -- mousetrap.

    So how does this apply to software?

    The implementation of software is its source code. Conveniently source code is also the best specification of software -- it's a functional description of the underlying invention, from which the invention itself is derived.

    So if the patent can only cover implementation, it should only cover exact replicas of some source code. Just like my mousetrap -- which only covers the exact mousetrap for which I've submitted blueprints and specifications -- the patent on my software only covers my implementation: not my implementation translated from C into Lisp, or my implementation changed or improved upon so that it functions differently, nor someone else's software that does the exact same thing but written from scratch and whose source is utterly unrelated.

    Now, not only is the patent limited to the original working source -- in contrast with the "1 Click" patent for instance -- but since the source is the thing under patent, it is obviously publically available.

    All (patented) software becomes free software.

    Contrast that scenario with the present regime of software copyright. The GPL goes a long way to turn copyright against itself and secure free software rights for users, but, wouldn't it be better if those rights were universal to all software?

    If patents are done right, it balances the rights of developers against the public good much more carefully, co-operatively, and thoughtfully.

    Patents are universally loathed at places like Slashdot because the patent office is abused with nonsense patents. Cure that, and, software patents start to look quite attractive.

    --
    Life after capitalism? The participatory economics project
  121. No Copyright? by FullCircle · · Score: 1

    Without a copyright, doesn't that mean that you can make unlimited copies of commercial software as long as you don't sell it?

    I suppose that somewhere along the line, someone would have to remove the EULA, which would put that single person in violation of the contract, but those who never agreed to the EULA would be in the clear.

    --
    If tyranny and oppression come to this land, it will be in the guise of fighting a foreign enemy. - James Madison
  122. Going nowhere by cfulmer · · Score: 2, Informative

    Having just gotten out of my IP exam....

    (1) Patents are a lot more expensive and time-consuming. Copyright is free.
    (2) Copyright protects expression, (loosely defined -- computer programs have a lot of expression), patents protect inventions. Most computer programs do not have the necessary novelty and/or non-obviousness to be considered inventions.
    (3) The Supreme Court has already had a chance to decide that copyright does not extend to software, but declined to do so. See Computer Associates v. Altai.
    (4) The shift would effectively put all current software completely out of IP protection -- if you put your invention out for public use and don't file for a patent w/in one year, you're out of luck. Most software is > 1 year old, so this would mean no copyright, no patent.

    If there's a change to be made here, it will have to be Congress doing it, not the courts.

  123. Why should.... by spirality · · Score: 1

    this piece of code:

    int main()
    {
    bool ipLawIsBroken = true;
    while ( ipLawIsBroken )
    {
    ipLawIsBroken = (legislate() && sue());
    }
    }

    be any less copyrightable than this:

    Intellectual property laws are broken. We need congress to fundamentally repair it. However, even after congress has passed new laws that address some of it's current problems we will still need some cases to come to court to clarify it.

    So basically, if I RTFA correctly, if a computer can read and make sense out of something it becomes uncopyrightable. So let's get philosophical and go to the code is data, data is code, bag of tricks and pull one out. Isn't an MP3 file a program that a MP3 interpreter can read and make sense out of. Does this make it software and thus uncopyrightable?

    1. Re:Why should.... by johnbeat · · Score: 1

      No, an MP3 file is not a program. That would be pretty dangerous if it were.

      In general, though, instructions are not copyrightable. Neither are the normal way of saying things. Your paragraph about "Intellectual property laws are broken" is not copyrightable either (imo), because it's so short and so obvious that it is the way people will normally say it.

      The question really is why that code you listed would be any *more* copyrightable than a short paragraph that is probably *not* copyrightable.

      In general, *nothing* is copyrightable. The natural state of any new thing is that it is not copyrightable. Things become copyrightable because congress makes them copyrightable.

      Instructions, and the text of instructions normally, are not copyrightable. You can't copyright a recipe, for example. You can't copyright game rules. You can't copyright chord progressions. You can copyright sheet music, because congress specifically made music copyrightable (in 1909, as I understand it).

      If you meant to analogize larger works of computer instruction code to larger works of prose, the reason that the code should be less protected than the prose is that the former is pure instruction, and the latter is not.

      Jerry

    2. Re:Why should.... by spirality · · Score: 1

      Yes, you can actually think of an MP3 file as a program. The "program's" interpreter is the MP3 player. It's really no different than saying a text file is a program and that perl or python can interpret it to some end. As a programmer, understanding and exploiting this idea is important. In fact this idea, which I have probably presented in butchered form, is central to programming language theory.

      My previous comment by the fact it was written, is copyrighted, as is this one. Now, I understand it was trivial and gramatically lacking, but nonetheless it is copyrighted. Certainly you would not argue this point if it had been the last paragraph of a couple pages of op-ed journalism right?

      Code perhaps falls into the same catagorey as sheet music.

    3. Re:Why should.... by johnbeat · · Score: 1

      If you're going to call an audio file a program, or a zipped text novel a program, then you've bastardized the noun "program" to the point that it means nothing. A newspaper opinion piece written on paper could be a "program" in that sense. It makes the word pointless.

      Certainly you would not argue this point if it had been the last paragraph of a couple pages of op-ed journalism right?

      Of course I would: as I stated previously, if the paragraph states an obvious thing in the standard way of stating that obvious thing, then it cannot be copyrighted.

      I can't write "John Doe is a poor candidate. Do not vote for John Doe." and then forbid anyone else from writing that because I wrote it first. If someone wants to say that John Doe is a poor candidate, those are the words they're going to use. They're not copyrightable.

      Jerry
    4. Re:Why should.... by spirality · · Score: 1
      You can only consider a glob of data a program in the context of an interpreter that will run it. A Pentium processor can only directly interpret programs that are written in its dialect of machine code. An executable that is copied from a PPC to an x86 ceases to be a program in the x86 context. It is only a piece of data, and probably not a very useful piece of data at that!

      XMMS is an interpreter of mp3 files. Therefore foo.mp3 is a program that runs on the XMMS virtual machine. Now this "mp3" language is certainly not a general purpose programming language. That is, it will not pass the Turing test. It is useful to look at things in this light sometimes. The art of computer programming revolves around writing interpreters.

      Let's consider a more ambiguous example. Is an XML file a program or is it data? Certainly it is always data, but when can an XML file be considered a program? It would seem that if it contains SOAP syntax it could be considered a program. Suppose I write a program that reads XML files of the form:
      <program>
      <add lhs="2" rhs="3"/>
      <add lhs="5" rhs="6"/>
      </program>
      and that program produces the output:
      5
      11

      Can't that XML file be considered a program in the context of my newly created interpreter? How is this any different than if my interpreter reads a file and plays some noise through the computer's speaker?

      The point is that everything is data and that a particular piece of data can be considered a program in the context of a particular interpreter. This is not a bastardization of the noun program, but an elegant description of it. :)
    5. Re:Why should.... by johnbeat · · Score: 1

      The point is that everything is data and that a particular piece of data can be considered a program in the context of a particular interpreter. This is not a bastardization of the noun program, but an elegant description of it. :)

      But you've made "program" be absolutely any thing which could be a file. If the act of displaying a file turns it into a program, every file is a program. By making even straight data files such as MP3 files into "programs", you've turned everything into a "program", making the word "program" for all practical purposes worthless.

      You might as well just call everything "thing" and every person "Bruce".

    6. Re:Why should.... by spirality · · Score: 1

      You are not a Unix user are you? Any (text) file can be a program in the context of an interpreter.

      Please address the XML example.

    7. Re:Why should.... by spirality · · Score: 1

      I think I've found a better way to state this.

      A file is always a file. One can not say in absolute terms, no matter its contents, if that file is a program or inert data. The only way to answer that question is in relation to an interpreter. If an interpreter can read that file and execute instructions based upon its contents then that file is a program in the context of that particular interpreter. If not, it is inert data.

      A program is always data, but data is not always a program.

  124. This guy is infringing copyright by ikekrull · · Score: 1

    He has acquired copies of hundreds/thousands of pieces of software, is using them for commercial gain, and doesn't want to pay for them for some reason that simply escapes me.

    He needs to either negotiate with the software authors/publishers to get 'special dispensation' to use their copyrighted works in his specific application free-of-charge, or he needs to purchase the software outright.

    Every creative work is subject to copyright - there really isn't that much of a grey area here.

    People like SCO have recently confused the issues by outright lying and fraudulently representing their interest in software products, however this is a problem with 'due process', not with copyright.

    What he really needs to be suing for is a clear definition of what 'Fair Use' is, and if his application falls outside that definition, then tough cookies, he's breaking the law and is liable for hundreds of thousands of dollars in dmages or jailtime, just like every other mom, pop and grandma with a pirated copy of Windows and Office on their machine.

    Perhaps he should also be suing for higher evidentiary standards in copyright cases - certainly the abolition of copyright for computer software is totally inappropriate and would disenfranchise the vast majority of software rightsholders (including GPL and other Free/Open licensors)

    --
    I gots ta ding a ding dang my dang a long ling long
  125. Re:Source code is expressive. Object code is not. by csbruce · · Score: 2, Insightful

    Object code is not human readable, therefore it is better thought of as a device than as a form of expression, therefore, prima facie, it should not be copyrightable (IMHO, IANAL, SMC, HAND).

    Mechanical translations of a copyrighted work are copyrightable and should be. Suppose that I take any copyrighted digitized work and encrypt it. It is a mechanical translation that is no longer meaningful to humans and therefore loses its copyright. Now I unencrypt it and I have a perfect uncopyrighted copy of what I started with and I can do anything I want with it. Brilliant.

  126. significant benefits by brlewis · · Score: 1

    Patents provide a monopoly much moreso than copyright. Investors love monopolies because they're so predictable. Investment gets awfully messy and complicated once competition enters the game. The free market is the enemy of the investor, and software patents help keep the free market at bay.

  127. To be fair.... by Anonymous Coward · · Score: 0

    Greg Aharonian is definitely aware of the absurdity of software patents (and some non-software patents too). Have a quick query of him such as this one: http://www.google.com.au/search?q=Greg+Aharonian to get an idea.

    Greg apppears to be trying to draw attention to the issue for either selfish or altruistic reasons. Your guess is as good as mine...

  128. Limiting software copyrights is a good idea.... by swillden · · Score: 3, Interesting

    ... even if software patents aren't.

    I've written about this idea in various places, and this seems like another good opportunity: Copyright protection for software, as it works now, is seriously messed up.

    Copyright has, until recently, been well-understood to be a balance between the interests of the author and the interests of society, with the ultimate goal to enrich society. Specifically, it's a solution to the problem that, say, a book author has: if he publishes his material, it can be copied. He can maintain control of his work only by keeping it secret. So, society agrees to grant him a monopoly over his work, but with some limitations. Key among those limitations is that his ideas and techniques are NOT, repeat, NOT protected. That way society can benefit from other authors picking up those ideas and techniques and expanding upon them.

    This is different from patents in that patents provide stronger protections but for a more limited time period, specifically, patents do provide a measure of protection for ideas. Also, patents can only be obtained through a process of public disclosure, so that others can pick up the ideas and perhaps build upon them.

    Both mechanisms are intended to *promote* progress through the promulgation of ideas. Now, traditional copyright law has not had any publishing requirement because it hasn't been necessary. You can obscure how a machine works, but you can't hide the words you use in a book, or the notes you use in a song. Copyright without publication didn't make any sense, so no one worried about it.

    Software changed that. Now, it is perfectly possible to both publish your work *and* to keep it a secret at the same time. By publishing an opaque binary while keeping the source secret, you obtain both copyright protection and trade secret protection on the same work -- and perhaps patent protection as well. This is an abuse of the system, which was never intended to provide such double or triple coverage. This abuse destroys the careful balance that was established between society and creators, at the expense of the society that is then tasked with enforcing the imbalance!

    There are numerous ways in which current IP law is out of synch with the social contract that purportedly underlies it, but in my opinion this is one of the worst.

    In my opinion, the way to restore the balance is to extend copyright protection only to software whose source code is published along with the binary. This does not mean that it has to be Free Software; the owner can still reserve all rights to reproduce it or prepare derivative works, but anyone who bought a copy would be able to read it and learn from it.

    Companies who had important new techniques that they did not want to share with the world could refuse to publish source and rely instead on trade secret and contract law to protect their work. But the law should not provide copyright protection for that work, nor could it provide patent protection, because patents must published.

    I'm actually not wholly averse to software patents, either, but such patents should be (a) short and (b) held to a very high standard for approval or review.

    We need to restore the balance to IP law. It's so far out of whack right now that an increasing number of people simply consider it all to be bad, and that is a terrible outcome. IP is important, and will be increasingly important. For that reason, we need sane laws that implement the social contract mentioned in the US Constitution and provide proper balance between the competing interests.

    --
    Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    1. Re:Limiting software copyrights is a good idea.... by johnbeat · · Score: 1

      By publishing an opaque binary while keeping the source secret, you obtain both copyright protection and trade secret protection on the same work -- and perhaps patent protection as well. This is an abuse of the system, which was never intended to provide such double or triple coverage. This abuse destroys the careful balance that was established between society and creators, at the expense of the society that is then tasked with enforcing the imbalance!

      Dammit, I modded his one up and then posted a reply to a different message here, losing mod point privileges on this discussion. Someone else hit this one, it is an extremely important point in my opinion. If the source code is not available, the purpose of copyright has been completely subverted. The whole point of copyright is that works be made public!

    2. Re:Limiting software copyrights is a good idea.... by Anonymous Coward · · Score: 0

      " Now, it is perfectly possible to both publish your work *and* to keep it a secret at the same time. By publishing an opaque binary while keeping the source secret, you obtain both copyright protection and trade secret protection on the same work -- and perhaps patent protection as well. "

      This is wrong.

      First, if it's patented, then it's not secret. You can't keep a patented thing secret, you have to publish the description in the patent database.

      Second, there's no real difference between a program being released in binary while retaining source code as a trade secret, and selling Coca-Cola while retaining the syrup formula as a trade secret.

      There' nothing unusual or unfair about it.

    3. Re:Limiting software copyrights is a good idea.... by swillden · · Score: 1

      First, if it's patented, then it's not secret. You can't keep a patented thing secret, you have to publish the description in the patent database.

      True, but not really relevant to the point. Actually I should not have mentioned the patents in this bit, since they really just confuse the issue. The key point is that both copyright and trade secret protection would apply, a never-intended situation. Patents may apply to the software as well, but that's okay (assuming they're really patent-worthy ideas), because those ideas are disclosed publicly, maintaining the balance.

      Second, there's no real difference between a program being released in binary while retaining source code as a trade secret, and selling Coca-Cola while retaining the syrup formula as a trade secret.

      The difference is that Coca-Cola does not get copyright protection. You need an example of something that is copyable.

      There' nothing unusual or unfair about it.

      It's not a question of normalcy. And I don't know how you can say that it's fair. Software copyright, as is, is completely one-sided in favor of publishers. Society gets nothing. We don't really even get the material once it falls into the public domain (even if that weren't an insanely long time away) because the source code will never, ever see the light of day. Heck, even the programs on the dollar bin in Office Max are already completely lost... for many of them that source code exists *nowhere*; the companies are defunct and the source is just gone.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    4. Re:Limiting software copyrights is a good idea.... by fossa · · Score: 1

      Well said. This is also my chief complaint with the current software copyright debacle. The publishers are cheating at the game (the contract between society and the publishers or authors).

  129. How does this serve his goal of a better USPTO? by borgheron · · Score: 1

    He probably means well and this is the first I've ever heard of this. I'm not sure about the effects of this. Greg's overarching goal has always been to make the USPTO realize that it's issuing bad patents and to fix a broken system.

    I'm wondering how this serves that purpose since, by eliminating copyright on software, companies would be more inclined to get patents on every single little aspect of the software they are developing. So far from helping the patent situation, it would make it worse as companies might feel *compelled* to get patents to protect thier IP!

    Greg, if you read this, please let us know what the logic is here.

    GJC

    --
    Gregory Casamento
    ## Chief Maintainer for GNUstep
  130. duration of patent protection by brlewis · · Score: 1

    For 7-10 year development, a 20 year patent seems reasonable to me. For software (assuming there is actual legislation making them patentable, as opposed to misguided lower court decisions as we have now), the right patent duration would be about 4 days.

  131. -1 kiddo by Anonymous Coward · · Score: 0
    you don't understand the difference between the legislature and the judiciary, huh?

    i think the last bit is most applicable to you: This is a stupid idea, and you're a stupid person for suggesting it.

  132. Sorry, no. by Anonymous Coward · · Score: 0

    Without copyright the GPL is worthless.

    Without a willingness to take violations to court, or even make the threat, the GPL is worthless.

    So far, alledged violations have been ignored or 'settled out of court'.

    (If someone knows of a violation settled via a court, pls post a link.)

  133. Is Software a Tangible Thing? by Migraineman · · Score: 2, Interesting

    The biggest headache I have with all this legal crap is that software companies want both patents and copyrights to apply to the software product. Copyright applies to non-tangible items like the words inside a book, a musical score, and ... software. Patents apply to tangible items like engines, razor blades, sewing machine needles ... note the lack of "intellectual property."

    I don't see how software can receive protection under both programs. I believe that's part of the problem. There's a fundamental arguement that hasn't been settled - the lawmakers need to declare that software is either IP or tangible-goods. Once that's done, you use either copyright or patent, respectively. You don't get both.

    If software is IP, which is the classification I believe it should have, then you don't get patent protection. None. Can you place your "patented algorithm" in my hand? No no no, that's a piece of paper with some scribbling on it. I want just the algorithm. You can't do that? Copyright ...

  134. Software Copyrights by distortion311 · · Score: 0

    I am the owner of Distortionsoft, the software division of www.distortionfile.com. I write and offer games on my website for purchase. I have currnetly aquired niether a patent nor a copyright for the games I develope. I request in my installer that noone manipulate or modify the game code, but do not request that users not distribute my software. I have so far found this to be effective, but fear that my characters may be stolen. If they make it even harder for me to be protected against this threat, It will not be possible for me to do so. And I will just have to hope that noone steals what is essentially my lifes work. There is a short game demo available for download on my site now that reflects what my potential is, and an explaination of future plans. I also write shorts stories on my site that are other wise un-published or protected. If someone profited from these materials without my consent, I would be powerless to stop them without the ability to gain copyrights. I don't think this decision is fair to small time developers like me. Please adress replies to blakecrawford@distortionfile.com

  135. Impossibles, Earthsea, Magic, Et Alia by stuffduff · · Score: 1
    It's the story of the Impossibles all over again! Maybe the reason that there are no magicians, super-heroes etc. is that they have been reorganized, collectivized and legislated out of existence. It used to be that a person with a good idea and a modest amount of computer skill could actually accomplish something great! Now we've almost completely been regulated into mediocrity! What made the computer great was more often the common person who had a good idea and the passion and commitment to see it through.

    Personally I don't really give a 'whopping whoopty-doo' that someone has a copyright or a patent on an idea, wraps it up in the cloak of 'process' and denies it for all other uses. If someone else realizes that something can be done and improved on why don't we just let them do it? Microsoft pays for studies that show that Linux may infringe on some 200+ patents. No one set out to 'infringe' on anything, they just had an idea about a different way to do something and put the sweat equity into it to make it work. And for every one that has worked out there are several orders of magnitude worth of ideas and techniques that didn't work at all. Sourceforge has about ten times the users as they do projects, but they sure don't have ten users per project! We need a process that encourages and empowers those who can and do make changes and improve things. Instead we chase them with lawyers who want to be sure that two specific assembly language instructions don't appear one after the other because someone else already did that and has the copyright and or patent to prove it. What we have is a litigious society that punishes those without the legal muscle to defend themselves, and in the process we deny everyone the benefits of a whole generation of innovators.

    --
    "Can there be a Klein bottle that is an efficient and effective beer pitcher?"
  136. Biggest problem in Patent vs. Copyright protection by raehl · · Score: 1

    One problem with moving to a "protect your software through patents" model is that obtaining patents is (relatively) expensive, on the order of thousands of dollars per patent on the low end, not to mention 1-3 years of time. So if the only way you can protect your work product, if it happens to be software, is through a patent, that creates a heavy bias towards needing to already have money in order to create, and protect, new software. It also forces you to wait 1-3 years to release your software if you want it protected when you release it instead of having to come back 1-3 years later and enforce your then-acquired patent.

    Additionally, the vast majority of software work is not patentable - it's "mundane" stuff. But it's still expensive to produce, and still needs to be protected.

    Software also deserves to be protected by copyright for another very good reason - you can duplicate it for free. Things we traditionally PATENT have a cost of construction - there are raw materials, factory for assembly, workers paid to assemble, etc, and things we've traditionally patent are used to DO something - i.e. increase efficiency, whatever. Software lives in both worlds - particular new algorithms function much like newly invented widgets in that they increase efficiency somewhere, but software can also be duplicated for free, much like what we traditionally protect with copyright.

    If I produce and sell widgets that are used in a factory to increase production, I can patent my widgets and have exclusive right to produce them for 20 years. After that, other people can duplicate my widgets, BUT ONLY if they also invest in their own widget-producing factory, buy the raw materials to produce widgets, and pay people to produce widgets. I may no longer be able to charge as high of a price for widgets since I now have competitors, but I am not forced out of the widget business either, I'll just have lower margins. And people who just want a handful of widgets will still have to buy them from someone else, since the costs of starting their own widget factory will be prohibitive.

    Copyright is what makes software work like widgets. Without copyright, once my software patent expires, anyone can do what my software does for free merely by copying my software. With copyright, they can still implement the same patented function, but they'll still have to pay someone else to actually write the code to implement that patented function. Copyright basically enforces a cost to duplicate producing a widget invented by someone else.

    This lawsuit is backwards - copyrights for software are fine - if there's software that does something that you want to do that you don't want to pay for, write the software yourself. What we should be trying to reform is software patents. If someone patented an obvious software algorithm that's preventing you from using your own software, beat that person to a pulp.

  137. Re:Source code is expressive. Object code is not. by Anonymous Coward · · Score: 0

    Consider an art work created in patterns of infrared and ultraviolet light. Or a dog whistle symphony.

    That wouldn't be perceptible to humans without technological aids, but I see no reason why they shouldn't be copyrightable.

    Similarly object code becomes more human-intelligible when disassembled.

    One potential argument would be that the object code is created from the source code, and may involve modifications of the source code which the human creator had no input in. (Compiler optimizations, for example.)

    But that'd still be copyrighted as a derived work, based on the source code. If you record a song, then run it through a compressor/limiter device, the result is still your creation, even though it's been modified by machine and is no longer the same as when you performed it.

    The conversion to object code is kind of like encoding audio into a representation for a different medium, like a CD player. You take the analog, digitize it, encode it as pits and lands on a CD master, and then press CDs. The data on a CD could be seen as being 'instructions' for the analog audio generation circuitry of the CD player. The only time the music is understandable to humans is when it's analog.

    Similarly, a compiler/assembler convert the source code into instructions appropriate for the medium of reproduction, namely, the CPU.

  138. "Retroactive" prohibitions don't apply here. by Ungrounded+Lightning · · Score: 2, Insightful

    Regardless of hwo this might play out, and its implications, I can't see this being retroactive to software that already exists...

    Quite the contrary.

    If software copyrights are struck down by a court as unconstitutional, the effect is as if they had never existed. If the constitution doesn't authorize them NOW, it didn't authorize them THEN either. (Absent a relevant amendment, of course.)

    The prohibition is on PASSING retroactive LAWS (for instance, criminalizing something you did while it was legal and then busting you for it).

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
  139. Disingenuous lawyers by Jelloman · · Score: 1

    "Intellectual property consultant" my @$$. This guys makes money from bad patent hell, just like patent lawyers.

    Anyone who pretends that the U.S. patent system is not horribly broken is disingenuous and a liar/lawyer. Any logic that people attempt to apply to this situation is totally irrelevant, because the slutty PTO (might as well just merge those fuckers together with AIPSLA, and the WIPO too, they're all on the same side exactly) is destroying innovation and EVERYONE KNOWS EXACTLY WHAT'S HAPPENING.

    So people, don't waste your breath/keystrokes arguing with the villains (IP lawyers et.al.), because they know they're wrong already and they're straight up lying about it.

  140. But then GPL wouldn't be needed. by Ungrounded+Lightning · · Score: 1

    How? the way the GPL works is that it depends on copyright. Without copyright the GPL is worthless. People could "take" you code and do anything with it, not have to contribute back, or even put the GPL back on it.

    But the MAIN purpose of the GPL (if I understand it correctly) is to prevent the scenario where a software author donates his work to the Public Domain, only to have someone else upgrade it and keep the upgrades proprietary, locking the author out of extending his own work in the same way. (This is particularly bad if the "improvement" is a bug fix.)

    When the means to lock the author out is copyright, if copyright is declared not to apply to software this prevents the problem. The original author can turn around and incorporate the changes or make similar changes of his own without risking copyright infringement claims. So no need for GPL.

    Patents, on the other hand, explicitly protect exactly such "improve it and keep the improvements" behavior. But GPL doesn't defend against those. (Fortunately, the bar for getting a patent is a LOT higher - though clearly not as high as we'd like when it comes to software.) Domething SIMILAR might be constructed to do so. But it would be a different game.

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
  141. Case is good for anti-patent lobby by L1TH10N · · Score: 1

    I believe this is a case that will be good for the anti-patent lobby. Patents are not meant to protect an idea but protect the know-how in getting the idea to become reality. Any software developer knows that the real substance into getting a vague software concept into reality is the code and really if patents are to be useful then they ought to contain a number of code examples that implement an idea.

    Now according to this case if copyright is meant to protect a implementation of an idea and patents protect an implementation of an idea then they do the same thing. Therefore we do not need to protect software through copyrights because patents will suffice.

    Now the judges involved in the case will need to really wrestle with the ideas behind copyright and patents and they will probably find themselves questioning the need for software patents when copyright offers adequate and appropriate protection for software.

    The ideal outcome from this case would be the judge rulling that it is copyrights and not software patents that is most appropriate for protecting software and it should be software patents that ought to be invalidated and not copyrights. One can dream...

    --
    Yet another ironic recursive statement.
  142. Copyrights and patents by Quiberon · · Score: 1
    You get a US patent by paying a 'tax' to the US Government. Don't pay the 'tax' to the Canadian government, your idea can be exploited there for free. In return for the 'tax', you can use the US courts to stop someone else exploiting your idea in the US.

    You get a copyright everywhere that respects the Berne Convention (pretty much everywhere in the world) by creating something. You can use any court anywhere to stop someone else copying the thing you created.

    Hard to disband copyright in the US without renegotiating Berne. And maybe some people like copyright.

  143. mod this puppy's parent up by deft · · Score: 1

    I'd mod you up because thats pretty interesting, but alas, I started all of this :(
    Someone mod the paret up

    --

    There's nothing Intelligent about Intelligent Design.
  144. Doubly whammy by bbc · · Score: 1

    As a contributor to several free software projects, and as European citizen, I can only applaud this guy's efforts.

    No copyright on software is all FSF/GNU ever wanted. The GPL is a kludge to sort of get to that state, but having copyrights on software outlawed is of course much better.

    Also, the E.U. has a rule of shorter term; with software copyrights outlawed in the US, all American software becomes public domain in the E.U.

    I really hope this guy succeeds.

  145. Kill me now by fireman+sam · · Score: 1

    Because of this fucked up world we live in where one piece of creative work (movies) can be "protected" with copyright lasting forever and another piece of creative work (code) will never be "protected".

    Maybe if I write my code more like a book it can be covered.

    BTW, I am in Australia (spelling: America2) so if the US gets this, well will also get this.

    --
    it is only after a long journey that you know the strength of the horse.
  146. Copyright vs Patents by Anonymous Coward · · Score: 1, Interesting

    Here's my opinion on this. If you come up with a new and innovative way to write a novel, you won't be getting licencing fees from people who move into the same genre, nor should you. Why should it be any different for an algorithm? If you want to make money from your "discovery", build a library containing your algorithm, and sell copies of it to people.

    Software is nothing more than a set of (complex) written instructions. If you had appropriate hardware you could load all your applications from a book. I think copyright law is exactly the right law to apply to software and that patent law is exactly the wrong law to apply. In the case of software, copyright encourages production, patents stifle it. Any self respecting capitalist should oppose patents. Course it's all corporatists these days...

  147. US court can abolish copyright ? by Mr+Europe · · Score: 1

    I guess US has signed treaties to honor copyrights internationally ? Or else we could make up a local patent system, which is VERY expensive for big foreign companies. And without our local patent and no copyright protection, we could copy the sw freely. Greg didn't think that US-patents are naturally not valid in other countries.

  148. Easier then slapping (c) on something by edanshekar · · Score: 1

    Obtaining patents requires more effort then writing 'copyrighted' or (c) and thereby 'are more difficult to obtain.' In this context, the author or editor is correct.

  149. Two different statutes, two different cases by tepples · · Score: 1

    You're confusing Eldred v. Ashcroft with Universal City Studios v. Reimerdes. The case that "made it illegal to possess or even speak the source code to DeCSS" was Universal, a case interpreting the Digital Millennium Copyright Act, which never got past the Second Circuit. Eldred, on the other hand, was a Supreme Court case that upheld the Sonny Bono Copyright Term Extension Act (nothing to do directly with the DMCA) and clarified the interaction between copyright and the First Amendment. If the EFF manages to get a conflicting opinion in another circuit, this clarification could help narrow the DMCA.

    1. Re:Two different statutes, two different cases by Grishnakh · · Score: 1

      Whoops, you're right. Thanks for pointing that out.

  150. Re:Source code is expressive. Object code is not. by Anonymous Coward · · Score: 0

    This is a weak analogy until it's possible to decompile object code back to its original source code. It's certainly possible to take it back to some approximation of original source code with a lot of effort, but the result will most likely be far less readable and maintainable (due to compiler optimisations, for example) and certainly not a direct copy. At best, you'd have a derivative work, but most likely you'd just have an unreadable mess.

    I'd argue that your example only applies in cases where you can reverse the mechanical transformation to recreate either an exact copy or some useful alternative version (such as a thumbnail of a picture). Any sufficiently-complex piece of software cannot be reverse-engineered in a small amount of time.