diff options
Diffstat (limited to 'tools/wpt/utils.ts')
-rw-r--r-- | tools/wpt/utils.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/wpt/utils.ts b/tools/wpt/utils.ts index 754e46766..4003d975d 100644 --- a/tools/wpt/utils.ts +++ b/tools/wpt/utils.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. /// FLAGS import { parse } from "https://deno.land/std@0.84.0/flags/mod.ts"; |