diff options
Diffstat (limited to 'log/mod.ts')
-rw-r--r-- | log/mod.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/log/mod.ts b/log/mod.ts index 821c2f82a..96dc81ff1 100644 --- a/log/mod.ts +++ b/log/mod.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { Logger } from "./logger.ts"; import { BaseHandler, |