| | |
| | | # Open License Manager |
| | | [](https://travis-ci.org/open-license-manager/open-license-manager) |
| | | |
| | | [](https://isocpp.org/) |
| | | [](https://en.wikipedia.org/wiki/C%2B%2B#Standardization) |
| | | [](http://github.com/badges/stability-badges)[](https://opensource.org/licenses/BSD-3-Clause) |
| | | [](https://travis-ci.org/open-license-manager/open-license-manager) |
| | | [](https://codecov.io/gh/jinja2cpp/Jinja2Cpp) |
| | | [](https://www.codacy.com/manual/gcontini/open-license-manager?utm_source=github.com&utm_medium=referral&utm_content=open-license-manager/open-license-manager&utm_campaign=Badge_Grade) |
| | | [)](http://github.com/open-license-manager/open-license-manager/issues) |
| | | |
| | | A copy protection, licensing software written in C++ for Windows and Linux (with a simple C api for use in C projects). |
| | | |
| | |
| | | |
| | | ## Project Structure |
| | | The software is made by 2 main sub-components: |
| | | * a C library with no (or minimal) external dependencies (the part you have to integrate in your software). |
| | | * a license generator written in C++ (allows you to generate a license). |
| | | * a C++ library with a nice C api, `licensecc` with minimal (or no) external dependencies (the part you have to integrate in your software). |
| | | * a license generator open-license-manager `olm` that allows you to generate a license. |
| | | |
| | | these modules are planned.... |
| | | * a license [backoffice](../../issues/7) in php (in order to handle multiple licenses). |
| | | * a license debugger to be sent to the final customer when there are licensing problems. |
| | | * a [log descriptor](../../issues/8) in order to decrypt logs generated by the license system. |
| | | |
| | | You can notice 2 more sub-projects: |
| | | * bootstrap: allows to generate private keys and modify the library on the fly after the downloading. |
| | | * testing : runs the tests (and publish the results on cdash) |
| | | |
| | | # How to build |
| | | |