diff options
Diffstat (limited to 'std/path')
-rw-r--r-- | std/path/_interface.ts | 1 | ||||
-rw-r--r-- | std/path/glob_test.ts | 1 | ||||
-rw-r--r-- | std/path/join_test.ts | 1 | ||||
-rw-r--r-- | std/path/test.ts | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/std/path/_interface.ts b/std/path/_interface.ts index 6c82c9c35..c05af9f5e 100644 --- a/std/path/_interface.ts +++ b/std/path/_interface.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. /** This module is browser compatible. */ /** diff --git a/std/path/glob_test.ts b/std/path/glob_test.ts index bb3f8add0..015988cfe 100644 --- a/std/path/glob_test.ts +++ b/std/path/glob_test.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { assert, assertEquals } from "../testing/asserts.ts"; import { GlobToRegExpOptions, diff --git a/std/path/join_test.ts b/std/path/join_test.ts index b7311406f..032b88ad9 100644 --- a/std/path/join_test.ts +++ b/std/path/join_test.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { assertEquals } from "../testing/asserts.ts"; import * as path from "./mod.ts"; diff --git a/std/path/test.ts b/std/path/test.ts index 543491080..57684a50e 100644 --- a/std/path/test.ts +++ b/std/path/test.ts @@ -1 +1,2 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import "./mod.ts"; |