Update license from GPLv2 to GPLv3.#72
Open
kareem-wolfssl wants to merge 2 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the project’s licensing statements to reflect a move from GPLv2 to GPLv3 across the Python package, tests, examples, and documentation metadata.
Changes:
- Updated file headers to reference GPLv3 (and refreshed copyright years).
- Updated packaging metadata (
setup.py,wolfssl/__about__.py) to “GPLv3-or-later”. - Updated licensing documentation (
LICENSING.rst) and Sphinx docs copyright.
Reviewed changes
Copilot reviewed 23 out of 23 changed files in this pull request and generated 23 comments.
Show a summary per file
| File | Description |
|---|---|
| wolfssl/utils.py | Updates license header to GPLv3 and refreshes copyright year range. |
| wolfssl/exceptions.py | Updates license header to GPLv3 and refreshes copyright year range. |
| wolfssl/_openssl.py | Updates license header to GPLv3 and refreshes copyright year range. |
| wolfssl/_methods.py | Updates license header to GPLv3 and refreshes copyright year range. |
| wolfssl/_build_ffi.py | Updates license header to GPLv3 and refreshes copyright year range. |
| wolfssl/init.py | Updates license header to GPLv3 and refreshes copyright year range. |
| wolfssl/about.py | Updates license header and package __license__ metadata to GPLv3-or-later. |
| tests/test_write_bytes.py | Updates test file license header to GPLv3 and refreshes copyright year range. |
| tests/test_methods.py | Updates test file license header to GPLv3 and refreshes copyright year range. |
| tests/test_io_error_mapping.py | Updates test file license header to GPLv3 and refreshes copyright year range. |
| tests/test_getpeercert.py | Updates test file license header to GPLv3 and refreshes copyright year range. |
| tests/test_dtls_server_example.py | Updates test file license header to GPLv3 and refreshes copyright year range. |
| tests/test_dtls_handshake_once.py | Updates test file license header to GPLv3 and refreshes copyright year range. |
| tests/test_context.py | Updates test file license header to GPLv3 and refreshes copyright year range. |
| tests/test_client.py | Updates test file license header to GPLv3 and refreshes copyright year range. |
| tests/test_client_example.py | Updates test file license header to GPLv3 and refreshes copyright year range. |
| tests/conftest.py | Updates test configuration license header to GPLv3 and refreshes copyright year range. |
| setup.py | Updates package license metadata/classifier and license header to GPLv3. |
| LICENSING.rst | Updates licensing documentation to reference GPLv3 and updates link to GPLv3 text. |
| examples/server.py | Updates example file license header to GPLv3 and refreshes copyright year range. |
| examples/client.py | Updates example file license header to GPLv3 and refreshes copyright year range. |
| docs/Makefile | Updates docs build Makefile license header to GPLv3 and refreshes copyright year range. |
| docs/conf.py | Updates Sphinx config copyright year range. |
💡 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.
No description provided.