mirror of
https://github.com/golang/go
synced 2024-11-18 19:54:44 -07:00
go/internal/gccgoimporter: add missing copyright notice
Change-Id: I20f7aba8a76cfe8549771ef96244e8641a4157e6 Reviewed-on: https://go-review.googlesource.com/c/142891 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
4cdd33fd98
commit
7099c87f61
@ -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 opens a back door to the parser for golang.org/x/tools/go/gccgoexportdata.
|
||||
|
Loading…
Reference in New Issue
Block a user