We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ライセンス内にGPLなどが含まれていても気づくことができません。 そのままリリースしてしまった場合はライセンス違反になるため、きっちり精査しておける仕組みを作っておきたいです。
ミスでライセンス違反になることを防げる
テスト・ビルド用のCIで、pip-licensesを使っています。
pip-licenses
voicevox_engine/generate_licenses.py
Lines 141 to 146 in f84c2d6
The text was updated successfully, but these errors were encountered:
pypi
Successfully merging a pull request may close this issue.
内容
ライセンス内にGPLなどが含まれていても気づくことができません。
そのままリリースしてしまった場合はライセンス違反になるため、きっちり精査しておける仕組みを作っておきたいです。
Pros 良くなる点
ミスでライセンス違反になることを防げる
Cons 悪くなる点
実現方法
テスト・ビルド用のCIで、
pip-licenses
を使っています。voicevox_engine/generate_licenses.py
Lines 141 to 146 in f84c2d6
ここで
pip-licenses
を使ってチェックすると良さそう・・・?その他
The text was updated successfully, but these errors were encountered: