diff options
Diffstat (limited to 'std/encoding/base64.ts')
-rw-r--r-- | std/encoding/base64.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/encoding/base64.ts b/std/encoding/base64.ts index e631e5b88..c98030b7f 100644 --- a/std/encoding/base64.ts +++ b/std/encoding/base64.ts @@ -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. // deno-fmt-ignore const base64abc = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", |