Skip to content
New issue

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などのライセンスがないか確認するテストを書く #546

Closed
Hiroshiba opened this issue Dec 27, 2022 · 0 comments · Fixed by #1141
Closed
Labels
初心者歓迎タスク 初心者にも優しい簡単めなタスク 機能向上

Comments

@Hiroshiba
Copy link
Member

内容

ライセンス内にGPLなどが含まれていても気づくことができません。
そのままリリースしてしまった場合はライセンス違反になるため、きっちり精査しておける仕組みを作っておきたいです。

Pros 良くなる点

ミスでライセンス違反になることを防げる

Cons 悪くなる点

実現方法

テスト・ビルド用のCIで、pip-licensesを使っています。

"pip-licenses "
"--from=mixed "
"--format=json "
"--with-urls "
"--with-license-file "
"--no-license-path ",

ここでpip-licensesを使ってチェックすると良さそう・・・?

その他

@Hiroshiba Hiroshiba added 機能向上 初心者歓迎タスク 初心者にも優しい簡単めなタスク 優先度:低 (運用中止) labels Dec 27, 2022
@Hiroshiba Hiroshiba changed the title pypiライセンス内にGPLコードがないか確認するテストを書く ライブラリ内にGPLなどのライセンスがないか確認するテストを書く Dec 27, 2022
@tarepan tarepan added 状態:実装 実装をおこなっている状態 and removed 優先度:低 (運用中止) labels Mar 5, 2024
@tarepan tarepan removed the 状態:実装 実装をおこなっている状態 label Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
初心者歓迎タスク 初心者にも優しい簡単めなタスク 機能向上
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants