Conversation
Member
Author
|
Hi @aornugent @richfitz @itowers1 ! As discussed, we're looking to relicense plant from GPL-2 to AGPL-3. Can you give your formal approval for this change by approving this PR? I've also added a Contributor License Agreement to set expectations for future license changes. For example, if we no longer need AGPL-3 and want to switch to something else. |
Collaborator
|
I approve. |
richfitz
approved these changes
Mar 16, 2026
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 PR changes the license of plant from GPL-2 to AGPL-3.
Reason
The ODE solver code from plant has been migrated to standalone package [odelia] (https://github.com/traitecoevo/odelia/). In the near term, we will remove this code from plant and make odelia a dependency. Further, we are looking to vendor XAD into odelia, a C++ automatic differentiation library released under AGPL-3. GPL-2 and AGPL-3 are legally incompatible — they cannot be combined in the same binary — so incorporating XAD requires upgrading our license. AGPL-3 is the appropriate target because it is the license under which XAD is distributed and it is the most natural copyleft license for a combined work of this kind.
What changes
Practical impact on users
For typical use of plant as a local scientific computing tool, the change from GPL-2 to AGPL-3 has no practical effect. The additional AGPL-3 obligation — that those running the software as a network service must make their source available — does not apply to ordinary research use.
Consent
All copyright holders on both packages have been consulted and have given consent. This to be confirmed via approval of this PR