commit | 0da89b3964d7b9f44d5180b147791c57312ddd0f | [log] [tgz] |
---|---|---|
author | Olivier Duperray <duperray.olivier@gmail.com> | Tue Jan 24 14:48:15 2012 -0500 |
committer | Russ Cox <rsc@golang.org> | Tue Jan 24 14:48:15 2012 -0500 |
tree | f7812971205c6f178b1184ffcb0d1b36b415a923 | |
parent | fce2416b135b47119ceb9171aa5ddc3326346206 [diff] [blame] |
test: Add the usual Copyright notice. Fixes #2759. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5570053
diff --git a/test/fixedbugs/bug222.dir/chanbug2.go b/test/fixedbugs/bug222.dir/chanbug2.go index 73e1667..109581d 100644 --- a/test/fixedbugs/bug222.dir/chanbug2.go +++ b/test/fixedbugs/bug222.dir/chanbug2.go
@@ -1,2 +1,6 @@ +// Copyright 2009 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 Bar import _ "chanbug"