From: Dave Cheney Date: Sun, 11 Jan 2015 01:23:52 +0000 (+1100) Subject: runtime: remove duplicate copyright notice X-Git-Tag: go1.5beta1~2383 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e8e89347cd44c67d97fc0973ec2f15bf137b2d77;p=gostls13.git runtime: remove duplicate copyright notice Change-Id: Ibe3ba6426cc6e683ff3712faf6119922d0f88b5a Reviewed-on: https://go-review.googlesource.com/2680 Reviewed-by: Minux Ma --- 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"