Wait, this doesn’t solve anything. They replaced BSD with MIT, which are basically the same license and then they removed any explicit patent grant. So this means the user is actually granted less rights then before. Am I missing something or does this make zero sense?
Implied patent licenses: https://www.wilmerhale.com/pages/publicationsandnewsdetail.a... https://copyleft.org/guide/comprehensive-gpl-guidech7.html Basically, if you sell or license a product that requires a patent to work, courts have generally held that you grant an implied patent license for any patents that the product might require. If you explicitly reference patents within the license, however, then whatever t…
Relicensing React, Jest, Flow, and Immutable.js
171–180 of 528 posts
Re: Relicensing React, Jest, Flow, and Immutable.js
#172Re: Relicensing React, Jest, Flow, and Immutable.js
#173Re: Relicensing React, Jest, Flow, and Immutable.js
#174Earlier quoted context omitted.
I think you have it backwards. The facebook patent license puts all the power in their hands, and none in yours: they can still sue you for violating their patents, but you can't sue them . It would be a much, much worse patent regime.
If BSD+patent was widely adopted it could disarm all sides equally.
Re: Relicensing React, Jest, Flow, and Immutable.js
#175Earlier quoted context omitted.
> everything from the Apache foundation to Wordpress. Those were the only two.
WordPress accounts for something like 19% of all websites, more so than any other single platform. Do not underestimate the importance of their decision.
Some 28.7% of sites use Wordpress.* Curiously, I've seen the 19% number being cited as 19% of all new websites use Wordpress. I'm not sure how 19% becomes 28.7%, but it may just be that sites using WP stick around longer.
* https://w3techs.com/technologies/details/cm-wordpress/all/al...
Re: Relicensing React, Jest, Flow, and Immutable.js
#176Can someone explain why this is good news? As I understood it, the former license was as permissive but additionally to that included a patent grant?
Re: Relicensing React, Jest, Flow, and Immutable.js
#177So... I guess I still don't understand what was wrong with BSD+Patents. I get that there's legal uncertainty: I can imagine some companies, especially larger ones, not wanting to give up their patent-suit option just because one random small team in their org is using React. And barriers to adoption aren't a great idea when one of your goals is wide adoption. Overall, though, I think making it much harder to file pat…
Unethical developers that work at shitty companies with shitty lawyers were annoyed that they couldn't use React. That's all there is to it. I loved BSD+patent as one of the few potentially successful attacks on the awful software patents regime that we currently live under. This defeat means we are probably stuck with it for the rest of our careers.
Apache is an unethical foundation with shitty lawyers? I admire the goal of eradicating software patents, to me BSD+Patents was an unsuccessful way to do it. It hurt OSS projects more than it hurt private projects.
Re: Relicensing React, Jest, Flow, and Immutable.js
#178Earlier quoted context omitted.
I think you have it backwards. The facebook patent license puts all the power in their hands, and none in yours: they can still sue you for violating their patents, but you can't sue them . It would be a much, much worse patent regime.
If BSD+patent was widely adopted it could disarm all sides equally.
Re: Relicensing React, Jest, Flow, and Immutable.js
#179Re: Relicensing React, Jest, Flow, and Immutable.js
#180Why replace BSD + patent grant with MIT, instead of keeping BSD alone without a patent grant?