From 3d5cd26d352b5e13818d74d8d4e7aeff57443398 Mon Sep 17 00:00:00 2001 From: Wei Lim Date: Sat, 13 May 2023 10:58:27 -0700 Subject: [PATCH] Fix copyright notice in util.test.ts --- test/unit/util.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/util.test.ts b/test/unit/util.test.ts index 5328ec7446..651cc507c9 100644 --- a/test/unit/util.test.ts +++ b/test/unit/util.test.ts @@ -1,6 +1,6 @@ /* eslint-disable quotes */ /*--------------------------------------------------------- - * Copyright 2022 The Go Authors. All rights reserved. + * Copyright 2023 The Go Authors. All rights reserved. * Licensed under the MIT License. See LICENSE in the project root for license information. *--------------------------------------------------------*/