summaryrefslogtreecommitdiff
path: root/cli/js/custom_event_test.ts
diff options
context:
space:
mode:
authorWaldir Pimenta <waldyrious@gmail.com>2020-01-02 23:41:59 +0000
committerRy Dahl <ry@tinyclouds.org>2020-01-02 18:41:59 -0500
commit2a36879e306a3f747b0946fc5c03ac6608447de4 (patch)
tree1d260e2ec748b7316383dc0f11ed6e2d3c9dd8bc /cli/js/custom_event_test.ts
parentbfab4ed0dfa5e2034005133a257201c934bc3a80 (diff)
Add missing year ranges to copyright notices (#3582)
Diffstat (limited to 'cli/js/custom_event_test.ts')
-rw-r--r--cli/js/custom_event_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/custom_event_test.ts b/cli/js/custom_event_test.ts
index 4d2eb2c16..a5b649812 100644
--- a/cli/js/custom_event_test.ts
+++ b/cli/js/custom_event_test.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 {