Skip to content

chore: add requested SPDX source headers (#201) - #338

Merged
karagozemin merged 1 commit into
Sub-Rosa-Issue:mainfrom
emrekayat:fix/assigned-201
Sep 8, 2026
Merged

chore: add requested SPDX source headers (#201)#338
karagozemin merged 1 commit into
Sub-Rosa-Issue:mainfrom
emrekayat:fix/assigned-201

Conversation

@emrekayat

Copy link
Copy Markdown
Contributor

Closes #201.

Prepends the requested header to all 17 listed files that exist on current main. Verified that removing the added first line reproduces each original byte-for-byte.

Validation: Mechanical comparison confirms the requested first line is the only change in every modified file.

Copilot AI lite review requested due to automatic review settings September 8, 2026 17:12

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The change is strictly the requested single-line SPDX header addition to the exact file list, with no additional modifications detected.

Pull request overview

This PR implements issue #201 by prepending a standard SPDX license identifier header to the specified core TypeScript source files so per-file license provenance is explicit across the SDK and tlock packages.

Changes:

  • Prepended // SPDX-License-Identifier: MIT as the first line in 17 listed source files
  • Kept all other file contents byte-for-byte identical, per the PR description
File summaries
File Description
packages/sdk/src/asset-config.ts Adds SPDX MIT header line at top of file
packages/sdk/src/client.ts Adds SPDX MIT header line at top of file
packages/sdk/src/encrypted-blob.ts Adds SPDX MIT header line at top of file
packages/sdk/src/errors.ts Adds SPDX MIT header line at top of file
packages/sdk/src/ids.ts Adds SPDX MIT header line at top of file
packages/sdk/src/index.ts Adds SPDX MIT header line at top of file
packages/sdk/src/mainnet-artifacts.ts Adds SPDX MIT header line at top of file
packages/sdk/src/mainnet-readiness.ts Adds SPDX MIT header line at top of file
packages/sdk/src/preflight.ts Adds SPDX MIT header line at top of file
packages/sdk/src/receipt.ts Adds SPDX MIT header line at top of file
packages/sdk/src/redact.ts Adds SPDX MIT header line at top of file
packages/sdk/src/status-client.ts Adds SPDX MIT header line at top of file
packages/sdk/src/status.ts Adds SPDX MIT header line at top of file
packages/sdk/src/submitter.ts Adds SPDX MIT header line at top of file
packages/sdk/src/verify.ts Adds SPDX MIT header line at top of file
packages/tlock/src/commitment.ts Adds SPDX MIT header line at top of file
packages/tlock/src/seal.ts Adds SPDX MIT header line at top of file
Review details
  • Files reviewed: 17/17 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@karagozemin
karagozemin merged commit 6959816 into Sub-Rosa-Issue:main Sep 8, 2026
2 of 3 checks passed
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 SPDX license headers to core library source files

3 participants