Skip to content

Commit cbaae0e

Browse files
committed
chore: add copyright headers to dashboard files
1 parent f345030 commit cbaae0e

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

apps/web/src/dashboard/fixture-health-check.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 type { DashboardData, KeeperDryRunPhase, RoundStatus } from "./types";
23

34
type UnknownRecord = Record<string, unknown>;

apps/web/src/dashboard/fixture.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
// Bundled fixture for the monitoring dashboard.
23
// Used when VITE_DASHBOARD_ENDPOINT is not configured.
34

apps/web/src/dashboard/types.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
// Types for the monitoring dashboard data structure.
23

34
export type RoundStatus = "Open" | "Revealing" | "Cleared" | "Settled" | "Voided";

0 commit comments

Comments
 (0)