From 251e50065b99eb6c40b6cc549b3bea9126e96bde Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 10 Dec 2015 19:57:46 +0000 Subject: [PATCH] syscall: fix duplicated copyright header in mksysnum_plan9.sh Fixes #13569 Change-Id: I04c9a44437414177e2fee260518cfe53a67e6364 Reviewed-on: https://go-review.googlesource.com/17684 Reviewed-by: Rob Pike --- src/syscall/mksysnum_plan9.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/syscall/mksysnum_plan9.sh b/src/syscall/mksysnum_plan9.sh index fc619f0903..cd29dd55cf 100755 --- a/src/syscall/mksysnum_plan9.sh +++ b/src/syscall/mksysnum_plan9.sh @@ -1,8 +1,6 @@ #!/bin/sh # 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.# 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. COMMAND="mksysnum_plan9.sh $@" -- 2.50.0