tvcutsem / harmony-reflect

ES5 shim for ES6 Reflect and Proxy objects
http://www.ecma-international.org/ecma-262/6.0/#sec-reflection
Other
478 stars 48 forks source link

What is the actual license of this package? #80

Closed VPenkov closed 6 years ago

VPenkov commented 6 years ago

Hi, The package.json file specifies Apache-2.0 OR MPL-1.1, and the LICENSE file says it's both of them (This code is dual-licensed under both the Apache License and the MPL).

Which one is valid? I would assume that most people think it's either instead of both (like package.json specifies) because this is how the NPM page displays it. Any clarification would be appreciated.

tvcutsem commented 6 years ago

Yes, the intent is that it's either Apache or MPL, to give maximum flexibility of choice to users of this library.

tvcutsem commented 6 years ago

I clarified the wording in the LICENSE file. Hope this removes any remaining confusion. Cheers.