Skip to content

Commit 29b7f6e

Browse files
chore(web): add copyright headers to web lib core helpers (#207)
1 parent bc9c438 commit 29b7f6e

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

apps/web/src/lib/chain.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright (c) 2026 Sub Rosa contributors
12
import { Buffer } from "buffer";
23
import {
34
getAddress,

apps/web/src/lib/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright (c) 2026 Sub Rosa contributors
12
export interface ConfigIssue {
23
key: string;
34
message: string;

apps/web/src/lib/demoActions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright (c) 2026 Sub Rosa contributors
12
import { Buffer } from "buffer";
23
import { Keypair } from "@stellar/stellar-sdk";
34
import {

apps/web/src/lib/demoTypes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright (c) 2026 Sub Rosa contributors
12
export interface AttackStep {
23
label: string;
34
ok: boolean;

0 commit comments

Comments
 (0)