summaryrefslogtreecommitdiff
path: root/std/log/handlers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/log/handlers.ts')
-rw-r--r--std/log/handlers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/log/handlers.ts b/std/log/handlers.ts
index 93bdd3edd..32b0525e7 100644
--- a/std/log/handlers.ts
+++ b/std/log/handlers.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
const { open } = Deno;
type File = Deno.File;
type Writer = Deno.Writer;