From: Mateusz Poliwczak Date: Thu, 3 Oct 2024 15:56:15 +0000 (+0000) Subject: go/ast/internal/tests: add missing copyright header X-Git-Tag: go1.24rc1~760 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=58e046b66c393ea2e17fff6958f8030e8948fb6f;p=gostls13.git go/ast/internal/tests: add missing copyright header I have forgotten to add it in CL 616340 Change-Id: Ia4753aa20b5e2d9978c129f2ab7d063b63a5b8e2 GitHub-Last-Rev: 2a301b12df2573b1f85eece69175c109b462ab95 GitHub-Pull-Request: golang/go#69766 Reviewed-on: https://go-review.googlesource.com/c/go/+/617616 Reviewed-by: Michael Knyszek Auto-Submit: Alan Donovan Reviewed-by: Alan Donovan LUCI-TryBot-Result: Go LUCI --- diff --git a/src/go/ast/internal/tests/sortimports_test.go b/src/go/ast/internal/tests/sortimports_test.go index 983de78384..99f153cb10 100644 --- a/src/go/ast/internal/tests/sortimports_test.go +++ b/src/go/ast/internal/tests/sortimports_test.go @@ -1,3 +1,7 @@ +// Copyright 2024 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + // Tests is a helper package to avoid cyclic dependency between go/ast and go/parser. package tests