From f5cf72d43ed1441d2e80654be5bde4b11f4cbcd1 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 30 May 2018 09:52:06 +0200 Subject: [PATCH] cmd/link/internal/ld: drop duplicate copyright comment The copyright message already appears at the top of macho.go. Drop the duplicate further down in the file. Change-Id: Ib0a69f568c4ef656bab14176223936cd2fe078d1 Reviewed-on: https://go-review.googlesource.com/115235 Run-TryBot: Tobias Klauser TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor --- src/cmd/link/internal/ld/macho.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/cmd/link/internal/ld/macho.go b/src/cmd/link/internal/ld/macho.go index 8643fef043..c0083fb8b0 100644 --- a/src/cmd/link/internal/ld/macho.go +++ b/src/cmd/link/internal/ld/macho.go @@ -142,10 +142,6 @@ const ( S_ATTR_SOME_INSTRUCTIONS = 0x00000400 ) -// 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. - // Mach-O file writing // http://developer.apple.com/mac/library/DOCUMENTATION/DeveloperTools/Conceptual/MachORuntime/Reference/reference.html -- 2.50.0