Skip to content

Commit

Permalink
Change license from MIT to AGPL V3 (#1980)
Browse files Browse the repository at this point in the history
The main reason for this change is the realization that a product needs
some more protection than a typical library. With this change it is
still an Open Source Core, but now corporations can't build on top of it
without contributing back to the OSS community or without buying a
license.
  • Loading branch information
kof authored Jul 25, 2023
1 parent 57417c7 commit 9a52328
Show file tree
Hide file tree
Showing 50 changed files with 14,567 additions and 473 deletions.
662 changes: 658 additions & 4 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@
"typescript": "5.1.6"
},
"sideEffects": false,
"license": "MIT"
"license": "AGPL-3.0-or-later"
}
682 changes: 661 additions & 21 deletions packages/asset-uploader/LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/asset-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"src/*",
"!*.test.*"
],
"license": "MIT",
"license": "AGPL-3.0-or-later",
"private": false,
"sideEffects": false
}
682 changes: 661 additions & 21 deletions packages/authorization-token/LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/authorization-token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"src/*",
"!*.test.*"
],
"license": "MIT",
"license": "AGPL-3.0-or-later",
"private": false,
"sideEffects": false
}
682 changes: 661 additions & 21 deletions packages/css-data/LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/css-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"src/*",
"!*.test.*"
],
"license": "MIT",
"license": "AGPL-3.0-or-later",
"private": false,
"sideEffects": false,
"dependencies": {
Expand Down
682 changes: 661 additions & 21 deletions packages/css-engine/LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/css-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"src/*",
"!*.test.*"
],
"license": "MIT",
"license": "AGPL-3.0-or-later",
"private": false,
"sideEffects": false
}
682 changes: 661 additions & 21 deletions packages/css-vars/LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/css-vars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"src/*",
"!*.test.*"
],
"license": "MIT",
"license": "AGPL-3.0-or-later",
"private": false,
"sideEffects": false
}
682 changes: 661 additions & 21 deletions packages/dashboard/LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"src/*",
"!*.test.*"
],
"license": "MIT",
"license": "AGPL-3.0-or-later",
"private": false,
"sideEffects": false
}
682 changes: 661 additions & 21 deletions packages/design-system/LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"src/*",
"!*.test.*"
],
"license": "MIT",
"license": "AGPL-3.0-or-later",
"private": false,
"sideEffects": false
}
682 changes: 661 additions & 21 deletions packages/domain/LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/domain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"src/*",
"!*.test.*"
],
"license": "MIT",
"license": "AGPL-3.0-or-later",
"private": false,
"sideEffects": false
}
682 changes: 661 additions & 21 deletions packages/error-utils/LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/error-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"src/*",
"!*.test.*"
],
"license": "MIT",
"license": "AGPL-3.0-or-later",
"private": false,
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@webstudio-is/eslint-config-custom",
"version": "1.0.6",
"main": "index.js",
"license": "MIT",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
Expand Down
Loading

0 comments on commit 9a52328

Please sign in to comment.