summaryrefslogtreecommitdiff
path: root/fetch.ts
diff options
context:
space:
mode:
Diffstat (limited to 'fetch.ts')
-rw-r--r--fetch.ts2
1 files changed, 2 insertions, 0 deletions
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 <ry@tinyclouds.org>
+// All rights reserved. MIT License.
import { assert, log, createResolvable, Resolvable } from "./util";
import * as util from "./util";
import * as dispatch from "./dispatch";