diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-02-25 18:28:22 -0500 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2019-02-25 15:28:22 -0800 |
commit | 99d3483291aa6fed14c0810a70ae6ce31df77362 (patch) | |
tree | db3e4a39e56a0cded7e5ad968d3519a5623aa3e3 /js/console_table.ts | |
parent | e109941bd256b276ea3a68717bf519a5b3a08ff1 (diff) |
Fix copyright header (#1832)
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"; |