diff --git a/js/console_table.ts b/js/console_table.ts index f04e5915ad..735ed0f9e4 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";