Fix copyright header (#1832)

This commit is contained in:
Ryan Dahl 2019-02-25 18:28:22 -05:00 committed by Bert Belder
parent e109941bd2
commit 99d3483291

View file

@ -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";