From e1a6e71e746d511570f269d43b9abf838505a8e5 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 20 Jun 2016 15:43:21 -0700 Subject: [PATCH] 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 --- test/fixedbugs/issue16008.go | 4 ++++ 1 file changed, 4 insertions(+) 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