Linux Developer Loses GPL Suit Against VMware (itwire.com)
An anonymous Slashdot reader quotes ITWire:
Linux kernel developer Christoph Hellwig has lost his case against virtualisation company VMware, which he had sued in March 2015 for violation of version 2 of the GNU General Public Licence... The case claimed that VMware had been using Hellwig's code right from 2007 and not releasing source code as required. The Linux kernel, which is released under the GNU GPL version 2, stipulates that anyone who distributes it has to provide source code for the same...
In its ruling, the court said that Hellwig had failed to prove which specific lines of code VMware had used, from among those over which he claimed ownership.
In a statement, Hellwig said he plans to appeal, adding that "The ruling concerned German evidence law; the Court did not rule on the merits of the case, i.e. the question whether or not VMware has to license the kernel of its product vSphere ESXi 5.5.0 under the terms of the GNU General Public License, version 2." The Software Freedom Conservancy has described the lawsuit as "the regretful but necessary next step in both Hellwig and Conservancy's ongoing effort to convince VMware to comply properly with the terms of the GPLv2, the license of Linux and many other Open Source and Free Software included in VMware's ESXi products."
In its ruling, the court said that Hellwig had failed to prove which specific lines of code VMware had used, from among those over which he claimed ownership.
In a statement, Hellwig said he plans to appeal, adding that "The ruling concerned German evidence law; the Court did not rule on the merits of the case, i.e. the question whether or not VMware has to license the kernel of its product vSphere ESXi 5.5.0 under the terms of the GNU General Public License, version 2." The Software Freedom Conservancy has described the lawsuit as "the regretful but necessary next step in both Hellwig and Conservancy's ongoing effort to convince VMware to comply properly with the terms of the GPLv2, the license of Linux and many other Open Source and Free Software included in VMware's ESXi products."
Since "Hellwig had failed to prove which specific lines of code VMware had used", the verdict doesn't sound unfair.
Slashdot, fix the reply notifications... You won't get away with it...
In 3, 2, 1.....
"You see, the court did indeed rule that I had no evidence my door had been broken and something was missing from my home, but do not let that distract you from the fact I have been robbed!"
1) "America" isn't doing anything. A few individual Americans are doing well in the Olympics, however that doesn't reflect anything about you or any other American who isn't participating in the Olympics. Like an idiotic sports fan, you are conflating someone else's ability with your own.
2) Nobody gives a shit about the Olympics any more, not even Americans.
Wat? Using GPLed source code is an implicit agreement to the license.
does anyone really give a shit about Olympics anymore. I think the American womans goalkeepers attitude pretty well sums up why no one gives a shit about Olympics anymore. between drugs, politics, spoilt brats, bad sports and prima donna's it just isn't interesting to watch anymore, and seems world wide ratings are reflecting this.
The only thing that grants VMware the permission to use and redistribute linux code is the GPL, if they don't agree to it, then they can't use any of it.
Nobody has to agree to the GPL. However, if you don't agree to it you have no license to the code.
Intron: the portion of DNA which expresses nothing useful.
Did Vmware actually agree to the GPL?
Yes, by distributing binaries built from GPL sources, they have agreed to abide by all the terms of the GPL.
We tried a shared filesystem (shared between the host and other guests) and performance was terrible.
Combined with VMWare firing the desktop developers, I cannot understand why anyone would pay for this.
The real "Libtards" are the Libertarians!
exo-helper to get my root pw when I su (dumbly do it under X... but nvm). debian suddendly turned into windows. imagine if I add i386!!!!
The GPL is a copyright license. If you don't agree to it, you NO rights to copy anything. If you use code that is GPL, you just don't have any choice but to agree.
As said, the alternative is that you have no rights to copy at all. The PHB's at VMWare probably understand that better than you do as well as the lawyers.
/*
I am 100% sure somewhere in the code they used that.
Companies shouldn't use GPL code if they don't want to abide by the terms of the license.
> Nobody should use GPL code if they don't want to share their code with the public.
There, broadened that for you. Have a nice day.
"Did Vmware actually agree to the GPL?"
Since they provide GPL copyright notices in their products pertaining to 3rd-party components that they distribute to others legal entities, they have agreed to it or are guilty of copyright infringement.
The old "moo" mentality? For all you know the MOOs at MOOware wipe their asses with toilet paper with MOO printed on it.
By reading this post you implicitly moo that you're a cow.
I'm pretty sure that's what you actually meant. Happy Monday!
Il n'y a pas de Planet B.
Not hard considering they're all dopers. The only difference between russian and US athletes is that the russians are typically exposed before the games. The US athletes get to do the talk-show circuit first before they're stripped of medals.
You are trying to be funny. But no.
They faked a sign-off-by from Christoph Hellwig. Harsh punishments must follow.
Hans Reiser
GPLv2 dictates how code and binaries can be distributed. If you never transfer any software to any other party GPLv2 really has no restrictions on use.
Unfortunately, some (many?) manufacturers use GPL code (the whole Linux OS + other apps) without releasing the part they modified/added, or only providing a completely obsolete version of it (eg the first one built 3 years ago).
Slashdot, fix the reply notifications... You won't get away with it...
Heheh that's funny. Nobody is strongarming anyone to use GPLed code. If you do use it, you need to follow the terms of the license. You don't like the terms, code it yourself.
Unfortunately, some (many?) manufacturers use GPL code (the whole Linux OS + other apps) without releasing the part they modified/added, or only providing a completely obsolete version of it (eg the first one built 3 years ago).
Which ones? Hellwig can sue them, too.
Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
No it isn't! One have to accept the license to copy the software but as long as you don't distribute it you don't have to accept anything..
Use* GPL licensed software?
Compile GPL licensed source code?
Allowed without accepting the license.
Distribute GPL software? Must accept the license (otherwise one goes against the copyright) and follow the instructions.
No it isn't! One have to accept the license to copy the software but as long as you don't distribute it you don't have to accept anything..
Use* GPL licensed software? Compile GPL licensed source code?
Allowed without accepting the license.
Distribute GPL software? Must accept the license (otherwise one goes against the copyright) and follow the instructions.
I've emphasized the part of your post that is correct, since you're not quite correct in the rest of your post. As soon as you make a copy of the source code, you have accepted the terms of the copyright license, even if you don't distribute anything.
The terms of the GPL allow you to do pretty much whatever you want until you distribute the software, at which point you are required to make the source code available to anyone you give the software to. That's specific to the GPL, though; it is not an aspect of copyrights in general.
I've seen this steaming pile of horseshit posted in this thread a bunch of times already. But, let's make one thing clear here:
ESXi IS NOT LINUX. PERIOD. END OF STORY.
ESXi runs a proprietary Kernel that just happens to be ELF binary compatible. THAT IS IT. It is not Linux. It does not use Linux code. It is not covered by GPL.
It also happens to be able to use Linux drivers, of which many are available via the GPL license. VMWare makes the source code to these drivers available on their website for each release (provided you are a user of ESXi and have a valid license).
But, VMWare is under no legal obligation whatsoever to release the source code that they developed. None at all. It is proprietary, closed source, and is not corrupted with GPL code.
Nobody can be forced to cooperate with their own prosecution is true (5th amendment) but you only get prosecuted in criminal cases.
This is a civil case. In a civil case there is a process that is gone through before the trial call discovery (well there's depositions too). But discovery you submit a motion to the court to request access to documents, code, devices, etc anything germane to the case then if the judge grants the motion the other party had to turn over what was requested (like a device would have to be turned over to a qualified expert recognized by the court to do the analysis, but documents, code, etc can be turned over to the party). Discovery goes both ways both parties can do their own discovery.
Which ones? Hellwig can sue them, too.
Actually he can't, unless he is the copy right holder.
Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
Holy crap, will you guys ever fix unicode so we can properly read the word "proteges" in the GNAA posts?
If you use code that is GPL, you just don't have any choice but to agree.
Wrong. You have the choice of not agreeing to the GPL, not ever seeing the GPL, ignoring the GPL, etc. and violating copyright law as a result.
The GPL is a copyright license. If you don't agree to it, you NO rights to copy anything.
Mostly correct. US copyright law doesn't invade every aspect of your life or cover every inch of the globe (yet).
glitch! is correct, and he's modded Troll. And I'm modded flamebait. Fucking Slashdot retards.
Unless you can prove they explicitly agreed to the GPL, the allegation here is that they violated copyright law. Copying something covered by the GPL does not implicitly mean you've agreed to the GPL. This is the distinction glitch! and I are pointing out.
The allegation isn't that VMware uses the Linux kernel, or that "VMware is linux" or whatever straw man you're attacking ... the allegation is specific to SCSI subsystem code that Hellwig wrote for the Linux kernel. There's been reasonably credible evidence they did use that specific code (which is from the main kernel tree, not a driver). No one is claiming that VMware "stole" Linux as a whole and is using it.
"Ahh! I see you're in that indeterminate Schrodinger state where - oh, uh
Appeal it. This is precedent. This is on Slashdot as an FBI victory, the capturing of open source Linux code with nothing they can do about it.
Appeal it. If the judge doesn't make it proper where they can demonstrate which lines were stolen... dead judge. Fuck a bitch.
True, but you have to get the details right when you file the civil suit. In particular, if you file a "breach of contract" suit, the burden of proof is on you to establish that the contract exists. On the other hand, if you file a copyright suit, VMWare would have to rely on the protection of the GPL, and in order to do so they have to show that they accepted the license terms. This forces them to confirm the existence of the contract.
Mind you, such a claim in a lawsuit would establish a contract between just the two parties in the civil suit, and not automatically extend to third parties. As a rule of thumb, civil lawsuits have little to no effect on third parties.
Which ones? Hellwig can sue them, too. Actually he can't, unless he is the copy right holder.
He is a copyright owner of considerable chunks of Linux, which is why he's involved in this suit.
Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
Good link. In particular
"There's a clarification that user-space programs that use the standard
system call interfaces aren't considered derived works..."
Nope. That aint in the license. I doubt it is anywhere other than convention. A good lawyer could have lots of fun with that.
The "derived" work law was based around novels and songs, not computer programs.
Please let me know the statutes that you claim clearly show how dynamic linking is different from calling kernal methods? You cannot because there ain't any.
Nor much common law. But the lawyers will have a picnic defining it.
It should be explicit in the license.
Obviously, the interpretation of any contract is up to the law, by definition. But a good contract/license is clear, and GPL is deliberately vague.
Have you read the licence text recently? It explicitly states that using GPL software doesn't require accepting the licence. Modifying the source code and distribution of source and/or binaries are what requires acceptance of the terms according to it. I choose not to list modification as there are arguments that a single user modifying source code that is legal to have and use (according to the licence text) can't be in violation of copyright laws.
In a way, though, that's sort of an impossible statement. The reason that you can run the software without accepting the license is because the license explicitly says that you can. So you're accepting the license when you run the program, but most of the license doesn't apply to you. Courts have ruled that copying the program from disk to RAM in order to execute it counts as making a copy as far as copyright law is concerned (not to say that I agree with the ruling, but that's where they stand right now). So when the GPL says you don't have to accept the license in order to run the software, the effective statement is really that none of the other terms of the license apply to you if you are only running the software.
We talked about GPL in general and other apps.
At least that was the point you liked to make in your previous post.
My point is: you can only sue as a proxy of the copyright holder or if you hold the copyright yourself.
Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
In the USA, at least, you have the right to copy the program into memory for the purpose of "utilizing" it, regardless of what the license says.
https://www.law.cornell.edu/uscode/text/17/117
A EULA may impose conditions for using the software, but GPL is not a EULA.
This also means that the damages and penalties possible are those for copyright infringement, which means nobody can be forced to release their work under the GPL because they derived it from GPLed code. They can face monetary damages and be hit with injunctions in the US, but that's the extent of it.
"When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
I can make copies of the source code without accepting anything. I can't do it legally, but what happens is that I've copied without a valid license, as opposed to accepted a license and violated the terms.
"When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
I guess if you want to play meaningless semantics games, sure. You can also say that you automatically accept the license when you make the copy, and then you can still go ahead and do things that violate the license. It doesn't matter how you want to state what you did, you would be liable for copyright infringement either way.
It's really not complicated. You "accept" the license by doing things the license allows, which would normally be copyright violations.
I don't like the terms "accept" and "agree" in this context, it would be more accurate to say you "abide by" the license terms.
Ah, yes, I was referring only to the Linux kernel. Yes, obviously you have to be a copyright owner to have standing to sue.
Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.