summaryrefslogtreecommitdiff
path: root/log/logger.ts
diff options
context:
space:
mode:
Diffstat (limited to 'log/logger.ts')
-rw-r--r--log/logger.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/log/logger.ts b/log/logger.ts
index 9f34f9c32..678d5ed94 100644
--- a/log/logger.ts
+++ b/log/logger.ts
@@ -1,3 +1,4 @@
+// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import { LogLevel, getLevelByName, getLevelName } from "./levels.ts";
import { BaseHandler } from "./handlers.ts";