Add missiong copyright headers (denoland/deno_std#177)

Original: 5440377495
This commit is contained in:
Dmitry Sharshakov 2019-02-07 19:45:47 +03:00 committed by Ryan Dahl
parent dc1cef498f
commit f113312ef2
42 changed files with 42 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env deno --allow-net --allow-env
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import { args, env, exit, readFile } from "deno";
import { parse } from "https://deno.land/x/flags/mod.ts";