Relicense under Apache-2.0 - #46
Merged
Merged
Conversation
Aragog moves from GPL-3.0-or-later to Apache-2.0, matching the rest of the PROTEUS ecosystem. Updates the LICENSE file, the pyproject.toml license field and classifier, and the README/docs badges.
There was a problem hiding this comment.
🟡 Changes recommended
The pyproject.toml license metadata should use a recognized SPDX identifier or reference the LICENSE file to avoid incorrect/ambiguous packaging metadata.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
This PR relicenses Aragog from GPL-3.0-or-later to Apache-2.0 to align with the broader PROTEUS/Forming Worlds ecosystem, updating repository licensing artifacts and public-facing badges/docs accordingly.
Changes:
- Replaces the root
LICENSEtext with Apache License 2.0. - Updates package metadata (
pyproject.toml) license classifier and license field. - Updates license badges and documentation license wording (README + docs landing page).
File summaries
| File | Description |
|---|---|
README.md |
Updates the license badge to Apache 2.0. |
pyproject.toml |
Updates license metadata to Apache (classifier + license field). |
LICENSE |
Replaces GPLv3 text with Apache License 2.0 text. |
docs/index.md |
Updates docs landing page license badge and license section wording. |
Review details
- Files reviewed: 4/4 changed files
- Comments generated: 2
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
10
to
12
| requires-python = ">=3.12" | ||
| license = {text = "GPL-3.0-or-later"} | ||
| license = {text = "Apache 2.0 License"} | ||
| authors = [ |
Comment on lines
1
to
6
| # Aragog | ||
|
|
||
| [](https://www.gnu.org/licenses/gpl-3.0) | ||
| [](https://opensource.org/licenses/Apache-2.0) | ||
| [](https://proteus-framework.org/aragog) | ||
| [](https://app.codecov.io/gh/FormingWorlds/aragog) | ||
| [](https://github.com/FormingWorlds/aragog/actions/workflows/ci_tests.yml) |
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.
Switches aragog from GPL-3.0-or-later to Apache-2.0, so its license matches the PROTEUS framework and the other Forming Worlds modules. All aragog copyright holders agreed to the change (email thread, 2026-09-10 to 2026-09-12).
The LICENSE file now holds the Apache-2.0 text the framework already uses; the license field and classifier in pyproject.toml, and the license badge and license section in the README and docs, are updated to match.