From 2a36879e306a3f747b0946fc5c03ac6608447de4 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Thu, 2 Jan 2020 23:41:59 +0000 Subject: Add missing year ranges to copyright notices (#3582) --- cli/js/custom_event.ts | 2 +- cli/js/custom_event_test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cli') diff --git a/cli/js/custom_event.ts b/cli/js/custom_event.ts index 922abd4b1..2d94df56d 100644 --- a/cli/js/custom_event.ts +++ b/cli/js/custom_event.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 * as domTypes from "./dom_types.ts"; import * as event from "./event.ts"; import { getPrivateValue, requiredArguments } from "./util.ts"; 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 { -- cgit v1.2.3