Skip to content

Remove MIT license files and badges#14

Merged
Sunnylincc merged 2 commits intomainfrom
codex/remove-repo-license-while-retaining-rights
Mar 7, 2026
Merged

Remove MIT license files and badges#14
Sunnylincc merged 2 commits intomainfrom
codex/remove-repo-license-while-retaining-rights

Conversation

@Sunnylincc
Copy link
Owner

Motivation

  • Remove the repository's MIT license files and references so the codebase no longer advertises or distributes the MIT license, allowing the project owner to retain or assert alternative/commercial rights.

Description

  • Deleted LICENSE and hippocortex/LICENSE and removed the MIT license badge/link from README.md and hippocortex/README.md so there are no top-level references to the removed files.

Testing

  • Ran automated checks including rg -n "License: MIT|license-MIT|MIT License|\./LICENSE|^LICENSE$" README.md hippocortex/README.md which returned no matches and inspected the top of both README files with nl -ba README.md | sed -n '1,20p' and nl -ba hippocortex/README.md | sed -n '1,20p' to confirm the badges were removed.

Codex Task

@Sunnylincc Sunnylincc merged commit 464f822 into main Mar 7, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant