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.
MIT License
102 stars 13 forks source link

Add a THIRD-PARTY-NOTICES.txt #40

Closed georg-eckert-zeiss closed 7 months ago

georg-eckert-zeiss commented 11 months ago

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

weichch commented 7 months ago

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