summaryrefslogtreecommitdiff
path: root/std/node/buffer.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/node/buffer.ts')
-rw-r--r--std/node/buffer.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/node/buffer.ts b/std/node/buffer.ts
index 32ff824d4..379a2c09a 100644
--- a/std/node/buffer.ts
+++ b/std/node/buffer.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 hex from "../encoding/hex.ts";
import * as base64 from "../encoding/base64.ts";
import { Encodings, normalizeEncoding, notImplemented } from "./_utils.ts";