summaryrefslogtreecommitdiff
path: root/cli/js/colors.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/colors.ts')
-rw-r--r--cli/js/colors.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/colors.ts b/cli/js/colors.ts
index 9937bdb57..21539c83e 100644
--- a/cli/js/colors.ts
+++ b/cli/js/colors.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.
// TODO(kitsonk) Replace with `deno_std/colors/mod.ts` when we can load modules
// which end in `.ts`.