From befc6b2e7650af09f81562cd306a6f5d3f46dc21 Mon Sep 17 00:00:00 2001 From: J2P Date: Thu, 17 Jan 2019 20:21:10 +0900 Subject: Fixed copyright of types output --- tools/ts_library_builder/build_library.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/ts_library_builder') diff --git a/tools/ts_library_builder/build_library.ts b/tools/ts_library_builder/build_library.ts index 0717de987..286d13d11 100644 --- a/tools/ts_library_builder/build_library.ts +++ b/tools/ts_library_builder/build_library.ts @@ -58,7 +58,7 @@ const { ModuleKind, ModuleResolutionKind, ScriptTarget } = ts; * A preamble which is appended to the start of the library. */ // tslint:disable-next-line:max-line-length -const libPreamble = `// Copyright 2018 the Deno authors. All rights reserved. MIT license. +const libPreamble = `// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. /// /// -- cgit v1.2.3