From 08f42c400c880e74a89f52dddb5d0a5862068dc8 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周日, 03 11月 2019 15:35:29 +0800 Subject: [PATCH] issue #42 (first part) --- README.md | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 72838b4..eead71f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # 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). @@ -16,17 +22,13 @@ ## 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 -- Gitblit v1.9.1