diff options
-rw-r--r-- | tests/types.out | 2 | ||||
-rw-r--r-- | tools/ts_library_builder/build_library.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/types.out b/tests/types.out index be91ae044..375087051 100644 --- a/tests/types.out +++ b/tests/types.out @@ -1,4 +1,4 @@ -// Copyright 2018 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. /// <reference no-default-lib="true" /> /// <reference lib="esnext" /> 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. /// <reference no-default-lib="true" /> /// <reference lib="esnext" /> |