chore(license): standardize on Apache-2.0 per org policy - #13
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
📝 WalkthroughWalkthroughThe ChangesLicense file replacement
🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
| same "printed page" as the copyright notice for easier | ||
| identification within third-party archives. | ||
|
|
||
| Copyright 2026 WAVE, Inc. |
There was a problem hiding this comment.
Bug: The copyright holder name in the new LICENSE file ("WAVE, Inc.") is inconsistent with the name in README.md ("WAVE Online, LLC").
Severity: LOW
Suggested Fix
Verify the correct legal entity name for the copyright holder. Update either the LICENSE file or the README.md to ensure the name is consistent across all legal and informational documents in the repository. If the change to "WAVE, Inc." is intentional, the README.md should be updated accordingly.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent. Verify if this is a real issue. If it is, propose a fix; if not, explain why it's
not valid.
Location: LICENSE#L189
Potential issue: There is a discrepancy in the copyright holder's name between different
files in the repository. The new `LICENSE` file on line 189 specifies the copyright
holder as "WAVE, Inc.". However, the `README.md` file on line 37, as well as the
previous license file, identifies the entity as "WAVE Online, LLC". This inconsistency
could lead to legal or compliance ambiguity, as it's unclear which entity is the correct
copyright holder. No other references to "WAVE, Inc." exist in the codebase to clarify
this change.
Also affects:
README.md:37
Did we get this right? 👍 / 👎 to inform future reviews.
🟢 WAVE BugBot — clearNo confident findings on the changed lines. Local review · $0 inference · wave-dispatch |
fix: issue flagged by another reviewer (LICENSE:189)
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 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`:
- Line 189: Replace the incorrect copyright holder string in the LICENSE file:
locate the line containing "Copyright 2026 WAVE Online, LLC." and change it to
"Copyright 2026 WAVE, Inc." so the file aligns with the PR objective and
organization naming policy; ensure no other occurrences of "WAVE Online, LLC."
remain in the repository or the same LICENSE block before committing.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| same "printed page" as the copyright notice for easier | ||
| identification within third-party archives. | ||
|
|
||
| Copyright 2026 WAVE Online, LLC. |
There was a problem hiding this comment.
Copyright holder mismatch with stated PR objective.
Line 189 shows Copyright 2026 WAVE Online, LLC. but the PR objectives explicitly state the copyright should be updated to Copyright 2026 WAVE, Inc. This is a legal/compliance discrepancy that contradicts the stated intent of this change. Additionally, the commit message references "fix: issue flagged by another reviewer (LICENSE:189)", suggesting line 189 was flagged as problematic, yet the current state still shows the entity name mismatch. Verify whether this is intentional or an oversight, and reconcile with the organization's legal identity and policy requirements.
🤖 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 `@LICENSE` at line 189, Replace the incorrect copyright holder string in the
LICENSE file: locate the line containing "Copyright 2026 WAVE Online, LLC." and
change it to "Copyright 2026 WAVE, Inc." so the file aligns with the PR
objective and organization naming policy; ensure no other occurrences of "WAVE
Online, LLC." remain in the repository or the same LICENSE block before
committing.
Per
wave-foundation/LICENSE-POLICY.md: public OSS standardizes on Apache-2.0 (explicit patent grant). Replaces MIT.🤖 Generated with Claude Code
Note
Low Risk
Legal/licensing documentation only; no code or runtime behavior changes.
Overview
Replaces the root MIT license with the full Apache License 2.0 text to match org public-OSS policy (
wave-foundation/LICENSE-POLICY.md), including Apache’s explicit patent grant and standard redistribution terms.The appendix copyright line is updated from WAVE Online, LLC to Copyright 2026 WAVE, Inc. No application or runtime code changes.
Reviewed by Cursor Bugbot for commit 5b131f1. Configure here.
Summary by cubic
Switched the project license from MIT to Apache-2.0 to align with org policy, adding an explicit patent grant. Replaced the LICENSE file with Apache-2.0 text and fixed the appendix copyright line to “Copyright 2026 WAVE Online, LLC.”; no code changes.
Written for commit 18d1564. Summary will update on new commits.
Summary by CodeRabbit
Chores