]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/x509: add missing copyright
authorMikio Hara <mikioh.mikioh@gmail.com>
Mon, 5 Jan 2015 06:29:10 +0000 (15:29 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Mon, 5 Jan 2015 07:32:02 +0000 (07:32 +0000)
Change-Id: Ida3b431a06527f6cd604ab4af5ce517959c8619b
Reviewed-on: https://go-review.googlesource.com/2306
Reviewed-by: Dave Cheney <dave@cheney.net>
src/crypto/x509/root_darwin_test.go

index 87ea4e344f31828ddd0ad2110b6ab7905af6efa0..2e97b95b5453133c0dead0db3ddaf5543ddae0e6 100644 (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 x509
 
 import "testing"