]> Cypherpunks repositories - gostls13.git/commitdiff
test: add missing copyright header
authorGiovanni Bajo <rasky@develer.com>
Sun, 15 Apr 2018 21:03:12 +0000 (23:03 +0200)
committerGiovanni Bajo <rasky@develer.com>
Sun, 15 Apr 2018 21:17:54 +0000 (21:17 +0000)
Change-Id: Ia64535492515f725fe3c4b59ea300363a0c4ce10
Reviewed-on: https://go-review.googlesource.com/107136
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
test/codegen/condmove.go

index 1f51505f6187a5990a253046a28349c64afab6c8..32039c16ae3f6b3fd62d48c42ec80c84e43f2aa6 100644 (file)
@@ -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 {