diff options
Diffstat (limited to 'std/multipart/formfile.ts')
-rw-r--r-- | std/multipart/formfile.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/multipart/formfile.ts b/std/multipart/formfile.ts index a0e721a15..0f7a3eb15 100644 --- a/std/multipart/formfile.ts +++ b/std/multipart/formfile.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 { hasOwnProperty } from "../util/has_own_property.ts"; /** FormFile object */ |