diff options
Diffstat (limited to 'js/flatbuffers.ts')
-rw-r--r-- | js/flatbuffers.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/flatbuffers.ts b/js/flatbuffers.ts index 926cb7425..74eaf40ff 100644 --- a/js/flatbuffers.ts +++ b/js/flatbuffers.ts @@ -1,4 +1,4 @@ -// Copyright 2018 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { flatbuffers } from "flatbuffers"; import * as util from "./util"; |