diff --git a/LICENSE b/LICENSE index 4e9691a..d7ebb12 100644 --- a/LICENSE +++ b/LICENSE @@ -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. @@ -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 diff --git a/README.md b/README.md index 4305b7c..d26e14f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 0c5b32d..7382ea7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ diff --git a/src/pymemex/__init__.py b/src/pymemex/__init__.py index dd5250e..d3d99b1 100644 --- a/src/pymemex/__init__.py +++ b/src/pymemex/__init__.py @@ -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"