react-onclickoutside
react-onclickoutside copied to clipboard
License and Copyright statement
I fully understand you don't want to add a LICENSE file to your repo/project. But could you please provide me a copyright statement to provide attribution to?
MIT license requires attribution, so what name I should use?
Copyright Pomax?
Thanks, Oscar.
Rather than attribute it to a name, you should be able to just attribute the repository URL. It's pretty stable.
@Pomax our legal department is a little concerned with the absence of the LICENSE file. Would it be too much to ask to add it?
@pomax By the exact wording of the license it seems clear that a copy of the license file is supposed to be in all downloads. Here is the exact quote. This is interpreted as a copy of the license file. It is also interpreted as not just a copy in the git repository but all downloads of the code like installs from npm or yarn.
Would a PR to add the license file help?
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
sure
@Pomax Here's a PR! https://github.com/Pomax/react-onclickoutside/pull/386