From bfab4ed0dfa5e2034005133a257201c934bc3a80 Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Thu, 2 Jan 2020 15:13:47 -0500 Subject: Happy new year! (#3578) --- deno_typescript/bundle_loader.js | 2 +- deno_typescript/compiler_main.js | 2 +- deno_typescript/lib.deno_core.d.ts | 2 +- deno_typescript/lib.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'deno_typescript') diff --git a/deno_typescript/bundle_loader.js b/deno_typescript/bundle_loader.js index c56e8c0cb..5b4b5ec16 100644 --- a/deno_typescript/bundle_loader.js +++ b/deno_typescript/bundle_loader.js @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. // A script preamble that provides the ability to load a single outfile // TypeScript "bundle" where a main module is loaded which recursively diff --git a/deno_typescript/compiler_main.js b/deno_typescript/compiler_main.js index c39f007cd..5cf44b689 100644 --- a/deno_typescript/compiler_main.js +++ b/deno_typescript/compiler_main.js @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. // Because we're bootstrapping the TypeScript compiler without dependencies on // Node, this is written in JavaScript, but leverages JSDoc that can be diff --git a/deno_typescript/lib.deno_core.d.ts b/deno_typescript/lib.deno_core.d.ts index 549665543..88a2de3c6 100644 --- a/deno_typescript/lib.deno_core.d.ts +++ b/deno_typescript/lib.deno_core.d.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. // This file contains APIs that are introduced into the global namespace by // Deno core. These are not intended to be used directly by runtime users of diff --git a/deno_typescript/lib.rs b/deno_typescript/lib.rs index 3d27149c5..e239f2011 100644 --- a/deno_typescript/lib.rs +++ b/deno_typescript/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. extern crate deno; extern crate serde; extern crate serde_json; -- cgit v1.2.3