Skip to content

Conversation

@infiniteregrets
Copy link
Member

No description provided.

@infiniteregrets infiniteregrets requested a review from a team as a code owner January 2, 2026 03:45
@greptile-apps
Copy link

greptile-apps bot commented Jan 2, 2026

Greptile Summary

This PR changes the project license from Apache-2.0 to MIT across all relevant files.

  • Replaced the Apache-2.0 license text with MIT license text in LICENSE file
  • Updated Cargo.toml license field to reflect MIT
  • Updated documentation in README.md to reference MIT license
  • All license references have been consistently updated

Confidence Score: 5/5

  • This PR is safe to merge with no technical risks
  • The changes are purely administrative, updating license text and metadata. All license references have been updated consistently across LICENSE, Cargo.toml, and README.md. No code logic is affected.
  • No files require special attention

Important Files Changed

Filename Overview
LICENSE Replaced Apache-2.0 license text with MIT license text, including proper copyright notice
Cargo.toml Updated license field from Apache-2.0 to MIT
README.md Updated license reference in documentation from Apache-2.0 to MIT

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Repo as Repository
    participant Cargo as Cargo.toml
    participant License as LICENSE
    participant Docs as README.md
    
    Dev->>License: Replace Apache-2.0 text with MIT text
    License-->>Dev: MIT license with copyright notice
    
    Dev->>Cargo: Update license field
    Cargo-->>Dev: license = "MIT"
    
    Dev->>Docs: Update license reference
    Docs-->>Dev: Link to MIT License
    
    Dev->>Repo: Commit license change
    Repo-->>Dev: All license references consistent
Loading

@infiniteregrets infiniteregrets merged commit afbea96 into main Jan 2, 2026
4 checks passed
@infiniteregrets infiniteregrets deleted the m/update-license branch January 2, 2026 03:49
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.

2 participants