Skip to content

chore(web): add per-file copyright headers to UI components - #222

Open
Agbasimere wants to merge 1 commit into
Sub-Rosa-Issue:mainfrom
Agbasimere:chore/web-copyright-headers
Open

chore(web): add per-file copyright headers to UI components#222
Agbasimere wants to merge 1 commit into
Sub-Rosa-Issue:mainfrom
Agbasimere:chore/web-copyright-headers

Conversation

@Agbasimere

Copy link
Copy Markdown

Summary

  • Prepend // Copyright (c) 2026 Sub Rosa contributors as the first line of Confetti.tsx, CountUp.tsx, and Toast.tsx so file-level ownership matches the root MIT LICENSE.
  • Mechanical header-only change; no behavior, types, or exports were modified.

Test plan

  • Confirm the copyright line is the first line of:
    • apps/web/src/ui/Confetti.tsx
    • apps/web/src/ui/CountUp.tsx
    • apps/web/src/ui/Toast.tsx
  • CI: TypeScript coverage, contract tests, and bindings check are green
  • Optional: pnpm web:typecheck and pnpm web:test

Closes: #211

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 components

1 participant