diff options
Diffstat (limited to 'runtime/colors.rs')
-rw-r--r-- | runtime/colors.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/colors.rs b/runtime/colors.rs index 93f252716..ac4643a0c 100644 --- a/runtime/colors.rs +++ b/runtime/colors.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. use regex::Regex; use std::env; |