Skip to content

Commit f81a2d3

Browse files
authored
Merge pull request #270 from kellemNegasi/US-924-remove-perpetual-license
[US-924] Remove Mentions of Perpetual License
2 parents d8a2f02 + 3d2ca47 commit f81a2d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ functionality that requires CGO and external dependencies. Those examples are cl
1010
## License codes
1111
UniPDF requires license codes to operate, there are two options:
1212
- Metered License API keys: Free ones can be obtained at https://cloud.unidoc.io
13-
- Offline Perpetual codes: Can be purchased at https://unidoc.io/pricing
13+
- Offline codes: Can be purchased at https://unidoc.io/pricing
1414

1515
Most of the examples demonstrate loading the Metered License API keys through an environment
1616
variable `UNIDOC_LICENSE_API_KEY`.
1717

18-
Examples for Offline Perpetual License Key loading can be found in the license subdirectory.
18+
Examples for Offline License Key loading can be found in the license subdirectory.
1919

2020
### Build all examples
2121

license/unipdf_license_loading_offline.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* unipdf_license_loading_offline.go:
3-
* Illustrates how to load an offline (perpetual) license key.
3+
* Illustrates how to load an offline license key.
44
* Offline keys can be purchased at https://www.unidoc.io
55
*
66
* Run as: go run unipdf_license_loading_offline.go
@@ -14,7 +14,7 @@ import (
1414
"github.com/unidoc/unipdf/v3/common/license"
1515
)
1616

17-
// Example of an offline perpetual license key.
17+
// Example of an offline license key.
1818
const offlineLicenseKey = `
1919
-----BEGIN UNIDOC LICENSE KEY-----
2020
contents here.

0 commit comments

Comments
 (0)