Why this matters
MyVoiceTyping is positioned as an open-source, local-first Chinese voice typing project, and the promotion plan now relies heavily on three public assets:
However, the current GitHub API shows:
- App repo:
license: null
- Dataset repo:
license: null
- ModelScope model page:
License: apache-2.0
For users, developers, newsletters, awesome lists, and teams evaluating the project, this is a trust and adoption blocker. People need to know whether they can fork, modify, redistribute, train with, or commercially evaluate the project and related assets.
Goals
- Add a clear project-level license to the app repository.
- Clarify that the app code, model artifacts, and dataset may have different license / usage boundaries.
- Add dataset source and usage notes so the training data can be evaluated responsibly.
- Make the README and landing page safer to share in open-source communities.
Suggested tasks
App repository
For early community growth and easier adoption, MIT or Apache-2.0 may be the most practical choices. Final choice should be made by the maintainer.
Dataset repository
Model page / docs
Suggested README wording
## License / Usage boundaries
The app code, model artifacts, and dataset may have different license or usage terms.
- App code: TODO, pending maintainer decision.
- Model: the ModelScope page currently marks the model as Apache-2.0; users should also comply with the upstream Qwen model terms.
- Dataset: built from multiple public upstream datasets. Before redistribution, publication, commercial training, or model release, please check each upstream dataset's license, citation requirements, and usage restrictions.
Related internal promotion notes
This issue tracks a P0 trust signal for the 0 -> 1000 stars growth plan. Clear licensing will help with:
- developer confidence;
- awesome-list / newsletter submissions;
- company/team evaluation;
- reuse and contribution decisions;
- accurate community promotion language.
Why this matters
MyVoiceTyping is positioned as an open-source, local-first Chinese voice typing project, and the promotion plan now relies heavily on three public assets:
However, the current GitHub API shows:
license: nulllicense: nullLicense: apache-2.0For users, developers, newsletters, awesome lists, and teams evaluating the project, this is a trust and adoption blocker. People need to know whether they can fork, modify, redistribute, train with, or commercially evaluate the project and related assets.
Goals
Suggested tasks
App repository
LICENSEto the repository root.For early community growth and easier adoption, MIT or Apache-2.0 may be the most practical choices. Final choice should be made by the maintainer.
Dataset repository
DATA_LICENSE.mdor equivalent usage notes.docs/SOURCES.mdlisting each upstream dataset source, original link, license, citation requirements, commercial-use status, redistribution status, and sample count.Model page / docs
Qwen/Qwen2.5-1.5B-Instructand users must also comply with upstream model terms.Suggested README wording
Related internal promotion notes
This issue tracks a P0 trust signal for the 0 -> 1000 stars growth plan. Clear licensing will help with: