mirror of
https://github.com/golang/go
synced 2024-11-26 13:48:05 -07:00
test: add missing copyright header
Change-Id: Ia64535492515f725fe3c4b59ea300363a0c4ce10 Reviewed-on: https://go-review.googlesource.com/107136 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
2954ef20bb
commit
e7b1d0a9cf
@ -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 cmovint(c int) int {
|
||||
|
Loading…
Reference in New Issue
Block a user