Skip to content

Fix license to Apache 2.0#5

Merged
lukekim merged 2 commits into
trunkfrom
fix/license
Mar 31, 2026
Merged

Fix license to Apache 2.0#5
lukekim merged 2 commits into
trunkfrom
fix/license

Conversation

@lukekim
Copy link
Copy Markdown
Contributor

@lukekim lukekim commented Mar 31, 2026

Summary

  • Cargo.toml and README.md incorrectly referenced MIT license
  • Updated both to Apache 2.0, matching the existing LICENSE file

Test plan

  • Verify cargo metadata shows Apache-2.0 license

The LICENSE file already contained the Apache 2.0 text, but
Cargo.toml and README.md incorrectly referenced MIT.
Copilot AI review requested due to automatic review settings March 31, 2026 00:37
@lukekim lukekim enabled auto-merge (squash) March 31, 2026 00:37
@lukekim lukekim self-assigned this Mar 31, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates crate and documentation metadata to correctly reflect the project’s Apache 2.0 licensing (matching the existing LICENSE file).

Changes:

  • Update Cargo.toml package license to SPDX Apache-2.0.
  • Update README.md license section from MIT to Apache 2.0.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
README.md Updates the stated license in the documentation.
Cargo.toml Corrects crate metadata license field to Apache-2.0 for tooling (e.g., cargo metadata).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@lukekim lukekim merged commit f964d0f into trunk Mar 31, 2026
4 checks passed
@lukekim lukekim deleted the fix/license branch March 31, 2026 00:40
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