Skip to content

Commit 919aa4c

Browse files
author
StackMemory Bot (CLI)
committed
chore(license): switch from BUSL-1.1 to MIT License
Make StackMemory fully open source under the MIT License. - Replace LICENSE file with MIT License - Update README.md License section - Update package.json and package-lock.json license fields
1 parent 7b1954d commit 919aa4c

4 files changed

Lines changed: 24 additions & 67 deletions

File tree

LICENSE

Lines changed: 21 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,21 @@
1-
Business Source License 1.1
2-
3-
Parameters
4-
5-
Licensor: StackMemory AI
6-
Licensed Work: StackMemory v1.0.0
7-
The Licensed Work is (c) 2026 StackMemory AI
8-
Additional Use Grant: You may make production use of the Licensed Work,
9-
provided such use does not include offering the
10-
Licensed Work to third parties on a hosted or
11-
embedded basis which is competitive with StackMemory
12-
AI's products.
13-
Change Date: 2030-02-10
14-
Change License: MIT
15-
16-
For information about alternative licensing arrangements for the Licensed
17-
Work, please contact: hello@stackmemory.ai
18-
19-
Notice
20-
21-
Business Source License 1.1
22-
23-
Terms
24-
25-
The Licensor hereby grants you the right to copy, modify, create
26-
derivative works, redistribute, and make non-production use of the
27-
Licensed Work. The Licensor may make an Additional Use Grant, above,
28-
permitting limited production use.
29-
30-
Effective on the Change Date, or the fourth anniversary of the first
31-
publicly available distribution of a specific version of the Licensed
32-
Work under this License, whichever comes first, the Licensor hereby
33-
grants you rights under the terms of the Change License, and the rights
34-
granted in the paragraph above terminate.
35-
36-
If your use of the Licensed Work does not comply with the requirements
37-
currently in effect as described in this License, you must purchase a
38-
commercial license from the Licensor, its affiliated entities, or
39-
authorized resellers, or you must refrain from using the Licensed Work.
40-
41-
All copies of the original and modified Licensed Work, and derivative
42-
works of the Licensed Work, are subject to this License. This License
43-
applies separately for each version of the Licensed Work and the Change
44-
Date may vary for each version of the Licensed Work released by
45-
Licensor.
46-
47-
You must conspicuously display this License on each original or modified
48-
copy of the Licensed Work. If you receive the Licensed Work in original
49-
or modified form from a third party, the terms and conditions set forth
50-
in this License apply to your use of that work.
51-
52-
Any use of the Licensed Work in violation of this License will
53-
automatically terminate your rights under this License for the current
54-
and all other versions of the Licensed Work.
55-
56-
This License does not grant you any right in any trademark or logo of
57-
Licensor or its affiliates (provided that you may use a trademark or
58-
logo of Licensor as expressly required by this License).
59-
60-
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS
61-
PROVIDED ON AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES
62-
AND CONDITIONS, EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION)
63-
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
64-
NON-INFRINGEMENT, AND TITLE.
1+
MIT License
2+
3+
Copyright (c) 2026 StackMemory AI
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,4 +512,4 @@ Grounded in distributed systems theory: FLP impossibility, Byzantine→Crash con
512512

513513
## License
514514

515-
Licensed under the [Business Source License 1.1](./LICENSE). You can use, modify, and self-host StackMemory freely. The one restriction: you may not offer it as a competing hosted service. The license converts to MIT after 4 years per release.
515+
Licensed under the [MIT License](./LICENSE).

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"url": "https://github.com/stackmemoryai/stackmemory/issues"
6363
},
6464
"author": "StackMemory AI",
65-
"license": "BUSL-1.1",
65+
"license": "MIT",
6666
"publishConfig": {
6767
"access": "public"
6868
},

0 commit comments

Comments
 (0)