fix: update license identifiers and copyright years to GPL-3.0+#10720
Open
MarkAtwood wants to merge 2 commits into
Open
fix: update license identifiers and copyright years to GPL-3.0+#10720MarkAtwood wants to merge 2 commits into
MarkAtwood wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates project metadata to consistently reflect GPL-3.0-or-later licensing and refreshes the top-level copyright year range.
Changes:
- Updated SPDX license identifiers from GPL-2.0-* to GPL-3.0-or-later in benchmarking scripts.
- Updated Ada
alire.tomllicense field to GPL-3.0-or-later. - Bumped
CMakeLists.txtcopyright range to 2006-2026.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| wrapper/Ada/alire.toml | Updates the crate license identifier to GPL-3.0-or-later. |
| scripts/bench/bench_functions.sh | Updates SPDX identifier to GPL-3.0-or-later. |
| IDE/XilinxSDK/graph.sh | Updates SPDX identifier to GPL-3.0-or-later. |
| IDE/XilinxSDK/combine.sh | Updates SPDX identifier to GPL-3.0-or-later. |
| IDE/XilinxSDK/bench.sh | Updates SPDX identifier to GPL-3.0-or-later. |
| CMakeLists.txt | Updates the copyright year range to include 2026. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
wolfSSL is GPL-3.0-or-later (per COPYING) but several metadata files still reference GPL-2.0 or use legacy license shorthands:
wrapper/Ada/alire.toml:GPL-2.0-only->GPL-3.0-or-laterCMakeLists.txt: copyright year 2006-2024 -> 2006-2026IDE/XilinxSDK/bench.sh,combine.sh,graph.sh: SPDXGPL-2.0-or-later->GPL-3.0-or-laterscripts/bench/bench_functions.sh: SPDXGPL-2.0-or-later->GPL-3.0-or-laterrpm/spec.in: legacyGPLv3-> SPDXGPL-3.0-or-later(Fedora requires SPDX since F38)No code changes -- metadata only.
Test plan
grep -rE "GPL-2|GPLv[23][^.]" wrapper/Ada/alire.toml CMakeLists.txt IDE/XilinxSDK/ scripts/bench/ rpm/spec.inreturns no hits