From: Mikio Hara Date: Mon, 5 Jan 2015 06:29:10 +0000 (+0900) Subject: crypto/x509: add missing copyright X-Git-Tag: go1.5beta1~2463 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a1053ed6107a8301a62be9d1f2da8fa387bfefea;p=gostls13.git crypto/x509: add missing copyright Change-Id: Ida3b431a06527f6cd604ab4af5ce517959c8619b Reviewed-on: https://go-review.googlesource.com/2306 Reviewed-by: Dave Cheney --- diff --git a/src/crypto/x509/root_darwin_test.go b/src/crypto/x509/root_darwin_test.go index 87ea4e344f..2e97b95b54 100644 --- a/src/crypto/x509/root_darwin_test.go +++ b/src/crypto/x509/root_darwin_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 x509 import "testing"