diff options
Diffstat (limited to 'cli/js/text_encoding.ts')
-rw-r--r-- | cli/js/text_encoding.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/text_encoding.ts b/cli/js/text_encoding.ts index fbae96109..6ca7e642f 100644 --- a/cli/js/text_encoding.ts +++ b/cli/js/text_encoding.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. // The following code is based off of text-encoding at: // https://github.com/inexorabletash/text-encoding // |