From: Mikio Hara Date: Tue, 29 Dec 2015 08:52:33 +0000 (+0900) Subject: os: add missing copyright notice X-Git-Tag: go1.6beta2~189 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6766a293ef1719a4b15f804b177b86e631e1eee5;p=gostls13.git os: add missing copyright notice Change-Id: I496b701e2fcc944c764002643c7b0b2ce9e08806 Reviewed-on: https://go-review.googlesource.com/18182 Reviewed-by: Dave Cheney --- diff --git a/src/os/os_windows_test.go b/src/os/os_windows_test.go index 4de208ee10..66e5d42b00 100644 --- a/src/os/os_windows_test.go +++ b/src/os/os_windows_test.go @@ -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 (