From: Ian Lance Taylor Date: Mon, 20 Jun 2016 22:43:21 +0000 (-0700) Subject: test: add missing copyright notice X-Git-Tag: go1.7rc1~81 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e1a6e71e746d511570f269d43b9abf838505a8e5;p=gostls13.git test: add missing copyright notice Change-Id: I2a5353203ca2958fa37fc7a5ea3f22ad4fc62b0e Reviewed-on: https://go-review.googlesource.com/24282 Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot Reviewed-by: David Chase --- diff --git a/test/fixedbugs/issue16008.go b/test/fixedbugs/issue16008.go index 1b516fbabe..0e369efcbb 100644 --- a/test/fixedbugs/issue16008.go +++ b/test/fixedbugs/issue16008.go @@ -1,5 +1,9 @@ // errorcheck -0 -race +// Copyright 2016 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 foo const benchmarkNumNodes = 10000