Adopt AGPLv3 and retain earlier driver license grants - #114
Merged
Merged
Conversation
Signed-off-by: Fredrik Ahlgren <fredrik@sourceful-labs.com>
This was referenced Sep 12, 2026
Signed-off-by: Fredrik Ahlgren <fredrik@sourceful-labs.com>
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_56867139-d236-418d-9a0b-eabfa756d7e8) |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
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.
This version of the driver project uses AGPLv3 with the narrow Energyplan permission. NOTICE preserves the exact earlier Apache text and identifies the Apache-licensed source snapshot. The catalog and contribution guide reflect the new terms.
The rolling channel uploads source-revision-named license notices alongside immutable driver artifacts. Existing driver bytes and prior grants remain unchanged; this does not rewrite the Core recovery snapshot or claim new hardware evidence. Merging the workflow change will run the existing channel workflow, so coordinate the transition with Core.
Validation:
make checkpassed (4,404 tests passed, 1,069 skipped);make siteand local browser review passed. No signed channel was published by this task.Contribution guidance welcomes external PRs and requires new contributions to carry AGPL-3.0-only with the Energyplan permission. DCO sign-off grants no copyright assignment or commercial relicensing rights. NOTICE preserves the Apache-licensed default-branch snapshot at
91f49bd869300e4985979823971787d9cc6eb883, including its exact prior license and any prior notice.This is part of the FTW license transition: AGPL-3.0-only for the open code, with a narrow section 7 permission for the proprietary Energyplan workers. Energyplan Home Use terms apply only to new workers; AGPL commercial use remains permitted. Prior Apache, MIT and Energyplan grants remain available, and third-party terms remain intact.
Automated legal review checked license scope, retained notices, source offers, the Energyplan boundary, commercial installer use and source packaging. It is not a human legal opinion and does not establish copyright assignments or app-store compatibility. Commercial rights can be offered only for software and rights Sourceful controls.
Paired PRs:
Note
High Risk
License and distribution changes affect all downstream use, compliance, and signed channel artifacts; workflow uploads run on merge to main.
Overview
This PR relicenses the project from Apache-2.0 to GNU AGPL v3 only, with the FTW Energyplan combination permission appended in
LICENSE. It addsNOTICE(transition date, Apache snapshot at91f49bd…, full prior Apache text) andLICENSING.md(redistribution, Energyplan boundary, source-offer guidance).Contributor and public-facing docs now state AGPL + DCO terms without implying copyright assignment or commercial relicensing (
CONTRIBUTING.md,README.md). The generated catalog site labels AGPL-3.0-only in the hero and footer (tools/generate_site.py).The FTW driver release workflow copies
LICENSE,NOTICE,LICENSING.md, andTHIRD_PARTY_NOTICES.mdinto commit-suffixed.txtassets and uploads them with driver artifacts so rolling-channel releases keep immutable license text per source revision, while older release assets keep their earlier terms.Reviewed by Cursor Bugbot for commit a1e435a. Bugbot is set up for automated code reviews on this repo. Configure here.