From 441a434b7ea5414f5c8c33a1f95d1bda27844533 Mon Sep 17 00:00:00 2001 From: Im-Beast Date: Tue, 11 Jul 2023 16:37:44 +0200 Subject: [PATCH] chore: add missing license headers --- tests/hydra.test.ts | 1 + tests/types.test.ts | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/hydra.test.ts b/tests/hydra.test.ts index eed3931..068df7d 100644 --- a/tests/hydra.test.ts +++ b/tests/hydra.test.ts @@ -1,3 +1,4 @@ +// Copyright 2023 Im-Beast. All rights reserved. MIT license. import { errors, HTTPMethod, Hydra } from "../mod.ts"; import { assertEquals, move, walk } from "./deps.ts"; diff --git a/tests/types.test.ts b/tests/types.test.ts index f09e704..6f3ee40 100644 --- a/tests/types.test.ts +++ b/tests/types.test.ts @@ -1,5 +1,6 @@ -import { UrlPatternGroups } from "../mod.ts"; +// Copyright 2023 Im-Beast. All rights reserved. MIT license. +import { UrlPatternGroups } from "../mod.ts"; import { AssertTrue, IsExact } from "./deps.ts"; Deno.test("Types", async (t) => {