aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/bits.go
diff options
context:
space:
mode:
authorAlberto Donizetti <alb.donizetti@gmail.com>2018-03-02 21:06:09 +0100
committerAlberto Donizetti <alb.donizetti@gmail.com>2018-03-02 20:13:13 +0000
commit644b2dafc2885d0780605fa66061431fef55645a (patch)
tree242001a90fd357a10435f64dc0437f01b7773e99 /test/codegen/bits.go
parent5b071bfa88e3366dec768b9e3304f131b258835b (diff)
downloadgo-644b2dafc2885d0780605fa66061431fef55645a.tar.xz
test/codegen: add copyright headers to new codegen files
Change-Id: I9fe6572d1043ef9ee09c0925059ded554ad24c6b Reviewed-on: https://go-review.googlesource.com/98215 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'test/codegen/bits.go')
-rw-r--r--test/codegen/bits.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/codegen/bits.go b/test/codegen/bits.go
index 28fef4b4ae..3c5ad2bce7 100644
--- a/test/codegen/bits.go
+++ b/test/codegen/bits.go
@@ -1,5 +1,9 @@
// asmcheck
+// Copyright 2018 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 codegen
func bitcheck(a, b uint64) int {