diff options
Diffstat (limited to 'std/strings')
-rw-r--r-- | std/strings/mod.ts | 2 | ||||
-rw-r--r-- | std/strings/pad.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/std/strings/mod.ts b/std/strings/mod.ts index 2acc32600..4603068ef 100644 --- a/std/strings/mod.ts +++ b/std/strings/mod.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. export * from "./encode.ts"; export * from "./decode.ts"; diff --git a/std/strings/pad.ts b/std/strings/pad.ts index 267839a39..dc75a2954 100644 --- a/std/strings/pad.ts +++ b/std/strings/pad.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. /** FillOption Object */ export interface FillOption { |