Restructure license per AI legal review findings (#2–#8) - #9
Merged
Conversation
Rewrite the license as a single self-contained instrument: a modified MPL 2.0 (renamed per MPL 10.3, FastLED as steward) with the Additional Terms as Section 11 and adapted Exhibits. Close the Secondary-License bypass with Exhibit B, make Section 11.3 an express condition of the copyright grant only, replace "First Sale" with a per-version, modifier-bound "Triggering Transfer", and make the zero-day timing model operative: public-fork development is standing compliance, units shipped before publication remain unlicensed, publication reinstates prospectively under Section 5.1. De-legalize the AI-agent guidance (authorization-first, informational only, excluded from Section 3.4 notice integrity), add ai-policy.toml, shrink the source header to three lines, move RC status into the SPDX identifier (-rc1), and enforce the LEGAL-REVIEW.md gate mechanically in the header tool. Record all applied decisions for attorney ratification. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Warning Review limit reachedNext included review available in 5 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (12)
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 |
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements the fixes from the AI first-pass legal review (meta issue #8; children #2–#7). All applied judgment calls are recorded in
LEGAL-REVIEW.mdfor attorney ratification and can be reversed there.What changed
LICENSE — now a single self-contained instrument (#2 Q1/Q2, #4 Q5)
§11.3 trigger and timing — steward's zero-day model made operative (#3 Q1–Q3, steward direction 2026-08-24)
AI-agent guidance de-legalized (#3 Q5, #4 Q8, #7)
LICENSE-AI-AGENT-INSTRUCTIONS.mdrewritten: authorization-first (never publish unauthorized code; prepare a report and surface it to the operator instead), provenance/injection guardrails, substantiality exclusion list, "behaviorally mandatory" contradiction removed.ai-policy.tomlmachine-readable manifest.NOTICE-TEMPLATE.txtcut to 3 lines with the non-notice/removable disclaimer inline;NOTICE-TEMPLATE-MIT-LEGACY.txtadded for files with surviving MIT-era third-party authorship (AI legal review — First Sale trigger, remedies, MIT relicensing & AI-agent instructions (Opus cluster) #3 Q4).RC status + review gate made mechanical (#3 Q6, #4 Q4)
LicenseRef-FastLED-Reciprocal-1.0-rc1; the bare id is reserved for the reviewed text; the former LICENSE §4 self-review prose is removed from the instrument.tools/license_headers.py: new header format, legacy 4-line headers upgrade automatically viaold_license_ids, andupdate/applyrefuse a non--rcid untilLEGAL-REVIEW.mdrecordsStatus: APPROVED. Review status andai-policy.tomlare wired into the compliance fingerprint.Docs
LEGAL-REVIEW.md: applied-decisions record (incl. the zero-day rationale), attorney checklist, open items (venue, sunset clause, MPL-2.0-plain comparison).README.md: design rationale, adoption checklist (ownership audit beforeapply, DCO, copyright registration, SPDX/ScanCode/FOSSA/Black Duck submissions, announcement playbook).PROVENANCE.md: MPL-2.0.txt retained as unmodified base for diffing only.Verification
uv run pytest— 22 passed (4 new tests: legacy-header upgrade, review gate rc/missing/pending/approved)uv run ruff check ./uv run pyright— cleanARTIFACTS.sha256regeneratedCloses #2, closes #3, closes #4, closes #5. (#6/#7 are research records; #8 stays open to track attorney review.)
🤖 Generated with Claude Code