Skip to content

chore(test): add copyright headers to package test files - #250

Merged
karagozemin merged 1 commit into
Sub-Rosa-Issue:mainfrom
chainsmt:chore/add-copyright-headers-test-files
Aug 30, 2026
Merged

chore(test): add copyright headers to package test files#250
karagozemin merged 1 commit into
Sub-Rosa-Issue:mainfrom
chainsmt:chore/add-copyright-headers-test-files

Conversation

@chainsmt

Copy link
Copy Markdown

Summary

  • Prepends // Copyright (c) 2026 Sub Rosa contributors as the first line of 21 package test files across @sub-rosa/sdk, @sub-rosa/tlock, and @sub-rosa/round-bindings, matching the root LICENSE ownership notice.
  • Mechanical, per-file change only — no test logic modified.

Note: packages/sdk/src/status.test.ts listed in #217 is not present in the repository (only status.ts exists). If that file is added later, the same header should be applied.

Closes #217

Test plan

  • pnpm sdk:test — 95 tests pass
  • pnpm bindings:test — 17 tests pass
  • pnpm --filter @sub-rosa/tlock test — local tests pass; network-dependent drand tests require api.drand.sh (unchanged by this PR)

Made with Cursor

Prepend the standard Sub Rosa copyright line to SDK, tlock, and
round-bindings test files for consistency with the root LICENSE.

Closes Sub-Rosa-Issue#217

Co-authored-by: Cursor <cursoragent@cursor.com>
@karagozemin
karagozemin merged commit c866bc7 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 packages test files

2 participants