DEV Community

grsm2020
grsm2020

Posted on

How correctly specify ReactJS license in my SPA repo?

If I understand correctly, ReactJS ships with MIT FB license.

I will plan create a repository with code based on using ReactJS as dependency in my SPA.

In my app, I want want to use another open-source license, but React MIT lisence require link to original copyright. Should I:

  • use text of original license in each file
  • link to it in each file of project
  • or can I create some like COPYRIGHTS in root of project and copy/paste the original lisence text from github (https://github.com/facebook/react/blob/master/LICENSE) and near it create my own license

What is a correct way to do it ?

Thank you!

Top comments (0)