From ef7df8048d1067d3148287f27af9047743f1e2ae Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周日, 15 3月 2020 16:26:21 +0800 Subject: [PATCH] Merge branch 'feature/pc_identifiers' into develop issues #2 #3 #14 #49 --- doc/usage/integration.md | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/doc/Integration.md b/doc/usage/integration.md similarity index 94% rename from doc/Integration.md rename to doc/usage/integration.md index f721be3..4274185 100644 --- a/doc/Integration.md +++ b/doc/usage/integration.md @@ -1,3 +1,5 @@ +# Integrate license in your application + This short guide explain how to integrate `open-license-manager` in your application. Working examples are provided in the [examples](https://github.com/open-license-manager/examples) project. @@ -6,7 +8,7 @@ The file containing the public api is `include/licensecc/licensecc.h`. Functions in there are considered stable. -### Print a pc identifier +### Print a hardware identifier ```CPP bool identify_pc(IDENTIFICATION_STRATEGY pc_id_method, char* identifier_out, size_t bufSize); -- Gitblit v1.9.1