]> Cypherpunks repositories - gostls13.git/commitdiff
test: Add the usual Copyright notice.
authorOlivier Duperray <duperray.olivier@gmail.com>
Tue, 24 Jan 2012 19:48:15 +0000 (14:48 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 24 Jan 2012 19:48:15 +0000 (14:48 -0500)
Fixes #2759.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5570053

17 files changed:
misc/cgo/test/align.go
misc/cgo/test/callback.go
src/cmd/gofix/netdial_test.go
src/cmd/gofix/reflect_test.go
test/chan/select4.go
test/fixedbugs/bug222.dir/chanbug.go
test/fixedbugs/bug222.dir/chanbug2.go
test/fixedbugs/bug248.dir/bug0.go
test/fixedbugs/bug248.dir/bug1.go
test/fixedbugs/bug248.dir/bug2.go
test/fixedbugs/bug248.dir/bug3.go
test/fixedbugs/bug260.go
test/fixedbugs/bug367.dir/main.go
test/fixedbugs/bug367.dir/p.go
test/fixedbugs/bug377.dir/one.go
test/fixedbugs/bug377.dir/two.go
test/fixedbugs/bug382.go

index 07ab9ef503a060639dbe1a1aa332889d74dcbe1e..a23b44fc38c83bf872944c71dc55cc0558ef1ae5 100644 (file)
@@ -1,3 +1,7 @@
+// 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 cgotest
 
 /*
index d20790e875f37753dca7d3dedde8ca0d7ebed4ca..ef852561b7de914d5a7aa3a5d52c1e190057ca42 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2011 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 cgotest
 
 /*
index 43ca3874759311bf9d8f70a954d803fec56a2448..fff00b4ada1f0a69452741cbe3db94e1e71c1599 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2011 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 init() {
index b0e2fc20c34b6690b2776c2801e1cc3edfaa969a..032cbc74505b1327bcd3d5de1032d3554a93f257 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2011 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
 
 import (
index 46618ac881235978c00ef1f6dd49030a81677efb..26a55e6d43640661af8781e9bc1c06d3c518828b 100644 (file)
@@ -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 {
index 9194927b57feecdf7fa5a837321aef067b2a160e..16920246e00d2056e7978efbb73f1db77848de09 100644 (file)
@@ -1,3 +1,7 @@
+// 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 chanbug
 var C chan<- (chan int)
 var D chan<- func()
index 73e16678e9fa37168f5c14f0f4f821bc14cbc90c..109581dc30380bbcf6d4e467351d0436a935fcbd 100644 (file)
@@ -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"
index 7fc7401c5a9d6ee935ff5b90e100cd705c8c304f..78433f504d322f0d786a8dbd2a7a72ab08d91c70 100644 (file)
@@ -1,3 +1,7 @@
+// 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 p
 
 type T struct {
index 7fc7401c5a9d6ee935ff5b90e100cd705c8c304f..78433f504d322f0d786a8dbd2a7a72ab08d91c70 100644 (file)
@@ -1,3 +1,7 @@
+// 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 p
 
 type T struct {
index adce3667708f62c689dc4206d0a947ff2b493527..ba547d64a1074fd63facf0d7416a4284ffcfd40f 100644 (file)
@@ -1,3 +1,7 @@
+// 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
 
 import (
index e5a24495577300b9f1170004af929feb9ab681e1..4a56c5cc81c111174fa2f1927e3fec58b47ac11c 100644 (file)
@@ -1,3 +1,7 @@
+// 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
 
 import (
index 91dc89f77a5b85e2b91628f0879215124c46d23b..39d29b430c83a4abe0e91ee11ee98e35f3dd22f0 100644 (file)
@@ -1,5 +1,9 @@
 // $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug260 failed
 
+// 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
+
 // Test that structures pack densely, according to the alignment of the largest field.
 
 package main
index 21e9a5002c9c00266a1d2aec530f0558b78fb82c..c278e4dd95ff78799c91ca1032886dfb9ff6d9b0 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2011 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
 
 import (
index c8772d2d051543b217f55130aa0d74ec115905c4..2028f740ccdbe959c0501bf45cef7cb27a0e4935 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2011 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 p
 
 type T struct{ x int }
index c9060756b1a4870408831f687c16daee97837190..e29b813a481d01fedae3e6db0eb4340e1b53e16e 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2011 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 one
 
 func Foo() (n int64, _ *int) {
index 8a5346ab72b0a03032cf23f5e627cf2ec28ee8ba..2a10812d56d0a558febeaf87b3b0ffdf53b7db1a 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2011 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 two
 
 import _ "./one"
index 6212fbf507c3e355ab2c05832aae284850bb1e10..3f5d05cd5ff8d516ab8ede14cadfbb8582385df9 100644 (file)
@@ -1,5 +1,9 @@
 // $G $D/$F.dir/pkg.go && $G $D/$F.go || echo "Bug 382"
 
+// Copyright 2011 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
+
 // Issue 2529
 
 package main