Skip to content

Commit 73debb3

Browse files
authored
Merge pull request #52 from objectql/copilot/update-license-to-agpl
2 parents ed0e372 + b13c6df commit 73debb3

File tree

9 files changed

+670
-102
lines changed

9 files changed

+670
-102
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ pnpm release
456456

457457
## License
458458

459-
By contributing, you agree that your contributions will be licensed under the PolyForm Shield License 1.0.0.
459+
By contributing, you agree that your contributions will be licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
460460

461461
---
462462

LICENSE

Lines changed: 661 additions & 93 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,6 @@ We are building the future of open-source business software.
189189

190190
## 📄 License
191191

192-
[PolyForm Shield License 1.0.0](./LICENSE) © [ObjectOS Team](https://objectos.org)
192+
[GNU Affero General Public License v3.0 (AGPL-3.0)](./LICENSE) © [ObjectOS Team](https://objectos.org)
193193

194-
This project is licensed under the PolyForm Shield License, which allows free use for non-competing purposes. See the [LICENSE](./LICENSE) file for details.
194+
This project is licensed under the GNU Affero General Public License v3.0, which is a strong copyleft license that ensures the software remains free and open source. See the [LICENSE](./LICENSE) file for details.

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@objectos/web",
33
"private": true,
44
"version": "0.1.0",
5-
"license": "PolyForm-Shield-1.0.0",
5+
"license": "AGPL-3.0",
66
"type": "module",
77
"scripts": {
88
"dev": "vite",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "objectql-monorepo",
33
"private": true,
4-
"license": "PolyForm-Shield-1.0.0",
4+
"license": "AGPL-3.0",
55
"pnpm": {
66
"onlyBuiltDependencies": [
77
"better-sqlite3",

packages/kernel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@objectos/kernel",
33
"version": "0.2.0",
4-
"license": "PolyForm-Shield-1.0.0",
4+
"license": "AGPL-3.0",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {

packages/presets/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@objectos/preset-base",
33
"version": "0.1.0",
4-
"license": "PolyForm-Shield-1.0.0",
4+
"license": "AGPL-3.0",
55
"description": "",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@objectos/server",
33
"version": "0.2.0",
44
"private": true,
5-
"license": "PolyForm-Shield-1.0.0",
5+
"license": "AGPL-3.0",
66
"scripts": {
77
"build": "nest build",
88
"dev": "nest start --watch",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@objectos/ui",
33
"version": "0.1.0",
44
"private": false,
5-
"license": "PolyForm-Shield-1.0.0",
5+
"license": "AGPL-3.0",
66
"main": "dist/index.js",
77
"module": "dist/index.mjs",
88
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)