diff options
author | Ry Dahl <ry@tinyclouds.org> | 2020-01-02 15:13:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-02 15:13:47 -0500 |
commit | bfab4ed0dfa5e2034005133a257201c934bc3a80 (patch) | |
tree | cd53471ad241770d3cd9a9da6246463d92e0ebeb /deno_typescript | |
parent | b0761138e5d2486c241ab8fdfa67fe2c2a0b621b (diff) |
Happy new year! (#3578)
Diffstat (limited to 'deno_typescript')
-rw-r--r-- | deno_typescript/bundle_loader.js | 2 | ||||
-rw-r--r-- | deno_typescript/compiler_main.js | 2 | ||||
-rw-r--r-- | deno_typescript/lib.deno_core.d.ts | 2 | ||||
-rw-r--r-- | deno_typescript/lib.rs | 2 |
4 files changed, 4 insertions, 4 deletions
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; |