From 36ce07093b68b07513149577c209ae7a57ab356b Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周日, 15 3月 2020 16:26:21 +0800 Subject: [PATCH] Merge branch 'feature/pc_identifiers' into develop issues #2 #3 #14 #49 --- src/templates/licensecc_properties.h.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/licensecc_properties.h.in b/src/templates/licensecc_properties.h.in index 402d91f..b8026f9 100644 --- a/src/templates/licensecc_properties.h.in +++ b/src/templates/licensecc_properties.h.in @@ -23,7 +23,7 @@ #define LCC_LICENSE_LOCATION_ENV_VAR "LICENSE_LOCATION" #define LCC_LICENSE_DATA_ENV_VAR "LICENSE_DATA" /** - * Environment variable that if defined will change the identification strategy used to generate the pc identifier. + * Environment variable that if defined will change the identification strategy used to generate the hardware identifier. * If a client has an unstable pc-identifier use this variable to generate one. * Valid values are integers defined in `LCC_IDENTIFICATION_STRATEGY` enum. */ -- Gitblit v1.9.1