From 1b8c59ef26ecfbbee3bc54ea74601ba1f2996f3e Mon Sep 17 00:00:00 2001 From: Stellaluciano Date: Fri, 6 Mar 2026 19:24:21 -0500 Subject: [PATCH 1/2] Remove MIT license files and badges --- LICENSE | 21 --------------------- README.md | 1 - hippocortex/LICENSE | 21 --------------------- hippocortex/README.md | 1 - 4 files changed, 44 deletions(-) delete mode 100644 LICENSE delete mode 100644 hippocortex/LICENSE diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 4a3b515..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2026 HippoCortex Contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/README.md b/README.md index fc9a0b3..234febe 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ > **HippoCortex** is a neuroscience-inspired **memory OS** for **AI agents**: capture fast **episodic memory**, distill via **memory consolidation**, and retrieve durable **semantic memory** for reliable **long-term memory** beyond the **LLM context window**. -[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](./LICENSE) [![Python](https://img.shields.io/badge/python-3.11%2B-blue.svg)](./pyproject.toml) [![Status](https://img.shields.io/badge/status-PR1%20foundation-orange.svg)](./CHANGELOG.md) diff --git a/hippocortex/LICENSE b/hippocortex/LICENSE deleted file mode 100644 index 4a3b515..0000000 --- a/hippocortex/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2026 HippoCortex Contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/hippocortex/README.md b/hippocortex/README.md index ebe58d6..68b825f 100644 --- a/hippocortex/README.md +++ b/hippocortex/README.md @@ -2,7 +2,6 @@ > **HippoCortex** is a neuroscience-inspired **memory OS** for **AI agents**: capture fast **episodic memory**, distill via **memory consolidation**, and retrieve durable **semantic memory** for reliable **long-term memory** beyond the **LLM context window**. -[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](./LICENSE) [![Python](https://img.shields.io/badge/python-3.11%2B-blue.svg)](./pyproject.toml) [![Status](https://img.shields.io/badge/status-PR1%20foundation-orange.svg)](./CHANGELOG.md) From f1333675422c9d1c7e239ccfbbe23d48da4b3cf8 Mon Sep 17 00:00:00 2001 From: Stellaluciano Date: Fri, 6 Mar 2026 19:49:55 -0500 Subject: [PATCH 2/2] Remove MIT metadata from project configs --- hippocortex/pyproject.toml | 1 - pyproject.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/hippocortex/pyproject.toml b/hippocortex/pyproject.toml index ba6a970..1165368 100644 --- a/hippocortex/pyproject.toml +++ b/hippocortex/pyproject.toml @@ -8,7 +8,6 @@ version = "0.1.0" description = "HippoCortex: dual-memory OS for AI agents" readme = "README.md" requires-python = ">=3.11" -license = { text = "MIT" } authors = [{ name = "HippoCortex Contributors" }] dependencies = [] diff --git a/pyproject.toml b/pyproject.toml index dfcc271..a21a416 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,6 @@ version = "0.1.0" description = "HippoCortex: dual-memory OS for AI agents" readme = "README.md" requires-python = ">=3.11" -license = "MIT" authors = [{ name = "HippoCortex Contributors" }] dependencies = []