chore: add MIT LICENSE and bundle M PLUS 1p OFL license with releases#17
Merged
Conversation
M PLUS 1p (OFL 1.1) is embedded in the binary, so the license text and copyright notice must travel with every distributed artifact. Ship OFL.txt in the macOS .app bundle, Linux/Windows release zips, and deb/rpm packages, and document the font in the README. Also add a root MIT LICENSE (the README already linked to it) and state UsaProject's own license explicitly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
概要
同梱フォント M PLUS 1p(SIL Open Font License 1.1)のライセンス順守と、プロジェクト本体のライセンス整備を行います。
M PLUS 1p はバイナリに埋め込まれているため、OFL 1.1 の再配布条件に従い、ライセンス全文と著作権表示を各配布物に添付する必要があります。これまで
OFL.txtはソースツリー内にあるだけで配布物には含まれていませんでした。変更内容
.app/Contents/Resources/MPLUS1p-OFL.txt(build.zigの bundle ステップ)package/配下/usr/share/doc/usaproject/MPLUS1p-OFL.txt(nfpm)LICENSEが未作成だったため新規作成。本体ライセンスが MIT であることを明示。確認
zig build bundleを実行し、MPLUS1p-OFL.txtが.app/Contents/Resources/に配置されることを確認済み。🤖 Generated with Claude Code