diff options
| author | Alberto Donizetti <alb.donizetti@gmail.com> | 2018-03-02 21:06:09 +0100 |
|---|---|---|
| committer | Alberto Donizetti <alb.donizetti@gmail.com> | 2018-03-02 20:13:13 +0000 |
| commit | 644b2dafc2885d0780605fa66061431fef55645a (patch) | |
| tree | 242001a90fd357a10435f64dc0437f01b7773e99 /test/codegen | |
| parent | 5b071bfa88e3366dec768b9e3304f131b258835b (diff) | |
| download | go-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')
| -rw-r--r-- | test/codegen/bits.go | 4 | ||||
| -rw-r--r-- | test/codegen/rotate.go | 4 |
2 files changed, 8 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 { diff --git a/test/codegen/rotate.go b/test/codegen/rotate.go index f2b587d202..0c8a35b0c7 100644 --- a/test/codegen/rotate.go +++ b/test/codegen/rotate.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 import "math" |
