From 7762b55432ba73f07f90414aa7d023bb0779f5de Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 28 May 2018 21:50:44 -0400 Subject: Add LICENSE --- fetch.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fetch.ts') diff --git a/fetch.ts b/fetch.ts index 71920d176..f66a883bd 100644 --- a/fetch.ts +++ b/fetch.ts @@ -1,3 +1,5 @@ +// Copyright 2018 Ryan Dahl +// All rights reserved. MIT License. import { assert, log, createResolvable, Resolvable } from "./util"; import * as util from "./util"; import * as dispatch from "./dispatch"; -- cgit v1.2.3