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
104 stars 13 forks source link

Create THIRD-PARTY-NOTICES.txt #41

Closed georg-eckert-zeiss closed 9 months ago

georg-eckert-zeiss commented 1 year ago

Hi there. As mentioned in #40 at least the NuGet package is not license compliant right now (Apache-2.0 requires to include a full copy of the license and mentioning the original author on redistribution). This PR adds a third party notices file for used third party components. Should be added to the nuget as well.

Best regards, Georg

PS: Please add the version of the used code. I couldn't find out which it is.