chore: add copyright headers to web UI sources - #233
Open
emirykl wants to merge 1 commit into
Open
Conversation
Prepend the per-file copyright line to the 16 sources from Sub-Rosa-Issue#204 that still exist. apps/web/src/commands/doctor.ts is also listed in the issue but was deleted upstream in bc9c438 ("refactor: remove unfocused product surfaces"). Restoring removed product code is out of scope for a header-only chore, so it is left out. Co-Authored-By: Claude Opus 5 <[email protected]> Claude-Session: https://claude.ai/code/session_0187tinPTSTLHxYcEa62BreS
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.
Adds the per-file copyright line to the web UI sources listed in the issue.
16 files changed, 16 insertions(+), 0 deletions(-) — every added line is the header itself, nothing else is touched.
One file from the list is skipped
The issue lists 17 files. One of them,
apps/web/src/commands/doctor.ts, no longer exists — it was removed upstream on 2026-07-31 in bc9c438 ("refactor: remove unfocused product surfaces"), which is an ancestor ofmain.Restoring deleted product code is well outside a header-only chore, so this PR covers the other 16 and leaves that entry alone. If
doctor.tsis coming back, a follow-up can add the header then; if the list was just stale, nothing else is needed here.Verification
tsc --noEmit -p apps/web/tsconfig.json— clean.Fixes #204