Change license from GPL v3.0 to Apache 2.0 - #42
Merged
Conversation
Replace the LICENSE file with the Apache License 2.0 text and update all license references in project metadata and documentation. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Dp1KdFoPWkHDJUvpVU7M26
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
Relicenses the project from GNU GPL v3.0 to the Apache License 2.0.
Changes
LICENSE— replaced the full GPL v3.0 text with the Apache License 2.0, with the copyright line set toCopyright 2026 srichs.pyproject.toml— updatedlicenseto the SPDX identifierApache-2.0.src/veracrypt/__about__.py— updated__license__toApache-2.0.README.md— the License section now links to the Apache License 2.0.Verified that no
GPL/GNUreferences remain anywhere in the repository. The existingtests/test_about.pyonly asserts__license__is truthy, so it continues to pass.Note
Relicensing is valid here because
srichsis the sole copyright holder. If any outside contributions had been merged, their authors' agreement would be required first.🤖 Generated with Claude Code
Generated by Claude Code