aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_linux_arm.go
diff options
context:
space:
mode:
authorDave Cheney <dave@cheney.net>2015-01-11 12:23:52 +1100
committerDave Cheney <dave@cheney.net>2015-01-11 01:34:47 +0000
commite8e89347cd44c67d97fc0973ec2f15bf137b2d77 (patch)
tree0a119b6ec5b5a0c0fe4aa059d8f9566198bebf32 /src/runtime/os_linux_arm.go
parent4e03bbb1ada77fd9e8ba95d82dec6bfb3862db0d (diff)
downloadgo-e8e89347cd44c67d97fc0973ec2f15bf137b2d77.tar.gz
go-e8e89347cd44c67d97fc0973ec2f15bf137b2d77.zip
runtime: remove duplicate copyright notice
Change-Id: Ibe3ba6426cc6e683ff3712faf6119922d0f88b5a Reviewed-on: https://go-review.googlesource.com/2680 Reviewed-by: Minux Ma <minux@golang.org>
Diffstat (limited to 'src/runtime/os_linux_arm.go')
-rw-r--r--src/runtime/os_linux_arm.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/runtime/os_linux_arm.go b/src/runtime/os_linux_arm.go
index fea5dcafd4..c1d506661c 100644
--- a/src/runtime/os_linux_arm.go
+++ b/src/runtime/os_linux_arm.go
@@ -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"