Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@ License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved.

Parameters

Licensor: VetCoders (Maciej Gad & Monika Szymanska)
Licensor: Vetcoders
Licensed Work: pymemex — Python companion for the memex family:
reads any Lance dataset (legacy or current layout),
bridges to rmcp-memex via JSONL contract.
The Licensed Work is (c) 2026 VetCoders.
The Licensed Work is (c) 2026 Vetcoders.
Additional Use Grant: You may make production use of the Licensed Work,
provided Your use does not include offering the
Licensed Work to third parties on a hosted or embedded
basis in order to compete with VetCoders' paid
basis in order to compete with Vetcoders' paid
version(s) of the Licensed Work. For purposes of this
license:

A "competitive offering" is a Product that is offered
to third parties on a paid basis, including through
paid support arrangements, that significantly overlaps
with the capabilities of VetCoders' paid version(s) of
with the capabilities of Vetcoders' paid version(s) of
the Licensed Work. If Your Product is not a competitive
offering when You first make it generally available, it
will not become a competitive offering later due to
VetCoders releasing a new version of the Licensed Work
Vetcoders releasing a new version of the Licensed Work
with additional capabilities. In addition, Products
that are not provided on a paid basis are not
competitive.
Expand Down Expand Up @@ -50,7 +50,7 @@ Change Date: 2030-04-15
Change License: Apache License, Version 2.0

For information about alternative licensing arrangements for the Licensed
Work, please contact void@div0.space.
Work, please contact hello@vetcoders.io.

Notice

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ BUSL-1.1 (see `LICENSE`). Change License: Apache 2.0 on 2030-04-15.

---

Vibecrafted. with AI Agents by VetCoders (c)2024-2026 The LibraxisAI Team
Vibecrafted with AI Agents by Vetcoders (c)2024-2026
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ description = "Recovery + simplify + namespace-injection engine for the memex fa
readme = "README.md"
license = { text = "BUSL-1.1" }
authors = [
{ name = "Maciej Gad", email = "void@div0.space" },
{ name = "Monika Szymanska", email = "hello@vetcoders.io" },
{ name = "Vetcoders", email = "hello@vetcoders.io" },
]
requires-python = ">=3.11"
keywords = [
Expand Down
2 changes: 1 addition & 1 deletion src/pymemex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
aicx — canonical agent-session corpus
pymemex — Python recovery + introspection bridge (this)

Vibecrafted. with AI Agents by VetCoders (c)2024-2026 The LibraxisAI Team
Vibecrafted with AI Agents by Vetcoders (c)2024-2026
"""

__version__ = "0.2.0"
Expand Down