docs: clarify licensing boundaries - #17
Conversation
|
Warning Review limit reached
Next review available in: 17 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe changes add reserved-brand licensing terms, update MIT attribution and README licensing text, add package distribution metadata, and restructure third-party dependency notices into categorized tables. ChangesLicensing and distribution metadata
Estimated code review effort: 1 (Trivial) | ~5 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
THIRD-PARTY-NOTICES.md (1)
7-19: 🔒 Security & Privacy | 🔵 Trivial | ⚡ Quick winRecord the exact license artifact for each dependency.
The
Package license filevalue is too generic for an auditable notice. NuGet exposes different metadata forms across these packages—for example, Apache-2.0 for xUnit and MIT for coverlet, while Microsoft.WindowsAppSDK exposes a separate license-info entry. Record the exact SPDX expression or license/NOTICE file path and verify each row against the project’s package references. (nuget.org)🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@THIRD-PARTY-NOTICES.md` around lines 7 - 19, Update the dependency table in THIRD-PARTY-NOTICES.md so every row records the exact SPDX expression or license/NOTICE artifact path exposed by its corresponding package metadata, replacing the generic Microsoft.WindowsAppSDK “Package license file” entry with its specific license-info artifact. Verify all entries, including CommunityToolkit.Mvvm, Microsoft.WindowsAppSDK, xUnit.net, the Visual Studio runner, Microsoft.NET.Test.Sdk, and coverlet.collector, against the project’s package references and NuGet metadata.Source: MCP tools
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@LICENSE`:
- Around line 1-3: Add a brief note to LICENSE referencing BRAND.md and
clarifying that the Openza name, logos, and app icons are excluded from the MIT
license grant. Preserve the existing MIT license text and copyright notice
unchanged.
---
Nitpick comments:
In `@THIRD-PARTY-NOTICES.md`:
- Around line 7-19: Update the dependency table in THIRD-PARTY-NOTICES.md so
every row records the exact SPDX expression or license/NOTICE artifact path
exposed by its corresponding package metadata, replacing the generic
Microsoft.WindowsAppSDK “Package license file” entry with its specific
license-info artifact. Verify all entries, including CommunityToolkit.Mvvm,
Microsoft.WindowsAppSDK, xUnit.net, the Visual Studio runner,
Microsoft.NET.Test.Sdk, and coverlet.collector, against the project’s package
references and NuGet metadata.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 4d121ae6-2c37-4ea3-8ef9-7c1396248c02
📒 Files selected for processing (5)
BRAND.mdDirectory.Build.propsLICENSEREADME.mdTHIRD-PARTY-NOTICES.md
Record the exact Windows App SDK license file exposed by NuGet package metadata. Addresses: #3565686478
Summary
Validation
Summary by CodeRabbit
Documentation
Chores