From 99d3483291aa6fed14c0810a70ae6ce31df77362 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 25 Feb 2019 18:28:22 -0500 Subject: [PATCH] Fix copyright header (#1832) --- js/console_table.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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";