Skip to content

Commit 5e0b3f1

Browse files
license content updates
1 parent c0d31b8 commit 5e0b3f1

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
License Notice
22

33
This folder contains code samples ("Sample Code") for use with Dynamsoft Barcode Reader, a commercial software development kit licensed by Dynamsoft. The Sample Code may be modified and included in your end user software under the terms of the Dynamsoft Software License Agreement  https://www.dynamsoft.com/Products/barcode-reader-license-agreement.aspx ("Commercial License"). Except as expressly stated in the Commercial License, no other rights are granted in the Sample Code. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4-
Copyright © 2003–2021 Dynamsoft. All rights reserved.
4+
Copyright © 2003–2022 Dynamsoft. All rights reserved.

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,11 @@ This repository contains multiple samples that demonstrates how to use the <a hr
2828

2929
## License
3030

31-
The library requires a license to work, you use the API InitLicenseFromDLS to tell the program where to fetch your license.
31+
The library requires a license to work, you use the API InitLicense to initialize license key and activate the SDK.
3232

33-
If the Organization ID is not specified or set as "200001", a <a href="https://www.dynamsoft.com/license-server/docs/about/terms.html?ver=latest&product=dbr&utm_source=samples&package=c_cpp#public-trial-license" target="_blank">free public trial license</a> will be used by default which is the case in these samples.
33+
These samples use a <a href="https://www.dynamsoft.com/license-server/docs/about/terms.html?ver=latest&product=dbr&utm_source=samples&package=c_cpp#public-trial-license" target="_blank">free public trial license</a>. Note that network connection is required for this license to work.
3434

35-
Note that network connection is required for this license to work.
36-
37-
When using your own license, locate the following line and specify your Organization ID.
38-
// organizationID = "200001";
39-
40-
If you don't have a license yet, you can request a trial from <a href="https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=c_cpp" target="_blank">Customer Portal</a>
35+
You can also request a 30-day trial license from <a href="https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=c_cpp" target="_blank">Customer Portal</a>
4136

4237
For more information, please refer to https://www.dynamsoft.com/license-server/docs/about/licensefaq.html.
4338

0 commit comments

Comments
 (0)