]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: remove duplicate copyright notice
authorDave Cheney <dave@cheney.net>
Sun, 11 Jan 2015 01:23:52 +0000 (12:23 +1100)
committerDave Cheney <dave@cheney.net>
Sun, 11 Jan 2015 01:34:47 +0000 (01:34 +0000)
Change-Id: Ibe3ba6426cc6e683ff3712faf6119922d0f88b5a
Reviewed-on: https://go-review.googlesource.com/2680
Reviewed-by: Minux Ma <minux@golang.org>
src/runtime/os_linux_arm.go

index fea5dcafd476170a25cce958565e5cc018437d58..c1d506661c9587ddc696899701f4bacdc2509d46 100644 (file)
@@ -2,10 +2,6 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// 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.
-
 package runtime
 
 import "unsafe"