Skip to content

Commit 6cb3cf9

Browse files
authored
Merge pull request #224 from s6pa1rta3n-lab/chore/web-hooks-copyright-headers-206
chore: add copyright headers to web hooks
2 parents ae4c6ae + ed9b857 commit 6cb3cf9

5 files changed

Lines changed: 20 additions & 0 deletions

File tree

apps/web/src/hooks/useDashboardData.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 { useCallback, useEffect, useState } from "react";
23
import type { DashboardData } from "../dashboard/types";
34
import { DASHBOARD_FIXTURE } from "../dashboard/fixture";

apps/web/src/hooks/useDrandCountdown.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 { useEffect, useState } from "react";
23
import { quicknet } from "@sub-rosa/tlock";
34
import { useTime } from "../lib/time";

apps/web/src/hooks/useLiveRound.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 { useEffect, useState } from "react";
23
import type { Round, BidState } from "@sub-rosa/sdk";
34
import { useTime } from "../lib/time";

apps/web/src/hooks/useRoundSession.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 { useEffect, useState } from "react";
34
import {

package-lock.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)