1
0
mirror of https://github.com/golang/go synced 2024-09-30 00:14:36 -06:00

os: add missing copyright notice

Change-Id: I496b701e2fcc944c764002643c7b0b2ce9e08806
Reviewed-on: https://go-review.googlesource.com/18182
Reviewed-by: Dave Cheney <dave@cheney.net>
This commit is contained in:
Mikio Hara 2015-12-29 17:52:33 +09:00
parent c7c7c7031d
commit 6766a293ef

View File

@ -1,3 +1,7 @@
// Copyright 2014 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 os_test
import (