From dcc5fe1e204c7ad19b302c87e4b2ee2aecd1ff82 Mon Sep 17 00:00:00 2001 From: Olivier Duperray Date: Wed, 18 Jan 2012 09:40:50 -0800 Subject: [PATCH] pkg/bytes: add the usual copyright notice to example_test.go R=golang-dev, gri CC=golang-dev https://golang.org/cl/5553050 --- src/pkg/bytes/example_test.go | 4 ++++ 1 file changed, 4 insertions(+) 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 ( -- 2.50.0