-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Licensing: update topic for new license mechanism #8772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
vladaskorohodova
wants to merge
16
commits into
26_1
Choose a base branch
from
licensing26_1
base: 26_1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
cfe709b
Licensing: update topic for new license mechanism
vladaskorohodova 4e8649e
Apply suggestions from code review
vladaskorohodova e663344
Remove duplicating file
vladaskorohodova 466380c
Apply suggestions from code review
vladaskorohodova 4b3937a
Potential fix for pull request finding
vladaskorohodova c1994a1
Update after the review
vladaskorohodova cb0b5a4
Remove ASP.NET Core section
vladaskorohodova 610add4
Remove note/fix links
vladaskorohodova 421eb0d
Update warnings
vladaskorohodova 350a157
Remove FAQ
vladaskorohodova 8455d6a
Update the TOC
vladaskorohodova ec6d126
Potential fix for pull request finding
vladaskorohodova 26af37e
update Validation link
vladaskorohodova 1c2d7fc
Merge branch 'licensing26_1' of https://github.com/DevExpress/devextr…
vladaskorohodova df10b25
Apply suggestions from code review
vladaskorohodova 30ac429
Apply suggestions from code review
vladaskorohodova File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
13 changes: 0 additions & 13 deletions
13
api-reference/50 Common/utils/zz Errors and Warnings/W0022.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
api-reference/50 Common/utils/zz Errors and Warnings/W0024.md
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| Per the terms of the End User License Agreement (EULA), you are permitted to evaluate DevExtreme components [for 30-days](https://js.devexpress.com/Download/). | ||
|
|
||
| During the 30-day trial period, an on-screen message and [console warning](/concepts/Common/Licensing/25%20Validation/00%20Validation.md '/Documentation/Guide/Common/Licensing/#Validation') shows that you are using an unlicensed version of DevExtreme. You need to purchase a commercial license to remove these messages and use DevExtreme components for production projects. When you are ready to purchase a license and obtain your DevExtreme license key, please contact a member of the <a href="mailto:clientservices@devexpress.com">DevExpress Client Services Team</a> for assistance or visit the [DevExtreme Purchase](https://js.devexpress.com/Buy/) page. | ||
| During the 30-day trial period, an on-screen message and [console warning](/concepts/Common/Licensing/25%20Validation.md '/Documentation/Guide/Common/Licensing/#Validation') indicate that you are using an unlicensed version of DevExtreme. To remove these messages and use DevExtreme components in production projects, purchase a commercial license. To purchase a license and obtain your DevExtreme license key, contact the <a href="mailto:clientservices@devexpress.com">DevExpress Client Services Team</a> for assistance or visit the [DevExtreme Purchase](https://js.devexpress.com/Buy/) page. | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,5 @@ | ||
| <iframe width="100%" height="476" src="https://www.youtube-nocookie.com/embed/PYxeMcTQk5s?si=k-7BWyTX_AiTXKne" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe><br> | ||
| Log in to the [DevExpress Download Manager](https://www.devexpress.com/ClientCenter/DownloadManager/) to obtain your license key. For full step-by-step instructions (including how to register the key on your machine and configure DevExtreme to use it), refer to the following article: | ||
|
|
||
| Log in to the [DevExpress Download Manager](https://www.devexpress.com/ClientCenter/DownloadManager/). Find your **DevExtreme Subscription** license in the product list (even if you have a Universal, DXperience, or ASP.NET and Blazor (includes DevExtreme) subscription, the key is under the **DevExtreme Subscription** line item). Expand this line item to access available downloads and additional information. Follow the on-screen instructions to copy your key. | ||
|
|
||
|  | ||
| [License Key for DevExpress Products](https://docs.devexpress.com/GeneralInformation/405494/trial-register/set-up-your-dev-express-license-key#manual-registration-obtain-and-register-your-key) | ||
|
vladaskorohodova marked this conversation as resolved.
|
||
|
|
||
| [note] Every developer on your team must obtain and use their own key. Your DevExpress account manager should [Assign Licenses](https://www.devexpress.com/ClientCenter/LicenseManager) to developers. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| To use DevExtreme in a licensed project, register a valid license key in your application. The process involves two steps: | ||
|
|
||
| 1. [Obtain your DevExpress license key](/concepts/Common/Licensing/09%20Obtain%20Your%20License%20Key.md '/Documentation/Guide/Common/Licensing/#Obtain_Your_License_Key') from the DevExpress Download Manager and register it on your machine. | ||
| 2. Use the `devextreme-license` CLI tool to generate a DevExtreme-compatible runtime key and register it in your application. | ||
|
|
||
| For complete instructions for all supported frameworks and environments, refer to the following article: | ||
|
|
||
| [License Key for DevExpress Products — Additional Step for JS/TS Developers (DevExtreme)](https://docs.devexpress.com/GeneralInformation/405494/trial-register/set-up-your-dev-express-license-key#manual-registration-additional-step-for-jsts-developers-devextreme) |
4 changes: 4 additions & 0 deletions
4
concepts/Common/Licensing/10 Validate Your License Key/10 Manual Configuration.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| After you obtain your DevExpress license key and register it on your machine, use the `devextreme-license` CLI tool to generate a DevExtreme-compatible runtime key and register it in your application. The configuration differs depending on whether your project is modular (files added with `import` or `require`) or non-modular (files referenced with `<script>` tags): | ||
|
|
||
| - [Modular Apps (Angular, React, Vue)](https://docs.devexpress.com/GeneralInformation/405494/trial-register/set-up-your-dev-express-license-key#option-1-modular-apps-angular-react-vue) | ||
| - [Non-Modular Applications (jQuery, CDN-based)](https://docs.devexpress.com/GeneralInformation/405494/trial-register/set-up-your-dev-express-license-key#option-2-non-modular-applications-jquery-cdn-based) |
1 change: 0 additions & 1 deletion
1
...10 Validate Your License Key/10 Manual Configuration/00 Manual Configuration.md
This file was deleted.
Oops, something went wrong.
78 changes: 0 additions & 78 deletions
78
...on/Licensing/10 Validate Your License Key/10 Manual Configuration/05 Modular.md
This file was deleted.
Oops, something went wrong.
70 changes: 0 additions & 70 deletions
70
...icensing/10 Validate Your License Key/10 Manual Configuration/10 Non-Modular.md
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
...icensing/10 Validate Your License Key/15 Automated License Key File Creation.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.