diff options
Diffstat (limited to 'js/console_table.ts')
-rw-r--r-- | js/console_table.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/console_table.ts b/js/console_table.ts index f04e5915a..735ed0f9e 100644 --- a/js/console_table.ts +++ b/js/console_table.ts @@ -1,4 +1,5 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright Joyent, Inc. and other Node contributors. MIT license. +// Forked from Node's lib/internal/cli_table.js import { TextEncoder } from "./text_encoding"; |