Earlier quoted context omitted.
Only 2 that you know of. I work for a Fortune 150 company and we settled on Vue almost solely due to the licensing issue.
I too work for a Fortune 150 company and we've gone all in on React.
Relicensing React, Jest, Flow, and Immutable.js
241–250 of 528 posts
Re: Relicensing React, Jest, Flow, and Immutable.js
#242IANAL, but here's an ominous scenario: There is no patent clause now. Assuming some FB patent has crept its way in one of their open source, if a company sues FB for patent infringement, FB would be able to counter-sue for copyright infringement due to the suing company's use of FB's open source. "As long as you don't sue us, we won't sue you" kind of a deal. If the above scenario is true, it seems there is no de fac…
the whole point of mit/bsd/etc is copyright grant. fb can only realistically win a suit wrt infringement if they revoke the mit/bsd license first (not sure if this is possible...not sure if it's even been tried before).
Re: Relicensing React, Jest, Flow, and Immutable.js
#243Earlier quoted context omitted.
I may not intend to go suing FB for patent infringement, but if they infringe on one of my patents, or if they sue me for patent infringement, it's really my only recourse.
> if they infringe on one of my patents Well, the implicit assumption behind FB's bsd+patents license is that you should be ok with anyone "infringing" on your software patents, since software patents are mostly bullshit and you only acquired them to be used in defense (i. e. never suing someone first). That license doesn't make any sense if you believe otherwise.
[1] The language I'm thinking of is the part that says that the license terminates if you initiate "any Patent Assertion: (i) against Facebook or any of its subsidiaries or corporate affiliates, (ii) . . . "
Re: Relicensing React, Jest, Flow, and Immutable.js
#244> Although we still believe our BSD + Patents license provides some benefits to users of our projects I'm probably missing something, but: If their BSD+Patents was actually strictly "better" for the user, could they not just dual license under both? Is BSD+Patents ∪ MIT < MIT for some reason?
Re: Relicensing React, Jest, Flow, and Immutable.js
#245Thank you, Wordpress.[1] [1] https://ma.tt/2017/09/on-react-and-wordpress/
I doubt it was related. The wheels to get this in motion must have started months in advanced, probably around the time ASF started advising against this license (labeling at as Category-X [1]) [1] https://www.apache.org/legal/resolved.html#category-x
Re: Relicensing React, Jest, Flow, and Immutable.js
#246Since i'm not a lawyer, I have questions... The patents grant was irrevocable except under explicitly described conditions. A license change wasn't one of these conditions. So: 1) Does the patent grant still apply? i.e. is it now MIT + Patents? 2) If yes/no, what about existing users of React? i.e. if you were a user up to the point of the license change, do you get the grant, but new users don't? 3) Doesn't not havi…
(IANAL, but this is how relicensing works basically universally)
Re: Relicensing React, Jest, Flow, and Immutable.js
#247Earlier quoted context omitted.
GraphQL has an ongoing discussion about this (that predates much of the recent flare ups about PATENTS): https://github.com/facebook/graphql/issues/351 The complicating factor there is Facebook actually has a patent covering the GraphQL specification (along with the fact that they're applying PATENTS to a specification, vs an implementation): https://www.google.com/patents/US9646028
From https://code.facebook.com/posts/112130496157735/explaining-r... > As our business has become successful, we've become a larger target for meritless patent litigation. This type of litigation can be extremely costly in terms of both resources and attention. It would have been easy for us to stop contributing to open source, or to do what some other large companies do and only release software that isn't used in o…
Re: Relicensing React, Jest, Flow, and Immutable.js
#248Re: Relicensing React, Jest, Flow, and Immutable.js
#249Thank you, Wordpress.[1] [1] https://ma.tt/2017/09/on-react-and-wordpress/
Re: Relicensing React, Jest, Flow, and Immutable.js
#250Earlier 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.
The entire point of the patent license is that they can't sue you for violating any patents that cover the library you're using. So it's at least a bit over-broad to it puts all the power in their hands.