Skip to content

Add MIT LICENSE file matching README copyright - #166

Open
trippyogi wants to merge 1 commit into
NousResearch:mainfrom
trippyogi:cursor/add-mit-license-a5ce
Open

Add MIT LICENSE file matching README copyright#166
trippyogi wants to merge 1 commit into
NousResearch:mainfrom
trippyogi:cursor/add-mit-license-a5ce

Conversation

@trippyogi

@trippyogi trippyogi commented Aug 2, 2026

Copy link
Copy Markdown

Summary

Test plan

  • Confirm LICENSE is present at repo root on this branch
  • Confirm copyright year/holder match README (MIT — © 2026 Nous Research)
  • After merge, verify gh api repos/NousResearch/hermes-agent-self-evolution/license returns SPDX MIT

Fixes #164

@trippyogi
trippyogi marked this pull request as ready for review August 2, 2026 13:21
@TurtleMcTurtle

Copy link
Copy Markdown

Review: PR #166 — Add MIT LICENSE file

The repo's README states "MIT — © 2026 Nous Research" but there is no actual LICENSE file in the repo. This PR adds the standard MIT license text, which is needed for:

  • GitHub to detect and display the license badge
  • Legal clarity for contributors and users
  • npm/PyPI package metadata compliance

The LICENSE text is standard MIT with "Copyright (c) 2026 Nous Research" which matches the README.

Suggestion: This is a straightforward housekeeping PR. Recommend merging — it adds something the repo genuinely needs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Repository is missing LICENSE file (README claims MIT)

2 participants