chore: add copyright (#7593)

This commit is contained in:
tokiedokie 2020-09-21 21:26:41 +09:00 committed by GitHub
parent dc6571909b
commit c4ed3fb7e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
117 changed files with 130 additions and 13 deletions

View file

@ -1,3 +1,4 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import { assert, assertEquals, fail } from "../../testing/asserts.ts";
import Dir from "./_fs_dir.ts";
import type Dirent from "./_fs_dirent.ts";