pkg/bytes: add the usual copyright notice to example_test.go

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5553050
This commit is contained in:
Olivier Duperray 2012-01-18 09:40:50 -08:00 committed by Robert Griesemer
parent 90c38c46af
commit dcc5fe1e20

View 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 package bytes_test
import ( import (