diff options
Diffstat (limited to 'cli/js/url_search_params.ts')
-rw-r--r-- | cli/js/url_search_params.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/url_search_params.ts b/cli/js/url_search_params.ts index 803b37ee4..5b7f0ecd8 100644 --- a/cli/js/url_search_params.ts +++ b/cli/js/url_search_params.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 { URL } from "./url.ts"; import { requiredArguments, isIterable } from "./util.ts"; |