summaryrefslogtreecommitdiff
path: root/js/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/types.ts')
-rw-r--r--js/types.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/types.ts b/js/types.ts
index d32d9f5a6..ae8ee1e81 100644
--- a/js/types.ts
+++ b/js/types.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.
export type TypedArray = Uint8Array | Float32Array | Int32Array;
export interface ModuleInfo {