1

I have a repository on Github that I want to license under the MIT license. I have copy pasted parts of two other projects, one which is under an MIT license, and another which is under a BSD 3-Clause License. This is how my license file looks like right now:

* This repository as a whole is under the following MIT license:

// ... my MIT license

  • Parts of this project was derived from Project A

and so the license from it's repository is included below:

// ... Project A's BSD 3-Clause License

  • Parts of this project was derived from Project B

and so the license from it's repository is included below:

// ... Project B's MIT license

Is this proper attribution of the other projects?

Is licensing my project under MIT when I used part of a project with a BSD 3-Clause License okay?

If I incorporated more projects, would I have to do the above for each one? That would make my LICENSE very long...

0 Answers0