summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorOlivier Duperray <duperray.olivier@gmail.com>2012-01-24 14:48:15 -0500
committerOlivier Duperray <duperray.olivier@gmail.com>2012-01-24 14:48:15 -0500
commit8dd0e94cdac01f4740464eb61b3773e067fe516f (patch)
treec7175d7011bb25a3f3c3a7ced3bf09ed4c931d2f /misc
parentcb9bfe153c9164f165063c71f009acb9aed0b035 (diff)
downloadgo-8dd0e94cdac01f4740464eb61b3773e067fe516f.tar.gz
test: Add the usual Copyright notice.
Fixes issue 2759. R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5570053 Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/cgo/test/align.go4
-rw-r--r--misc/cgo/test/callback.go4
2 files changed, 8 insertions, 0 deletions
diff --git a/misc/cgo/test/align.go b/misc/cgo/test/align.go
index 07ab9ef50..a23b44fc3 100644
--- a/misc/cgo/test/align.go
+++ b/misc/cgo/test/align.go
@@ -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
/*
diff --git a/misc/cgo/test/callback.go b/misc/cgo/test/callback.go
index d20790e87..ef852561b 100644
--- a/misc/cgo/test/callback.go
+++ b/misc/cgo/test/callback.go
@@ -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
/*