weichch / system-text-json-jsondiffpatch

High-performance, low-allocating JSON object diff and patch extension for System.Text.Json. Support generating patch document in RFC 6902 JSON Patch format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a THIRD-PARTY-NOTICES.txt

georg-eckert-zeiss opened this issue · comments

Hi there,

I noticed that you included code from https://github.com/google/diff-match-patch and added its license file. From the repository root however it looks like everything under it is MIT. The same goes for the NuGet package which does not include the license file of the third party component. It is pretty common to simply create a file THIRD-PARTY-NOTICES.txt and list all used components, their licenses, copyrights and version numbers. I already prepared a PR for you at #41.

Best regards,
Georg

Thanks for contributing. I have merged the PR and will include the notice file in next release.