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) --- std/strings/mod.ts | 2 +- std/strings/pad.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'std/strings') 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 { -- cgit v1.2.3