From 9183b6540812d03d39b2bdd0861ff77df7b2876a Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 17 Oct 2018 13:30:25 -0700 Subject: [PATCH] go/internal/gccgoimporter: add missing copyright notice Change-Id: I2a1d5132f7263d8dc0e2a42c42b37b9d962a3ab7 Reviewed-on: https://go-review.googlesource.com/c/142892 Reviewed-by: Alan Donovan --- go/internal/gccgoimporter/testenv_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/go/internal/gccgoimporter/testenv_test.go b/go/internal/gccgoimporter/testenv_test.go index 10c11fd2..ff8e8a48 100644 --- a/go/internal/gccgoimporter/testenv_test.go +++ b/go/internal/gccgoimporter/testenv_test.go @@ -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 // This file contains testing utilities copied from $GOROOT/src/internal/testenv/testenv.go.