Skip to content

Commit 3d693e7

Browse files
committed
feat: added copy copyright
1 parent bc9c438 commit 3d693e7

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

apps/web/src/config/routing.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 { UseCaseId } from "./useCases";
23
import { USE_CASES } from "./useCases";
34

apps/web/src/config/useCases.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 type UseCaseId = "auction";
23

34
export interface CaseExample {

apps/web/src/demo/demo-trace.checksum.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
// Checksum guard for the canonical demo trace.
23
// Prevents accidental edits to demo-trace.generated.ts that break the public web demo.
34
//

apps/web/src/demo/demo-trace.generated.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
// Generated by `pnpm agents:e2e` — canonical jury demo trace.
23
// Do not edit by hand; re-run agents:e2e to refresh.
34

apps/web/src/demo/trace-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 { DemoTrace } from "./trace";
23

34
type UnknownRecord = Record<string, unknown>;

apps/web/src/demo/trace.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 jury demo trace. Data lives in demo-trace.generated.ts (from agents:e2e).
23

34
import { DEMO_TRACE as GENERATED } from "./demo-trace.generated";

0 commit comments

Comments
 (0)