Skip to content

fix: restore missing MIT license file#620

Merged
teknium1 merged 1 commit intoNousResearch:mainfrom
stablegenius49:pr-factory/issue-619-add-license-file
Mar 8, 2026
Merged

fix: restore missing MIT license file#620
teknium1 merged 1 commit intoNousResearch:mainfrom
stablegenius49:pr-factory/issue-619-add-license-file

Conversation

@stablegenius49
Copy link
Copy Markdown
Contributor

Summary

  • add the missing MIT LICENSE file referenced by the README, contributing guide, and package metadata
  • restore the standard MIT license text for the repository

Testing

  • python3 - <<'PY'
    from pathlib import Path
    assert Path("LICENSE").exists()
    text = Path("LICENSE").read_text()
    assert text.startswith("MIT License")
    assert "Permission is hereby granted" in text
    PY

Closes #619

@teknium1 teknium1 merged commit 6d34207 into NousResearch:main Mar 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants