Skip to content

Commit

Permalink
Docs: Rephrase information about the GPL license (#1384)
Browse files Browse the repository at this point in the history
* Docs: Rephrase information about the GPL license

* Update the links to getting a quote in the docs
  • Loading branch information
sequba authored Mar 26, 2024
1 parent 5bcb3a5 commit 48bceb0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 27 deletions.
2 changes: 1 addition & 1 deletion docs/guide/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We typically reply within a few hours during our working hours:

Write to us at [[email protected]](mailto:[email protected])
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

Expand Down
38 changes: 18 additions & 20 deletions docs/guide/license-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 5 additions & 6 deletions docs/guide/licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [[email protected]](mailto:[email protected])

## Entering a license key
Expand Down

0 comments on commit 48bceb0

Please sign in to comment.