From 5cd25cf5df987705c3efb23b4190d3d9cc640ac6 Mon Sep 17 00:00:00 2001 From: Jeremy McSpadden Date: Sat, 4 Apr 2026 14:33:50 -0500 Subject: [PATCH] Remove copyright notice from test file Removed copyright notice from capability-router tests. --- src/resources/extensions/gsd/tests/capability-router.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/resources/extensions/gsd/tests/capability-router.test.ts b/src/resources/extensions/gsd/tests/capability-router.test.ts index 1068e5fda..751fc6e11 100644 --- a/src/resources/extensions/gsd/tests/capability-router.test.ts +++ b/src/resources/extensions/gsd/tests/capability-router.test.ts @@ -1,5 +1,4 @@ // GSD Extension — Capability-Aware Router Tests -// Copyright (c) 2026 Jeremy McSpadden // Tests for new capability scoring functions and data tables (Plan 01-01) import { describe, test } from "node:test";