]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/internal/gc: remove duplicate copyright notice
authorRobert Griesemer <gri@golang.org>
Wed, 18 Mar 2015 17:37:53 +0000 (10:37 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 19 Mar 2015 17:30:34 +0000 (17:30 +0000)
Change-Id: Ifa71fb443a66eb8d7732f3b0c1408947b583c1f1
Reviewed-on: https://go-review.googlesource.com/7800
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/internal/gc/go.go

index f227bb7a28f3a582afebd902b3476f50bbf18e4e..dbc8adce66177cb307d579e4e2ec37aec5eddaf2 100644 (file)
@@ -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 <ctype.h>
 
 // The parser's maximum stack size.