replaysMike / AnyDiff

A CSharp (C#) diff library that allows you to diff two objects and get a list of the differences back.
Other
160 stars 17 forks source link

License #23

Closed maciusik closed 6 months ago

maciusik commented 1 year ago

hi, What is the license of the library? github shows GPL 3.0 license but nuget package is AGPL 3.0. Which one is correct?

0x326 commented 6 months ago

I am curious about this too. @replaysMike Could you clarify?

replaysMike commented 6 months ago

AGPL is incorrect. It's supposed to be GPL 3.0 (no disclosing of code required for inclusion in projects).

I'm fixing this now and will push a new version.

replaysMike commented 6 months ago

Made a correction, it will now be an MIT license to be less restrictive for commercial use. Deploying new version (1.0.91) now.