Skip to content

Commit fb27c06

Browse files
7418claude
andcommitted
chore: switch license from MIT to BSL-1.1
- Personal, academic, and non-profit use: free and unrestricted - Commercial use (sold products, orgs >100 employees): requires license - Change date: 2029-03-16 — auto-converts to Apache 2.0 - Contact: 7418@openclaw.ai for commercial licensing Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8be9d35 commit fb27c06

File tree

5 files changed

+90
-4
lines changed

5 files changed

+90
-4
lines changed

LICENSE

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
Business Source License 1.1
2+
3+
Parameters
4+
5+
Licensor: op7418
6+
Licensed Work: CodePilot
7+
The Licensed Work is (c) 2025-2026 op7418.
8+
Additional Use Grant: You may make use of the Licensed Work, provided that
9+
you may not use the Licensed Work for a Commercial
10+
Purpose. A "Commercial Purpose" means use of the
11+
Licensed Work in a product or service that is sold,
12+
offered for sale, licensed, or otherwise made available
13+
to third parties for a fee or other commercial
14+
consideration, or that is used internally by an
15+
organization with more than 100 employees.
16+
17+
For the avoidance of doubt, the following are NOT
18+
considered Commercial Purposes:
19+
- Personal use
20+
- Academic or educational use
21+
- Use by non-profit organizations
22+
- Evaluation and testing
23+
- Contributing improvements back to this project
24+
25+
Change Date: 2029-03-16
26+
27+
Change License: Apache License, Version 2.0
28+
29+
For information about alternative licensing arrangements for the Licensed
30+
Work, please contact: 7418@openclaw.ai
31+
32+
Notice
33+
34+
Business Source License 1.1 (BUSL-1.1)
35+
36+
License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
37+
"Business Source License" is a trademark of MariaDB Corporation Ab.
38+
39+
-----------------------------------------------------------------------------
40+
41+
Terms
42+
43+
The Licensor hereby grants you the right to copy, modify, create derivative
44+
works, redistribute, and make non-production use of the Licensed Work. The
45+
Licensor may make an Additional Use Grant, above, permitting limited
46+
production use.
47+
48+
Effective on the Change Date, or the fourth anniversary of the first publicly
49+
available distribution of a specific version of the Licensed Work under this
50+
License, whichever comes first, the Licensor hereby grants you rights under
51+
the terms of the Change License, and the rights granted in the paragraph
52+
above terminate.
53+
54+
If your use of the Licensed Work does not comply with the requirements
55+
currently in effect as described in this License, you must purchase a
56+
commercial license from the Licensor, its affiliated entities, or authorized
57+
resellers, or you must refrain from using the Licensed Work.
58+
59+
All copies of the original and modified Licensed Work, and derivative works
60+
of the Licensed Work, are subject to this License. This License applies
61+
separately for each version of the Licensed Work and the Change Date may
62+
vary for each version of the Licensed Work released by Licensor.
63+
64+
You must conspicuously display this License on each original or modified copy
65+
of the Licensed Work. If you receive the Licensed Work in original or
66+
modified form from a third party, the terms and conditions set forth in this
67+
License apply to your use of that work.
68+
69+
Any use of the Licensed Work in violation of this License will automatically
70+
terminate your rights under this License for the current and all other
71+
versions of the Licensed Work.
72+
73+
This License does not grant you any right in any trademark or logo of
74+
Licensor or its affiliates (provided that you may use a trademark or logo of
75+
Licensor as expressly required by this License).
76+
77+
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
78+
AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
79+
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
80+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
81+
TITLE.

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[![GitHub release](https://img.shields.io/github/v/release/op7418/CodePilot)](https://github.com/op7418/CodePilot/releases)
77
[![Platform](https://img.shields.io/badge/platform-macOS%20%7C%20Windows%20%7C%20Linux-lightgrey)](https://github.com/op7418/CodePilot/releases)
8-
[![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
8+
[![License](https://img.shields.io/badge/license-BSL--1.1-orange)](LICENSE)
99

1010
[中文文档](./README_CN.md) | [日本語](./README_JA.md)
1111

@@ -250,4 +250,8 @@ npm run electron:pack:linux # Linux AppImage, deb, rpm
250250

251251
## License
252252

253-
MIT
253+
[Business Source License 1.1 (BSL-1.1)](LICENSE)
254+
255+
- **Personal / academic / non-profit use**: free and unrestricted
256+
- **Commercial use**: requires a separate license — contact 7418@openclaw.ai
257+
- **Change date**: 2029-03-16 — after which the code converts to Apache 2.0

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[![GitHub release](https://img.shields.io/github/v/release/op7418/CodePilot)](https://github.com/op7418/CodePilot/releases)
77
[![Platform](https://img.shields.io/badge/platform-macOS%20%7C%20Windows%20%7C%20Linux-lightgrey)](https://github.com/op7418/CodePilot/releases)
8-
[![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
8+
[![License](https://img.shields.io/badge/license-BSL--1.1-orange)](LICENSE)
99

1010
[English](./README.md) | [日本語](./README_JA.md)
1111

README_JA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[![GitHub release](https://img.shields.io/github/v/release/op7418/CodePilot)](https://github.com/op7418/CodePilot/releases)
77
[![Platform](https://img.shields.io/badge/platform-macOS%20%7C%20Windows%20%7C%20Linux-lightgrey)](https://github.com/op7418/CodePilot/releases)
8-
[![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
8+
[![License](https://img.shields.io/badge/license-BSL--1.1-orange)](LICENSE)
99

1010
[English](./README.md) | [中文文档](./README_CN.md)
1111

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "codepilot",
33
"version": "0.38.1",
44
"private": true,
5+
"license": "BUSL-1.1",
56
"workspaces": [
67
"apps/*",
78
"packages/*"

0 commit comments

Comments
 (0)