open-license-manager / licensecc

Software licensing, copy protection in C++. It has few dependencies and it's cross-platform.
http://open-license-manager.github.io/licensecc/
BSD 3-Clause "New" or "Revised" License
947 stars 300 forks source link

start_version and end_version #127

Open LeoRuspini opened 3 years ago

LeoRuspini commented 3 years ago

Hi guys, thanks for the nice work. Just one question, what is the point of adding start_version and end_version in the license generation (lccgen) if not passed to the LicenseInfo in acquire_license ? should I work this around by using the extra_data ? I guess the easiest is to simply pass it in the .toLicenseInfo() function. I could easily do this if inline with the library's requirements/dev direction

Cheers