Skip to content

Commit cf4bbef

Browse files
sgx-labsclaude
andcommitted
fix: add full BUSL-1.1 license text and clean up tracked files
Include complete license terms and covenants in LICENSE so GitHub detects BUSL-1.1. Untrack old docs, update ignore patterns for eval artifacts and decision files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e413097 commit cf4bbef

7 files changed

Lines changed: 96 additions & 269 deletions

File tree

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@ eval/test_vault/.same/config.toml
6565

6666
# Security review files (must never be in public repo)
6767
CODEX-REVIEW*.md
68+
decisions/hermes-plugin-bug-report-*.md
69+
decisions/hermes-plugin-evaluation.md
70+
decisions/hermes-same-mcp-bug-report.md
71+
decisions/product-specs-from-hermes-eval.md
72+
decisions/hermes-pr-draft*.md
73+
74+
# Release process docs
75+
docs/release_checklist.md
76+
docs/release_validation.md
77+
docs/release_brief_*.md
78+
6879
.vercel
6980
.env*.local
7081

.sameignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,17 @@ CHANGELOG
6767
# OS files
6868
.DS_Store
6969
Thumbs.db
70+
71+
# SAME-specific — don't index eval test fixtures or binary artifacts
72+
eval/
73+
*.db
74+
*.db-wal
75+
*.db-shm
76+
cgo-headers/
77+
same
78+
same.exe
79+
demo.tape
80+
81+
# Don't index Go generated protobuf or generated code
82+
*.pb.go
83+
*_gen.go

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ Security hardening, crash recovery, search improvements, UX polish, and every ho
630630

631631
### Changed
632632

633-
- **README rewritten** — pain-first opening, architecture diagram, feature matrix, competitor comparison table, updated benchmarks
633+
- **README rewritten** — pain-first opening, architecture diagram, feature matrix, comparison table, updated benchmarks
634634
- **Schema v3** — adds `session_recovery` table; auto-migrates from v2
635635
- **MCP tool list updated** — setup now shows all 11 tools with accurate descriptions
636636

LICENSE

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,76 @@ made available under an Open Source License, as stated in this License.
2424

2525
License text: https://mariadb.com/bsl11/
2626

27+
Terms
28+
29+
The Licensor hereby grants you the right to copy, modify, create derivative
30+
works, redistribute, and make non-production use of the Licensed Work. The
31+
Licensor may make an Additional Use Grant, above, permitting limited
32+
production use.
33+
34+
Effective on the Change Date, or the fourth anniversary of the first publicly
35+
available distribution of a specific version of the Licensed Work under this
36+
License, whichever comes first, the Licensor hereby grants you rights under
37+
the terms of the Change License, and the rights granted in the paragraph
38+
above terminate.
39+
40+
If your use of the Licensed Work does not comply with the requirements
41+
currently in effect as described in this License, you must purchase a
42+
commercial license from the Licensor, its affiliated entities, or authorized
43+
resellers, or you must refrain from using the Licensed Work.
44+
45+
All copies of the original and modified Licensed Work, and derivative works
46+
of the Licensed Work, are subject to this License. This License applies
47+
separately for each version of the Licensed Work and the Change Date may vary
48+
for each version of the Licensed Work released by Licensor.
49+
50+
You must conspicuously display this License on each original or modified copy
51+
of the Licensed Work. If you receive the Licensed Work in original or
52+
modified form from a third party, the terms and conditions set forth in this
53+
License apply to your use of that work.
54+
55+
Any use of the Licensed Work in violation of this License will automatically
56+
terminate your rights under this License for the current and all other
57+
versions of the Licensed Work.
58+
59+
This License does not grant you any right in any trademark or logo of
60+
Licensor or its affiliates (provided that you may use a trademark or logo of
61+
Licensor as expressly required by this License).
62+
63+
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
64+
AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
65+
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
66+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
67+
TITLE.
68+
69+
MariaDB hereby grants you permission to use this License's text to license
70+
your works, and to refer to it using the trademark "Business Source License",
71+
as long as you comply with the Covenants of Licensor below.
72+
73+
Covenants of Licensor
74+
75+
In consideration of the right to use this License's text and the "Business
76+
Source License" name and trademark, Licensor covenants to MariaDB, and to all
77+
other recipients of the licensed work to be provided by Licensor:
78+
79+
1. To specify as the Change License the GPL Version 2.0 or any later version,
80+
or a license that is compatible with GPL Version 2.0 or a later version,
81+
where "compatible" means that software provided under the Change License can
82+
be included in a program with software provided under GPL Version 2.0 or a
83+
later version. Licensor may specify additional Change Licenses without
84+
limitation.
85+
86+
2. To either: (a) specify an additional grant of rights to use that does not
87+
impose any additional restriction on the right granted in this License, as
88+
the Additional Use Grant; or (b) insert the text "None".
89+
90+
3. To specify a Change Date.
91+
92+
4. Not to modify this License in any other way.
93+
94+
License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
95+
"Business Source License" is a trademark of MariaDB Corporation Ab.
96+
2797
-----------------------------------------------------------------------------
2898

2999
Licensed Work Usage Guidelines

docs/release_brief_v0_9_0.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

docs/release_checklist.md

Lines changed: 0 additions & 133 deletions
This file was deleted.

docs/release_validation.md

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)