From c4ed3fb7e767311dc5a6fc931fceaf4fdee885de Mon Sep 17 00:00:00 2001 From: tokiedokie Date: Mon, 21 Sep 2020 21:26:41 +0900 Subject: chore: add copyright (#7593) --- std/fs/_util.ts | 1 + std/fs/expand_glob.ts | 1 + std/fs/expand_glob_test.ts | 1 + std/fs/walk_test.ts | 1 + 4 files changed, 4 insertions(+) (limited to 'std/fs') diff --git a/std/fs/_util.ts b/std/fs/_util.ts index 6866526cd..95e9f0894 100644 --- a/std/fs/_util.ts +++ b/std/fs/_util.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import * as path from "../path/mod.ts"; /** diff --git a/std/fs/expand_glob.ts b/std/fs/expand_glob.ts index 7d9f0d870..267d7a8c0 100644 --- a/std/fs/expand_glob.ts +++ b/std/fs/expand_glob.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { GlobOptions, SEP_PATTERN, diff --git a/std/fs/expand_glob_test.ts b/std/fs/expand_glob_test.ts index 8b4a90754..49c7bf143 100644 --- a/std/fs/expand_glob_test.ts +++ b/std/fs/expand_glob_test.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { decode } from "../encoding/utf8.ts"; import { assert, diff --git a/std/fs/walk_test.ts b/std/fs/walk_test.ts index df4525b95..1352ce448 100644 --- a/std/fs/walk_test.ts +++ b/std/fs/walk_test.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { walk, walkSync, WalkOptions, WalkEntry } from "./walk.ts"; import { assert, assertEquals, assertThrowsAsync } from "../testing/asserts.ts"; -- cgit v1.2.3