3cf4dae34d
This PR updates the licenses across tldraw to a bespoke tldraw license. The idea here is leverage dual licensing for revenue from companies using tldraw. The source code and its distributions are provided under a non-commercial license (tldraw) while we offer to sell / give out an alternative exclusive-use license for companies who wish to use the product for commercial purposes. - [x] Add new license - [x] Change licenses in package.jsons - [x] Update READMEs - [x] Update docs (separate repo PR) - [x] Have alternative license in hand (US) - [ ] Have alternative license in hand (UK) - [x] Have sales contract in hand (US) - [ ] Have sales contract in hand (UK) ### Change Type - [x] `major` — Breaking change
17 lines
320 B
JSON
17 lines
320 B
JSON
{
|
|
"name": "config",
|
|
"version": "2.0.0-alpha.8",
|
|
"main": "index.js",
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"private": true,
|
|
"files": [
|
|
"eslint-preset.js"
|
|
],
|
|
"dependencies": {
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-react": "7.28.0"
|
|
},
|
|
"devDependencies": {
|
|
"lazyrepo": "0.0.0-alpha.27"
|
|
}
|
|
}
|