mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
Add missing year ranges to copyright notices (#3582)
This commit is contained in:
parent
bfab4ed0df
commit
2a36879e30
7 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018 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 event from "./event.ts";
|
||||
import { getPrivateValue, requiredArguments } from "./util.ts";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
|
||||
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
|
||||
import { test, assertEquals } from "./test_util.ts";
|
||||
|
||||
test(function customEventInitializedWithDetail(): void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue