summaryrefslogtreecommitdiff
path: root/js/libdeno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/libdeno.ts')
-rw-r--r--js/libdeno.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/libdeno.ts b/js/libdeno.ts
index 842b0c8ad..623bfeea2 100644
--- a/js/libdeno.ts
+++ b/js/libdeno.ts
@@ -1,3 +1,4 @@
+// Copyright 2018 the Deno authors. All rights reserved. MIT license.
import { RawSourceMap } from "./types";
import { globalEval } from "./global_eval";