Skip to content

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

Merged
karagozemin merged 1 commit into
Sub-Rosa-Issue:mainfrom
Agbasimere:chore/web-copyright-headers
Aug 30, 2026
Merged

chore(web): add per-file copyright headers to UI components#222
karagozemin merged 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

@karagozemin
karagozemin merged commit 3f546f5 into Sub-Rosa-Issue:main Aug 30, 2026
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

2 participants