docs(openspec): align license disclosures with Apache 2.0#17
Merged
jdjingdian merged 3 commits intomainfrom Mar 24, 2026
Merged
docs(openspec): align license disclosures with Apache 2.0#17jdjingdian merged 3 commits intomainfrom
jdjingdian merged 3 commits intomainfrom
Conversation
Added the Apache License 2.0 to the project.
Update user-facing license text from GPLv3 to Apache License 2.0 across README, Chinese README, and About localization strings. Archive completed OpenSpec change migrate-license-to-apache-2-0 and sync the new project-license-disclosure spec into openspec/specs to keep spec and implementation consistent.
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
This PR finalizes the license migration from GPLv3 to Apache License 2.0
for user-facing disclosures and completes the related OpenSpec workflow.
Changes
README.mdto Apache License 2.0.README_CN.mdto Apache License 2.0 (Chinese wording).Resources/Locale/en.lproj/Localizable.stringsResources/Locale/zh-Hans.lproj/Localizable.stringsopenspec/changes/archive/2026-03-24-migrate-license-to-apache-2-0openspec/specs/project-license-disclosure/spec.mdWhy
The repository
LICENSEis already Apache 2.0, but some UI/docs stilldisplayed GPLv3. This PR removes inconsistency and reduces compliance risk.
Validation
GPLv3/GPLproject-license wording(excluding archived OpenSpec context) and confirmed no active residues.
Impact