diff options
Diffstat (limited to 'cli/js/form_data.ts')
-rw-r--r-- | cli/js/form_data.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/form_data.ts b/cli/js/form_data.ts index 89efb3c00..e2dee9050 100644 --- a/cli/js/form_data.ts +++ b/cli/js/form_data.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import * as domTypes from "./dom_types.ts"; import * as blob from "./blob.ts"; import * as domFile from "./dom_file.ts"; |