Wordpress Founder Accuses Wix Of Stealing Code (ma.tt)
An anonymous reader writes:
"Wow, dude I did not even know we were fighting," Wix CEO Avishai Abrahami posted on the company's blog Saturday -- responding to Wordpress creator Matt Mullenweg, who on Friday accused Wix of stealing their code. "The claim is that the Wix mobile apps distribute GPL code and aren't themselves GPL, so they violate the license," Mullenweg wrote.
Abrahami argued that "Everything we improved there or modified, we submitted back as open source," adding "we will release the app you saw as well... " Mullenweg responded "It appears you and [lead engineer] Tal might share a misunderstanding of how the GPL works," ultimately adding "software licensing can be tricky and many people make honest mistakes."
Wix had also argued they're giving back to the open source community by listing 224 public projects on their GitHub page. "Thank you for the offer to use them," Mullenweg responded. "If we do, we'll make sure to follow the license you've put on the code very carefully."
Abrahami argued that "Everything we improved there or modified, we submitted back as open source," adding "we will release the app you saw as well... " Mullenweg responded "It appears you and [lead engineer] Tal might share a misunderstanding of how the GPL works," ultimately adding "software licensing can be tricky and many people make honest mistakes."
Wix had also argued they're giving back to the open source community by listing 224 public projects on their GitHub page. "Thank you for the offer to use them," Mullenweg responded. "If we do, we'll make sure to follow the license you've put on the code very carefully."
People who READ the GPL can figure it out. Those who INTERPRET it to suit their own agenda get it wrong (like SCSI specs, for example).
If you publish a program that incorporates GPL (not LGPL) source, you have to make that source, plus any of your changes, plus instructions/tools to build the program to those to whom you have distributed the program (no distribution -> no requirement), and you can not use a more-restrictive license on the program source. Putting the bundle on a web site is acceptable, but NOT a requirement, as long as you provide the bundle at nominal charge to the recipients of the program. You do NOT have to give it to anyone else.
They didn't remove GPL v3 software, they never used it in the first place. If software updates to GPL v3, they stick with the older v2 version or replace it.
Trolling, much?
The GPL is about 15 pages (including the preamble). It's much more readable than most contracts and licenses.
The real "Libtards" are the Libertarians!
That depends on how your app "contains" the GPL code. This part of the GPL V2 is applicable:
The real "Libtards" are the Libertarians!
This is absolutely false. Please stop posting this kind of FUD. Using a piece of GPL'd software does not magically infect your copyrighted code with the GPL. Using code under the terms of the GPL is absolutely no different from using code under *any other* source code license. If you use GPL'd code inappropriately you will find yourself in a copyright violation situation. Again I repeat this is no different than if you violated Microsoft's copyright or any other proprietary code license. When you are in a copyright violation situation you have three choices:
1. comply with the license by making your code also GPL
2. negotiate a suitable license with the copyright holders
3. remove the GPL'd code and write your own code
The copyright holders can demand monetary compensation form the violator, but they can't force a company to GPL their own proprietary code.
Errr... Linux is still licensed under the GPLv2.
sub f{($f)=@_;print"$f(q{$f});";}f(q{sub f{($f)=@_;print"$f(q{$f});";}f});