diff options
Diffstat (limited to 'std/mime')
-rw-r--r-- | std/mime/mod.ts | 1 | ||||
-rw-r--r-- | std/mime/test.ts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/std/mime/mod.ts b/std/mime/mod.ts index 9b75002e0..214f60f70 100644 --- a/std/mime/mod.ts +++ b/std/mime/mod.ts @@ -1 +1,2 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. export * from "./multipart.ts"; diff --git a/std/mime/test.ts b/std/mime/test.ts index 543491080..57684a50e 100644 --- a/std/mime/test.ts +++ b/std/mime/test.ts @@ -1 +1,2 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import "./mod.ts"; |