dnauck / Portable.Licensing

Portable.Licensing is a cross platform software licensing framework which allows you to implement licensing into your application or library. It provides you all tools to create and validate licenses for your software.
http://dev.nauck-it.de/projects/portable-licensing
MIT License
592 stars 173 forks source link

What is Maximum utilization? #46

Open Miro382 opened 6 years ago

Miro382 commented 6 years ago

I Can't find anywhere what is the maximum utilization. What is it for? Thanks

mika76 commented 5 years ago

From https://github.com/dnauck/Portable.Licensing/blob/6ec8ce3b20d057b0da6d8e58f2c96a683a75a339/src/Portable.Licensing/LicenseBuilder.cs

// Sets the maximum utilization of the <see cref="License"/>.
// This can be the quantity of developers for a "per-developer-license".

but I guess it's whatever you want it to be, depends on how you assert it.