Skip to content

Commit aad3dd5

Browse files
committed
replace component with libraries
1 parent 74db776 commit aad3dd5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

distribution-and-licensing/license-key.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ position: 2
1010
# Setting Up Your Telerik Document Processing Libraries License Key
1111
Starting with the Q1 2025 release, the libraries from Telerik Document Processing require activation through a license key (trial or commercial). This article describes how to download, install, and update your personal license key.
1212

13-
To install the license key and activate the components:
13+
To install the license key and activate the libraries:
1414

1515
1. [Download the license key](#downloading-the-license-key).
1616
1. [Install or update the license key file on your system or** in your project](#installing-or-updating-your-license-key).
1717

1818
The implementation of the 2025 licensing requirements will occur in two phases:
1919

20-
- Phase 1 - Starting with the 2025 Q1 release, a missing or invalid license causes [warnings during build](#license-activation-errors-and-warnings). The commercial distributions of the components do not exhibit any functional restrictions.
20+
- Phase 1 - Starting with the 2025 Q1 release, a missing or invalid license causes [warnings during build](#license-activation-errors-and-warnings). The commercial distributions of the libraries do not exhibit any functional restrictions.
2121
- Phase 2 - Starting with the 2025 Q2 release, a missing or invalid license will result in [build errors and run-time indicators](#license-activation-errors-and-warnings), such as watermarks and banners.
2222

2323
Note that future updates of the product may restrict or disable some features when no valid license is present. You can send us feedback through the Contact Us form or by [opening a support ticket](https://www.telerik.com/account/support-center/contact-us?utm_source=licensing&utm_medium=console&utm_campaign=no_references).
@@ -60,7 +60,7 @@ Do not publish the license key code snippet in publicly accessible repositories.
6060
## Adding the License Key to CI Services
6161
This article describes how to set up and activate your [license key](https://www.telerik.com/account/your-licenses/license-keys) across a few popular CI services by using environment variables.
6262

63-
When working with CI/CD platforms, always add the Telerik.Licensing NuGet package as a project dependency. This package activates the product components at build time by using the provided license key.
63+
When working with CI/CD platforms, always add the Telerik.Licensing NuGet package as a project dependency. This package activates the product libraries at build time by using the provided license key.
6464

6565
The license activation process in a CI/CD environment involves the following steps:
6666

@@ -147,7 +147,7 @@ No, versions released prior to Jan 2025 do not require a license key.
147147
### What happens if I make a change to non-Telerik parts of the code after the subscription expires?
148148
This depends on your license:
149149
150-
- If you have a perpetual license, you can build the application with the Telerik components.
150+
- If you have a perpetual license, you can build the application with the Telerik libraries.
151151
- If you have an expired subscription license, the build will fail.
152152
153153
-----
@@ -175,8 +175,8 @@ An invalid license can be caused by any of the following:
175175
### License Warnings and Errors
176176
Using the product in a project with an expired or missing license, the Telerik.Licensing build task will indicate the following errors:
177177
178-
- No license key is detected - [Install a license key](#installing-or-updating-your-license-key) to activate the UI components and remove the error message.
179-
- Invalid license key - [Download a new license key](#downloading-the-license-key) and install it to activate the UI components and remove the error message.
178+
- No license key is detected - [Install a license key](#installing-or-updating-your-license-key) to activate the libraries and remove the error message.
179+
- Invalid license key - [Download a new license key](#downloading-the-license-key) and install it to activate the libraries and remove the error message.
180180
181181
In addition, the following conditions will be logged:
182182

0 commit comments

Comments
 (0)