summaryrefslogtreecommitdiff
path: root/js/headers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/headers.ts')
-rw-r--r--js/headers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/headers.ts b/js/headers.ts
index 92077a03f..31a29111e 100644
--- a/js/headers.ts
+++ b/js/headers.ts
@@ -1,4 +1,4 @@
-// Copyright 2018 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import * as domTypes from "./dom_types";
import { DomIterableMixin } from "./mixins/dom_iterable";
import { requiredArguments } from "./util";