Slashdot Mirror


FSF Statement on Violation of GPL by RTLinux

bkuhn writes "The FSF has issued an official statement on the GPL violation by RTLinux." nothign surprising here, basically they say that RTLinux is violating the GPL by not releasing the source to their Linux kernel mods, but since the FSF isn't the copyright holder, they can't do much about it. Now it's up to RTLinux to decide if they are gonna do the right thing or not.Update: 09/16 00:48 AM GMT by H : Please check out these comments for more information - it's not a source code violation, but a patent issue.

256 comments

  1. Has the GPL ever been successfullly enforced? by ellem · · Score: 3, Insightful

    Has the GPL ever been successfullly enforced?

    Has it even needed to be enforced?

    --
    This .sig is fake but accurate.
    1. Re:Has the GPL ever been successfullly enforced? by adadun · · Score: 2, Informative

      Has the GPL ever been successfullly enforced?

      In fact, this has nothing to do with the GPL. This is how the copyright laws work; you cannot distribute a program that you don't hold the copyright to, unless the copyright holder has granted you permission to redistribute the program.

      The GPL gives everyone the permission to redistribute the program, provided that they follow the requirements stated in the GPL. Those include, among other things, that it must be possible to obtain the source code for the entire program, including modifications.

      So, this case does not really have anything to do with the GPL. It is a standard case where copyright has been breached.

    2. Re:Has the GPL ever been successfullly enforced? by kilgore_47 · · Score: 2

      This is 100% about the GPL.

      Without the provisions in the GPL about making the source for any midifications open this case would not exist.

      If this isn't a test of the GPL, what would be?

      --
      ___
      The way to see by faith is to shut the eye of reason. --Ben Franklin
    3. Re:Has the GPL ever been successfullly enforced? by WolfWithoutAClause · · Score: 4, Interesting

      Yes. It has always been successfully enforced. It has never come to court though.

      --

      -WolfWithoutAClause

      "Gravity is only a theory, not a fact!"
    4. Re:Has the GPL ever been successfullly enforced? by wfmcwalter · · Score: 2, Insightful
      Never in court. It has, to date, never been necessary.

      Although there is some doubt that some of the provisions of the licence are legally enforcable (particularly the "contagious" aspects thereof), counsel for most decent-sized companies are very paranoid about GPL, as the consequences of integrating GPLed code with proprietary stuff and then losing subsequently in court would be quite severe. They plainly think that GPL is sufficiently well drafted that its enforcability is credible, and they're not taking any chances.

      In the last couple of years, management in larger tech companies has recognised the PR value of free/open code, and recognised also how damaging being seen to violate GPL or similar licences would be, so that's another reason larger companies are careful not to intentionally violate GPL.

      I'd venture to suggest that the great majority of cases where the GPL is broken are done through ignorance, either that the code in question is GPLed or ignorance of the implications of the licence itself. I'd be willing to give the RTLinux folks the benefit of the doubt, and say that, while they have a different interpretation of the GPL fom FSF's, they're not acting in bad faith.

      --
      ## W.Finlay McWalter ## http://www.mcwalter.org ##
    5. Re:Has the GPL ever been successfullly enforced? by Bonker · · Score: 2

      Ask Avery of VirtualDub fame whether or not this has been sucessfully enforced:

      Yes, folks, it's true. The Vidomi encoder has been released as free software under the GPL, thus ending the conflict -- despite my reminders that the conflict could have been ended by dropping the GPL linkage, the makers doggedly insisted on becoming part of the GPL community! The FSF has verified the current implementation GPL compliant as well; it's not the same as holy penguin pee, but it's more than good enough.

      --
      The next Slashdot story will be ready soon, but subscribers can beat the rush and slashdot the links early!
    6. Re:Has the GPL ever been successfullly enforced? by Anonymous Coward · · Score: 0
    7. Re:Has the GPL ever been successfullly enforced? by Anonymous Coward · · Score: 0

      interesting how many of you hold copyright law sacrosanct wrt to the GPL, while espousing the free availability of MP3s as a basic human right.

    8. Re:Has the GPL ever been successfullly enforced? by Anonymous Coward · · Score: 0

      Once an author writes an application, GPL licenses it, that's it for him too. It's not his anymore, but that of the 'General Public'.

      That's just one of the disadvanages of GPL, vs other licensing models.

      If an author write an application, or what not, then releases it under GPL even he himself can not take his code, compile it, and not re-release that without the source (technically speaking). GPL'ing software can sometimes be good, and at other times it can literally screw you in the ...!

    9. Re:Has the GPL ever been successfullly enforced? by All+Dead+Homiez · · Score: 2
      Actually, most GPL violations are not large enough to show up on the FSF's radar screen at all. I have personally seen several flagrant violations (such as this one), that are not pursued just because nobody has heard of the product or the company behind it.

      -all dead homiez

    10. Re:Has the GPL ever been successfullly enforced? by Anonymous Coward · · Score: 0

      You forgot the real reason why the FSF doesn't care about "Pitbull": because the software is crap.

    11. Re:Has the GPL ever been successfullly enforced? by eviltypeguy · · Score: 1

      That's totally false. Once the author licenses something under the GPL he can continue to use his own version how he sees fit or release under another license, however, if he takes the GPL'd version and redistributes it, he has to do so under the GPL terms. Likewise, he can't take code from the GPL version and put it into his without his personal version becoming GPL. The GPL does not own your program once you release it, you still own your program. However, only the version you placed under GPL is GPL'd....

    12. Re:Has the GPL ever been successfullly enforced? by Anonymous Coward · · Score: 0

      The FSF cares very much. Please report all violations, large or small, to licensing@gnu.org.

  2. Copyright Holder? by Zwack · · Score: 5, Interesting

    So, Who IS "THE" copyright holder? Linus? A consortium? Would some of the larger distributions be interested in combining together to fight this thing? RedHat/SuSE/Mandrake would do for a start...

    I wonder what RTLinux have to say too...

    Anyone? Anyone? Bueller? Anyone?

    Z.

    --
    -- Under/Overrated is meta-moderation, and therefore is Redundant.
    1. Re:Copyright Holder? by bdowne01 · · Score: 1

      Linus holds the trademark on the "Linux" name, but I'm not sure if he holds a copyright on the actual kernel code.

      Anyone know?

      --
      -brain
    2. Re:Copyright Holder? by tempmpi · · Score: 1

      I belive there isn't a single copyright holder, but everyone who has done something on the linux kernel holds a part of the copyright and should be a able to sue them.

      --
      Jan
    3. Re:Copyright Holder? by JesseL · · Score: 5, Informative

      I think Linus is the original copyright holder, but much of the kernel code now is copyrighted by it's respective contributors.

      --
      "Prefiero morir de pie que vivir siempre arrodillado!"
    4. Re:Copyright Holder? by Xandu · · Score: 1

      So, Who IS "THE" copyright holder? Linus?

      Whoever wrote that part of the kernel. For some of it, of course, that will be Linus Torvalds.

      --


      --Xandu
    5. Re:Copyright Holder? by wfmcwalter · · Score: 1
      This is something of a problem, in that organising these people into a group or class of litigants is difficult.

      It's for this reason that FSF requests that it be made assignee (or co-assignee) of copyright on GPL/LGPLed code, so that it can be a party of standing (i.e. that it can itself sue) in court.

      --
      ## W.Finlay McWalter ## http://www.mcwalter.org ##
    6. Re:Copyright Holder? by SEWilco · · Score: 1

      Organizing the class is left as an exercise for the reader of law.

    7. Re:Copyright Holder? by hey! · · Score: 2, Informative

      I belive there isn't a single copyright holder, but everyone who has done something on the linux kernel holds a part of the copyright and should be a able to sue them.


      IANAL, but I don't think it works this way.
      THe original copyright holder retains the copyright to the work and to all derivative works.

      Suppose I rush off my own sequel to Harry Potter. Who owns my derived work? J K Rowlings. She as copyright holder owns the original work and has exclusive right to all derivative works. I can't say "You can't kill so and so because I did it in my work" -- because the new work is not mine. Linux doesn't belong to Alan Cox, or Red Hat or anybody else but Linus.

      This describes the default situation with respect to copyrights. The complication here is that we have a license. The license, by definition, grants rights over and above what is allowed by fair use. GPL is intended to grant rights to creation of derivative works to recipients, and transitively to the recipients of derivative works. There are several possible outcomes:

      (1) GPL works essentially as intended and exactly the rights intended are bestowed.

      (2) GPL grants rights but the transitivity features are broken (e.g. more rights are bestowed, or at least fewer responsibilities are bestowed).

      (3) GPL grants no redistribution rights to the immediate recipient at all, due to section 5.

      In some ways (3) is preferable to (2), because many programs are distributed with the proviso that "any later version" of the GPL can be used. Thus the missing rights can be restored by choosing a fixed up license. However once rights are given, they probably can't be got back.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    8. Re:Copyright Holder? by Anonymous Coward · · Score: 0

      You are correct. The code they are not distributing has intellectual property produced by numerous individuals who, as individuals and not as a group, used the GPL. This means that anyone wishing to not distribute changes have violated ALL the individuals rights unders the GPL. So a single individual should be able to sue and a copyright is NOT needed.

    9. Re:Copyright Holder? by Anonymous Coward · · Score: 0

      This is something of a problem, in that organising these people into a group or class of litigants is difficult.

      IQs seem to be a little low in this thread. You DON'T have to organize EVERYONE into a group, you just need SOME people to sue and get THEIR code out of RTLinux. The kernel WON'T WORK with 10% of it missing. That's how RTLinux can get screwed.

    10. Re:Copyright Holder? by nvainio · · Score: 1

      Suppose I rush off my own sequel to Harry Potter. Who owns my derived work? J K Rowlings.

      I don't believe it's that way. J.K. Rowling might own the trademark and perhaps can say something about distribution of your sequel but for sure she doesn't own the text you wrote!

      For Linux kernel, different people hold copyrights for different parts. For example, init/main.c mentions six different persons. Together they hold the copyright for that file.

    11. Re:Copyright Holder? by Anonymous Coward · · Score: 0

      He holds copyright on the kernel code that he wrote, automatically, as provided by US copyright law. The rest of it is held by many different copyright holders (making it pretty much impossible to change the licence), but it's all a derived work of Linus' original kernel.

    12. Re:Copyright Holder? by Anonymous Coward · · Score: 0

      So, Who "IS" THE copyright "holder", Linus?

    13. Re:Copyright Holder? by Anonymous Coward · · Score: 0

      The GPL belongs to the 'General Public'. Not even the authors themselves... Get your facts straight you /. linux garbage centric amateur morons!

    14. Re:Copyright Holder? by dvdeug · · Score: 2

      > THe original copyright holder retains the copyright to the work and to all derivative works.

      Nope. You retain full copyright to any of your own work. If you write a sequel to Harry Potter, you own the copyright to your original work. However, J K Rowlings owns the copyright to the characters and what not. So neither of you can copy the book without permission of the other. You can't say "you can't kill so and so" because that's not the way that copyright works; but if you could prove that her work was a ripoff of yours, you could sue her over it - the reason a lot of authors don't like to read unsolicited submissions.

    15. Re:Copyright Holder? by Bruce+Perens · · Score: 2
      Nope. Sorry.


      The original copyright holder retains the right to license others to create derivative works. Others own their own copyrights but distribute the derivative work under license. But everyone is an original copyright holder in the case of Linux, not just Linus. They are all under license with each other.

      Bruce

    16. Re:Copyright Holder? by MrResistor · · Score: 1
      Suppose I rush off my own sequel to Harry Potter. Who owns my derived work? J K Rowlings. She as copyright holder owns the original work and has exclusive right to all derivative works.

      Not true. You own your derived work, just as the many authors who have published works based on JRR Tolkiens works own the copyright to their works. The only way J K Rowlings could own the copyright to your derived work is if you produced it for her as a "work for hire", or you took her origional work and merely edited it. However, she would still own copyright on any passages you quoted from her origional work, which she could most likely use as leverage in a legal sense, and most likely the trademark on Harry Potter as well.

      The reason Linus owns the copyright on the Linux kernel is that all existing versions of it are merely "edits" of the origional.

      If you wanted too, you could create your own Unix work-alike based on what you've learned from Linux (note the distinction between knowledge and code) and call it "Linux 2001" and you would own the copyright on the code. The name, of course, is a different story because it falls under the domain of trademark, not copyright.

      --
      Under capitalism man exploits man. Under communism it's the other way around.
    17. Re:Copyright Holder? by hey! · · Score: 2

      Well, thanks I think.

      I had originally believed it worked the way you describe, but was subsequently corrected (possibly mis-corrected).

      Also, does it make a difference whether the derivatives are properly licensed or not?

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    18. Re:Copyright Holder? by CAVE^MAN · · Score: 1

      with respect to literary works, they are generally not licensed so that's not an issue. If you make a change to the kernel(a part that Linus wrote) and submit a patch then linus accepts it its licensed under the GPL, but I'm not exactly sure how the copyright works there, I *think* it's shared(ie you own the part you wrote). Iirc if you write a totally new, say, module then it's your copyright on that file. You can't make changes to the kernel then distribute a binary of said kernel and not offer the source, that's the idea of the GPL, and that's my understanding of whats happening here.

    19. Re:Copyright Holder? by Webmonger · · Score: 2

      When you create a new Work, you own the copyright. If your new Work is derived from somone else's Work, they also own the copyright. If they GPLed their Work, you can GPL your derived work. You definitely own what you write. It's just that someone else may own it, too.

    20. Re:Copyright Holder? by Arker · · Score: 2

      The copyright holders are, in most cases, the actual author of each particular section of code. Linus does not ask contributors to assign their copyright to him or to anyone else, as many others do. By leaving the copyright fragmented among the numerous original authors, it was his hope to make it impossible for anyone to ever use the source in proprietary software. This was not only to make it perfectly clear that he had no intention of unilaterally making a deal to allow such use, but also specifically to create a situation where it would literally be impossible to hunt down all the copyright holders and get their permission individually for such use.

      IANALS (I am not a land shark) but it is my understanding that any of these copyright holders would have standing to sue the violator, however the violator could possibly moot such a suit by removing only the code copyrighted by the individual who filed. This is the possible downside to Linus' strategy - if the majority of the kernel is copyright of people who cannot be located, then the majority of the kernel source possibly could be used in a proprietary product, without consent, because the only people with suit to apply for legal enforcement would be the ones who cannot be located.

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    21. Re:Copyright Holder? by 3247 · · Score: 1
      "IANAL, but I don't think it works this way.

      THe original copyright holder retains the copyright to the work and to all derivative works."


      No.
      --
      Claus
  3. I hope they do the wrong thing. by Win-Developer · · Score: 4, Funny

    C'mon...I hope they take a stand. I'd like to see someone rock the boat. They obviously don't want to give up their hard work to the general public. Let's see how it pans out. What's the worst that could happen?

    Is it possible for someone to sue these guys over something that's free?

    1. Re:I hope they do the wrong thing. by kilgore_47 · · Score: 1

      C'mon...I hope they take a stand. I'd like to see someone rock the boat. They obviously don't want to give up their hard work to the general public. Let's see how it pans out. What's the worst that could happen?

      I'm realize the GPL has problems, and I'd also like to see someone "rock the boat". But RTLinux has been granted a patent for something it shouldn't have and if using the GPL to stop them is what is takes then I support that.

      From gnu.org, emphasis by me:
      Software patents are a harmful government policy of creating monopolies that restrict computer users. We oppose this policy, and we think it is a shame that Victor Yodaiken has chosen to obtain a patent for an idea that we believe should not be, and is not, patentable. The patent covers real-time interrupt handling using a software emulation layer for interrupt masking, so that interrupts can be prioritized. There is significant prior art for this.

      Yodaiken has attempted to use the patent to impose restrictive terms on a GPL-covered program (Linux, the kernel used in the GNU/Linux operating system). These terms conflict with the GNU General Public License, and imposing them is a violation of the GPL. We have told Yodaiken this, and we have told him what license terms would comply with GPL. He, like everyone, has the reponsibility to comply with the GPL or cease his infringing distribution. Anyone else redistributing a modified version of Linux under the restrictive patent license that Yodaiken uses will also be violating the GPL.


      I'm not familiar with this case so much, but I get the impression its just yet another stupid software patent, and this one just happens to be built on GPL'd code and therefore can be stopped.

      --
      ___
      The way to see by faith is to shut the eye of reason. --Ben Franklin
    2. Re:I hope they do the wrong thing. by ichimunki · · Score: 2

      use Standard::Disclaimer qw(IANAL);

      Well, unless I'm mistaken, the patent applies to a licensing deal that can be gotten around by simply not paying them for the license. They allow free use of their patented whatever-it-is in GPL products, so I'm not certain I see the conflict with the GPL myself. Frankly the real issue here is whether or not the patent is even valid. So why not simply take the FSM code, use it as though it were completely GPL-compatible and force *them* to have to file the lawsuits, etc?

      --
      I do not have a signature
    3. Re:I hope they do the wrong thing. by Azog · · Score: 5, Informative
      Actually, I think there's a much more serious copyright violation of the GPL license going on. At least RTLinux makes the souce code available (contrary to the posted story, sigh, usual Slashdot fact checking...)

      Anyway, the company LinuxDA has made modifications to Linux (the kernel) to run it on Palm Pilots. A demo version is freely available for download. (see http://www.linuxda.com/download/index.html)

      There's a "Coming Soon" spot on that page for "Source Code For Linux Kernel". But it has been months, and no source has shown up.

      Not only that, but they have been asked (by Rick Van Riel, one of the significant contributors and copyright holders of the Linux Kernel) to provide source.

      They still have not provided source.

      I sent them an email about this, and got the following form letter:

      Dear User:

      We are committed to the Linux Open Source Movement.

      We are currently working on making the source code for the modifications to
      the Linux kernel available. Please continue to check www.linuxda.com for
      download availability.

      Thank you for your continual patience and support.

      Best Regards,
      Linux DA Customer Support Team


      I sent them another letter asking them if they thought they were violating the terms of the GPL by allowing months to go by without releasing the source, and if not, why not, but got no reply.

      I also pointed out that it's not difficult to provide source (make mrproper, tar cvzf linuxda.tar.gz *, then ftp the file to the web site... it would take about 10 minutes.) Obviously they are purposely dragging their feet, and I'm a lot more worried that someone is getting away with that than the RTLinux patent thing.
      --
      Torrey Hoffman (Azog)
      "HTML needs a rant tag" - Alan Cox
    4. Re:I hope they do the wrong thing. by thogard · · Score: 2, Redundant

      Maybe you should read the DMCA and see if there is something there to use aginst them. Its got engouh crud in it that there should be something.

      I've found another GPL violation and right now I'm waiting for the very well known company to dig themselves in a bit deeper but I ran into a problem. How do I know its GPL'ed? I can't reverse engineer their code so how would I ever know? If they have as part of their license that I can't run "strings" on the code and I do, I can go to jail for using a hacking tool on their binary image. The GPL does not give you the rights most people here think it does and it only gives your rights to change a program if you have the full source code and can compile it from scratch. The GPL needs to be extended so to explicitly allow thouse bits that the DMCA have now made illegal such as the ability to take a debugger to the resulting code.

    5. Re:I hope they do the wrong thing. by Anonymous Coward · · Score: 0

      Since the LinuxDA kernel is (almost certainly) based on uClinux, which Kenneth Albanowski and I originally ported to the Palm platform in 1998, I have also asked.

      I have not had time to press, but since the code in question (the Palm port in particular) is _my_ code and under the GPL I may have to. They have been sent a request to comply with my copyright.

      For those wondering, we had long since decided not provided a FLASH loader for Palm platform... It is actually easy to put uClinux on any platform and there are many examples. However, recovering a dead Palm is non trivial. On www.uclinux.org there is a start of a _safe_ Palm application that will load uClinux into RAM... A crash occurs in init.

      D. Jeff Dionne
      www.uclinux.org

    6. Re:I hope they do the wrong thing. by Anonymous Coward · · Score: 0

      Well, at least we'd be able to prove to the world once and for all that you can make money with linux.

    7. Re:I hope they do the wrong thing. by Lughlamfainne · · Score: 0

      yes as a matter of fact, you can sue someone over something which is, as you so put it 'free', though I"m sure you might not understand the meaning of free here... most don't.. this is not free as in "oh I can have it and take it and do what I wish with it and never have to explain myself to anyone" free, this is " I am responsible to the people I am reciving this from and those that come after me" free.. you don't own it when you get it, your leasing it...

      --
      .sig under construction
    8. Re:I hope they do the wrong thing. by prizog · · Score: 2
      I've found another GPL violation and right now I'm waiting for the very well known company to dig themselves in a bit deeper but I ran into a problem. How do I know its GPL'ed? I can't reverse engineer their code so how would I ever know?

      Send the FSF mail at licensing@gnu.org. They will investigate it and take the proper action.

    9. Re:I hope they do the wrong thing. by Azog · · Score: 2

      (Replying to my own message on September 21, one week after the original Slashdot story and my posting regarding LinuxDA...)

      For the record, I just got an email message from LinuxDA and they finally did put up the source code for download - I'm pulling it down now.

      I don't know if the +5 post on Slashdot got someone's attention, or they just did get around to it eventually, but it's good to see that they did the right thing after all.

      So, there's one less worry in the world...

      --
      Torrey Hoffman (Azog)
      "HTML needs a rant tag" - Alan Cox
  4. Do The Right Thing? by Artagel · · Score: 1

    Well, RTLinux has already decided what its doing. It is time for the copyright holders to decide what they are doing.

  5. The Open RTLinux Patent License by mblase · · Score: 5, Interesting

    ...is listed on their site here. Anyone who can translate this into plain English, please do so. IANAL.

    1. Re:The Open RTLinux Patent License by keesh · · Score: 1, Offtopic

      I'm not fluent at legalese, but as far as I can see it means ALL YOUR CODE ARE BELONG TO US.

    2. Re:The Open RTLinux Patent License by TheFuzzy · · Score: 5, Interesting

      As an unlicensed contract lawyer, it's actually pretty clear ...

      The patent restriction requires all users of the RTLinux code to comply with the GPL or make a seperate commercial license with Yodiaken. This is, IMHO, a good thing that extends "copyleft" to the patent world.

      On the other hand, the Patent adds some additional restrictions not normally contained in the GPL:

      5. To require any recipient of your product based on RTLinux code to send an e-mail to Yodiaken with their contact info;

      6. To keep detailed records of commercial uses of RTLinux, to be furnished to Yodiaken on demand.

      All of the other clauses either repeat the above or support the terms of the GPL.

      Frankly, overall Yodiaken seems to be a staunch upholder of the GPL and using his patent to uphold it. I can't understand why Stallman is freaking about Yodiaken's demand to collect a little demographic information.

      Surely this is something that could be worked out with Yodiaken or simply ignored? Sheesh!

      -Josh

    3. Re:The Open RTLinux Patent License by sydb · · Score: 2

      Surely this is something that could be worked out with Yodiaken or simply ignored? Sheesh!

      And you call yourself a lawyer? Sheesh!

      (IANAL).

      --
      Yours Sincerely, Michael.
    4. Re:The Open RTLinux Patent License by erroneus · · Score: 2

      Frankly, overall Yodiaken seems to be a staunch upholder of the GPL and using his patent to uphold it. I can't understand why Stallman is freaking about Yodiaken's demand to collect a little demographic information.


      That's a simple issue. The most significant aspect of the GPL is that the modifier release the mods to the public. The GPL is a "stone soup" community project. People are expected to know and understand that much from the very beginning.

    5. Re:The Open RTLinux Patent License by Arandir · · Score: 2

      Granted, but this has absolutely no bearing on the RTLinux controversy, since the availability of modifications IS NOT THE PROBLEM!

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    6. Re:The Open RTLinux Patent License by Anonymous Coward · · Score: 0

      Stallman is a fat, whiny bitch. I think he goes after companies for violationg of GPL for the wrong reasons. Sure, it may "technically" be a violation but give me a break. That combined with his consistant insistenc of calling every GNU/Linux. He is pissed because he didnt get the media spotlight. I would love an alternative to
      GNU libc and binutils so I could jut tell him to shut the fuck up. The FSF is screwing up acceptance of Linux in the general marketplace.

  6. then.. by part!cle · · Score: 1

    how would the GPL actually be enforced, what exactly would happen?

    --
    If voting could really change things, it would be illegal.
    1. Re:then.. by Anonymous Coward · · Score: 0

      the copyright holders (i.e. the folks who hacked linux) would need to sue rtLinux.

  7. If there intent was IP... by Jeremiah+Cornelius · · Score: 3, Insightful
    Why didn't the RTLinux team focus on an xBSD solution?
    Linux was intended to be incompatible with "Free for me, but not for you."

    jeremiah cornelius

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
    1. Re:If there intent was IP... by Jeremiah+Cornelius · · Score: 1
      Oh...
      I suppose you are one of the few who recognize silent genius at work....

      jeremiah cornelius

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
    2. Re:If there intent was IP... by trb · · Score: 2

      The RT part of RTLinux is a microkernel that runs Linux as a subordinate task. The RTLinux folks do also provide this microkernel layer under NetBSD, this is plain to see on their web site. So it depends what you mean by "focus." If you mean why don't they support a BSD, they do. If you mean why don't they pay more attention to BSD than to Linux, I don't know why you'd as that, and the answer probably involves customer/market demand.

  8. Send a Letter to Linus!!! by the_2nd_coming · · Score: 1

    Linus needs to do somthing about this!!! if it is done to the core code that Linux himself has developed then he needs to enlist the FSF to prosecute RTlinux, if it is the code of another kernel hacker then Linus needs to emplor him to do what I have said above.

    I this does not happen, the GPL will be a lame duck licence.

    --



    I am the Alpha and the Omega-3
    1. Re:Send a Letter to Linus!!! by the_2nd_coming · · Score: 1

      damn.....I typoed even after I double checked

      --



      I am the Alpha and the Omega-3
    2. Re:Send a Letter to Linus!!! by jazman_777 · · Score: 0, Flamebait
      Linus needs to do somthing about this!!! if it is done to the core code that Linux himself has developed then he needs to enlist the FSF to prosecute RTlinux, if it is the code of another kernel hacker then Linus needs to emplor him to do what I have said above.


      Until we find who is responsible for the WTC terrorism, why don't we just bomb RTLinux?

      --
      Slashdot: Failed Car Analogies. Amateur Lawyering. Anecdote Battles.
    3. Re:Send a Letter to Linus!!! by Anonymous Coward · · Score: 0

      yeah, that's just what he needs. an inbox full of flames from slashdot readers complaining that he hasn't sicked his lawyers on RTLinux yet.

    4. Re:Send a Letter to Linus!!! by the_2nd_coming · · Score: 1

      um I said send him a letter, not e-mail. get your terms streight

      --



      I am the Alpha and the Omega-3
  9. Patents keeping them from releasing source? by fatboy · · Score: 1

    It's my undestanding that with patents you have to disclose the nature of the patent ANYWAY. Why should this keep them from abiding by the license of the software they are building on top of?

    --
    --fatboy
  10. Linus involvement? by jeffy124 · · Score: 3, Insightful

    since the FSF isn't the copyright holder, they can't do much about it

    Could Linus Torvalds become involved in this case? I am not familiar with RTLinux, but since Torvalds is the trademark holder of the name "Linux" and provides the license for using and modifying it, would he be the one to push something like this further?

    --
    The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
    1. Re:Linus involvement? by ccarr.com · · Score: 1

      Linus could get involved but not because he owns the rights to the trademark "Linux". This a copyright issue, not a trademark issue.

      --
      I don't know half of you half as well as I should like, and I like less than half of you half as well as you deserve. BB
    2. Re:Linus involvement? by Zwack · · Score: 2

      Ummm... But RTLinux is trading on the goodwill of the trademarked operating system name Linux isn't it?

      Interestingly you don't have to run Linux on RTLinux you can use NetBSD instead. So, other than trading on the good name of Linux (in contravention of the trademark) Why is this called RTLinux?

      Z.

      --
      -- Under/Overrated is meta-moderation, and therefore is Redundant.
    3. Re:Linus involvement? by archen · · Score: 1

      I have nothing against Linus, but I think that's the last thing we need : Linus suddenly playing God over distributions (visibly). Currently developers and such, understand that Linus has the final say on a lot of things, but regular people just think that "he came up with it", and that's all. If Linus starts jumping in to legal issues, you can bet that M$ will immidiatly jump up saying "Do you want this ONE PERSON controlling everthing?". I think letting the FSF handle everything would be best, and maybe only drag Linus into it as a last resort.

    4. Re:Linus involvement? by ryanvm · · Score: 2
      ... but since Torvalds is the trademark holder of the name "Linux" [...] would he be the one to push something like this further?

      Not sure about the other points you mention, however in regard to the trademark issue - I don't think that it would work.

      The problem is that although Linux is trademarked, he has not defended it as such. And when you don't defend your trademark, it becomes "common use". Sort of like how everyone calls tissues, Kleenex.

      Of course IANAL, and I'm talking out of my ass here (like everyone else on /.) So I'd take my advice with a big-ass grain of salt.

  11. Repercussions on open source by sys$manager · · Score: 0

    I'm wondering that if RTLinux was taken to court and won (ie the GPL is not enforcable, even if it's due to clueless judges), if most open source programmers would stop releasing GPL code? I wonder if it would be possible to create an enforcable open source license if this were to happen.

  12. CmdrTaco made a factual error by bkuhn · · Score: 5, Informative
    CmdrTaco made a factual error in his statement above, so please do follow the link and read the details.

    The violation has to do primarily with a patent license that imposes terms not allowed by the GPL.

    This isn't much different matter than failure to distribute source code.

    1. Re:CmdrTaco made a factual error by Anonymous Coward · · Score: 0

      Care to give details about the violating terms?

    2. Re:CmdrTaco made a factual error by Anonymous Coward · · Score: 0

      Details of CMDRTaco's idocy is a trade secret. Not publishable on SLashdot.

  13. I think Richard M. Stallman holds the copyright by Macaw2000 · · Score: 1, Funny

    And it's not Linux. It's GNU Operating System or something like that.

    1. Re:I think Richard M. Stallman holds the copyright by geekoid · · Score: 3, Informative

      The kernel is Linux. not GNU/Linux.
      Linux distributed with GNU packages are(acording to RMS)GNU/Linux

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    2. Re:I think Richard M. Stallman holds the copyright by 10Ghz · · Score: 0, Offtopic

      "Linux distributed with GNU packages are(acording to RMS)GNU/Linux"



      Yeah, and I'm Mary Poppins.



      I will call Linux OS Linux. Why? Because I'm sick and tired of having to constantly listen RMS and FSF yell "Linux is not OS, it's a Kernel! The Glory belongs to GNU and FSF!". I will call Linux Linux because it annoyes RMS. And thats as good reason as any if you ask me.

      --
      Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
    3. Re:I think Richard M. Stallman holds the copyright by Anonymous Coward · · Score: 0

      You are so cool.

      Really though, it is a simple matter of decency to give credit where it is due and no matter what you think of Stallman, the man has done more for software than you will ever do or know.

      It is GNU/Linux, not because RMS says so, but becuase it simply is. When you remove the GNU, you have nothing of much worth. When you replace the kernel, you have the same environment.

    4. Re:I think Richard M. Stallman holds the copyright by 10Ghz · · Score: 1

      "Really though, it is a simple matter of decency to give credit where it is due and no matter what you think of Stallman, the man has done more for software than you will ever do or know."



      Is that why RMS call himself "The principal developer of OS often mistakenly referred to as Linux". Yeah, he sure is giving credit where credit is due... To me it just sounds like he's annoyed that Linus stole the thunder from his precious HURD-project (which, just like every FSF-project, has been a long time coming). RMS is nothing but a glory-hoarding arsehole! And yes, I know about his contributions when it comes to software, and they are impressive.



      "It is GNU/Linux, not because RMS says so, but becuase it simply is. When you remove the GNU, you have nothing of much worth. When you replace the kernel, you have the same environment"



      So, shouldn't I then call my OS GNU/Linux/KDE/Konqueror? There has been LONG discussions about this in Slashdot.

      --
      Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
    5. Re:I think Richard M. Stallman holds the copyright by speederaser · · Score: 1

      In other news today, Richard Stallman's mother announced that from now on, Mr. Stallman will be legally known as "MOM/Richard", in acknowledgement of her contributions to his existence.

  14. Easy way to fix... by nion · · Score: 1

    Just don't download/buy their kernel/distribution. If they don't make any money, they go bankrupt, plain and simple. Violators of the GPL, if they cannot be forced to comply via legal action (or threats of), can only feel pressure through the users of the product. Since the majority of GNU/Linux users uphold the GPL religiously, if this company decides to violate, the users will let them know of their displeasure. Wether that be through email, phone, or simply lack of revenue from product sales.

    --
    der dee der.
    1. Re:Easy way to fix... by Varitek · · Score: 1

      Well, that's a nice thought, an' all, but if it's any good, and fills a commercial void, people will use it whether it violates the GPL or not.

      The true free-market outcome would normally be to fork, but if they are using patent laws to protect against this, that may be impossible.

  15. Linux by crumbz · · Score: 0

    Interestingly, I was reading the part in Linus Torvalds book this morning about his decision to use the GPL license for his kernel. Imagine how different the internet would be today if some small company snapped it up and all development ceased. Or worse, it fell into the hands of Micro$oft.

    A chilling thought indeed...

  16. I guess... by jd · · Score: 2

    ...What this means is that RTLinux guys can be prohibited from using any GPL software until such time as they are "forgiven". After all, wasn't that the upshot of why the KDE people were "forgiven"? To formalize that the FSF would not take any action over prior GPL violations?

    --
    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:I guess... by Anonymous Coward · · Score: 0

      Except that the KDE project clearly wasn't violating the GPL. Troll Tech didn't give in because they were afraid of the FSF taking legal action, they did it to make all the screaming zealots shut up.

    2. Re:I guess... by LowneWulf · · Score: 1

      As long as I have worked on the KDE project it has always been GPL-licensed with no additional clauses and source code openly available to anyone. In fact they are a mighty tribute to the open source model (open source project of the year!)

      Perhaps you are referring to QT - their licensing has changed over the years....

  17. Patent problem, not source code. by Dashslot · · Score: 0, Offtopic
    nothign surprising here, basically they say that RTLinux is violating the GPL by not releasing the source to their Linux kernel mods
    I know the moderators are fond of crack but I didn't realise that Taco was as well.

    This has absolutely nothing to do with withheld source code, and everything to do with the use of a Patent "to impose restricted terms on distribution of a GPL-covered program".

    1. Re:Patent problem, not source code. by Anonymous Coward · · Score: 0

      Read the statement again. RTLinux has custom kernel mods that deal with masked interrupts in a real-time environment. According to the GPL, if you're going to distribute a modified product, you must also distribute the source code, or the diffs.

  18. Lame Duck lisence by Win-Developer · · Score: 1

    "the GPL will be a lame duck licence"

    I hope it does. There are so many holes and flaws in the GPL that it basically puts a Nazi'ish stranglehold on developers.

    If this guy's changes are for the better, than let's see some l33t d00ds reverse engineer it like they've done with Windows stuff.

    Oh, but I forgot...it's easier to bitch and complain than actually do something.

    1. Re:Lame Duck lisence by kjj · · Score: 1

      I hearby invoke the "Godwin" precedent and rule that all clauses in the GPL are fully legal and in force. Court adjourned.

    2. Re:Lame Duck lisence by Karn · · Score: 1

      You misunderstand the way software licenses work.

      When an original author writes an original piece of code, said author gets to choose a license for that code.

      That's the key point. The author has complete freedom of choice when it comes to a license. If the author doesn't care what is done with his work, then he may just realease to to the public domain. If he wants to ensure that his work is only used for the bettering of nerd-kind, then he can choose the GPL.

      If a 3rd party wants to save some money and use the author's code, then it is up to them to make sure they abide by the terms of the license.

      --


      Why do I keep typing pythong?
  19. Once again you have it wrong by SurfsUp · · Score: 3, Informative
    basically they say that RTLinux is violating the GPL by not releasing the source to their Linux kernel mods

    The violation has nothing to do with source code, which is freely available, it has everything to do with restrictions on use of the software - it is free only for non-commercial use. If you want to sell your program you have to buy a license. Interestingly, this is a case where GPL fanatics are sticking up for the rights of commercial users.

    Next post could you please consider checking both your facts and your spelling? ;-)

    --
    Life's a bitch but somebody's gotta do it.
    1. Re:Once again you have it wrong by OverCode@work · · Score: 1

      GPL fanatics have wanted to encourage commercial use all along. Obviously it's a tough sell since it goes completely against the status quo in the software industry, but I think most GPL proponents would like nothing more than to see the software industry adopt the GPL on a large scale.

      Remember, the GPL is not anti-business. It's anti-closedness.

      -John

    2. Re:Once again you have it wrong by SurfsUp · · Score: 2
      Next post could you please consider checking both your facts and your spelling? ;-)

      Kind of like previewing your post to make sure you didn't leave an italics tag open?

      Hmm, it seems Opera incorrectly closes such tags at the beginning of each paragraph, thanks for the heads-up.

      --
      Life's a bitch but somebody's gotta do it.
    3. Re:Once again you have it wrong by Anonymous Coward · · Score: 0

      is blatantly invalid.

      is the only reasonable interpretation, unless you're using a tag-soup pseudo-HTML parser. HTML composers have a much stronger motive to report errors than HTML viewers (most of which still don't), so /. should have a validator.
  20. it's more than just not releasing source code... by Blob+Pet · · Score: 1

    Yodaiken's trying to patent his kernel mods. Not only is that a violation of the GPL, it absolutely flies in the face of the idea of using GPLed software.

    --
    "...today consumers have been conditioned to think of beer when they see a bullfrog..."
  21. Just Sell It by rfg · · Score: 1

    Just put the RTLinux kernel up for sale. That puts the shoe on the other foot; they would have
    to prove that its not GPL and they would be the
    ones spending the big bucks on the lawyers. IANAL

    1. Re:Just Sell It by WolfWithoutAClause · · Score: 2

      They still own the copyright on their code. If you distribute their code then you are violating their copyright, and they can rightly sue you for that. The fact that they are breaking the law by violating someone elses copyright/license by distributing GPLd code does not make it OK for you to do that with their code.

      IANAL.

      --

      -WolfWithoutAClause

      "Gravity is only a theory, not a fact!"
  22. opposition to patents stifles innovation by tim_maroney · · Score: 2, Troll

    Here is a significant innovation which was created in hopes that it would be protectable and thus profitable. That is the traditional rationale for patents: by allowing intellectual property to be protected for a limited period, they create an incentive for innovation.

    Now we see that the GPL's anti-patent stance appears to be trying to stifle this innovation unless the inventor consents to its terms, which would deprive the inventor of profit.

    A clearer example of the anti-innovative tendency of the free software movement could not be imagined.

    Tim

    1. Re:opposition to patents stifles innovation by jonathan_95060 · · Score: 1

      > Now we see that the GPL's anti-patent stance appears to be trying to stifle this innovation unless the inventor
      > consents to its terms, which would deprive the inventor of profit.

      > A clearer example of the anti-innovative tendency of the free software movement could not be imagined.

      yeah right. The GPL stifled the development of linux too.

      As other folks have said, they could have chosen FreeBSD as their starting point. By your measure BSD should be light years ahead of linux because it has been around much longer and doesn't stifle innovation with an anti-patent license.

    2. Re:opposition to patents stifles innovation by Jetifi · · Score: 1

      Did you read the press release?

      You said:

      Here is a significant innovation which was created in hopes that it would be protectable and thus profitable.

      They said:

      The patent covers real-time interrupt handling using a software emulation layer for interrupt masking, so that interrupts can be prioritized. There is significant prior art for this.

      (Emphasis mine). It is clear even to me that the patent, of which the abstract is:

      A general purpose computer operating system is run using a real time operating system. A real time operating system is provided for running real time tasks. A general purpose operating system is provided as one of the real time tasks. The general purpose operating system is preempted as needed for the real time tasks and is prevented from blocking preemption of the non-real time tasks.

      , and bearing in mind that the patent was granted on November 30, 1999, it seems that it is a 'one-click' patent.

      IHBT, IHL, bla bla bla, I've had a horrible day and I'm going to bed.

    3. Re:opposition to patents stifles innovation by Anonymous Coward · · Score: 0
      Seeing and working with the original GPLed code was what allowed the "innovation" to exist in the first place. The GPLed code is what made the innovation happen.

      The GPL allows innovators to stand on the shoulders of others. What it asks is that that the innovators in turn allow others to stand on their shoulders.

      Twisting that into "anti-innovative tendency" is a steaming pile of doublespeak, along the lines of War is Peace and FUD is truth.

    4. Re:opposition to patents stifles innovation by Genom · · Score: 3, Informative

      Please.

      Nothing stopped the RTLinux people from "innovating". Unless you define "innovating" as "using copyright to prevent distribution".

      Nothing forced the RTLinux guys to use the Linux sources as their basis, and thus accept the terms of the GPL -- they could have used BSD sources and avoided these issues. Instead, they used the Linux sources, and accepted the GPL license they came with. Plain and simple.

      Noone is saying that they couldn't innovate, or turn a profit. They just have to abide by the terms they agreed to when they used the Linux sources =)

    5. Re:opposition to patents stifles innovation by tester13 · · Score: 2

      Would you like it if I patented a derivitive work of yours after I expressly forbid you to.

      What they are doing is stealing code!

    6. Re:opposition to patents stifles innovation by Anonymous Coward · · Score: 0

      "Here is a significant innovation which was created in hopes that it would be protectable and thus profitable. That is the traditional rationale for patents: by allowing intellectual property to be protected for a limited period, they create an incentive for innovation.

      "Now we see that the GPL's anti-patent stance appears to be trying to stifle this innovation unless the inventor consents to its terms, which would deprive the inventor of profit.

      "A clearer example of the anti-innovative tendency of the free software movement could not be imagined."

      Except for the fact that the innovation was patented in explicit violation of the terms of the license of the original base of the innovation.

      If the RTLinux folks wanted to patent their work, they shouldn't have started with the Linux kernel sourcecode. No one forced them to do so, they could have done a cleanroom design based on the kernel APIs. They want to pull a Microsoft and be able to make saleable changes to the original code but not share those changes with the code's authors, gaining an advantage over the authors (or other RT designers). Disallowed.

      You derive and publish/sell works based on GPL'ed code, you either consent to its terms or are in violation.

    7. Re:opposition to patents stifles innovation by Anonymous Coward · · Score: 0

      Yeah, and the GPL hates your mother too.

    8. Re:opposition to patents stifles innovation by WolfWithoutAClause · · Score: 3, Interesting

      I've got little sympathy with the guy. Whether his patent is valid or not- the licence he agreed to when he took (took as in stole) the GNU/Linux software and added his patented code to it is pretty clear; and there's descriptions of the GPL all over the net. He could have written his own OS, or distributed patches or closed source modules or device drivers. Or he could still go around and ask every single designer of every single patch to the Linux OS to relicense their code for him to use. Good luck with that.

      Now, this version of his software is going to be GPLd. The GNU/Linux designers licensed him their code on that basis. He took it and used it, and he has to pay for what he took. He doesn't have a legal leg to stand on.

      Unfair? Probably not. You work out the ratio of the code that he wrote to the code they wrote.

      --

      -WolfWithoutAClause

      "Gravity is only a theory, not a fact!"
    9. Re:opposition to patents stifles innovation by Teun · · Score: 1
      You are either trolling or plain stupid.
      If he's made something worth a restrictive licence then the GPL is not in his way to sell it as a separate plug-in / module / application or whatever.

      It's just that he should not make the GPL'ed kernel part of his 'invention' (or was it the other way around :-) ).

      The fact this guy is keeping the source to himself is clearly and undeniably limiting the chances of others to contribute to- or build on this code and thus contributing to a greater whole.

      --
      "The likes of Facebook and WhatsApp are free to those whose privacy is of zero value."
    10. Re:opposition to patents stifles innovation by tim_maroney · · Score: 2

      yeah right. The GPL stifled the development of linux too.

      Linux isn't an innovation. Linux is a clone of aging technology.

      Tim

    11. Re:opposition to patents stifles innovation by tim_maroney · · Score: 2

      There is significant prior art for this.

      People often claim that there is prior art for any patent they don't like. However, they are usually short on the details of what that prior art was, just as the FSF and yourself are short in this case. If you are correct, congratulations, you can defeat the patent. But you'll need more than a bare assertion of prior art to do that.

      Tim

    12. Re:opposition to patents stifles innovation by tim_maroney · · Score: 2
      If he's made something worth a restrictive licence then the GPL is not in his way to sell it as a separate plug-in / module / application or whatever.

      It is a common misconception about the GPL that it allows this kind of plugin extension. In fact, however, the GNU GPL FAQ expressly forbids this for any code that runs as an integrated part of a program.
      If the modules are included in the same executable file, they are definitely combined in one program. If modules are designed to run linked together in a shared address space, that almost surely means combining them into one program.

      By contrast, pipes, sockets and command-line arguments are communication mechanisms normally used between two separate programs. So when they are used for communication, the modules normally are separate programs. But if the semantics of the communication are intimate enough, exchanging complex internal data structures, that too could be a basis to consider the two parts as combined into a larger program.


      Tim
    13. Re:opposition to patents stifles innovation by Anonymous Coward · · Score: 0

      Not only is the patent obvious, it basically describes how interrupts have been implemented in e.g. FreeBSD.

      Part of the problem is that patent language describing software is always so convoluted that what it actually covers is a matter of interpretation.

      If you don't write software, haven't read software patents or aren't familiar with a significant amount of well-established methods, you can't possibly understand how completely and utterly ridiculous most software patents are.

    14. Re:opposition to patents stifles innovation by Anonymous Coward · · Score: 0

      Lets pretend I believed that patents somehow encouraged innovation, which I don't.

      Replace Linux with proprietary software and RTLinux could not have been created based on it at all.

      So proprietary software must be anti-innovative.

      This leaves us with the pro-innovative alternative of public domain or BSD-licensed software. However, once you create a derivative with further restrictions, it is now more restricted.

      Now you, having made the software more restricted, are being anti-innovative since nobody can add patented stuff without paying you.

      Or are you saying that all free software should merely exist for the purpose of other people making proprietary, profitable derivatives out of it?

      I can't see how you can have sane reasoning behind your stance.

    15. Re:opposition to patents stifles innovation by Anonymous Coward · · Score: 0

      It is a common misconception about the GPL that it allows this kind of plugin extension. In fact, however, the GNU GPL FAQ [gnu.org] expressly forbids this for any code that runs as an integrated part of a program.

      Linus however expressed a different opinion. AFAIK in his eyes he didnt see modules as "derivative work". On the other hand he stated that if making changes to the general part of the kernel was needed to run these modules he _would_ see it as derivative work. With RTLinux this is surely the case.

      I am quite aware that Richard Stallman is _the_ authority when it comes to interpreting his GPL but I think the people actually writing code and putting it under GPL will have their opinion heard also.

    16. Re:opposition to patents stifles innovation by jallen02 · · Score: 1

      Does aging mean it is not still good? We still have cars that use wheels. Wheels are such an aging technology.

  23. RTF-GPL by Darth+RadaR · · Score: 3, Insightful

    If RTLinux wanted to patent something, why the fsck base it off of a GPL'd product in the first place? It can only become a legal mess, and if FSM Labs wins in court, it's gonna piss off the FSF, OSS, and anything else slightly connected to Linux.

    You'd have to be insane to invoke that sort of bad kharma.

    --
    /*drunk.. fix later*/
    1. Re:RTF-GPL by Anonymous Coward · · Score: 0

      I'd be happy.

  24. Customers are what count by jonsmirl · · Score: 1

    If the FSF sends letters to RTLinux customers stating that the code they bought is of questionable legal status, then I'd expect the customers to drop use of the product immeditately. No customer wants to be sucked in to a vendor's lawsuit.

  25. I stopped caring when I saw "GNU/Linux" by Anonymous Coward · · Score: 0

    then I knew what pathetic, self-aggrandizing bastard was behind it.

  26. You'd probably be using Unix anyway. by Win-Developer · · Score: 1

    OOOO... no Linux. Christ man, it's UNIX!

    Go get yourself a distro of Unix, that's it...No difference. Why would Microsoft want a UNIX kernel?

    I'm amazed. People think Linux is some revolutionary thing. All it is, is open sourced UNIX! If there was no Linux, you'd just buy a copy of another UNIX distro and life would continue. Get a grip.

    1. Re:You'd probably be using Unix anyway. by Anonymous Coward · · Score: 0

      Unix is one of the basic constituents of the universe, just like earth, air, fire and water. It wasn't "invented" it was discovered.

    2. Re:You'd probably be using Unix anyway. by Anonymous Coward · · Score: 0

      I've never bought a single Linux distro. I've always lived on the ones that some magazines burn out and give away for free (with the magazine, though). The rest, I download. I don't see your point. Unix is not free to use and/or tamper with. Go and ask Sun for the sources of this or that driver for Solaris so you can improve it.

      OK, we have *BSD, but then you will be working for Bill (Micrso~1 uses BSD code and releases it with its infamous EULA). And then, maybe without the hype of Linux magazines wouldn't be shipping entire distributions for free ...

  27. So how is it implemented? by Sabalon · · Score: 3, Informative

    I think the case has been clear cut before that you can make modules binary only. So if that was the case, they should have every right to impose whatever restrictions on their module they want.

    HOWEVER, I can not imagine that making Linux real-time could be done in a module and no changes whatsoever to any of the rest of the kernel - unless all the changes are GPL'd and released and they have a free and a professional version of a module which has some of the tweaks/functionality there.

    I'm not saying that they are right, but given the nature of the legalise on the agreement on their site, either they have some major lawyers there, or they have an english->legalise filter, so I would think they hopefully understand the GPL.

  28. GNU/Linux or maybe just GNU/l? by cworley · · Score: 0, Offtopic

    >Calling the GNU/Linux system just "Linux" leads to confusion. Making consistent distinctions between GNU/Linux, the operating system, and Linux, the kernel, clears up the confusion.

    I think Stallman is jealous that he's not the Open Source poster boy. I wonder if he understands why?

    --
    When I die, please cast my ashes upon Bill Gates -- for once, make him clean up after me!
    1. Re:GNU/Linux or maybe just GNU/l? by BierGuzzl · · Score: 2
      The FSF is sticking it's nose where it doesn't belong on this one. Let the copyright owners take issue with this. If the FSF wants to object to what's going on, let them object to RT-Linux directly and have that be the end of it.

      As for the added jab at the end about making sure people say GNU/Linux, while I agree with it in principle, I think that this is not the forum for the FSF to be tooting it's own horn.

  29. Do what? by Anonymous Coward · · Score: 0

    "do the right thing"? Wasnt this a movie by
    Spike Lee? with music by Public Enemy?

    Thanks and have a marijuana-induced weekend.

  30. GNU is an operating system? by Merk · · Score: 3, Funny
    GNU is a Free Software Unix-like operating system. GNU/Linux is the integrated combination of the GNU operating system with the kernel, Linux.

    I thought that GNU was a project, a recursive acronym, and a bunch of utilities (GNU Software), used in operating systems like Debian, RedHat, Slackware...

    The software on one of my RedHat 7.1 machines includes a large number of GNU tools, as well as the Linux kernel, as well as Apache, Gnome, KDE... But according to the FSF, the operating system is "GNU"?

    It seems that not only is the GPL viral, but the GNU term itself keeps growing in what it is supposed to mean...

    1. Re:GNU is an operating system? by 70043570592 · · Score: 1
      I thought that GNU was a project, a recursive acronym, and a bunch of utilities (GNU Software)

      The software on one of my RedHat 7.1 machines includes a large number of GNU tools, as well as the Linux kernel,


      That's what an "operating system is". A bunch of utilities and a kernel.
    2. Re:GNU is an operating system? by bwalling · · Score: 2

      Isn't a kernel part of an operating system? Do the GNU utilities 'operate' on their own, without the Linux kernel? If not, isn't it incorrect, confusing even, to call GNU an operating system?

    3. Re:GNU is an operating system? by t · · Score: 1
      This whole GNU/Linux business is ridiculous. Does no one remember HURD? GNU tried to make a kernel. They failed. End of story. It should be called just Linux because without Linux it was just GNU/Yawn. GNU has gained much from Linux.

      t.

    4. Re:GNU is an operating system? by Chops · · Score: 2

      The GNU project was founded with the explicit goal of producing a Free operating system. So was Linux. When the Linux kernel got functional, GNU was done, except for the kernel -- and the Linux people bolted GNU tool after GNU tool onto the system. Linux (the cool hack) gradually morphed into GNU/Linux (the full-featured Unix clone), and the name was never "officially" changed, even after the amount of system-essential GNU code had far exceeded the amount of system-essential Linux code.

      On a Redhat system (for example),the C library, the compiler toolchain, bash, and all the command-line tools (ls, mv, chgrp, and the like) are all GNU tools, designed originally for use within an operating system called "GNU."

      You can, of course, call the OS whatever you like. But one of the reasons RMS is so adamant about "GNU/Linux" is that "Linux" fosters the mistaken impression that all the GNU tools are optional add-ons like Gnome, the Gimp, or Gnumeric. You can try "rpm -e glibc" or "rpm -e libstdc++", or find/write replacements for these, if you still believe that they are.

    5. Re:GNU is an operating system? by reynaert · · Score: 2, Insightful

      Stallman's goal for the Free Software Foundation has always been to develop the GNU operating system.

      Due to a variety of reasons, the kernel of GNU (called the Hurd) is still in early beta state -- definitively not usable. So the FSF uses the Linux kernel until the Hurd gets stable.

      Whether you call it Linux or GNU/Linux depends really a matter of perspective:

      • GNU/Linux means that you run the GNU system, and that you use the Linux as a temporary stopgap, to be dumped as soon as the Hurd is ready. (Remember that the FSF never contributed a single line of code to Linux)
      • Linux means that you consider Linux an operating system in its own right, independent of the GNU project and the Free Software Foundation.
    6. Re:GNU is an operating system? by Anonymous Coward · · Score: 0

      http://www.gnu.org/software/hurd/

    7. Re:GNU is an operating system? by reynaert · · Score: 1

      For years, Linux has had it's own C library. The BSD world also uses their own C libraries. There is no reason that Linux has to use glibc, that's a choice that the community has made.

      For pretty much everything are non-GNU alternatives: bash can be replaced by zsh, ash or the Korn shell. All the command line tools can be taken from *BSD.

      The only part of the GNU project that's vital to Linux is gcc. Linux uses lots of gcc-specific code, and a Linux port can only be done if gcc is ported first.

      The reason that RMS wants it to be called GNU/Linux is because he sees it as the GNU operating system with Linux as a stopgap, to be dumped and replaced by the Hurd.

    8. Re:GNU is an operating system? by Anonymous Coward · · Score: 0

      Everyone remembers HURD. GNU didn't fail, HURD works. There is no end of story, since HURD is still being actively developed.

      GNU/Yawn? Come one. Even without the Linux kernel, GNU is has been very important. Ever try using a commercial Unix with the GNU programs installed?

    9. Re:GNU is an operating system? by Merk · · Score: 2

      And if you call it GNU? You forget that the kernel exists? As far as I know, HURD isn't ready for prime-time. The kernel is a pretty durn important part of an OS. Some might say it's the most important part.

      I call it "RedHat". RedHat is an operating system that uses the Linux kernel, GNU utilities and libraries, XFree86 as a windowing system, Gnome / KDE as a window manager.

    10. Re:GNU is an operating system? by Merk · · Score: 1

      Ok, now try rpm -e kernel-2.2.14-5.0. I understand that an operating system like RedHat (yes, that's what I call my OS) requires both the Linux kernel and GNU tools/libraries. My point is that saying saying "GNU is an operating system" is pretty misleading.

    11. Re:GNU is an operating system? by Chops · · Score: 1
      For years, Linux has had it's own C library. The BSD world also uses their own C libraries. There is no reason that Linux has to use glibc, that's a choice that the community has made.

      For pretty much everything are non-GNU alternatives: bash can be replaced by zsh, ash or the Korn shell. All the command line tools can be taken from *BSD.


      Whups; I hadn't known about Linux libc. Thanks for pointing out my error. I guess I should tone down my rhetoric a bit, or at least make sure of my facts first :-).
    12. Re:GNU is an operating system? by svara · · Score: 1

      Anybody heard of Debian GNU/Hurd? That does exist, it's on the Debian ftp sites. And GNU was always meant to be an OS with its own kernel... So i reckon they could just call it Debian GNU.

  31. The vast liberal conspiracy by Anonymous Coward · · Score: 0
    Controlling Liberals by "TheoryBoy"

    I am of the persuasion that the liberals in our government want not only to run every aspect of our lives, but also to totally remove any traces of democracy from the United States. The only thing stopping them from doing this right now is the still strong Republican Party which eventually will be destroyed because of events which I will name later in this article.

    Liberals already have control of nearly all aspects of the media including public libraries, universities and of course mainstream television networks and hollywood. Of the major threats to liberals is the internet which allows uncontrolled free speech. They want to discontinue this free speech and all other forms of free speech as well (Consider the John Rocker Story: Already are free speech rights are decaying rapidly).

    Unfortunately liberals are smart. They will not act in a way that arouses too much suspicion. Now I am going to reveal my theory about how they will eventually control the internet.

    They will, or already have hired some of the most skilled hackers worldwide and are going to use these unethical hackers to cause massive problems on the internet.

    Then they will use these problems as an excuse to begin to regulate in some way privately run web pages etc. Eventually this regulation will evolve into total control and the liberals will run the internet to a great degree. Think I'm wrong? We'll see. Enjoy the internet while you can!

    http://www.conspiracy-net.com mail@conspiracy-net.com

  32. Kinda offtopic by ryanvm · · Score: 3, Interesting
    This is somewhat peripheral to the story, but I have a question that revolves around the GPL and copyright holders.

    Specifically, does the original author own the copyright on a large project that other people have made minor contributions to? Also, consider that no one explicitly handed over their copyright.

    I think that one of the best ways for GPL developers to make money is by creating software under the GPL and also selling that software under a different license to companies that don't wish to use the GPL. But, I am unclear on whether the original author can do this if other people have made contributions to the project.

    I guess an example would be if Torvalds decided to sell Linux to Microsoft under the BSD license. I know, I know - I would shit myself if it happened too. It's just an example.

    1. Re:Kinda offtopic by iabervon · · Score: 2

      He could sell it, but he could not include the contributions of other people (unless they were in on it). Of course, other people's contributions have gotten into the kernel long enough ago that Linus probably couldn't make a coherent and modern package of only his code.

      On the other hand, he could certainly sell a particular contribution, if that's what someone wanted to buy; e.g., if he did a clever memory manager, he could sell that. Of course, they might not be able to link it with the rest of the kernel and distribute the result, making it thus somewhat useless, but if they only wanted to copy chunks out of it and port it, that would be a sensible possible sale.

    2. Re:Kinda offtopic by mandolin · · Score: 2
      I guess an example would be if Torvalds decided to sell Linux to Microsoft under the BSD license.

      Even if this was permissible (which I do not believe), it would be better for linus to use a very rigid license rather than bsd. Otherwise MS could turn around and release their bsd version of linux, forking it, and cutting into linus's little side business.

    3. Re:Kinda offtopic by jrumney · · Score: 1

      IANAL, but I am involved in some FSF projects, so have encountered some of the legal requirements described.

      Unless the other people have explicitly assigned their copyright to the original author, then the copyright for their changed does not belong to the original author.

      So if the author wanted to provide the software to someone under a different license, they'd need to either get permission from ALL the other copyright holders, or strip out the code that they do not own copyright on.

      Also, if they had to defend the code against a GPL violation and it got to court, all the copyright holders would probably have to get involved.

  33. 'GPL violations' by SmileyBen · · Score: 3, Insightful

    I wish people would stop calling these things 'GPL violations'. What this is is a copyright violation. RTLinux is using someone else's copyright material without permission - no more, no less. That is illegal. Calling it a 'GPL violation', something which won't appear in any law anywhere seems silly, and just confuses the issue - which is plain and simple, and a matter of copyright.

    1. Re:'GPL violations' by osgeek · · Score: 2

      But it's a copyright violation because it goes against the terms set out in the GPL. Correcting people for calling them 'GPL violations' seems needlessly pedantic and actually wrong.

      If the GPL were worded differently, it could possibly not be a violation at all. Given the importance of the GPL to the whole issue, calling it a 'GPL violation' seems to be quite appropriate.

    2. Re:'GPL violations' by bkuhn · · Score: 1

      Calling it a "GPL violation" is a simple shorthand. Legally speaking, it's copyright infringement due to the fact that the redistributor is violating the terms of the license he was given.

    3. Re:'GPL violations' by SmileyBen · · Score: 2

      But this is exacctly my point. You can forget completely about the fact that the GPL was ever involved. Who cares that it was licenced under the GPL - doesn't matter, they're violating copyright. The point of the GPL isn't that it tells you that you aren't allowed to do stuff, but that it might as well not exist if you don't follow it. Legally speaking, if you break the licence, you don't 'violate the GPL' you use someone else's code without licensing it.

      I don't know if that's clear. The point I'm trying to put across is that RTLinux has no licence to use the Linux kernel - which is very different from them having a licence and applying it incorrectly.

  34. Patent link here. by small_dick · · Score: 3, Informative
    --


    Treatment, not tyranny. End the drug war and free our American POWs.
    See my user info for links.
    1. Re:Patent link here. by c+o+r+e · · Score: 1

      This sounds like exactly how real-time operating systems work: you make the actual OS preemptable. They do it by running the real OS "as a process" on a RT OS kernel so that they can preempt it. Big deal--why should they get a patent for this?

      -core

    2. Re:Patent link here. by Anonymous Coward · · Score: 0
      Also if thats the case, why is this violating the GPL? Apparently, if he got the patent, well fine, its not his fault that patents are easy to get. Since his system actually runs the linux kernel as just one of the processes. If I remember correctly, the actual opcodes that 'mask interrupts' are actually replaced (by a macro?) that sort of masks the interrupts as far as the linux kernel is concerned, but otherwise doesn't interfere with the real time kernel that is running the linux kernel. I see no big deal, and in my anonymous opinion, RMS is once again full of shit and in sore need of a paying job. Somebody call McDonalds and see if they take unkempt hippies for sweeping parking lots or something...

      Remember, copyrights are not patents, patents are not copyrights. Post a real article next time.

  35. Derivative Works by Bonker · · Score: 2

    Derivative works are traditionally afforded at least some copyright protection, especially if the person who creates them adheres to the rules of Fair Use.

    This means, more or less, that when you create a program that is GPL'd and have pulled source from other programs, that as author, you hold the copyright, and can theoretically sue if someone abuses your work in a manner prohibited by the GPL.

    IANAL and whether or not this will hold up in any given court is anybody's guess at this point since its never been tried.

    --
    The next Slashdot story will be ready soon, but subscribers can beat the rush and slashdot the links early!
  36. Here's the patent. by bopo · · Score: 2, Redundant
    --
    "Understand you're having a little Jimmy Page trouble."
    1. Re:Here's the patent. by bopo · · Score: 1
      Beaten by two minutes! Damn you, small_dick!! Uh wait, hold on, I mean...

      EOF

      --
      "Understand you're having a little Jimmy Page trouble."
  37. Add DSlinux to the list by bstadil · · Score: 1

    Well you can add DSPLinux to the list. I have been trying to get the code for a while but been given the run-around. DSPlinux is backed by Texas Instruments and is aimed at the ARM / TI-DSP combo chip.

    --
    Help fight continental drift.
  38. Will the real Bruce Perens please explain.. by Anonymous Coward · · Score: 0

    (Or alternatively Bradley Kuhn, as they seem to be the persons on slashdot that might have some insight)

    How does the RTLinux case differ from Raph Levien's patent grant discussed on Advogato. On a quick look they seem to be identical, and Bruce Perens wrote at the aforementioned discussion:

    Decklin: RMS and I discussed this a long time ago. If a patent grant allows free use of the patented principle in GPL software, that is sufficient to satisfy the restriction that the patent must be licensed for everyone's free use. GPL code is free for everyone to use.

    1. Re:Will the real Bruce Perens please explain.. by Anonymous Coward · · Score: 0

      Easy, RMS is a goat fucker.

      -- The Real(tm) Bruce Perens

  39. Maybe there should be a provision.... by Anonymous Coward · · Score: 0

    That let's an entity use the code as closed source if they pay license fees back to the community. Of course it would be tricky to determine who gets how much.

  40. I don't know.. by RazorJ_2000 · · Score: 1

    ...according to his FAQ on his site, he says that he conforms completely to the GPL and that the patent license applies only to the combination of RTLinux with Linux.... and his patent seems open...

    --
    pi=sigma{n:0-infinity}[(1/16)^n][(4/(8n+1))-(2/(8n +4))-(1/ (8n+5))-(1/(8n+6))]
  41. Re:it's more than just not releasing source code.. by Anonymous Coward · · Score: 1, Insightful

    Um, no. First of all, he is releasing the source. Second of all, the GPL doesn't prevent you from patenting inventions that are incorporated into a derived work. The GPL violation results from the _extra_ restrictions he has placed on the derived work.

  42. One solution by eclectro · · Score: 2

    The Free Software Foundation could trademark "GPL" and have a "GPL Brand" of software that correctly follows its' license.

    If they don't follow the license correctly, don't allow them to call the software "GPL".

    But this would require a bit of forward thinking.

    --
    Take the cheese to sickbay, the doctor should see it as soon as possible - B'Elanna Torres, "Learning Curve"
    1. Re:One solution by Anonymous Coward · · Score: 0

      I thought all you open-source people were against trademarks. Is it not ironic that you think a tool should be used (trademarks) to protect a movement whose core belief is against its use?

    2. Re:One solution by eclectro · · Score: 1

      I'm not necessarily an "open-source" person. All I'm saying is that trademark could be used as a tool just like copyright is in a certain circumstance. No irony here troll.

      --
      Take the cheese to sickbay, the doctor should see it as soon as possible - B'Elanna Torres, "Learning Curve"
  43. Microsoft - a ridiculous discordian myth by Anonymous Coward · · Score: 0

    An outside observer, on noticing the recent flurry of meta articles, might easily come to the conclusion that Kuro5hin.org is facing a crisis. To that extent, the observer would be correct. However, the nature of this crisis has been systematically misrepresented at every turn. Worse, the proposed fixes would in fact exacerbate the true cause of Kuro5hin's ills.

    To be blunt, the Kuro5hin community is being consumed with paranoia and hysteria in response to a threat that does not even exist. While no doubt many people's belief in trolls is well-meaning, it is most definitely badly informed. Over the course of this article, the myth of the existence of trolls will be systematically debunked. Finally, some clues to the origin of the myth will be examined, most pointing to post-modern liberal ideologies.


    It has been said that extraordinary claims require extraordinary evidence, and such evidence will be provided. However, it is important to first realize the difficulty inherent to any argument for a negative proposition. In truth, any belief in trolls is ultimately unfalsifiable, and as such cannot be disproved. However, the goal here is to rightfully oust that belief from the realm of shared objectivity. If one wishes to believe in trolls, such is one's right. However, that belief must be constructed as a personal claim of faith, not as a statement of objective fact.

    First, it will be helpful to specify the exact nature of the imagined crises. If the worst panic-mongers are to be believed, Kuro5hin.org is currently being besieged by a vast army of posters who post solely for the purpose of causing controversy. To objectively examine this claim, it is necessary to ask what, who, and why.

    What is the nature of this attack? If the claim of a troll invasion is to based in fact, one should be able to find ample evidence of inflammatory, worthless posts. However, the posts simply do not exist. Certainly much of which is written in Kuro5hin.org may offend various individuals to differing degrees, but there is not a large group of comments that express no tenable opinion and only inflame and cause offense.

    Who is the source of this attack? This is also difficult to determine. In the course of researching this article, I visited many alleged troll meeting places, including "secret sids" on Slashdot.org, Geekizoid.com, and the channel #trolls on slashnet. Without exception, I found these places to be inhabited either by extremely juvenile posters engaging in puerile antics or bored individuals simply discussing everyday topics. The trolls of myth were nowhere to be seen.

    While some posters no doubt use more aggressive language than others. On the whole, most members of the Kuro5hin.org community present a coherent and consistent world view. Admittedly, some individuals appear to have a particular issue about which they routinely squabble, but this is to be expected in any group as diverse as Kuro5hin.org's user base. Importantly, there plainly is not a army of people routinely posting contradictory and provocative material.

    Finally, why would anyone engage in the alleged behavior? Why would anyone expend the necessary time and effort to write contradictory nonsense for the sole purpose of arousing tempers? The proposition is patently absurd. The passion of the intellect demands that one remains true to one's deepest convictions. To violate these passions would be an odious task to anyone. It is ridiculous to suppose that many would voluntarily engage in such behavior.

    It is obvious, then, that the myth of trolls has little basis in truth. However, the question of its origin remains. Although this is impossible to determine with absolute certainty, the most probable explanation lies in post-modern liberal philosophy. One of the overriding themes in post-modern western thought is the individualized relativity of truth. However, because of inherent intellectual passions, disagreements are impossible to avoid. This presents a paradox. One wishes very much to argue against another, but if truth is individualized, there are no grounds on which to do so.

    When truth is relative, the only criticism is insincerity. The only remaining means of disapproval is claims that one's opponent does not actually think what he is professing, and upon honest reflection would recant. The troll hysteria represents an extreme instance of this attitude. Faced with opinions that are utterly irreconcilable with their own, many of Kuro5hin.org's members resort to accusations of trickery and insincerity.

    Although crying "troll" perhaps provides more immediate gratification, the long-term health of Kuro5hin.org demands that we as a community learn to accept the differences of opinion that our diverse membership holds. For the sake of peaceful intellectual discourse, it is time to retire the term "troll" forever.

  44. Warning! Lunatic posting here. by bobalu · · Score: 1

    Looney bin conspiracy you mean...

    --
    The revolution will NOT be televised.
  45. Copyright Violation or GPL violation by aphor · · Score: 1

    If you release binaries compiled from modified GPL code, then you are bound by the GPL and the software is encumbered. If you fail to comply with the GPL restrictions, then you may be liable for copyright violation against the owner of the code you modified.

    In this case, Linus Torvalds is owed damages for copyright violation on each copy of RTLinux distributed. If source code modifications were released, then the GPL "free redistribution" waiver would kick in, and Linus would nto be entitled to anything.

    If Linus Torvalds accepts *anything* for damages, it should not be without injunctive relief applying to the patent.

    --
    --- Nothing clever here: move along now...
    1. Re:Copyright Violation or GPL violation by sheldon · · Score: 2

      Understandable, but here's my question...

      How much damage has Linus Torvalds suffered from this copyright infringement?

      Lost sales? What?

      I just don't know exactly how you would relate monetary damages to something given away for free.

    2. Re:Copyright Violation or GPL violation by Anonymous Coward · · Score: 0

      Well the same thing could be said about human lifes. Life is free, but how much is it worth?

      Just because the price is zero does not mean it has no value.

      How much would you pay for free speach.... some would set the price as high as life.

    3. Re:Copyright Violation or GPL violation by Anonymous Coward · · Score: 0

      You should go explain to the victims families at the WTC that their lives are worth the same as a piece of software.

      What a truly sick person you must be to devalue life so greatly.

  46. Isn't it a criminal offence? by halftrack · · Score: 1

    By using GPL licensed code you are agreeing to follow the GPL license as if you'd signed a contract. As far as I know breaking a written agreement is a crime and can be prosecuted by the legal authorities in the US or Finland. If somebody filed a charge and made a lot of noise about it the state attorny has got to listen to it, especially if several people did so.

    --
    Look a monkey!
  47. FSMlabs' customers will enfore the GPL by wfmcwalter · · Score: 1
    RSMlabs is trying to sell RTlinux (strictly, support for RTlinux) mainly to hardware and CE companies, who would otherwise be using something like pSoSystem, VxWorks, AMX, ThreadX, or QNX.

    Those companies have large, cautious legal departments. They will not release product that violates GPL, or that may in future be found to do so - even if the voilation is by a supplier or consultant. One activity that lawyers do prior to signing an agreement with compaies such as FSMlabs is a full due-dilligence search for issues just such as this. FSM will have to answer some difficult questions consequent to FSF's statement, regardless of how much foundation it has.

    --
    ## W.Finlay McWalter ## http://www.mcwalter.org ##
  48. Actually somewhat amazed the patent was granted... by BlueTT · · Score: 1
    What the RTLinux patent covers is basically the idea of using a small real-time OS core which runs Linux as one of its real-time tasks. The system further makes sure the Linux task cannot block interrupts or otherwise cause the real-time OS to lose preemptability.

    Depending on how RTLinux implements things, they may not be making any kernel changes at all so there may not be changes that they need to release the source for (and, in fact, if you read the press release, FSF mentions no such thing.)

    Rather what FSF has a problem with is that if you purchase RTLinux, they impose additional license restrictions on the copy of Linux that is run by RTLinux, something that is not allowed by the GPL.

    (e.g. you can't create a distribution of Linux that has a more restrictive license than Linux itself comes with.)

    The surprising part about the patent is that this is exactly how "real time" versions of Windows NT work; a real time OS runs a copy of WinNT as a thread of the RTOS, assuring that real-time sensitive operations are handled by the RTOS.

    Regardless, the issue at hand is the more restrictive license on the copy of Linux included with RTLinux, not kernel changes that may be made to the copy of Linux running within RTLinux...

  49. Hostile Patenting by Anonymous Coward · · Score: 0

    Looking at this case, I do see a reason for either FSF or GNU to patent software methods used in GPL/LGPL code. The organizations have stated that they do not support software patents. But then what prevents a for-profit company from patenting ideas used in GPL/LGPL programs, and then attempting to restrict use of those programs.

    However, this is not to say that I support RTLinux. By asking for the contact info, they have placed a significant burden on any distributors or programmers who use their software. However, this case may not stand up in court - I am not sure.

  50. Did MS do the wrong thing? by Anonymous Coward · · Score: 0

    Way the hell offtopic but this will ensure that this gets noticed here on Slashdot: This article on CNN says that MS is going to change their Flight Simulator game. I can't believe that their game's intro had a character saying that it'd be cool to crash an aircraft into the Empire State Building. Is this true? I don't buy MS games so I've never seen it, but it sure seems like if true, it might expose the software giant to some serious liability action against them.

  51. Why he's freaking out... by sterno · · Score: 2

    The problem is that if people start adding little clauses like that everything can spin out of control. You decide to take RT linux and make your own modifications and then you add a rule saying that in addition to the GPL, people must mail you a postcard. If a product is GPL, then it's GPL, and you know what you are getting into.

    If you don't enforce the GPL here, when do you do it? There's no blurry line in the GPL that let's some things slide, it says, no additional clauses, end of story. If he doesn't like it, tough, go modify a different OS.

    --
    This sig has been temporarily disconnected or is no longer in service
  52. except if it's free they won't make money anyway by bobalu · · Score: 1

    First, if they playing in GPL-land they should certainly play by the rules. That said...

    Aren't you missing a piece here? If they give away what they did, nobody needs to buy it anyway. So how much could they lose? Nothing from nothing...

    I'm sure I'll be modded down for pointing out this totally obvious economic issue with free software, but the reality is it's difficult to make a lot of (read: any) money off of something you give away, I don't care what it is. In their case (unlike most others) they probably could make some money on support, but most of the guys doing real-time stuff are pretty resourceful by definition.

    --
    The revolution will NOT be televised.
  53. Linus has said he doesnt have a problem... by alexborges · · Score: 1


    ... With people not releasing open source kernel modules (Well, actually drivers)...

    As long as they respect the GPL (said modules would have had to be written from scratch, not based on GPL), hence, gpl2 now exists and kernel libs are (optionally) gpl2

    So, if the modules in question are theirs (rtlinux's), there is nothing to prosecute and fsf would be doing more harm than good to the Linux community if they take the case and loose, because they will if thease are kernel modules written from scratch.

    Of course, i dont know exactly what parts of the kernel we are talking about here but any legal action can only be taken by the copyright holder and (if they are from-scratch modules), rtlinux is the owner and thus have the right to patent whatever they want, within that copyright....err or at least thats what i think



    Alex

    --
    NO SIG
  54. Possible Solution by Anonymous Coward · · Score: 1, Interesting

    My understanding is that on RTLinux there is a ``hard'' real time kernel that runs and that the regular non-realtime Linux kernel and all its processes run as a separate low priority thread of control under this system.

    It seems to me that Yodaiken could GPL the mods to the Linux part of the kernel (if he likes) and liscence the real time part of the kernel any way he likes. The patent prevents others from making their own real time kernel and running a non-realtime kernel on top of it, and that idea appears novel (I've not heard of prior art) so he can do with it as he pleases. I don't see how this is any different than a vendor releasing GPL'd device drivers or kernel patches for a patented piece of hardware or software that he would like to support.

  55. Re:Pathetic by Anonymous Coward · · Score: 0

    War with who? Aww .. shut up, you media-fed loser. The USA are not the only country in the world suffering terrorist attacks. Hundreds of people die everyday: tortured, raped, bled to death, from awful diseases ... and you are crying upperclass people with 6 figure salaries and millionary life insurances ?

  56. NO - Patents Stifle Innovation by Anonymous Coward · · Score: 0

    by allowing intellectual property to be protected for a limited period, they create an incentive for inovation.
    What does this do to create an incentive to innovate - it miraculously helps innovation by denying the right of other researchers to use that information to innovate. So that means only the patent holder can innovate.
    Now if patents were banned, then all researchers would have a change to use the information to create further innovation. This would therefore boost the capital available for research and would also boost the innovation by allowing different people to take different approaches, and then (because they couldn't patent them) use each others to improve theirs.
    Of course, there might be some monetary loss. But the increase in innovation would be worth it. So actually patents stifle innovation by denying the right of other innovators to innovate using the same intellectual property
    But with Bush in office I doubt this will happen - maybe Tuesday's disaster will mess up his re-election chances (though I do feel greatly sorry for everyone who died, I just think that America should make the best of a horrible thing, just like the way we can use the economic depression to critisize Bush.)

  57. my statement by philipm · · Score: 0

    I am issuing an official statement that my right to steal FSF, and in particular to use free SW to steal copyrighted mp3 material, has been violated by the UnFreeSWFoundation. In addition, my right to a clean smelling environment is in dire jeopardy.

    I urge users everywhere to keep the evil FSF members from their atrocious misuse of the word free. Free is free, as in hookers. Don't let them perform illegal advertising on you. Fight back and use the power of your pants to take your feet where they need to go.

    The good people at RT Linux have worked hard to preserve your right to steal code that has no value. Fight the evil RMS singing monkey.

  58. Not Bruce, but still ... by MfA · · Score: 1

    The patent licenses are markedly different, the one on Advogato makes no further restrictions than those already expressed in the GPL ... the RTLinux one does (the e-mail requirement, the administration requirements etc etc ... why he wants that information and how it would be used is an interesting question BTW).

    1. Re:Not Bruce, but still ... by Anonymous Coward · · Score: 0

      Thanks. The press release seemed to imply that the incompatibility came from the mere enforcing of the patent.

  59. Not Copyright, but IP by MassacrE · · Score: 2

    The GPL does not take intellectual property into account at all - so what they are basically saying is that code is completely GPL, but that the technology underneath the code is patented and is only usable under a different set of terms.

    I think that some people are going to wind up being upset here - these are two very different legal topics, and having a patent does not affect the use and protections by copyright.

    Solution? Don't allow algorithms to be patented!

  60. The same for LinuxDA by erroneus · · Score: 2

    They have yet to release their GPL modified code.

  61. I agree by MfA · · Score: 1

    When I first ran accross the supposedly GPL'd software from Lizardtech the same idea occurred to me (http://djvu.sourceforge.net/).

    Its a related problem, but in some way's even worse because they are not even infringing upon anything ... people can pretend source code is released under the GPL while its patent license is too restrictive or non existant. What actually happens is that because they are the copyright owner they can release it anyway they like it and tack the GPL on it, but since you cannot comply by the GPL and use that source code thats just an empty gesture.

    In this case the only possible way to prevent it is through trademarks and/or certification.

  62. I know these people by Anonymous Coward · · Score: 2, Insightful

    I know these people and they are a small company and have long been involved with working on Linux. One of these people is Cort Dougan who has worked on the PPC port of linux for a long time. Victor has been a supporter of the GPL and they do release the source. The patent just enforces the way that program code can be used.

    In the GPL a company cannot just take the program and make something new and not give out the source code, but what Victor is doing is allowing for a double licensing system. If you don't want to make some sort of commerical product you do things under the terms of the GPL. Which fits because to write RTLinux programs you have to create modules, which can quite often require mods to the RTLinux parts. However, if you need to do it in a closed system then he will allow that if you license the Technology from him.

    I can't see anything wrong with this because look at the cross licensing by many other products out there like QT and the OpenOffice project. Just how is this any different. I can see that you people don't even know what is going on and have become a set of rabid dogs and didn't even check into how it worked.

  63. How is the FSF better then the German lawyers that by Tim_F · · Score: 1

    How is the FSF better then the German lawyers that went after the author of KIllustrator? By the sounds of it, the FSF didn't ask Linus if he was concerned by this before they started writing about it.

    I think the FSF should stay out of other people's business. If anyhting, they should have alerted Linus to the what was going on before saying something.

  64. But then again, this isnt about copyright either by MfA · · Score: 1

    GPL does have some things to say about patents BTW.

    But it isnt about copyrights really as much as its about contracts, without the GPL he has no rights to distribute Linux at all ... his only line of defense is saying that he's abiding by the GPL. Which makes copyright law inconsequential :)

    Copyright law only comes into the picture if hes proven not to be abiding by the GPL.

  65. Re:Isn't it a criminal offence? NO! by Anonymous Coward · · Score: 0

    There is a distinction between civil and criminal law....breaking a contract is not a criminal act.

    Further, the situation involving licenses like this is not a clear cut as you obviously think. There is no signed contract, it is not exactly the same.

  66. Not true by MarkusQ · · Score: 2
    If an author write an application, or what not, then releases it under GPL even he himself can not take his code, compile it, and not re-release that without the source (technically speaking).

    No true. The original author(s) can release under any other licence(s) they choose. What they can't do is take something that someone else wrote, munge it up a bit, and then release that as a binary only.

    I could, for example, write MarkOS, a from-the-ground-up operating system coded in Haskel, and release it under the GPL, while at the same time selling MarkOS-QPro with portions of the kernel rewritten in Forth, under an ultra-restrictive-I-now-own-your-first-born-and-yo u-don't-get-the-source licence.

    What I can't do is release Markux, a linux clone produced by running sed on the 2.2 sources, under that restrictive licence, because I don't hold the copyright.

    Does that clarify things?

    -- MarkusQ

    1. Re:Not true by mlc · · Score: 2

      I could, for example, write MarkOS, a from-the-ground-up operating system coded in Haskel, and release it under the GPL, while at the same time selling MarkOS-QPro with portions of the kernel rewritten in Forth, under an ultra-restrictive-I-now-own-your-first-born-and-yo u-don't-get-the-source licence.

      You could, as I understand it, not even bother writing MarkOS-QPro, and release the original MarkOS under both the GPL and your restrictive license, since you are the original copyright holder and can do whatever you want. But I cannot download MarkOS off the 'Net under the GPL and then try to relicense it to someone else under any non-GPL terms.

  67. Some quotes from the RTLinux patent license by MfA · · Score: 1

    Apart from the fact that the patent is bloody obvious (as can be seen by the development of L4-Linux) I cant say Im charmed with the following parts of the license :

    "5.
    Licensee and any subsequent user of the Patented Process through
    Licensee's products or services will give notice of their full name,
    address, telephone number, E-mail address and date of first use or
    access to the Patented Process, whichever is earlier, to Licensor by
    sending an E-mail to license@fsmlabs.com.

    6.
    You will keep complete and accurate records of all commercial uses
    of the Patented Process and all commercial distributions of the Patented
    Process whether that distribution occurs directly or as part of your
    products or services. You will also provide copies of all such records
    upon request from Licensor."

    "3.
    The Licensor may terminate this License and end all uses of the
    Patented Process if, for any reason, Licensor believes that the Licensee
    is, or is about to become, bankrupt. In addition, Licensor may terminate
    this License and end all uses of the Patented Process if Licensee files
    a petition for bankruptcy or if an involuntary petition for bankruptcy
    is filed against Licensee during a bankruptcy proceeding."

    His intentions might be good, but do we have to suffer for the fact that he chose the wrong kernel to extend in this way (he should have gone with xBSD) with the erosion of what the GPL stands for?

  68. Toothless GPL? by Anonymous Coward · · Score: 0

    From my research (done due to licensing issues in a GPL project I co-founded) the GPL is toothless *unless* there is a copyright holder (or cooperating holders) willing to enforce the license. That's why the FSF's GPL does 'copyright assignment' to the FSF. (see http://www.fsf.org/licenses/why-assign.html)

    The default GPL (used blindy by most GPL project starts) does not include a copyright assignment clause for the assignment of copyright to the project starter for contributed work. I think this is the reason:

    The FSF holds a stance that software authors should not have the *choice* to produce non-GPL'ed software or un-GPL previously GPLed software. By not having a copyright assignment clause, it becomes difficult to sub-license or un-GPL an existing GPL project without explicit permission from every possible copyright holder.

    I've been recommending to friends who are starting new GPL-type projects to always include a copyright assignment clause for contributed works. Otherwise the project becomes difficult to defend legally (as the FSF points out), and difficult to sublicense or (gulp!) non-GPL later.

    I agree with the FSF on most things, but I think the project head (who starts the GPLed project) should have more power than the FSF would like. Thankfully, educated project heads have the power and freedom to alter or supliment the default GPL to add back this control.

    --Phil

  69. xStore DiscZerver - GPL Violation by BRTB · · Score: 4, Interesting
    Speaking of GPL violations, I found a pretty flagrant one at work a few weeks ago...

    Microtest (now XStore) put together a mess of GPL software - a modified Linux kernel 2.0.27, Samba 1.9.x, Apache, the MARS_NWE netware emulator, and GNU C libraries (libc5), among others, stuffed them on a flash chip in a drive-bay-size embedded 486-based computer, and sells it as their "DiscZerver" product line. Nothing wrong with the method, but there's plenty wrong in their implementation.

    The web interface, the only given method of configuring the device, refers to the various services installed generically, like "Web server," "SMB server," "NCP server," etc. - there's no mention anywhere, even in the manual, of the actual programs being used. Of course along with this is no accompanying source code or even the offer to provide any, as the GPL requires.

    I can't even get any tech support from this company, much less someone to ask about getting the source code for the software and whatever modifications they made, which include a flash-filesystem driver ("yaffs") for the kernel. I did manage to hack out the root password (which they apparently hide from all customers); with that I found a shell prompt (Stand-alone Shell v1.0 - GPL? dunno) which only increased my determination as I could see exactly what programs they managed to steal, strip out identifying info, and use without credit.

    I did contact the FSF, and they did confirm the existence of a GPL violation, but were unable to do anything specific as they do not hold copyright on any of these programs (and actually suggested I post to Slashdot to get some answers =] ) Of course xStore itself has not returned my emails or phone call.

    So right now I have a nice little piece of hardware, a bunch of GPL software that Microtest 'stole' (for lack of a better word) and no idea what to do next. I'd be happy if I could just get the code so I can fix NMBd to work properly. I've thought about trying to make my own really-small distro to load on, but it's not really worth my time - I could just load the CD images into my other Linux server, connect the CD tower, and get on with life... but I really shouldn't have to do either. Any ideas?

    1. Re:xStore DiscZerver - GPL Violation by hanwen · · Score: 1
      GNU C libraries (libc5), [..] they do not hold copyright on any of these programs

      that's strange. GNU doesn't hold the copyright on GNU libc??

      --

      Han-Wen Nienhuys -- LilyPond

    2. Re:xStore DiscZerver - GPL Violation by BRTB · · Score: 1
      Well, I didn't know it had glibc1 in there at the time I contacted the FSF; I finally got non-web access to the machine yesterday, the FSF email was last week. I do have an email in to them about the libc part, which hopefully they'll do something about.

      Sorry I left that part out... I'm just more concerned about the code for kernel and Samba because the machine's pretty much useless to me without it.

    3. Re:xStore DiscZerver - GPL Violation by tridge · · Score: 1

      I'd be interested in knowing more about this so
      I can contact them. Could you send me an email
      letting me know how I can contact you?

      For those who are interested, the Samba Team
      generally takes a fairly soft approach initially,
      explaining to the company why it benefits them
      to follow the GPL and how they can become
      compliant without adverse affects on their
      business. We only take firmer action as a
      last resort.

      In all but one case so far the company has agreed
      to follow the GPL in the future after we approached them.

      Cheers, Tridge

  70. So who's violating what? by Anonymous Coward · · Score: 0

    The code is GPL so anybody can distribute it all they want. Yodaiken can't sue anybody for modifying, forking, selling etc etc the source code.

    The patent applies to those who use the invention for commercial purposes, not the code. So IMO the GPL violation occurs when somebody sells a product utilizing RTLinux, RTAI (or a similar product) or when somebody runs the product commercially.

    So RTLinux in no way violates GPL, nor does Yodaiken by developing RTLinux. Those people trying to market or use RTLinux commercially violate GPL. In other words, RTLinux, RTAI etc cannot be used for business purposes until a less restrictive patent license is granted. So not even Yodaiken is allowed to do business with his invention unless he replaces all GPL code.

    Marko

    1. Re:So who's violating what? by Spinality · · Score: 1

      The linked statement doesn't point this out, but the main post said the violation was for failing to distribute the source to the mods. As we all know, it is not possible to stay within the GPL and yet keep your source secret. (It's the reason that many people view GPL as a virus: once you use a GPL component, you essentially have to get out of the software business, at least for that fork of your product.) Assuming that this is what was done, the patent is irrelevant. It's the failure to distribute that creates the breach.

      JMHO -- Spiny

      --
      -- We all have enough strength to endure the misfortunes of other people. La Rochefoucauld
  71. There are more important things to worry about by mrbill · · Score: 2, Insightful

    I'll probably get labeled as a troll for not agreeing with the masses, but right now, there are more important things to worry about than having a penis war over a software license.

    1. Re:There are more important things to worry about by Anonymous Coward · · Score: 0

      So we should just forget about things we believe in and let them get away with this until later?

    2. Re:There are more important things to worry about by mrbill · · Score: 2

      No - but spending time ranting about a software license is definitely less worthwhile than spending the time helping out the Red Cross, etc. Even if you're not near NYC, PA, or DC, you can help your local organizations to prepare and be ready in case the same kind of disaster happens in YOUR town.

      Linux is not life, as much as some people would like to believe it. Computers are not life. They're important tools, but in the long run, people are more important.

  72. Victor may be right, though. by chrisd · · Score: 4, Interesting
    Please read this entire message before replying.

    Note:

    • a) Victor has a patent on the methods he used to apply real time features to the (GPLd) Linux Kernel

    • b) He provides those patches under the GPL (download it and see for yourself)
      c) His Patent Licence allows for a blanket Licence, free of charge to all those who incorporate that patents process in GPL'd software.
      d) He reserves the right to charge for those incorporating his patent into non-gpl'd software.

    So if you hate Software Patents, go ahead and hate Victor (I've talked with him, he's okay with this), however, he is not violating the GPL. He has gone the extra step making his Patent non-violating against the GPL.

    Remember that a patent is -not- code. The code is the code. His patches are an implementation of the patent. And his patent licence allows them to be included in GPL'd software without paying him.

    If you were to write code that did what the patent described, and did it in a proprietary manner, then you would need to negotiate a licence with Victor, or fight it out with lawyers. You can not like this, as this is the basic software patent bad thing, but he isn't violating the GPL.

    Also note the inconsistancies of the FSFs position on Software Patents. Richard has noted that he is for them, if they are used as a pool to force other companies to share thiers, but in this release they say they are completely against them. I'd like to see a public position from Bradly Khun and RMS.

    That also said, there are undoubtably a number of places where the Linux Kernel is violating any number of software patents. Get used to seeing these kinds of stories.

    Chris DiBona

    --
    Co-Editor, Open Sources
    Open Source Program Manager, Google, Inc.
  73. Suggest you submit a ./ article by Spinality · · Score: 1

    This seems important enough that perhaps you should submit a separate thread on the topic. I fear it will get lost here. If you don't get many responses, that might be a good route.

    JMHO -- Spiny

    --
    -- We all have enough strength to endure the misfortunes of other people. La Rochefoucauld
  74. A nice solution? by Tersevs · · Score: 1

    Remember the old articale about the dude who grants use of certain patents for GPL:ed projects? Wink, wink!

  75. The FSF has copyright in libc5 by JoeBuck · · Score: 2

    If your story is correct, the FSF does indeed have standing to sue, as much of libc5 is based on glibc version 1. Even though that is LGPL, anyone Microtest gives the binary to may demand the source to the library, plus any modifications to the library.

    And they probably have at least a couple programs from GNU fileutils or shellutils in there.

    1. Re:The FSF has copyright in libc5 by BRTB · · Score: 1
      Sounds about right... I just didn't make the sequence clear enough in the comment (actually looking at it I totally screwed it up, oops). At the time I contacted the FSF I didn't know libc5 was in there; after I got the hidden root password yesterday I was able to telnet in, and find all of the programs in there and their version numbers.

  76. Yodaiken is violating the GPL by MfA · · Score: 1

    The GPL grants certain rights, those are restricted by the patent license ... and thats not allowed, simple really.

    "You may not impose any further restrictions on the recipients' exercise of the rights granted herein."
    +
    "If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License."
    =
    No if's and or but's about it ...

    Requiring someone to give usage information to be allowed to use it is as legal as any other requirement beyond whats in the GPL. If the patent license forced you to pay mr. Yodaiken money would you still uphold his right to do this? If one is legal then so is the other.

    It may suck for mr Yodaiken, but if he wants to modify GPL'd code using his patented technology and distribute it then he will have to give an even more open license.

    "So IMO the GPL violation occurs when somebody sells a product utilizing RTLinux, RTAI (or a similar product) or when somebody runs the product commercially."

    Where does it state in the GPL that you are not allowed to sell covered software or use it commercially? GPL covers distribution not use ... you could never violate the GPL by selling or using covered code if you complied to its requirements.

  77. FSF Is Loosing It by DickBreath · · Score: 0, Flamebait

    The FSF must be slipping in their old age.

    Not one single time did they use the designation GNU/RTLinux.

    --

    I'll see your senator, and I'll raise you two judges.
  78. He might as well ask for money by MfA · · Score: 1

    Have you read his patent license? He requires things beyond whats required by the GPL, that is enough ... if you think he should be able to get away with that then why draw the line at him asking money for patent licenses? There is no fundamental difference.

    "You may not impose any further restrictions on the recipients' exercise of the rights granted herein."

    The best you can do with patents you want to be allowed to be used in GPL'd code is to require the licensee to use them in GPL'd code ... thats about it as far as restrictions you can put on use.

    1. Re:He might as well ask for money by chrisd · · Score: 2
      I actually think that by allowing the patent to be used in gpl code completely in accordance with the GPL, his licence to the patent removes the "futher requirements" issue.

      chris

      --
      Co-Editor, Open Sources
      Open Source Program Manager, Google, Inc.
  79. It would be hard to make RTLinux stand-alone by peter · · Score: 1

    FYI, RTLinux is a real-time layer that passes hardware interrupts to the rest of Linux. The rest of Linux runs as a task under rtlinux. This isn't the kind of thing you can easily make into a module. To do that, you'd have to make init_module() patch the machine code in other parts of the kernel.

    Also FYI, rtlinux is not new. They've been around for a couple years. I guess the FSF just waited to see if anything was going to happen before they got nasty. The source code is available, and there is an "open patent license", similar to the GPL, but with a few restrictions about having to provide contact info to Yodaiken on commercial users of rtlinux, and having to send him diffs for any in-house changes, IIRC.

    Yodaiken is _not_ limiting the chances of others, etc.. He is limiting the desire to, because such work would not be as Free as GPLed code.

    Know the facts before you get too excited. This is /., remember?

    --
    #define X(x,y) x##y
    Peter Cordes ; e-mail: X(peter@cordes , .ca)
    1. Re:It would be hard to make RTLinux stand-alone by Teun · · Score: 1

      Good points that I was (partially) aware of but I only wanted a generalised argument.

      --
      "The likes of Facebook and WhatsApp are free to those whose privacy is of zero value."
  80. Thats nice, why do you think that? by MfA · · Score: 1

    You point me where in the GPL it say's I have to keep a running administration of my commercial use of covered code which I have to pass on to the some third party?

    That comes on top of the GPL (or rather it would if the GPL would allow that).

    Have you thought about uses of the information he acquires through his patent license BTW? I can think up some sinister scenarios, he can of course sell the info for marketing purposes ... but far more profitable is to let the GPL version get popular, bankrupt the company (which voids the existing license) and then sell the patent and the listing of commercial users to get a nice complete list of who to extort license fees from.

    BTW you didnt cover my main point, whats the difference between putting further restrictions in the patent license or just putting in a monetary fee for use? Either both are allowed or both are disallowed ... so which is it? You think he should also be allowed to demand money from commercial users of his so called GPL code? Or you think that as long as they comply with the GPL they should be able to use it?

  81. Oops, stepped in it there :) by MfA · · Score: 1

    Actually I totally misread the bankrupcy bit :) Still, what does he want that info for?

  82. DMCA them! by Frank+T.+Lofaro+Jr. · · Score: 2

    Any Linux kernel copyright holder can send a DMCA takedown to the ISP for the firm that is (being alleged to be) infringing the GPL.

    Use whois to find the ISP, and look at the DMCA itself for what you need to do. You might want legal advice before you actually do anything though.

    Just because we hate that law doesn't mean we shouldn't use it when we have the legal and moral right to do so.

    --
    Just because it CAN be done, doesn't mean it should!
  83. Re:Kinda offtopic (copyright) by Arker · · Score: 2

    Specifically, does the original author own the copyright on a large project that other people have made minor contributions to? Also, consider that no one explicitly handed over their copyright.

    IANALS (I am not a land shark) but I have researched the issue in depth.


    By default - if no other arrangements are made, the author of each contribution owns copyright on their contribution. For a variety of reasons most small contributors are asked to assign their copyright to another person - either the leader or main contributor of the project, the company they work for (in the case of RedHat for instance,) or the Free Software foundation. However in the case of Linux, Thorvalds from the beginning has asked that people *not* assign their copyrights to him. The idea being that this would quickly reach the point where no one could, as a practical matter, reach each and every copyright holder to negotiate a separate license - to make sure that the kernel would always be available under the GPL and ONLY under the GPL.


    I think that one of the best ways for GPL developers to make money is by creating software under the GPL and also selling that software under a different license to companies that don't wish to use the GPL. But, I am unclear on whether the original author can do this if other people have made contributions to the project.

    Indeed, this is a perfectly legitimate option for many projects. However, in the case of Linux, it is not, and by design.

    --
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Friends don't let friends enable ecmascript.
  84. Enforcement by man_ls · · Score: 1

    The GPL, to the best of my knowledge, has never been tested in court, let alone upheld as a valid software license. The FSF seems awefully pushy, dictating the license terms of the free software community, in my opinion. If I remember correctly, the FSF forced a software package to remove some disclaimers of liability, and the "click to accept" license portion on the web site.

    Maybe the FSF should realize that these people are doing the other members of the community a favor by making the programs and services open source. They don't have to. For a nonprofit organization that doesn't own any of the data in question to dictate terms to individuals that are making their product free out of goodwill is bound to come right back at them.

    So what if something is 100% GPL compatible? As long as the permission to modify/redistribute and the full source code are included, that should be good enough.

    J.W. Koebel

  85. Digital Millenium GPL Act ? by northwind · · Score: 1

    Interesting that the government will do so much for companies and copyright holders and so little for "we the people" who contributes to the GPL.
    Could we please ask for protection under the Digital Millenium GPL Act?
    Why isn't it worth unprotecting?

  86. RMS by Anonymous Coward · · Score: 0

    RMS has turned into a whiny bitch that is giving Linux a bad name. FSF is like an inverse Microsoft. It threatens with lawsuits because
    of selfish reasons not for the betterment of the community. But, it is a non-profit organiziation.

  87. Isn't a violation by Anonymous Coward · · Score: 1, Insightful

    RTLinux is available for NetBSD and is thus not dependent on Linux, as such it doesn't break the GPL according to RMS previous statements.
    This is because RMS have said that only if there is a dependency on GPL'ed code, it has to conform to the GPL.

  88. An alternative reason to press GPL violations by sheldon · · Score: 2

    I'm going to get moderated down as a troll, but what the hell I have Karma to burn!

    Have you ever considered the other side effect of pressing GPL violations?

    Probably not, but anyway...

    You add fuel to the Microsoft argument that the GPL is viral and anti-business.

    It's a double-edged sword, and from that standpoint pressing on these supposed violations gives the GPL an air of being a hot potato that no company in their right mind should touch.

    Something to think about...

    1. Re:An alternative reason to press GPL violations by jareds · · Score: 2

      So if I reverse engineer Windows XP and distribute a modified version, and Microsoft sues me for copyright violation, does that mean their EULA is viral and anti-business?

  89. What the hell is wrong with you fanatics? by codeforprofit2 · · Score: 1

    It only requires a licence if you use it to sell something. I would guess the people behind this company has bills to pay like everyone else?

    (and PLEASE spare me bullshit replies about service&support)

  90. Don't count on Redhat to support legal action by jalane · · Score: 1

    A note that hasn't been prominently mentioned in this discussion: Red Hat Picks RTLinux For Real-Time Kernel Technology Posted on /. on 2001/09/06. I would not expect RH to place themselves in legal jeopardy. It also means that they are not going to support any legal action against RTLinux, at least not without a very public and embarassing about-face.

  91. Fanatism by codeforprofit2 · · Score: 1

    There is no need to go to afganistan to find fanatism, there are lots of it right here on slashdot.

  92. Re:Drop Jon Katz on Afghanistan by Anonymous Coward · · Score: 0
    suck it, I mean suckkk ittttt!!!


    Your comment violated the postercomment compression filter. Comment aborted

  93. Re:This is GPLed, and not broken: by Anonymous Coward · · Score: 0
    yeah and they eat shit

    Your comment violated the postercomment compression filter. Comment aborted

  94. Penalties for infringing in a free product, etc. by Syre · · Score: 1

    Copyright law provides for statutory damages in addition to or in lieu of actual damages or additional profits by the infringer.

    In a case where the copyright owner sustains the burden of proving, and the court finds, that infringement was committed willfully, the court in its discretion may increase the award of statutory damages to a sum of not more than $100,000, in addition to the attorney and court costs of the plaintif.

    So even if the software is given away, the copyright infringer would be liable for up to $100,000 plus in statutory penalties. (See Sect. 504 of the Copyright Act

    Since all contributors to the Linux kernel would be plaintifs in this case, it seems that the most reasonable type of suit would be a class action suit, with the class consisting of all the kernel authors.

    On the other hand, they could each sue separately, but I doubt each would be awarded $100K...

    (IANAL)

  95. Why we're freaking out... by Anonymous Coward · · Score: 0

    The GPL *IS* already out of control. The BSD license is a more open license model.

    Stallman and lots of the other GPL/GNU folks are starting to scare the hell out of me.

  96. The RTLinux Patent is Invalid, IBM has prior art by Douglas · · Score: 2, Interesting

    IBM Published Proir Art that embodies the same
    idea as the RTLinux Patent in releasing in 1967
    the CP67 kernal for the Cambridge Monitor System.

    CP67, VM and the IBM System/390 Virtual Image
    Facility all describe and embody a Real Time
    Kernal that runs an entire operating system
    (which may be Linux) as a process and that
    prevents the client OS (Linux) from disabling
    interrupts on the actual CPUs while giving the
    appearance of having done so to the client OS.

    This is the direct lineal ancestor of the VM/390
    and z/VM Operating System and of the System/390
    Virtual Image Facility for Linux Kernal that allows
    40,000 copies of Linux to run concurrently on a IBM
    zSeries mainframe.

    Since the Source code for CP67 and all user mods
    were published and provided freely to anyone who
    had an IBM or compatible Mainframe it could be said
    to have been the father of the GPL.

    --
    Thanx Doug...
  97. QNX RtP vs GNU tools: GPL violation? by danov · · Score: 1

    I had submitted this as a /. story quite some time ago, but it never got posted, so I'll add it as a comment here.

    When I installed the first version of QNX Real-time Platform, I used their package management system to install extra developer tools and packages from the RtP CD i burned. one of those packages was essentially made up of GCC and other GNU tools. When you install packages using RtP's package manager, it sometimes pops up licences to the various packages - most often, the QNX RtP license.

    Well, surprise - the GNU package popped the QNX license, too. That license is of course NOT a free software license, so it could probably be considered a GPL violation.

    Or maybe it's just a mistake while building the package, leaving the default QNX license on...

    I didn't install the new release of QNX RtP, so maybe this has changed. Does anyone know?

  98. GNU IS an operating system - it's called HURD by Mandelbrute · · Score: 1
    But one of the reasons RMS is so adamant about "GNU/Linux" is that "Linux" fosters the mistaken impression that all the GNU tools are optional....
    If you look at a few things that RMS has written early on about why he insists on the prefix, you'll find that the major reason was that Linux had become popular enough for him to hear about it, so he thought adding the gnu to the front would increase the visability of the gnu project.

    Few people know that Linus did not name linux, someone else did and the name stuck - It was never an exercise in ego as RMS says, unlike his continual badgering of Troll and the KDE people long after Qt was GPLed. The orginal Troll licence wasn't as bad as people said it was (few bothered to read it before complaining!), and the companys attitude was always good (it hasn't been source under glass for years if ever, many people outside of Troll contributed patches five years ago), and the company reacted to flames by steadily improving the terms of their licence. They got it into a good state, but it wasn't the GPL licence, so they still got flamed. They made it GPL, and now finally the flames have died from everywhere except from RMS.

    On the positive side, I suspect that making putting Qt on the GPL was the best thing for the gnome project, it removed the political motivations and the desire to have the same release numbers as KDE, whether people thought it was ready to be called 1.0 or not. From the perspective of a user, gtk is now back to being as stable as it was before all the fuss, although somewhat larger with some weird dependencies.

    I for one, dislike it when I've been calling the OS Linux for several years before the gnu prefix was even suggested, and then suddenly large numbers of people reply to any mention of the word linux that I'm using the wrong name. It tends to turn any thread into a political one

  99. Prior Art by prufrax · · Score: 1

    Check out http://archives.e-insite.net/archives/ednmag/reg/1 997/091297/19df_01.htm for an article published in September 1997 comparing several real-time add-ins for Windows NT, doing things like sharing interrupts and running Windows as a low-priority task under an RTOS kernel.