MySQL AB and Nusphere Go to Court Over GPL
A little fairy whispered in our ear: "MySQL AB is seeking a temporary injunction against NuSphere, even though they've finally released the source code for Gemini and MySQL Advantage. According to the GPL, NuSphere lost the right to redistribute when they violated #3 by not providing the source code originally. The FSF will testify tomorrow in court, according to this Newsforge article." Newsforge and Slashdot are both part of OSDN. We've done a couple of previous stories about the MySQL AB vs. Nusphere conflict: the original story, a follow-up, and a note about a countersuit.
Update: 02/26 21:15 GMT by T :
bkuhn (Bradley Kuhn of the Free Software Foundation) writes: "The FSF has a press release on the matter and affidavit that we filed is also available."
Trust me..if it was ever possible for anyone to make GPL'd code proprietary, without a reasonable amount of legal danger to the party stealing the code, universities would already have done it a LOOOOONG time ago. The GPL was written expressly so that institutions could not lay claim to code written to be distributed and used by the public. The BSD license, on the other hand, more or less allows anyone to take anything written for it, so long as they provide credit to the original authors.
distribute your derivative work.
The GPL is clear on this point. If, for whatever reason a court of law decides the GPL is invalid in a particular case, then you lose any right to distribute derivative works.
Thus, there is no incentive for a company to try to invalidate the GPL, because without it they have no rights to distribute derived works. The only option a company has is to prove it is in compliance with the GPL.
The one interesting thing here I observe is that once you have been found in violation of the GPL only the holder of the copyright can reinstate your ability to distribute derivative works-- and there is no obligation to do so.
Thus, companies using GPLed code in works they distribute need to pay special attention to compliance as none-compliance carries with it the possibility being permanently blocked from using the GPLed code again.
Admitedly though, it's not complicated. Simply ensure you distribute your source along with the product, and all is well.
Otherwise put, if you want to use GPLed code, you have to share the code of your derivative work with everyone.
Do not spread "09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0" over the internet, thank you.
Basically, since the GPL is the only document granting you permission to use the software, violating the GPL revokes your rights under it. That means that if it is found that they violated the GPL (which seems a foregone conclusion if the reporting is accurate), they will no longer be able to distributed MySQL code at all. In other words, put completely out of that business.
Now that is something other companies will take seriously in the future. (IANAL and all that of course.)
Unfortunately (or, fortunately, depending on how you look at it), corporations no not have Constitutionally guaranteed rights.
Your Servant, B. Baggins
FSF has a press release and the affidavit we filed available on our website.
That's the "old" BSD licence. Problem is that you can quickly end up with pages and pages of author credits. The "new" BSD licence - which is essentially the same as the X11 licence - no longer requires this.
Tom Swiss | the infamous tms | my blog
You cannot wash away blood with blood
I suggest you read the GPL FAQ before you spoout any more bollocks.
Nitpick: The GPL doesn't actually say this, but the text declaring that the work is licensed under the GPL usually (though not always) does.
RMS handled it with less tact than he normally uses
Don't you mean "the same amount of tact that he normally uses"? The man isn't exactly fames for his tact...
10 PRINT CHR$(205.5+RND(1)); : GOTO 10