]> Cypherpunks repositories - gostls13.git/commitdiff
testshared/src/depBase: conform build tag comment to convention
authorDan Kortschak <dan@kortschak.io>
Thu, 5 Jul 2018 23:44:30 +0000 (09:14 +0930)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 6 Jul 2018 02:04:54 +0000 (02:04 +0000)
Also add missing copyright headers with year determined from git log.

Change-Id: Iafc9881e746543f0a582dad2b0874d8399baf618
Reviewed-on: https://go-review.googlesource.com/122415
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Rob Pike <r@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

misc/cgo/testshared/src/depBase/asm.s
misc/cgo/testshared/src/depBase/dep.go
misc/cgo/testshared/src/depBase/gccgo.go
misc/cgo/testshared/src/depBase/stubs.go

index f203f8b0301839accdda8fbd4e7d51950c165aa1..a8acf77f0b941d918214a4773f9a892e5fca8cb4 100644 (file)
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-//+build !gccgo
+// +build !gccgo
 
 #include "textflag.h"
 
index 569c210aa14dc8afc9bc7e8116bc0bcad9fdd4f1..e7cc7c81eb320d50b0284516555baf013261f40c 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2016 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 depBase
 
 import (
index 3e2b69b50bc2b0c34fd8ff7b217ac541077deef5..2b02a1e83b7a53dcb9c217a9ad95147c6cb7fd46 100644 (file)
@@ -1,4 +1,8 @@
-//+build gccgo
+// Copyright 2016 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.
+
+// +build gccgo
 
 package depBase
 
index 96573c12ececb0950a28ea77e11999a882f1e85b..04534f38dddf97d4283807f1f8c6e34abc64327f 100644 (file)
@@ -1,4 +1,8 @@
-//+build !gccgo
+// Copyright 2016 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.
+
+// +build !gccgo
 
 package depBase