Skip to content

chore: add copyright headers to web UI sources - #233

Open
emirykl wants to merge 1 commit into
Sub-Rosa-Issue:mainfrom
emirykl:grantfox/issue-204-chore-add-copyright-headers-to-web-ui-sources
Open

chore: add copyright headers to web UI sources#233
emirykl wants to merge 1 commit into
Sub-Rosa-Issue:mainfrom
emirykl:grantfox/issue-204-chore-add-copyright-headers-to-web-ui-sources

Conversation

@emirykl

@emirykl emirykl commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Adds the per-file copyright line to the web UI sources listed in the issue.

// Copyright (c) 2026 Sub Rosa contributors

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 of main.

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.ts is 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.
  • Diff reviewed line by line: 16 insertions, all of them the header, no deletions.

Fixes #204

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: add copyright headers to web UI sources

1 participant