Skip to content

chore: standardize MIT license declarations#22

Open
frontboat wants to merge 2 commits intomasterfrom
chore/update-licenses
Open

chore: standardize MIT license declarations#22
frontboat wants to merge 2 commits intomasterfrom
chore/update-licenses

Conversation

@frontboat
Copy link
Copy Markdown

@frontboat frontboat commented Mar 1, 2026

Summary

  • Added top-level LICENSE file (MIT, Copyright 2025-2026 Daydreams AI)
  • Updated packages/saw/LICENSE copyright year to 2025-2026
  • Added license = "MIT" to all Cargo.toml files

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Added MIT License metadata to the project workspace and individual crate manifests
    • Updated project copyright information to reflect 2025-2026 timeframe
    • Added official MIT license documentation file

- Add top-level LICENSE file
- Update copyright to "2025-2026 Daydreams AI"
- Add license field to all Cargo.toml files

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 1, 2026

Warning

Rate limit exceeded

@frontboat has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 24 minutes and 8 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 2645bfb and 6e5d229.

📒 Files selected for processing (3)
  • Cargo.toml
  • crates/saw-cli/Cargo.toml
  • crates/saw-daemon/Cargo.toml
📝 Walkthrough

Walkthrough

This pull request adds MIT license metadata to the workspace and individual crate Cargo.toml files, introduces a root LICENSE file containing the MIT License text, and updates the copyright notice year range across the project.

Changes

Cohort / File(s) Summary
License Metadata
Cargo.toml, crates/saw-cli/Cargo.toml, crates/saw-daemon/Cargo.toml
Added license = "MIT" field to workspace and crate-level Cargo.toml manifests.
License Files
LICENSE, packages/saw/LICENSE
Added root LICENSE file with MIT License text and copyright notice; updated existing package license file copyright year from 2025 to 2025-2026.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Poem

🐰 With whiskers aquiver, I hop through each file,
MIT licenses sprouting—it makes me smile!
Copyright extended to twenty-twenty-six,
Open source blessings in config mix!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main objective: standardizing MIT license declarations across the project by adding license metadata and updating files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/update-licenses

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@Cargo.toml`:
- Line 4: The Cargo.toml currently has license = "MIT" placed inside the
[workspace] table which Cargo ignores; move that key into the package metadata
instead: either remove license from [workspace] and add license = "MIT" under
each crate's [package], or put it under [workspace.package] so member crates can
inherit it, and if you want crate-level inheritance set license.workspace = true
in each crate's [package]; update/remove the existing license entry in the
workspace table and add the appropriate license declarations in
[workspace.package] or each member [package].

ℹ️ Review info

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b899ca1 and 2645bfb.

📒 Files selected for processing (5)
  • Cargo.toml
  • LICENSE
  • crates/saw-cli/Cargo.toml
  • crates/saw-daemon/Cargo.toml
  • packages/saw/LICENSE

- Move license from [workspace] (ignored by Cargo) to [workspace.package]
- Use license.workspace = true in each crate's [package]

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant