From: Brad Fitzpatrick Date: Thu, 10 Dec 2015 19:57:46 +0000 (+0000) Subject: syscall: fix duplicated copyright header in mksysnum_plan9.sh X-Git-Tag: go1.6beta1~122 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=251e50065b99eb6c40b6cc549b3bea9126e96bde;p=gostls13.git 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 --- 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 $@"