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

single lic file for multiple computers #143

Open ghost opened 1 year ago

ghost commented 1 year ago

Hi,

first of all ............ thanks for the great package.

I am wondering whether I can combine hardware identifiers of several computers into one single license file, which is then placed on all those computers?

The issue arises from some root directories being rather mount points of network file system than containing local files. For instance "/opt" is sometimes a mount point, same for "/usr/local". In those cases placing the ".lic" file in those folders will not work except the license file works for several hardware identifiers.

Thanks