summaryrefslogtreecommitdiff
path: root/js/deno.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/deno.d.ts')
-rw-r--r--js/deno.d.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/deno.d.ts b/js/deno.d.ts
index a54dab851..f2b726d8e 100644
--- a/js/deno.d.ts
+++ b/js/deno.d.ts
@@ -1,5 +1,4 @@
-// Copyright 2018 Ryan Dahl <ry@tinyclouds.org>
-// All rights reserved. MIT License.
+// Copyright 2018 the Deno authors. All rights reserved. MIT license.
type MessageCallback = (msg: Uint8Array) => void;
interface Deno {