summaryrefslogtreecommitdiff
path: root/runtime/js
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/js')
-rw-r--r--runtime/js/01_errors.js2
-rw-r--r--runtime/js/11_workers.js2
-rw-r--r--runtime/js/40_tty.js2
3 files changed, 3 insertions, 3 deletions
diff --git a/runtime/js/01_errors.js b/runtime/js/01_errors.js
index d5933069b..063572231 100644
--- a/runtime/js/01_errors.js
+++ b/runtime/js/01_errors.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
((window) => {
class NotFound extends Error {
diff --git a/runtime/js/11_workers.js b/runtime/js/11_workers.js
index e943d66bc..5be14d461 100644
--- a/runtime/js/11_workers.js
+++ b/runtime/js/11_workers.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
((window) => {
const core = window.Deno.core;
diff --git a/runtime/js/40_tty.js b/runtime/js/40_tty.js
index 598d33237..e090121d9 100644
--- a/runtime/js/40_tty.js
+++ b/runtime/js/40_tty.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
((window) => {
const core = window.Deno.core;