justinstenning / SharedMemory

C# shared memory classes for sharing data between processes (Array, Buffer and Circular Buffer)
https://www.nuget.org/packages/SharedMemory
Other
566 stars 118 forks source link

Licensing Question #72

Open testpossessed opened 5 months ago

testpossessed commented 5 months ago

Can I use the NuGet package in a closed source application without violating the open source MIT License terms?

daxpandhi commented 5 months ago

Yes, you can as long as you include the copy of the license text and credit as described in https://github.com/justinstenning/SharedMemory/blob/master/LICENSE.md

Somewhere in the about box, or a text file distributed with your application should satisfy the requirements.