go/internal/gccgoimporter: add missing copyright notice

Change-Id: I2a1d5132f7263d8dc0e2a42c42b37b9d962a3ab7
Reviewed-on: https://go-review.googlesource.com/c/142892
Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
Robert Griesemer 2018-10-17 13:30:25 -07:00
parent 4a1b41eed1
commit 9183b65408
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
// Copyright 2018 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.
package gccgoimporter package gccgoimporter
// This file contains testing utilities copied from $GOROOT/src/internal/testenv/testenv.go. // This file contains testing utilities copied from $GOROOT/src/internal/testenv/testenv.go.