Skip to content

Commit ed0e372

Browse files
authored
Merge pull request #50 from objectql/copilot/update-project-license-documentation
2 parents 88504e1 + 7b98ba4 commit ed0e372

File tree

10 files changed

+104
-3
lines changed

10 files changed

+104
-3
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 MIT License.
459+
By contributing, you agree that your contributions will be licensed under the PolyForm Shield License 1.0.0.
460460

461461
---
462462

LICENSE

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
# PolyForm Shield License 1.0.0
2+
3+
<https://polyformproject.org/licenses/shield/1.0.0>
4+
5+
## Acceptance
6+
7+
In order to get any license under these terms, you must agree to them as both strict obligations and conditions to all your licenses.
8+
9+
## Copyright License
10+
11+
The licensor grants you a copyright license for the software to do everything you might do with the software that would otherwise infringe the licensor's copyright in it for any permitted purpose. However, you may only distribute the software according to [Distribution License](#distribution-license) and make changes or new works based on the software according to [Changes and New Works License](#changes-and-new-works-license).
12+
13+
## Distribution License
14+
15+
The licensor grants you an additional copyright license to distribute copies of the software. Your license to distribute covers distributing the software with changes and new works permitted by [Changes and New Works License](#changes-and-new-works-license).
16+
17+
## Notices
18+
19+
You must ensure that anyone who gets a copy of any part of the software from you also gets a copy of these terms or the URL for them above, as well as copies of any plain-text lines beginning with `Required Notice:` that the licensor provided with the software. For example:
20+
21+
> Required Notice: Copyright Yoyodyne, Inc. (http://example.com)
22+
23+
## Changes and New Works License
24+
25+
The licensor grants you an additional copyright license to make changes and new works based on the software for any permitted purpose.
26+
27+
## Patent License
28+
29+
The licensor grants you a patent license for the software that covers patent claims the licensor can license, or becomes able to license, that you would infringe by using the software.
30+
31+
## Noncompete
32+
33+
Any purpose is a permitted purpose, except for providing any product that competes with the software or any product the licensor or any of its affiliates provides using the software.
34+
35+
## Competition
36+
37+
Goods and services compete even when they provide functionality through different kinds of interfaces or for different technical platforms. Applications can compete with services, libraries with plugins, frameworks with development tools, and so on, even if they're written in different programming languages or for different computer architectures. Goods and services compete even when provided free of charge. If you market a product as a practical substitute for the software or another product, it definitely competes.
38+
39+
## New Products
40+
41+
If you are using the software to provide a product that does not compete, but the licensor or any of its affiliates brings your product into competition by providing a new version of the software or another product using the software, you may continue using versions of the software available under these terms beforehand to provide your competing product, but not any later versions.
42+
43+
## Discontinued Products
44+
45+
You may begin using the software to compete with a product or service that the licensor or any of its affiliates has stopped providing, unless the licensor includes a plain-text line beginning with `Licensor Line of Business:` with the software that mentions that line of business. For example:
46+
47+
> Licensor Line of Business: YoyodyneCMS Content Management System (http://example.com/cms)
48+
49+
## Sales of Business
50+
51+
If the licensor or any of its affiliates sells a line of business developing the software or using the software to provide a product, the buyer can also enforce [Noncompete](#noncompete) for that product.
52+
53+
## Fair Use
54+
55+
You may have "fair use" rights for the software under the law. These terms do not limit them.
56+
57+
## No Other Rights
58+
59+
These terms do not allow you to sublicense or transfer any of your licenses to anyone else, or prevent the licensor from granting licenses to anyone else. These terms do not imply any other licenses.
60+
61+
## Patent Defense
62+
63+
If you make any written claim that the software infringes or contributes to infringement of any patent, your patent license for the software granted under these terms ends immediately. If your company makes such a claim, your patent license ends immediately for work on behalf of your company.
64+
65+
## Violations
66+
67+
The first time you are notified in writing that you have violated any of these terms, or done anything with the software not covered by your licenses, your licenses can nonetheless continue if you come into full compliance with these terms, and take practical steps to correct past violations, within 32 days of receiving notice. Otherwise, all your licenses end immediately.
68+
69+
## No Liability
70+
71+
_**As far as the law allows, the software comes as is, without any warranty or condition, and the licensor will not be liable to you for any damages arising out of these terms or the use or nature of the software, under any kind of legal claim.**_
72+
73+
## Definitions
74+
75+
The **licensor** is the individual or entity offering these terms, and the **software** is the software the licensor makes available under these terms.
76+
77+
A **product** can be a good or service, or a combination of them.
78+
79+
**You** refers to the individual or entity agreeing to these terms.
80+
81+
**Your company** is any legal entity, sole proprietorship, or other kind of organization that you work for, plus all its affiliates.
82+
83+
**Affiliates** means the other organizations than an organization has control over, is under the control of, or is under common control with.
84+
85+
**Control** means ownership of substantially all the assets of an entity, or the power to direct its management and policies by vote, contract, or otherwise. Control can be direct or indirect.
86+
87+
**Your licenses** are all the licenses granted to you for the software under these terms.
88+
89+
**Use** means anything you do with the software requiring one of your licenses.
90+
91+
---
92+
93+
Required Notice: Copyright © 2026 ObjectOS Team (https://objectos.org)

README.md

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

190190
## 📄 License
191191

192-
MIT © [ObjectOS Team](https://objectos.org)
192+
[PolyForm Shield License 1.0.0](./LICENSE) © [ObjectOS Team](https://objectos.org)
193+
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.

apps/web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@objectos/web",
33
"private": true,
44
"version": "0.1.0",
5+
"license": "PolyForm-Shield-1.0.0",
56
"type": "module",
67
"scripts": {
78
"dev": "vite",

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default defineConfig({
7272
],
7373

7474
footer: {
75-
message: 'Released under the MIT License.',
75+
message: 'Released under the PolyForm Shield License 1.0.0.',
7676
copyright: 'Copyright © 2026 ObjectOS'
7777
}
7878
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "objectql-monorepo",
33
"private": true,
4+
"license": "PolyForm-Shield-1.0.0",
45
"pnpm": {
56
"onlyBuiltDependencies": [
67
"better-sqlite3",

packages/kernel/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@objectos/kernel",
33
"version": "0.2.0",
4+
"license": "PolyForm-Shield-1.0.0",
45
"main": "dist/index.js",
56
"types": "dist/index.d.ts",
67
"scripts": {

packages/presets/base/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@objectos/preset-base",
33
"version": "0.1.0",
4+
"license": "PolyForm-Shield-1.0.0",
45
"description": "",
56
"main": "dist/index.js",
67
"types": "dist/index.d.ts",

packages/server/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@objectos/server",
33
"version": "0.2.0",
44
"private": true,
5+
"license": "PolyForm-Shield-1.0.0",
56
"scripts": {
67
"build": "nest build",
78
"dev": "nest start --watch",

packages/ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@objectos/ui",
33
"version": "0.1.0",
44
"private": false,
5+
"license": "PolyForm-Shield-1.0.0",
56
"main": "dist/index.js",
67
"module": "dist/index.mjs",
78
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)