README にライセンス表記を追加 - #99
Merged
Merged
Conversation
Apache License 2.0 で利用できる旨を README に追記した。 あわせて、改変内容を公開・配布する場合に任意でクレジットしてほしい旨を明記した。
正式な Apache License 2.0 の LICENSE ファイルを追加した。 README のライセンス節から LICENSE を参照するように更新した。
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.
Apache-2.0 ライセンスを追加
Summary
正式な Apache License 2.0 の
LICENSEファイルを追加し、README にライセンス表記と任意クレジット希望を追記しました。主な変更点:
LICENSEファイルを追加ライセンスセクションを追加LICENSEへリンクやったこと
LICENSEとして追加LICENSEを参照するように更新動作確認
git diff -- README.mdで差分確認head -n 20 LICENSE/tail -n 20 LICENSEで追加ファイル確認sed -n '40,80p' README.mdで追記箇所の表示確認git diff --stat origin/main...HEADで PR 差分確認レビュー & 動作確認 チェックリスト
推奨テスト計画:
LICENSEの内容を確認するその他気になることや相談ごと
なし