diff options
Diffstat (limited to 'std/encoding/base64url.ts')
-rw-r--r-- | std/encoding/base64url.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/encoding/base64url.ts b/std/encoding/base64url.ts index fe8019a29..45de1bd6d 100644 --- a/std/encoding/base64url.ts +++ b/std/encoding/base64url.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. import * as base64 from "./base64.ts"; |