From 2b75a1155906613df16bad9d1eb84f3dc0ba571b Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 10 Jan 2021 21:59:07 -0500 Subject: update copyright to 2021 (#9081) --- runtime/js/01_errors.js | 2 +- runtime/js/11_workers.js | 2 +- runtime/js/40_tty.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'runtime/js') 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; -- cgit v1.2.3