chore: add LICENSE file and expand README license section#64
Open
frontend-dev-bot[bot] wants to merge 1 commit into
Open
chore: add LICENSE file and expand README license section#64frontend-dev-bot[bot] wants to merge 1 commit into
frontend-dev-bot[bot] wants to merge 1 commit into
Conversation
Add a standard MIT LICENSE file at the repo root, declare "license": "MIT" in frontend/package.json, and expand the README license section to note that third-party dependencies retain their own licenses and that the "satstreamr" name is reserved by the author. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
3 tasks
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.
Summary
Context
MIT was already declared in the README but no LICENSE file existed. License choice reviewed against Apache-2.0, AGPLv3, MPL-2.0, and BSL/FSL — MIT remains the right fit given the solo-author, Bitcoin/Cashu ecosystem context, all-permissive dependency graph, and static-SPA + dumb-relay architecture (where AGPL's network-copyleft trigger wouldn't meaningfully bite). The trademark carve-out line preserves future-optionality around the name without restricting the code grant.
A matching change will follow on
satstreamr-signaling.Test plan
LICENSEfile visible on GitHub and rendered on the repo's "About" sidebarnpm ci && npm run buildinfrontend/still succeedsGenerated with Claude Code