Skip to content

Commit c0d31b8

Browse files
update public trial license description
1 parent 2341011 commit c0d31b8

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This repository contains multiple samples that demonstrates how to use the <a hr
3030

3131
The library requires a license to work, you use the API InitLicenseFromDLS to tell the program where to fetch your license.
3232

33-
If the Organization ID is not specified or set as "200001", a 7-day (public) trial license will be used by default which is the case in these samples.
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.
3434

3535
Note that network connection is required for this license to work.
3636

samples/C++/GeneralSettings/GeneralSettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ int main()
2828

2929
// 1. Initialize license
3030
/*
31-
// By setting organization ID as "200001", a 7-day trial license will be used for license verification.
31+
// By setting organization ID as "200001", a free public trial license will be used for license verification.
3232
// Note that network connection is required for this license to work.
3333
//
3434
// When using your own license, locate the following line and specify your Organization ID.

samples/C++/HelloWorld/HelloWorld.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ int main()
2727

2828
// 1. Initialize license
2929
/*
30-
// By setting organization ID as "200001", a 7-day trial license will be used for license verification.
30+
// By setting organization ID as "200001", a free public trial license will be used for license verification.
3131
// Note that network connection is required for this license to work.
3232
//
3333
// When using your own license, locate the following line and specify your Organization ID.

samples/C++/Performance/AccuracyFirstSettings/AccuracyFirstSettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ int main() {
8686
TextResultArray* barcodeResults = NULL;
8787
// Initialize license
8888
/*
89-
// By setting organization ID as "200001", a 7-day trial license will be used for license verification.
89+
// By setting organization ID as "200001", a free public trial license will be used for license verification.
9090
// Note that network connection is required for this license to work.
9191
//
9292
// When using your own license, locate the following line and specify your Organization ID.

samples/C++/Performance/BatchDecode/DbrBarcodeFileReader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ CDbrBarcodeFileReader::CDbrBarcodeFileReader()
2020
{
2121
// Initialize license
2222
/*
23-
// By setting organization ID as "200001", a 7-day trial license will be used for license verification.
23+
// By setting organization ID as "200001", a free public trial license will be used for license verification.
2424
// Note that network connection is required for this license to work.
2525
//
2626
// When using your own license, locate the following line and specify your Organization ID.

samples/C++/Performance/ReadRateFirstSettings/ReadRateFirstSettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ int main() {
128128

129129
// Initialize license
130130
/*
131-
// By setting organization ID as "200001", a 7-day trial license will be used for license verification.
131+
// By setting organization ID as "200001", a free public trial license will be used for license verification.
132132
// Note that network connection is required for this license to work.
133133
//
134134
// When using your own license, locate the following line and specify your Organization ID.

samples/C++/Performance/SpeedFirstSettings/SpeedFirstSettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ int main() {
142142

143143
// Initialize license
144144
/*
145-
// By setting organization ID as "200001", a 7-day trial license will be used for license verification.
145+
// By setting organization ID as "200001", a free public trial license will be used for license verification.
146146
// Note that network connection is required for this license to work.
147147
//
148148
// When using your own license, locate the following line and specify your Organization ID.

samples/C++/VideoDecoding/VideoDecoding.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ int main()
8383

8484
// Initialize license
8585
/*
86-
// By setting organization ID as "200001", a 7-day trial license will be used for license verification.
86+
// By setting organization ID as "200001", a free public trial license will be used for license verification.
8787
// Note that network connection is required for this license to work.
8888
//
8989
// When using your own license, locate the following line and specify your Organization ID.

samples/C/GeneralSettings/GeneralSettings.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void main()
2828

2929
// 1. Initialize license
3030
/*
31-
// By setting organization ID as "200001", a 7-day trial license will be used for license verification.
31+
// By setting organization ID as "200001", a free public trial license will be used for license verification.
3232
// Note that network connection is required for this license to work.
3333
//
3434
// When using your own license, locate the following line and specify your Organization ID.

samples/C/HelloWorld/HelloWorld.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ void main()
2727

2828
// 1. Initialize license
2929
/*
30-
// By setting organization ID as "200001", a 7-day trial license will be used for license verification.
30+
// By setting organization ID as "200001", a free public trial license will be used for license verification.
3131
// Note that network connection is required for this license to work.
3232
//
3333
// When using your own license, locate the following line and specify your Organization ID.

0 commit comments

Comments
 (0)