1
0
mirror of https://github.com/golang/go synced 2024-11-18 11:44:45 -07:00

archive/tar: add Copyright notice to example_test.go

R=golang-dev, mikioh.mikioh
CC=golang-dev
https://golang.org/cl/7278050
This commit is contained in:
Andrew Gerrand 2013-02-04 14:34:35 +11:00
parent bc9999337b
commit 0df8c7517e

View File

@ -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 (