]> Cypherpunks repositories - gostls13.git/commitdiff
os: add missing copyright notice
authorMikio Hara <mikioh.mikioh@gmail.com>
Tue, 29 Dec 2015 08:52:33 +0000 (17:52 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Tue, 29 Dec 2015 09:02:28 +0000 (09:02 +0000)
Change-Id: I496b701e2fcc944c764002643c7b0b2ce9e08806
Reviewed-on: https://go-review.googlesource.com/18182
Reviewed-by: Dave Cheney <dave@cheney.net>
src/os/os_windows_test.go

index 4de208ee10a85b9c78ba6115e4c8467d9592f623..66e5d42b00deae55c366178a945f7e3f9cc0d9a5 100644 (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 (