Strong Court Ruling Upholds the Artistic License
dilute writes "The US Court of Appeals for the Federal Circuit (an authoritative court that normally deals with patent law), has issued a strong ruling (PDF) upholding the Artistic License in a copyright dispute between the developers of the Java Model Railroad Interface (JMRI), and Kamind, a company that used portions of DecoderPro to develop a competing product. The product at issue was DecoderPro, an open source project released on SourceForge under the Artistic License, for interfacing with model railroad control chips. Kamind used a number of DecoderPro files in developing its product, Decoder Commander. However, Kamind did not comply with the Artistic License in a number of respects, including attribution, copyright notices, tracked changes or availability of the underlying standard version." Read on for more, below.
Dilute continues: "The lower court denied relief, saying that the Artistic License merely imposed 'contractual' promises, and that a violation did not constitute copyright infringement (any contract-based relief would probably have been meaningless). In a strong ruling, the Federal Circuit found that the Artistic License is legally enforceable, that its terms constituted 'conditions' for reliance on the license, and consequently that a violation of those conditions would put the violating product outside the license and thus make the violator a copyright infringer, potentially liable for an injunction. The case lays out a clear and compelling description of the rationale for open source, and reflects a complete willingness by the court to lend the force of law to these licenses."
Reader ruphus13 point to Lawrence Lessig's commentary on the ruling; Lessig calls it "huge and important news," and notes that the reasoning is generalizable to the GPL and other Free software licenses, as well.
>or is a legal distinction made between license for personal use vs. license for redistribution?
Yes, there is such a distinction from the start -- copyright protects distribution, not use.
You need a specific contract if you want your license to speak to use. For distribution, you
reserve all rights under copyright law, license or no license.
-fb Everything not expressly forbidden is now mandatory.
Katzer and company really need to be smacked down.
On their web site, they try to create the impression that they had their own solution and didn't copy any code from the open source guys, but, then, in court, they fully admit that they in fact, did that.
So, they stole a bunch of code, made some money on it, then, they admitted it in court, but continue to lie to the public about what they did.
I mean, how sickening is that?
This is my sig.
On the contrary, the issue being decided here is copyright law. To say that the Artistic License is "stronger than copyright law" makes no sense, as it relies on copyright law for its enforcement. In essence, the court ruled that the Artistic License works the same way as the GPL (even though the GPL makes it explicit and the Artistic License doesn't):
(GPL version 3, section 9; emphasis mine)
The argument made by the emphasized text is the same argument that the JMRI people made here (and that the judge agreed with).
"[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz
Yeah, the GPL was upheld in Germany as valid.
The truth be known, if the FOSS licenses were held to be unenforceable, then most of the publication, etc. licenses that the record labels, book publishers, etc. live by would also be so- and NOBODY in that space wants that.
These licenses are NOT EULAs. They're all largely publication and derivative works licenses- with the royalties being whatever the terms of the license requires for being able to publish the stuff to downstream recipients.
No license?
No publication. No derivative works.
You publish or make a derivative work without the license to do so, you're guilty of willful infringement of the rights holders. That carries a much, much nastier penalty than accidental ones and it's something Verizon and Actiontec did NOT want to face the music on in court- so they settled out of it once it got filed.
I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
Exactly: it isn't one!
Yep, this is a fairly serious bug in those software's installers. I keep meaning to file it on OO.o's tracker...
"[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz
I have no idea how this got modded insightful. It doesn't even make sense.
You have two concepts confused: Rights are reserved, not granted, but contracts require consideration.
Contracts have nothing to do with it. Copyright does indeed deal with reserved rights--the creator's rights. Any right not granted by copyright or by independent agreement is reserved by the owner. Copyright does not supersede contractual rights; indeed, the entire point of contract law is to create relationships outside of or contrary to statutory law.
A contract is not valid without
consideration (e.g., "money changing hands"), but rights are reserved by default.
What does this even mean? Consideration is one way of validating a contract (but not the only way), and this has exactly nothing to do with reserved rights.
A license is a grant of rights. It is a promise not to sue. That's it. The GPL is not a license, because it says, "I promise not to sue IF you do x, y, and z"--that is a license agreement. It contains a license, but it too requires assent. Failure to provide that assent results in failure to attain the needed license, thus placing a person in a position of copyright inflation. The attempt to characterize it here as mere breach of contract is an attempt to limit potential judgments, as contractual damages are far less than statutory copyright damages.
It is not a binary situation. Finding copyright infringement does not preclude breach of contract, and in fact the two usually go hand in hand in licensing disputes. It is possible to infringe the copyright without breaching the contract, and it is also possible to breach the contract without committing copyright infringement.