open-license-manager / examples

Sample code that integrates open-license-manager

Repository from Github https://github.comopen-license-manager/examplesRepository from Github https://github.comopen-license-manager/examples

Standard Build Status License

Examples of integration of licensecc in a C++ software.

  • submodule: compile and install all the "stuff" in one go.
  • simple-pc-identifier is good if you've already compiled the library externally.
  • program_features An advanced example showing how to enable/disable features in your software with a license file.

update previous versions

If you have already checked out examples project and you want to pull recent commits:

git submodule foreach git pull origin develop

About

Sample code that integrates open-license-manager

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:CMake 66.0%Language:C++ 34.0%