mirror of
https://github.com/denoland/deno.git
synced 2025-01-10 16:11:13 -05:00
Fix copyright header (#1832)
This commit is contained in:
parent
e109941bd2
commit
99d3483291
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
import { TextEncoder } from "./text_encoding";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue