Adopt AGPLv3 and package native license and source notices - #3
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>
frahlg
marked this pull request as ready for review
September 12, 2026 13:38
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_867b5a0d-7f5a-4a4b-b664-9eb67ad61417) |
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.
The native app now uses AGPLv3 with the narrow Energyplan permission, retaining prior Apache rights in NOTICE. Both native interfaces expose source and license information. Android assets and iOS resources include LICENSE, NOTICE and LICENSING.md.
Official clean builds pin source links with GITHUB_SHA or
-PftwSourceRevision; local builds default to development links. Extracted source builds without Git. Fork distributors must supply links to their own matching source. The license guide explicitly leaves app-store terms and any required alternative rights for review before store distribution.Validation: shared JVM tests, Android debug APK and unsigned iOS simulator builds passed. Both application packages contain all three license documents. No physical-phone or app-store distribution test was performed.
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
1eec607d646b75188d6063e282dca786d50e8881, 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
Medium Risk
License relicensing and distribution obligations affect all contributors and distributors; app UI and build wiring are low-risk but store compatibility is explicitly unresolved.
Overview
Replaces Apache-2.0 with AGPL-3.0-only for the native app, adds the Energyplan combination permission in
LICENSE, and documents the transition in newNOTICEandLICENSING.md.CONTRIBUTING.mdandREADME.mdnow state that new contributions are AGPL+permission with DCO sign-off.In-app compliance:
sharedgeneratesSourceLicenseURLs fromGITHUB_SHAor-PftwSourceRevision(dev builds use repomainlinks). Android copies the three license files into assets and shows a Source & licenses dialog; iOS bundles the same files and a bottom disclosure with links to source and license.Reviewed by Cursor Bugbot for commit 6a3da3a. Bugbot is set up for automated code reviews on this repo. Configure here.