From: Olivier Duperray Date: Wed, 18 Jan 2012 17:40:50 +0000 (-0800) Subject: pkg/bytes: add the usual copyright notice to example_test.go X-Git-Tag: weekly.2012-01-20~59 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=dcc5fe1e204c7ad19b302c87e4b2ee2aecd1ff82;p=gostls13.git pkg/bytes: add the usual copyright notice to example_test.go R=golang-dev, gri CC=golang-dev https://golang.org/cl/5553050 --- diff --git a/src/pkg/bytes/example_test.go b/src/pkg/bytes/example_test.go index 02da1ac082..0234a012a4 100644 --- a/src/pkg/bytes/example_test.go +++ b/src/pkg/bytes/example_test.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 bytes_test import (