diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-23 14:46:30 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-24 10:38:11 -0400 |
commit | 1de16af1f3916c94b46e28fb22584dc1e7c17958 (patch) | |
tree | 6ad015cf2188bc7df65f1910c539f3c79dab09ff /js/main.ts | |
parent | dcaf9b3227f7bd77e14aafe957957df6cfbffb86 (diff) |
Change copyrights to be 'Deno authors'.
Diffstat (limited to 'js/main.ts')
-rw-r--r-- | js/main.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/main.ts b/js/main.ts index 728c46e80..818e6aa12 100644 --- a/js/main.ts +++ b/js/main.ts @@ -1,3 +1,4 @@ +// Copyright 2018 the Deno authors. All rights reserved. MIT license. // tslint:disable-next-line:no-reference /// <reference path="deno.d.ts" /> import { flatbuffers } from "flatbuffers"; |