From dd95e50c4b37a031d3ee852bbb7487f748526562 Mon Sep 17 00:00:00 2001 From: mkontani Date: Mon, 18 Apr 2022 00:00:01 +0900 Subject: [PATCH] fix copyright --- 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