From: Robert Griesemer Date: Wed, 18 Mar 2015 17:37:53 +0000 (-0700) Subject: cmd/internal/gc: remove duplicate copyright notice X-Git-Tag: go1.5beta1~1514 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fd2f8d458e862968d2f7c755e2b2a2a868a49c31;p=gostls13.git cmd/internal/gc: remove duplicate copyright notice Change-Id: Ifa71fb443a66eb8d7732f3b0c1408947b583c1f1 Reviewed-on: https://go-review.googlesource.com/7800 Reviewed-by: Ian Lance Taylor --- diff --git a/src/cmd/internal/gc/go.go b/src/cmd/internal/gc/go.go index f227bb7a28..dbc8adce66 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.