chore: adopt Apache-2.0 license + NOTICE - #5
Conversation
Standardize the open WAVE protocol/SDK surface on Apache-2.0 (patent grant for adoption). Replaces any prior license; adds NOTICE reserving the WAVE marks.
|
|
Warning Review limit reached
More reviews will be available in 2 minutes and 13 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
There was a problem hiding this comment.
No issues found across 2 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
You’re at about 91% of the monthly reviewed-line limit. You may want to disable incremental reviews to conserve quota. Reviews will continue until that limit is exceeded. If you need help avoiding interruptions, please contact contact@cubic.dev.
Architecture diagram
sequenceDiagram
participant Repo as Repository
participant License as LICENSE
participant Notice as NOTICE
Note over Repo,Notice: License-only change — no code impact
Repo->>License: CHANGED: MIT → Apache-2.0
Repo->>Notice: NEW: Add WAVE trademark reservation
Standardizes this repo on Apache-2.0 (uniform across the WAVE open SDK/protocol surface; the patent grant matters for protocol adoption). Adds a NOTICE reserving the WAVE marks; sets
licensein package.json where present. License-only change — no code impact.Summary by cubic
Adopt Apache-2.0 for this repo and add a NOTICE clarifying WAVE trademark use. Replaces MIT, provides a patent grant, and has no code or API impact.
Written for commit 5da8018. Summary will update on new commits.