From: Andrew Gerrand Date: Mon, 4 Feb 2013 03:34:35 +0000 (+1100) Subject: archive/tar: add Copyright notice to example_test.go X-Git-Tag: go1.1rc2~1159 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0df8c7517ebb93bfbe690748ae5b0a8c39854aaf;p=gostls13.git archive/tar: add Copyright notice to example_test.go R=golang-dev, mikioh.mikioh CC=golang-dev https://golang.org/cl/7278050 --- diff --git a/src/pkg/archive/tar/example_test.go b/src/pkg/archive/tar/example_test.go index a5aaadc91d..351eaa0e6c 100644 --- a/src/pkg/archive/tar/example_test.go +++ b/src/pkg/archive/tar/example_test.go @@ -1,3 +1,7 @@ +// Copyright 2013 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 tar_test import (