From 555bed939d878db4c6fd60f2fef0577273dd05a7 Mon Sep 17 00:00:00 2001 From: mkontani Date: Sun, 17 Apr 2022 15:17:08 +0000 Subject: [PATCH] test/typeparam: fix copyright message Change-Id: Ia0a4be56d4e1fbfc73e6ce24f01a658c89a74adb GitHub-Last-Rev: dd95e50c4b37a031d3ee852bbb7487f748526562 GitHub-Pull-Request: golang/go#52393 Reviewed-on: https://go-review.googlesource.com/c/go/+/400694 Reviewed-by: Ian Lance Taylor Run-TryBot: Ian Lance Taylor Auto-Submit: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Dmitri Shuralyov --- test/typeparam/cons.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/typeparam/cons.go b/test/typeparam/cons.go index b7bace4423..733e5793b1 100644 --- a/test/typeparam/cons.go +++ b/test/typeparam/cons.go @@ -2,7 +2,7 @@ // Copyright 2021 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style -// lice +// license that can be found in the LICENSE file. package main