]> Cypherpunks repositories - gostls13.git/commitdiff
test/codegen: add copyright headers to new codegen files
authorAlberto Donizetti <alb.donizetti@gmail.com>
Fri, 2 Mar 2018 20:06:09 +0000 (21:06 +0100)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Fri, 2 Mar 2018 20:13:13 +0000 (20:13 +0000)
Change-Id: I9fe6572d1043ef9ee09c0925059ded554ad24c6b
Reviewed-on: https://go-review.googlesource.com/98215
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
test/codegen/bits.go
test/codegen/rotate.go

index 28fef4b4aedbc216de8599ea4dcc025203adf8f4..3c5ad2bce709fc124e11db15ec6b35d1098035b6 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 bitcheck(a, b uint64) int {
index f2b587d20224190f9c190568b5ba58c0779aaff6..0c8a35b0c72b6df96efd124ba713d14babf16341 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
 
 import "math"