From 48bceb0ae40ef128d81ca15fbbb8c13c4d84b67c Mon Sep 17 00:00:00 2001 From: Kuba Sekowski Date: Tue, 26 Mar 2024 16:36:51 +0100 Subject: [PATCH] Docs: Rephrase information about the GPL license (#1384) * Docs: Rephrase information about the GPL license * Update the links to getting a quote in the docs --- docs/guide/contact.md | 2 +- docs/guide/license-key.md | 38 ++++++++++++++++++-------------------- docs/guide/licensing.md | 11 +++++------ 3 files changed, 24 insertions(+), 27 deletions(-) diff --git a/docs/guide/contact.md b/docs/guide/contact.md index a7416790be..496b3a6c55 100644 --- a/docs/guide/contact.md +++ b/docs/guide/contact.md @@ -10,7 +10,7 @@ We typically reply within a few hours during our working hours: Write to us at [sales@handsontable.com](mailto:sales@handsontable.com) or submit your inquiry through the -[contact form](https://handsontable.com/contact?category=request_for_quotation). +[contact form](https://handsontable.com/get-a-quote). ## Billing address diff --git a/docs/guide/license-key.md b/docs/guide/license-key.md index 0e335104eb..c419c632c4 100644 --- a/docs/guide/license-key.md +++ b/docs/guide/license-key.md @@ -4,37 +4,35 @@ To use HyperFormula, you need to specify which [license type](licensing.md#avail ## GPLv3 license -To use HyperFormula in a non-commercial or open-source -project, use the [GNU General Public License v3.0](https://github.com/handsontable/hyperformula/blob/master/LICENSE.txt) (GPLv3): +If you use HyperFormula under [GNU General Public License v3.0](https://github.com/handsontable/hyperformula/blob/master/LICENSE.txt) (GPLv3), in your [configuration options](configuration-options.md), assign the mandatory `licenseKey` property to a string, `gpl-v3`: -* In your [configuration options](configuration-options.md), assign the mandatory `licenseKey` property to a string, `gpl-v3`: - ```js - const options = { - licenseKey: 'gpl-v3', - //... other options - } - ``` +```js +const options = { + licenseKey: 'gpl-v3', + //... other options +} +``` ## Commercial license -To use HyperFormula in a commercial project, you need to purchase a commercial license: +To use HyperFormula under a [commercial license](licensing.md#commercial-license), follow these steps: -1. Contact our [Sales Team](licensing.md#commercial-use) to purchase a commercial license. +1. Contact our [Sales Team](licensing.md#commercial-license) to purchase a commercial license. 2. Our Sales Team sends you your commercial license key. 3. In your [configuration options](configuration-options.md), assign the mandatory `licenseKey` property to your commercial license key: - ```js - const options = { - // replace xxxx-xxxx-xxxx-xxxx-xxxx with your commercial license key: - licenseKey: 'xxxx-xxxx-xxxx-xxxx-xxxx', - //... other options - } - ``` + +```js +const options = { + // replace xxxx-xxxx-xxxx-xxxx-xxxx with your commercial license key: + licenseKey: 'xxxx-xxxx-xxxx-xxxx-xxxx', + //... other options +} +``` ### Commercial license key validation ::: tip -HyperFormula doesn't use an internet connection to validate your commercial -license key. +HyperFormula doesn't use an internet connection to validate your commercial license key. ::: To determine whether a user is still entitled to use a particular diff --git a/docs/guide/licensing.md b/docs/guide/licensing.md index 353dcb9bc9..a4837b9f25 100644 --- a/docs/guide/licensing.md +++ b/docs/guide/licensing.md @@ -12,20 +12,19 @@ HyperFormula is available under the following licenses: | [GPLv3 license](https://github.com/handsontable/hyperformula/blob/master/LICENSE.txt) | Open source | | Commercial license | Proprietary | -## Non-commercial and open-source use +## GPLv3 license -To use HyperFormula in a non-commercial or open-source -project, use the [GNU General Public License v3.0](https://github.com/handsontable/hyperformula/blob/master/LICENSE.txt) (GPLv3). +In a non-commercial or open-source project, you can use [GNU General Public License v3.0](https://github.com/handsontable/hyperformula/blob/master/LICENSE.txt) (GPLv3). To learn how to use the GPLv3 license, see the [License key](license-key.md#gplv3-license) page. -## Commercial use +## Commercial license -To use HyperFormula in a commercial project, you need to purchase a commercial license. +If your project requires a more permissive license than GPLv3, please contact us to purchase a commercial license with flexible terms and conditions. Contact our Sales Team: -* Through the [contact form](https://handsontable.com/contact?category=request_for_quotation) on the Handsontable website +* Through the [contact form](https://handsontable.com/get-a-quote) on the Handsontable website * By email at [sales@handsontable.com](mailto:sales@handsontable.com) ## Entering a license key