diff --git a/src/cmd/internal/gc/go.go b/src/cmd/internal/gc/go.go index f227bb7a28f..dbc8adce661 100644 --- a/src/cmd/internal/gc/go.go +++ b/src/cmd/internal/gc/go.go @@ -9,10 +9,6 @@ import ( "cmd/internal/obj" ) -// Copyright 2009 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. - // avoid // The parser's maximum stack size.