From 2a301b12df2573b1f85eece69175c109b462ab95 Mon Sep 17 00:00:00 2001 From: Mateusz Poliwczak Date: Thu, 3 Oct 2024 17:43:10 +0200 Subject: [PATCH] go/ast/internal/tests: add missing copyright header I forgot to add it in CL 616340 Change-Id: I6c906fa79f2e53ce8bf506d836472b037cb46f85 --- src/go/ast/internal/tests/sortimports_test.go | 4 ++++ 1 file changed, 4 insertions(+) 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