From f113312ef22846ed6414f53de3acf4ce27eff40a Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Thu, 7 Feb 2019 19:45:47 +0300 Subject: Add missiong copyright headers (denoland/deno_std#177) Original: https://github.com/denoland/deno_std/commit/54403774955af0bb5618c0ca6e12c57ec7d5fd0a --- examples/gist.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/gist.ts') diff --git a/examples/gist.ts b/examples/gist.ts index 1baff874a..860678d88 100755 --- a/examples/gist.ts +++ b/examples/gist.ts @@ -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"; -- cgit v1.2.3