top | item 43753134

(no title)

Kubuxu | 10 months ago

The question is who does the copyright belong to in this repository. It is both original author and Microsoft (because they took authors code and modified it). So the License file should mention both.

discuss

order

palata|10 months ago

I am not convinced that the main LICENSE file should mention both. I feel like somewhere, in the project, there should be a copy of the original license.

When you depend on a third-party, you don't add their copyright in your main LICENSE file.

Kubuxu|10 months ago

In case of deps, the dependency comes with its own LICENSE file.

In this case the code is essentially forked, integrated and intermingled, so that is why it should be in the LICENSE file.

If it was file or two, it would be fine to add a comment pointing to the license file in the repo, if it was a directory, or to copy it verbatim to that file. It all the copied code was in a directory then having it in directory would be fine.

In this case it looks like they took the original code and heavily modified it, so the simplest way to solve it is one LICENSE with both notices.