Skip to content

chore(license): standardize on Apache-2.0 per org policy - #13

Open
yakimoto wants to merge 3 commits into
mainfrom
chore/license-policy-2026-06
Open

chore(license): standardize on Apache-2.0 per org policy#13
yakimoto wants to merge 3 commits into
mainfrom
chore/license-policy-2026-06

Conversation

@yakimoto

@yakimoto yakimoto commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

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.

Review in cubic

Summary by CodeRabbit

Chores

  • Updated project license from MIT License to Apache License 2.0, which includes patent rights protections and trademark disclaimers. Copyright holder information has been updated accordingly.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 11, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The LICENSE file was replaced from MIT License to Apache License 2.0 (January 2004), including full Apache terms, disclaimers, and appendix. The copyright holder is updated to "Copyright 2026 WAVE Online, LLC." under the Apache License header.

Changes

License file replacement

Layer / File(s) Summary
License file update
LICENSE
The entire LICENSE file content is replaced from MIT License to Apache License 2.0. The new license includes the Apache copyright and patent grant, redistribution conditions, trademark disclaimer, warranty disclaimer, limitation of liability clauses, and Apache appendix. The copyright holder is updated to "Copyright 2026 WAVE Online, LLC."

🎯 2 (Simple) | ⏱️ ~10 minutes

Suggested labels

size/L

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 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 change: replacing MIT License with Apache-2.0 to align with organizational policy.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/license-policy-2026-06

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

@changeset-bot

changeset-bot Bot commented Jun 11, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 18d1564

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Comment thread LICENSE Outdated
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2026 WAVE, Inc.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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

wave-bugbot Bot commented Jun 12, 2026

Copy link
Copy Markdown

🟢 WAVE BugBot — clear

No confident findings on the changed lines.

Local review · $0 inference · wave-dispatch

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

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 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

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 8f67f2ce-b11e-44da-9269-9b49cdc36028

📥 Commits

Reviewing files that changed from the base of the PR and between 70fc964 and 18d1564.

📒 Files selected for processing (1)
  • LICENSE

Comment thread LICENSE
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2026 WAVE Online, LLC.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

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.

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