feat: publish reciprocal license and compliance toolchain - #1
Merged
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (18)
📝 WalkthroughWalkthroughThe repository adds a release-candidate FastLED license package, a validated header policy, a license-header management CLI, comprehensive tests, and cross-platform CI checks. ChangesFastLED licensing and header tooling
Estimated code review effort: 4 (Complex) | ~60 minutes Sequence Diagram(s)sequenceDiagram
participant Developer
participant CLI as license_headers CLI
participant Ripgrep
participant SourceFiles
participant Cache as zccache
Developer->>CLI: run inventory, check, update, or apply
CLI->>Ripgrep: discover configured files
Ripgrep-->>CLI: return source paths
CLI->>SourceFiles: classify headers
SourceFiles-->>CLI: return findings
CLI->>Cache: read or write compliance fingerprint
CLI->>SourceFiles: update missing or outdated headers
SourceFiles-->>CLI: return verification result
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
📝 Generate docstrings
🧪 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 |
This was referenced Aug 25, 2026
zackees
force-pushed
the
feat/reciprocal-license-toolchain
branch
from
August 25, 2026 05:32
0dd2c2b to
98cac7a
Compare
Publish the FastLED Reciprocal License 1.0 release candidate, incorporated MPL 2.0 text, legally non-remedial AI-agent instructions, legacy MIT notice, provenance record, and explicit attorney-review gate. Commercial publication is due on or before first sale and may use either a public fork or a public bug report containing the exact upstream SHA and complete reproducible patch.
Add the deterministic inventory/check/update/apply tool, managed notice and policy schema, pinned ripgrep bootstrap, zccache fingerprints, artifact hashes, fixtures, and cross-platform CI. Development evidence before the review-history rewrite: bace53c was committed first as the failing RED acceptance test; this final toolchain makes that focused suite green.
zackees
force-pushed
the
feat/reciprocal-license-toolchain
branch
from
August 25, 2026 05:34
98cac7a to
b3c6010
Compare
zackees
marked this pull request as ready for review
August 25, 2026 05:34
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.
Summary
Validation
uv run pytest -q(18 passed)uv run ruff check .uv run pyrightuv run tools/license_headers.py inventory --profile release --no-cachebace53cwas committed first and failed before implementation; the final squashed tree turns that focused suite greenCoordination and release gate
Coordinated with FastLED/FastLED#4046 and FastLED/FastLED#4047.
This PR is intentionally a draft release candidate.
LEGAL-REVIEW.mdremains PENDING. Do not tagv1.0.0, advertise the license as final, or adopt it in FastLED until an open-source licensing attorney approves and records the reviewed text. This custom license is not ordinary MPL 2.0 and is not represented as OSI-approved.Draft adoption PR: FastLED/FastLED#4049
Summary by CodeRabbit