Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
chore: add missing license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Beast committed Jul 11, 2023
1 parent 42e346c commit 441a434
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/hydra.test.ts
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
3 changes: 2 additions & 1 deletion tests/types.test.ts
Original file line number Diff line number Diff line change
@@ -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) => {
Expand Down

0 comments on commit 441a434

Please sign in to comment.