mirror of
https://github.com/denoland/deno
synced 2024-11-05 18:45:24 +00: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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue