aboutsummaryrefslogtreecommitdiff
path: root/test/chan
diff options
context:
space:
mode:
authorOlivier Duperray <duperray.olivier@gmail.com>2012-01-24 14:48:15 -0500
committerRuss Cox <rsc@golang.org>2012-01-24 14:48:15 -0500
commit0da89b3964d7b9f44d5180b147791c57312ddd0f (patch)
treef7812971205c6f178b1184ffcb0d1b36b415a923 /test/chan
parentfce2416b135b47119ceb9171aa5ddc3326346206 (diff)
downloadgo-0da89b3964d7b9f44d5180b147791c57312ddd0f.tar.gz
go-0da89b3964d7b9f44d5180b147791c57312ddd0f.zip
test: Add the usual Copyright notice.
Fixes #2759. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5570053
Diffstat (limited to 'test/chan')
-rw-r--r--test/chan/select4.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/chan/select4.go b/test/chan/select4.go
index 46618ac881..26a55e6d43 100644
--- a/test/chan/select4.go
+++ b/test/chan/select4.go
@@ -1,5 +1,9 @@
// $G $D/$F.go && $L $F.$A && ./$A.out
+// Copyright 2010 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 main
func f() *int {