From cbb11cd88d985db033c744b59291a2cf03fd16be Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周二, 13 10月 2020 21:53:31 +0800 Subject: [PATCH] #ifdef _DEBUG -> #ifndef NDEBUG for better cmake compatibility --- doc/analysis/features.rst | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/doc/analysis/features.rst b/doc/analysis/features.rst index 02309c6..9fb1bdf 100644 --- a/doc/analysis/features.rst +++ b/doc/analysis/features.rst @@ -2,7 +2,13 @@ Features ########### -features and their status +Licensecc is suitable for your project if it is relatively small, you plan to distribute it in a demo version and you +estimate there will be a "limited" number of clients: + +* The management of licenses is command-line. If you plan to issue hundreds of licenses you should consider more advanced licensing systems. +* Open License Manager doesn't offer professional support. + +Features and their status **************************** ====================================== ======================== -- Gitblit v1.9.1