]> Cypherpunks repositories - gostls13.git/commitdiff
pkg/bytes: add the usual copyright notice to example_test.go
authorOlivier Duperray <duperray.olivier@gmail.com>
Wed, 18 Jan 2012 17:40:50 +0000 (09:40 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 18 Jan 2012 17:40:50 +0000 (09:40 -0800)
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5553050

src/pkg/bytes/example_test.go

index 02da1ac082bd984315e3b02db1f1ce91b29e1ad8..0234a012a4e8187e612dac0c260ea2eebbaaa5de 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 bytes_test
 
 import (