You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
license: simplify to Apache 2.0 only; add DCO for contributor governance
Remove dual-license framing and the LICENSE-PROPRIETARY.md file. MNEMOS
is now single-licensed under Apache 2.0 as a clean community contribution.
Contributor governance is via the Developer Certificate of Origin (DCO
1.1) — contributors sign off each commit with 'git commit -s' rather than
signing a CLA that grants relicensing rights.
Files touched:
- LICENSE-PROPRIETARY.md: deleted
- README.md: License section simplified; FAQ entries about commercial
licensing + hosted managed deployment removed
- CONTRIBUTING.md: DCO 1.1 text + sign-off requirement; previous dual-
license contributor clause removed
- CHANGELOG.md: dual-license lines stripped from v3.1.0 release notes
- pyproject.toml: license-files = ["LICENSE"] (was LICENSE + LICENSE-PROPRIETARY)
- MANIFEST.in: drop LICENSE-PROPRIETARY.md include
No functional code changes.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Jason Perlow <jperlow@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+3-13Lines changed: 3 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -718,7 +718,7 @@ Yes. GRAEAE routes across any configured provider. Together AI and Groq are the
718
718
719
719
### Is there a hosted version?
720
720
721
-
Not today. Self-hosted only. If you want a managed deployment, the proprietary commercial license covers custom arrangements — see `LICENSE-PROPRIETARY.md`.
721
+
Not today. Self-hosted only.
722
722
723
723
### How is this different from Mem0 / Zep / MemPalace / LangChain memory?
724
724
@@ -736,13 +736,6 @@ Yes — we have been since December 2025. v3.0 is the first public release line,
736
736
737
737
Currently manual — write a one-shot script that hits `POST /v1/memories/bulk` with your source data. Direct-import adapters for major competitors are on the roadmap but not yet shipped.
738
738
739
-
### Apache 2.0 vs the proprietary commercial license — which one do I use?
740
-
741
-
-**Apache 2.0** (`LICENSE`) — the OSS distribution. Free to use, modify, redistribute, fork, run commercially, etc. Standard permissive OSS license. **This is what you use.**
742
-
-**Proprietary commercial license** (`LICENSE-PROPRIETARY.md`) — only matters if you need terms beyond Apache 2.0 (custom indemnification, specific SLA language, managed-service arrangements, vendor-of-record requirements). Most users don't need this. Contact the maintainer if you do.
743
-
744
-
If you're not sure, it's Apache 2.0.
745
-
746
739
### Why port 5002 and not something normal like 8080?
747
740
748
741
Historical. Earlier versions split MNEMOS (5000) and GRAEAE (5001) across two services; v3 unified them on 5002 to signal "this is the combined single service". Override with `MNEMOS_PORT` if 5002 is taken.
@@ -765,9 +758,6 @@ Yes. `Dockerfile` and `docker-compose.yml` ship in the repo; `docker compose up
765
758
766
759
## License
767
760
768
-
MNEMOS is dual-licensed:
769
-
770
-
-**Apache License 2.0** for the open-source distribution in this repository — see [`LICENSE`](./LICENSE).
771
-
-**Proprietary commercial license** available by agreement for organizations that need alternative commercial terms — see [`LICENSE-PROPRIETARY.md`](./LICENSE-PROPRIETARY.md).
761
+
MNEMOS is licensed under the Apache License, Version 2.0. See [`LICENSE`](./LICENSE) for the full text.
772
762
773
-
Possession of this repository does not automatically grant the proprietary commercial license; contact the maintainer for those terms.
763
+
Contributions are accepted under the Developer Certificate of Origin (DCO) — see [`CONTRIBUTING.md`](./CONTRIBUTING.md).
0 commit comments