chore: state the proprietary license explicitly - #472
Merged
Conversation
The repos stay public, so the posture was implicit all rights reserved with GitHub rendering "No license" in the sidebar. That absence reads to many developers as unclear, or as free to use. This states the position explicitly and reserves the Orbit and Astra marks. LICENSE joins the root allowlist so the Root Allowlist guard passes. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This was referenced Aug 11, 2026
|
thomasluizon
added a commit
to thomasluizon/orbit-landing-page
that referenced
this pull request
Aug 11, 2026
## What Adds a proprietary `LICENSE` (all rights reserved) and registers it in `tools/root-allowlist.json`. ## Why The repos stay public. Going private would cost roughly \$420/month in Actions overage across the three repos and would disable the free Dependency Review tier used here. Public with no LICENSE already means all rights reserved by default, so this grants and removes nothing legally. What it changes is clarity: GitHub currently renders "No license" in the sidebar, and many developers read that absence as unclear, or as free to use. An explicit file removes the good faith mistake defence and reserves the Orbit and Astra marks, which matters most on the public marketing surface. Forking stays possible either way. GitHub Terms of Service D.5 grants view and fork rights automatically on any public repo, independent of the license file. ## Notes Guards run locally: Root Allowlist, Dash Ban and the dash baseline all exit 0. 🤖 Generated with [Claude Code](https://claude.com/claude-code) ## Paired PRs The same change, one per repo: - thomasluizon/orbit-ui-mobile#712 - thomasluizon/orbit-api#472 - #61 Co-authored-by: Claude Opus 5 (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.



What
Adds a proprietary
LICENSE(all rights reserved) and registers it intools/root-allowlist.json.Why
The repos stay public. Going private would cost roughly $420/month in Actions overage across the three repos, and would disable the free CodeQL, Dependency Review and SonarCloud tiers this repo relies on.
codeql.ymlin particular is free only for public repos.Public with no LICENSE already means all rights reserved by default, so this grants and removes nothing legally. What it changes is clarity: GitHub currently renders "No license" in the sidebar, and many developers read that absence as unclear, or as free to use. An explicit file removes the good faith mistake defence and reserves the Orbit and Astra marks.
Forking stays possible either way. GitHub Terms of Service D.5 grants view and fork rights automatically on any public repo, independent of the license file.
Notes
Only
.env.exampleis tracked here, so no secret material is implicated.Guards run locally: Root Allowlist, Dash Ban and the dash baseline all exit 0.
🤖 Generated with Claude Code
Paired PRs
The same change, one per repo: