diff options
Diffstat (limited to 'std/node/_util/_util_callbackify.ts')
-rw-r--r-- | std/node/_util/_util_callbackify.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/node/_util/_util_callbackify.ts b/std/node/_util/_util_callbackify.ts index a50816346..e0b862b0e 100644 --- a/std/node/_util/_util_callbackify.ts +++ b/std/node/_util/_util_callbackify.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. // // Adapted from Node.js. Copyright Joyent, Inc. and other Node contributors. // |