From 644b2dafc2885d0780605fa66061431fef55645a Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Fri, 2 Mar 2018 21:06:09 +0100 Subject: test/codegen: add copyright headers to new codegen files Change-Id: I9fe6572d1043ef9ee09c0925059ded554ad24c6b Reviewed-on: https://go-review.googlesource.com/98215 Reviewed-by: Brad Fitzpatrick --- test/codegen/bits.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/codegen/bits.go') 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 { -- cgit v1.3-6-g1900